Home
last modified time | relevance | path

Searched refs:reader (Results 1 – 19 of 19) sorted by relevance

/buildroot/package/lua/5.1.5/
A D0012-fix-reader-at-eoz.patch1 When loading a file, Lua may call the reader function again after it returned end of input.
17 buff = z->reader(L, z->data, &size);
21 + z->eoz = 1; /* avoid calling reader function next time */
40 lua_Reader reader;
42 lua_State *L; /* Lua state (for reader) */
43 + int eoz; /* true if reader has no more data */
/buildroot/support/testing/tests/package/
A Dsample_python_avro.py17 reader = DatumReader(schema) variable
18 deserialized = reader.read(BinaryDecoder(BytesIO(example)))
/buildroot/utils/
A Dsize-stats-compare31 reader = csv.reader(inputf)
33 header = next(reader)
41 for row in reader:
A Dgenrandconfig121 for row in csv.reader(toolchains):
/buildroot/package/libudfread/
A DConfig.in5 UDF reader
/buildroot/package/libjson/
A DConfig.in5 A JSON reader and writer which is super-efficient and usually
/buildroot/package/python-slob/
A DConfig.in11 slob.py is a reference implementation of slob format reader
/buildroot/package/trace-cmd/
A DConfig.in11 Command line reader for ftrace.
/buildroot/package/heirloom-mailx/
A DConfig.in12 It can be used as a command-line mail reader, but also more
/buildroot/support/testing/tests/core/
A Dtest_post_scripts.py24 r = csv.reader(csvfile, delimiter=',')
/buildroot/board/embest/riotboard/
A Dreadme.txt20 Prepare an SD-card and plug it into your card reader. Always double
/buildroot/package/bustle/
A D0001-Makefile-fix-pcap-config-call.patch15 …-o dist/build/bustle-pcap c-sources/pcap-reader.c c-sources/pcap-monitor.c c-sources/bustle-pcap.c…
18 pcap-reader.c:(.text+0x254): undefined reference to `pcap_close'
/buildroot/package/odb/
A D0010-Add-initial-support-for-GCC-9.patch25 cpp_reader* reader,
51 + cpp_get_callbacks (reader)->diagnostic = 0;
53 cpp_get_callbacks (reader)->error = 0;
/buildroot/support/scripts/
A Dgraph-build-time311 reader = csv.reader(input_file, delimiter=':')
321 for row in reader:
/buildroot/board/pine64/rock64/
A Dreadme.txt55 /dev/mmcblk0 if you are using built-in sd card reader.
/buildroot/board/sifive/hifive-unleashed/
A Dreadme.txt58 reader and shows up as /dev/sdb on the host. Adjust it accordingly per
/buildroot/package/gstreamer1/gst1-plugins-good/
A DConfig.in45 APEv1/2 tag reader
/buildroot/package/qt5/qt5webengine-chromium/
A D0001-Add-python3-build-support.patch689 @@ -80,7 +80,7 @@ def read_idl_file(reader, idl_filename):
/buildroot/
A D.checkpackageignore986 package/lua/5.1.5/0012-fix-reader-at-eoz.patch lib_patch.Upstream

Completed in 46 milliseconds