Searched refs:reader (Results 1 – 19 of 19) sorted by relevance
| /buildroot/package/lua/5.1.5/ |
| A D | 0012-fix-reader-at-eoz.patch | 1 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 D | sample_python_avro.py | 17 reader = DatumReader(schema) variable 18 deserialized = reader.read(BinaryDecoder(BytesIO(example)))
|
| /buildroot/utils/ |
| A D | size-stats-compare | 31 reader = csv.reader(inputf) 33 header = next(reader) 41 for row in reader:
|
| A D | genrandconfig | 121 for row in csv.reader(toolchains):
|
| /buildroot/package/libudfread/ |
| A D | Config.in | 5 UDF reader
|
| /buildroot/package/libjson/ |
| A D | Config.in | 5 A JSON reader and writer which is super-efficient and usually
|
| /buildroot/package/python-slob/ |
| A D | Config.in | 11 slob.py is a reference implementation of slob format reader
|
| /buildroot/package/trace-cmd/ |
| A D | Config.in | 11 Command line reader for ftrace.
|
| /buildroot/package/heirloom-mailx/ |
| A D | Config.in | 12 It can be used as a command-line mail reader, but also more
|
| /buildroot/support/testing/tests/core/ |
| A D | test_post_scripts.py | 24 r = csv.reader(csvfile, delimiter=',')
|
| /buildroot/board/embest/riotboard/ |
| A D | readme.txt | 20 Prepare an SD-card and plug it into your card reader. Always double
|
| /buildroot/package/bustle/ |
| A D | 0001-Makefile-fix-pcap-config-call.patch | 15 …-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 D | 0010-Add-initial-support-for-GCC-9.patch | 25 cpp_reader* reader, 51 + cpp_get_callbacks (reader)->diagnostic = 0; 53 cpp_get_callbacks (reader)->error = 0;
|
| /buildroot/support/scripts/ |
| A D | graph-build-time | 311 reader = csv.reader(input_file, delimiter=':') 321 for row in reader:
|
| /buildroot/board/pine64/rock64/ |
| A D | readme.txt | 55 /dev/mmcblk0 if you are using built-in sd card reader.
|
| /buildroot/board/sifive/hifive-unleashed/ |
| A D | readme.txt | 58 reader and shows up as /dev/sdb on the host. Adjust it accordingly per
|
| /buildroot/package/gstreamer1/gst1-plugins-good/ |
| A D | Config.in | 45 APEv1/2 tag reader
|
| /buildroot/package/qt5/qt5webengine-chromium/ |
| A D | 0001-Add-python3-build-support.patch | 689 @@ -80,7 +80,7 @@ def read_idl_file(reader, idl_filename):
|
| /buildroot/ |
| A D | .checkpackageignore | 986 package/lua/5.1.5/0012-fix-reader-at-eoz.patch lib_patch.Upstream
|
Completed in 46 milliseconds