Home
last modified time | relevance | path

Searched refs:reading (Results 1 – 25 of 1699) sorted by relevance

12345678910>>...68

/external/llvm/test/Object/
Darchive-toc.test1 Test reading an archive created by gnu ar
10 Test reading an archive createdy by Mac OS X ar
19 Test reading an archive created on Solaris by /usr/ccs/bin/ar
22 Test reading an archive created on Solaris by /usr/xpg4/bin/ar
30 Test reading a thin archive created by gnu ar
38 Test reading an archive with just a symbol table. We use to reject them.
42 Test reading a thin archive with directory names.
Dcorrupt.test5 SECNAME: Error reading file: Invalid data was encountered while parsing the file.
12 SECDATA: Error reading file: Invalid data was encountered while parsing the file.
19 SYMNAME: Error reading file: Invalid data was encountered while parsing the file.
26 VER: Error reading file: Invalid version entry.
/external/proguard/src/proguard/optimize/info/
DReadWriteFieldMarker.java44 private boolean reading = true; field in ReadWriteFieldMarker
63 reading = true; in visitConstantInstruction()
71 reading = true; in visitConstantInstruction()
79 reading = false; in visitConstantInstruction()
114 if (reading) in visitProgramField()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/
DMediaPeriodQueue.java76 @Nullable private MediaPeriodHolder reading; field in MediaPeriodQueue
201 reading = newPeriodHolder; in enqueueNextMediaPeriodHolder()
231 return reading; in getReadingPeriod()
240 Assertions.checkState(reading != null && reading.getNext() != null); in advanceReadingPeriod()
241 reading = reading.getNext(); in advanceReadingPeriod()
243 return reading; in advanceReadingPeriod()
257 if (playing == reading) { in advancePlayingPeriod()
258 reading = playing.getNext(); in advancePlayingPeriod()
289 if (mediaPeriodHolder == reading) { in removeAfter()
290 reading = playing; in removeAfter()
[all …]
/external/trace-cmd/Documentation/libtracecmd/
Dlibtracecmd-files.txt39 for reading trace data from the file. The returned handler is ready to be
43 works with a file descriptor to a trace file, opened for reading.
46 does not initialize the handler for reading trace data. It reads and parses
51 _tracecmd_open_head()_, for reading trace data from the file associated with
73 The are two different use patterns for opening and reading trace data from
92 /* Failed to open trace file for reading */
97 /* Failed to initialise handler for reading the trace file */
107 the trace data for reading. Example for such use case is when opening multiple
110 and before reading the trace data.
119 /* do some processing, before initialising the trace data for reading */
[all …]
/external/oss-fuzz/docs/further-reading/
Dfurther_reading.md3 title: Further reading
6 permalink: /further-reading/
9 # Further reading
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/
DMediaPeriodQueue.java78 @Nullable private MediaPeriodHolder reading; field in MediaPeriodQueue
202 reading = newPeriodHolder; in enqueueNextMediaPeriodHolder()
232 return reading; in getReadingPeriod()
241 Assertions.checkState(reading != null && reading.getNext() != null); in advanceReadingPeriod()
242 reading = reading.getNext(); in advanceReadingPeriod()
244 return reading; in advanceReadingPeriod()
258 if (playing == reading) { in advancePlayingPeriod()
259 reading = playing.getNext(); in advancePlayingPeriod()
290 if (mediaPeriodHolder == reading) { in removeAfter()
291 reading = playing; in removeAfter()
[all …]
/external/bpftool/src/skeleton/
Dprofiler.bpf.c56 struct bpf_perf_event_value reading; in BPF_PROG() local
59 err = bpf_perf_event_read_value(&events, key, &reading, in BPF_PROG()
60 sizeof(reading)); in BPF_PROG()
63 *(ptrs[i]) = reading; in BPF_PROG()
/external/python/cpython2/Doc/c-api/
Dmarshal.rst51 XXX What about error detection? It appears that reading past the end of the
61 for reading. Only a 32-bit value can be read in using this function,
68 for reading. Only a 16-bit value can be read in using this function,
75 reading. On error, sets the appropriate exception (:exc:`EOFError` or
82 reading. Unlike :c:func:`PyMarshal_ReadObjectFromFile`, this function
85 operate from data in memory rather than reading a byte at a time from the
86 file. Only use these variant if you are certain that you won't be reading
/external/libxml2/result/noent/
Dintsubset2.xml.sax2233 reading. [T1]
240 SAX.elementDecl(reading, 3, ...)
242 The reading element contains the reading or pronunciation
245 SAX.attributeDecl(reading, r_type, 1, 2, NULL, ...)
247 The r_type attribute defines the type of reading in the reading
249 pinyin - the modern PinYin romanization of the Chinese reading
252 korean_r - the romanized form of the Korean reading(s) of the
255 korean_h - the Korean reading(s) of the kanji in hangul.
256 ja_on - the "on" Japanese reading of the kanji, in katakana. A
258 a value of "jy" whether the reading is approved for a
[all …]
/external/libxml2/result/
Dintsubset2.xml.sax233 reading. [T1]
240 SAX.elementDecl(reading, 3, ...)
242 The reading element contains the reading or pronunciation
245 SAX.attributeDecl(reading, r_type, 1, 2, NULL, ...)
247 The r_type attribute defines the type of reading in the reading
249 pinyin - the modern PinYin romanization of the Chinese reading
252 korean_r - the romanized form of the Korean reading(s) of the
255 korean_h - the Korean reading(s) of the kanji in hangul.
256 ja_on - the "on" Japanese reading of the kanji, in katakana. A
258 a value of "jy" whether the reading is approved for a
[all …]
Dintsubset2.xml.sax2233 reading. [T1]
240 SAX.elementDecl(reading, 3, ...)
242 The reading element contains the reading or pronunciation
245 SAX.attributeDecl(reading, r_type, 1, 2, NULL, ...)
247 The r_type attribute defines the type of reading in the reading
249 pinyin - the modern PinYin romanization of the Chinese reading
252 korean_r - the romanized form of the Korean reading(s) of the
255 korean_h - the Korean reading(s) of the kanji in hangul.
256 ja_on - the "on" Japanese reading of the kanji, in katakana. A
258 a value of "jy" whether the reading is approved for a
[all …]
/external/python/cpython3/Doc/c-api/
Dmarshal.rst47 for reading. Only a 32-bit value can be read in using this function,
57 for reading. Only a 16-bit value can be read in using this function,
67 reading.
76 reading. Unlike :c:func:`PyMarshal_ReadObjectFromFile`, this function
79 operate from data in memory rather than reading a byte at a time from the
80 file. Only use these variant if you are certain that you won't be reading
/external/python/cpython3/Doc/library/
Ddbm.rst50 | ``'r'`` | Open existing database for reading only |
53 | ``'w'`` | Open existing database for reading and |
56 | ``'c'`` | Open database for reading and writing, |
60 | | for reading and writing |
166 | ``'r'`` | Open existing database for reading only |
169 | ``'w'`` | Open existing database for reading and |
172 | ``'c'`` | Open database for reading and writing, |
176 | | for reading and writing |
281 | ``'r'`` | Open existing database for reading only |
284 | ``'w'`` | Open existing database for reading and |
[all …]
/external/python/cpython2/Modules/_io/
D_iomodule.c299 int reading = 0, writing = 0, appending = 0, updating = 0; in io_open() local
333 reading = 1; in io_open()
352 reading = 1; in io_open()
368 if (reading) *(m++) = 'r'; in io_open()
381 reading = 1; in io_open()
390 if (reading + writing + appending > 1) { in io_open()
489 else if (reading) in io_open()
/external/python/cpython3/Modules/_io/
D_iomodule.c240 int creating = 0, reading = 0, writing = 0, appending = 0, updating = 0; in _io_open_impl() local
282 reading = 1; in _io_open_impl()
301 reading = 1; in _io_open_impl()
318 if (reading) *(m++) = 'r'; in _io_open_impl()
334 reading = 1; in _io_open_impl()
343 if (creating + reading + writing + appending > 1) { in _io_open_impl()
457 else if (reading) in _io_open_impl()
/external/python/cpython2/Doc/library/
Ddbm.rst50 | ``'r'`` | Open existing database for reading only |
53 | ``'w'`` | Open existing database for reading and |
56 | ``'c'`` | Open database for reading and writing, |
60 | | for reading and writing |
/external/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/
Dltp_tbio.c123 int reading = 0, writing = 0; in tbio_io() local
146 reading = 1; in tbio_io()
151 inter.data_len, reading, GFP_KERNEL); in tbio_io()
290 int reading = 0, writing = 0; in test_bio_split() local
320 reading = 1; in test_bio_split()
325 inter.data_len, reading, GFP_KERNEL); in test_bio_split()
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/thermal/bcl_hw_state_event/
Dformat10 field:long reading; offset:16; size:8; signed:1;
12 print fmt: "%s:[%ld]", __get_str(_name), REC->reading
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/thermal/bcl_hw_mitigation/
Dformat10 field:long reading; offset:16; size:8; signed:1;
12 print fmt: "%s:[%ld]", __get_str(_name), REC->reading
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/thermal/bcl_sw_mitigation/
Dformat10 field:long reading; offset:16; size:8; signed:1;
12 print fmt: "%s:[%ld]", __get_str(_name), REC->reading
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/thermal/bcl_hw_sensor_reading/
Dformat10 field:long reading; offset:16; size:8; signed:1;
12 print fmt: "%s:[%ld]", __get_str(_name), REC->reading
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/thermal/lmh_sensor_reading/
Dformat10 field:unsigned int reading; offset:12; size:4; signed:0;
12 print fmt: "Sensor:[%s] throttling intensity:%u", __get_str(_name), REC->reading
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/thermal/lmh_sensor_interrupt/
Dformat10 field:unsigned int reading; offset:12; size:4; signed:0;
12 print fmt: "Sensor:[%s] throttling intensity:%u", __get_str(_name), REC->reading
/external/llvm/test/tools/llvm-symbolizer/pdb/
Dmissing_pdb.test11 ERROR: LLVMSymbolizer: error reading file: PDB Error: Unable to load PDB. Make sure the file exist…
12 ERROR-NOT: error reading file

12345678910>>...68