Home
last modified time | relevance | path

Searched full:reading (Results 1 – 25 of 16442) sorted by relevance

12345678910>>...658

/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-analyzer-source/gen/android/aidl/tests/
DITestService.cpp33 std::cerr << "Failure: error in reading return value from Parcel." << std::endl; in analyzeITestService()
36 do { // Single-pass loop to break if argument reading fails in analyzeITestService()
39 std::cerr << "Failure: error in reading argument arg from Parcel." << std::endl; in analyzeITestService()
67 do { // Single-pass loop to break if argument reading fails in analyzeITestService()
84 do { // Single-pass loop to break if argument reading fails in analyzeITestService()
106 std::cerr << "Failure: error in reading return value from Parcel." << std::endl; in analyzeITestService()
109 do { // Single-pass loop to break if argument reading fails in analyzeITestService()
112 std::cerr << "Failure: error in reading argument token from Parcel." << std::endl; in analyzeITestService()
145 std::cerr << "Failure: error in reading return value from Parcel." << std::endl; in analyzeITestService()
148 do { // Single-pass loop to break if argument reading fails in analyzeITestService()
[all …]
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-analyzer-source/gen/android/aidl/tests/
DITestService.cpp33 std::cerr << "Failure: error in reading return value from Parcel." << std::endl; in analyzeITestService()
36 do { // Single-pass loop to break if argument reading fails in analyzeITestService()
39 std::cerr << "Failure: error in reading argument arg from Parcel." << std::endl; in analyzeITestService()
67 do { // Single-pass loop to break if argument reading fails in analyzeITestService()
84 do { // Single-pass loop to break if argument reading fails in analyzeITestService()
106 std::cerr << "Failure: error in reading return value from Parcel." << std::endl; in analyzeITestService()
109 do { // Single-pass loop to break if argument reading fails in analyzeITestService()
112 std::cerr << "Failure: error in reading argument token from Parcel." << std::endl; in analyzeITestService()
145 std::cerr << "Failure: error in reading return value from Parcel." << std::endl; in analyzeITestService()
148 do { // Single-pass loop to break if argument reading fails in analyzeITestService()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/example/
Dshared_mutex.cpp21 enum {reading, writing}; enumerator
22 int state = reading;
84 assert(state == reading); in reader()
101 state = reading; in writer()
117 assert(state == reading); in try_reader()
136 state = reading; in try_writer()
153 assert(state == reading); in try_for_reader()
172 state = reading; in try_for_writer()
228 assert(state == reading); in reader()
245 state = reading; in writer()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/proto/h1/
Dconn.rs72 reading: Reading::Init, in new()
160 if !matches!(self.state.reading, Reading::Init) { in can_read_head()
172 match self.state.reading { in can_read_body()
173 Reading::Body(..) | Reading::Continue(..) => true, in can_read_body()
249 self.state.reading = Reading::KeepAlive; in poll_read_head()
254 self.state.reading = Reading::Continue(Decoder::new(msg.decode)); in poll_read_head()
257 self.state.reading = Reading::Body(Decoder::new(msg.decode)); in poll_read_head()
295 let (reading, ret) = match self.state.reading { in poll_read_body()
296 Reading::Body(ref mut decoder) => { in poll_read_body()
299 let (reading, chunk) = if decoder.is_eof() { in poll_read_body()
[all …]
/aosp_15_r20/art/test/1981-structural-redef-private-method-handles/
H A Dexpected-stdout.txt2 Reading field FOO using (ID: 0) MethodHandle()Object = (ID: 1) value of <FOO FIELD>
3 Reading field FOO using (ID: 2) java.lang.invoke.StaticFieldVarHandle()->java.lang.Object = (ID: 1)…
4 Reading field BAR using (ID: 3) MethodHandle()Object = (ID: 4) value of <BAR FIELD>
5 Reading field BAR using (ID: 5) java.lang.invoke.StaticFieldVarHandle()->java.lang.Object = (ID: 4)…
8 Reading field FOO using (ID: 0) MethodHandle()Object = (ID: 1) value of <FOO FIELD>
9 Reading field FOO using (ID: 2) java.lang.invoke.StaticFieldVarHandle()->java.lang.Object = (ID: 1)…
10 Reading field BAR using (ID: 3) MethodHandle()Object = (ID: 4) value of <BAR FIELD>
11 Reading field BAR using (ID: 5) java.lang.invoke.StaticFieldVarHandle()->java.lang.Object = (ID: 4)…
12 Reading new field BAZ using (ID: 6) MethodHandle()Object = (ID: 7) <NULL>
13 Reading new field BAZ using (ID: 8) java.lang.invoke.StaticFieldVarHandle()->java.lang.Object = (ID…
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/json/
Dscanner.go49 Offset int64 // error occurred after reading Offset bytes
203 // stateBeginValueOrEmpty is the state after reading `[`.
252 // stateBeginStringOrEmpty is the state after reading `{`.
265 // stateBeginString is the state after reading `{"key": value,`.
278 // such as after reading `{}` or `true` or `["x"`.
326 // such as after reading `{}` or `[1,2,3]`.
336 // stateInString is the state after reading `"`.
352 // stateInStringEsc is the state after reading `"\` during a quoted string.
365 // stateInStringEscU is the state after reading `"\u` during a quoted string.
375 // stateInStringEscU1 is the state after reading `"\u1` during a quoted string.
[all …]
/aosp_15_r20/art/test/1975-hello-structural-transformation/
H A Dexpected-stdout.txt6 Reading fields before redefinition
7 Reading with reflection.
10 Reading normally in same class.
13 Reading with native.
16 Reading normally in other class.
19 Reading using method handles.
24 Reading with reflection after possible modification.
27 Reading normally in same class after possible modification.
30 Reading with native after possible modification.
33 Reading normally in other class after possible modification.
[all …]
/aosp_15_r20/dalvik/dx/tests/003-magic-version-access/
H A Dexpected.txt1 reading class-bad-magic.txt...
10 reading class-version-44.0.txt...
19 reading class-version-44.65535.txt...
28 reading class-version-45.0.txt...
49 reading class-version-45.65535.txt...
70 reading class-version-48.0.txt...
91 reading class-version-48.65535.txt...
112 reading class-version-49.0.txt...
133 reading class-version-49.1.txt...
154 reading class-version-49.65535.txt...
[all …]
/aosp_15_r20/external/libxml2/python/tests/
H A Dreader3.py32 print("Error reading to root")
37 print("Error reading to root")
40 print("test_normal: Error reading the root element")
44 print("test_normal: Error reading to the entity")
47 print("test_normal: Error reading the entity")
51 print("test_normal: Error reading to the end of root")
54 print("test_normal: Error reading the end of the root element")
70 print("Error reading to root")
75 print("Error reading to root")
78 print("test_noent: Error reading the root element")
[all …]
/aosp_15_r20/external/cronet/base/numerics/
H A Dbyte_conversions.h36 // buffer. Prefer an explicit little endian when storing and reading data from
51 // buffer. Prefer an explicit little endian when storing and reading data from
62 // buffer. Prefer an explicit little endian when storing and reading data from
73 // buffer. Prefer an explicit little endian when storing and reading data from
84 // buffer. Prefer an explicit little endian when storing and reading data from
98 // buffer. Prefer an explicit little endian when storing and reading data from
109 // buffer. Prefer an explicit little endian when storing and reading data from
120 // buffer. Prefer an explicit little endian when storing and reading data from
132 // buffer. Prefer an explicit little endian when storing and reading data from
143 // buffer. Prefer an explicit little endian when storing and reading data from
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/io/
DDataInput.java30 * for reading bytes from a binary stream and
39 * It is generally true of all the reading
196 * @throws EOFException if this stream reaches the end before reading
246 * @throws EOFException if this stream reaches the end before reading
279 * This method is suitable for reading
284 * @exception EOFException if this stream reaches the end before reading
296 * reading the byte written by the {@code writeByte}
300 * @exception EOFException if this stream reaches the end before reading
312 * This method is suitable for reading
320 * @exception EOFException if this stream reaches the end before reading
[all …]
DDataInputStream.java97 * input stream does not support reading after close, or another I/O
146 * input stream does not support reading after close, or another I/O
166 * reading all the bytes.
168 * input stream does not support reading after close, or
192 * reading all the bytes.
194 * input stream does not support reading after close, or
222 * reading after close, or another I/O error occurs.
245 * input stream does not support reading after close, or
268 * input stream does not support reading after close, or
291 * input stream does not support reading after close, or
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/io/
H A DDataInput.java30 * for reading bytes from a binary stream and
39 * It is generally true of all the reading
196 * @throws EOFException if this stream reaches the end before reading
246 * @throws EOFException if this stream reaches the end before reading
279 * This method is suitable for reading
284 * @exception EOFException if this stream reaches the end before reading
296 * reading the byte written by the {@code writeByte}
300 * @exception EOFException if this stream reaches the end before reading
312 * This method is suitable for reading
320 * @exception EOFException if this stream reaches the end before reading
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/0/libcore/ojluni/src/main/java/java/io/
DDataInput.java30 * for reading bytes from a binary stream and
39 * It is generally true of all the reading
196 * @throws EOFException if this stream reaches the end before reading
246 * @throws EOFException if this stream reaches the end before reading
279 * This method is suitable for reading
284 * @exception EOFException if this stream reaches the end before reading
296 * reading the byte written by the {@code writeByte}
300 * @exception EOFException if this stream reaches the end before reading
312 * This method is suitable for reading
320 * @exception EOFException if this stream reaches the end before reading
[all …]
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DSerializationStressTest1.java282 // written, reading primitive data will just read bytes from the stream
387 fail("ClassNotFoundException reading Object type: " in test_18_1_writeObject()
413 fail("ClassNotFoundException reading Object type : " in test_18_2_writeObject()
441 fail("ClassNotFoundException reading Object type : " in test_18_3_writeObject()
469 fail("ClassNotFoundException reading Object type : " in test_18_4_writeObject()
497 fail("ClassNotFoundException reading Object type : " in test_18_5_writeObject()
525 fail("ClassNotFoundException reading Object type : " in test_18_6_writeObject()
553 fail("ClassNotFoundException reading Object type : " in test_18_7_writeObject()
581 fail("ClassNotFoundException reading Object type : " in test_18_8_writeObject()
609 fail("ClassNotFoundException reading Object type : " + e.getMessage()); in test_18_9_writeObject()
[all …]
H A DSerializationStressTest3.java416 fail("ClassNotFoundException reading Object type : " in test_18_82_writeObject()
445 fail("ClassNotFoundException reading Object type : " in test_18_83_writeObject()
474 fail("ClassNotFoundException reading Object type : " in test_18_84_writeObject()
523 fail("ClassNotFoundException reading Object type : " in test_18_86_writeObject()
552 fail("ClassNotFoundException reading Object type : " in test_18_87_writeObject()
581 fail("ClassNotFoundException reading Object type : " in test_18_88_writeObject()
610 fail("ClassNotFoundException reading Object type : " in test_18_89_writeObject()
638 fail("ClassNotFoundException reading Object type : " in test_18_90_writeObject()
667 fail("ClassNotFoundException reading Object type : " in test_18_91_writeObject()
696 fail("ClassNotFoundException reading Object type : " in test_18_92_writeObject()
[all …]
H A DSerializationStressTest4.java88 fail("ClassNotFoundException reading Object type : " in test_writeObject_EventObject()
120 fail("ClassNotFoundException reading Object type : " in test_writeObject_Collections_EmptySet()
153 fail("ClassNotFoundException reading Object type : " in test_writeObject_Collections_EmptyMap()
182 fail("ClassNotFoundException reading Object type : " in test_writeObject_Character()
247 fail("ClassNotFoundException reading Object type : " in test_writeObject_Format()
274 fail("ClassNotFoundException reading Object type: " in test_writeObject_BigDecimal()
317 fail("ClassNotFoundException reading Object type: " in test_writeObject_SecureRandomSpi()
345 fail("ClassNotFoundException reading Object type : " in test_writeObject_Short()
373 fail("ClassNotFoundException reading Object type: " in test_writeObject_Byte()
406 fail("ClassNotFoundException reading Object type : " in test_writeObject_String_CaseInsensitiveComparator()
[all …]
/aosp_15_r20/external/autotest/server/site_tests/firmware_ECBattery/
H A Dfirmware_ECBattery.py20 # Battery voltage reading path in sysfs
23 # Battery current reading path in sysfs
26 # Maximum allowed error of voltage reading in mV
29 # Maximum allowed error of current reading in mA
81 """Check if voltage reading from kernel and servo match.
84 error.TestFail: Raised when the two reading mismatch by more than
92 logging.info("Voltage reading from servo: %dmV", servo_reading)
93 logging.info("Voltage reading from kernel: %dmV", kernel_reading)
96 "Voltage reading from servo (%dmV) and kernel (%dmV) "
101 """Check if current reading from kernel and servo match.
[all …]
/aosp_15_r20/art/test/1975-hello-structural-transformation/src/art/
H A DTest1975.java112 System.out.println("Reading with reflection."); in ReadFields()
116 System.out.println("Reading normally in same class."); in ReadFields()
118 System.out.println("Reading with native."); in ReadFields()
120 System.out.println("Reading normally in other class."); in ReadFields()
122 System.out.println("Reading using method handles."); in ReadFields()
126 System.out.println("Reading with reflection after possible modification."); in ReadFields()
130 System.out.println("Reading normally in same class after possible modification."); in ReadFields()
132 System.out.println("Reading with native after possible modification."); in ReadFields()
134 System.out.println("Reading normally in other class after possible modification."); in ReadFields()
136 System.out.println("Reading using method handles."); in ReadFields()
[all …]
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp432 …*pgb_field = x; // expected-warning {{reading variable 'pgb_field' requires holding mutex 'sls_mu2… in testFoo()
434 …x = *pgb_field; // expected-warning {{reading variable 'pgb_field' requires holding mutex 'sls_mu2… in testFoo()
435 …// expected-warning {{reading the value pointed to by 'pgb_field' requires holding mutex 'sls_mu'}} in testFoo()
436 …(*pgb_field)++; // expected-warning {{reading variable 'pgb_field' requires holding mutex 'sls_mu2… in testFoo()
485 // expected-warning{{reading variable 'sls_guard_var' requires holding any mutex}} in gb_bad_1()
495 // expected-warning {{reading variable 'sls_guardby_var' requires holding mutex 'sls_mu'}} in gb_bad_3()
505 // expected-warning {{reading the value pointed to by 'pgb_gvar' requires holding any mutex}} in gb_bad_5()
515 … // expected-warning {{reading the value pointed to by 'pgb_var' requires holding mutex 'sls_mu'}} in gb_bad_7()
550 // expected-warning {{reading variable 'a' requires holding mutex 'mu'}} in test()
605 // expected-warning{{reading the value pointed to by 'q' requires holding mutex 'b1.mu'}} in late_bad_1()
[all …]
/aosp_15_r20/frameworks/native/libs/binder/rust/tests/
H A Dserialization.rs114 // SAFETY: Just reading an extern constant. in on_transact()
120 // SAFETY: Just reading an extern constant. in on_transact()
128 // SAFETY: Just reading an extern constant. in on_transact()
130 // SAFETY: Just reading an extern constant. in on_transact()
137 // SAFETY: Just reading an extern constant. in on_transact()
139 // SAFETY: Just reading an extern constant. in on_transact()
147 // SAFETY: Just reading an extern constant. in on_transact()
154 // SAFETY: Just reading an extern constant. in on_transact()
162 // SAFETY: Just reading an extern constant. in on_transact()
169 // SAFETY: Just reading an extern constant. in on_transact()
[all …]
/aosp_15_r20/external/libxml2/test/
H A Dintsubset2.xml176 sakade - "A Guide To Reading and Writing Japanese" edited by
178 henshall3 - "A Guide To Reading and Writing Japanese" 3rd
241 reading. [T1]
247 <!ELEMENT rmgroup (reading*, meaning*)>
248 <!ELEMENT reading (#PCDATA)>
250 The reading element contains the reading or pronunciation
253 <!ATTLIST reading r_type CDATA #REQUIRED>
255 The r_type attribute defines the type of reading in the reading
257 pinyin - the modern PinYin romanization of the Chinese reading
260 korean_r - the romanized form of the Korean reading(s) of the
[all …]
/aosp_15_r20/external/libxml2/result/noent/
H A Dintsubset2.xml157 sakade - "A Guide To Reading and Writing Japanese" edited by
159 henshall3 - "A Guide To Reading and Writing Japanese" 3rd
216 reading. [T1]
220 --><!ELEMENT rmgroup (reading* , meaning*)>
221 <!ELEMENT reading (#PCDATA)>
223 The reading element contains the reading or pronunciation
225 --><!ATTLIST reading r_type CDATA #REQUIRED>
227 The r_type attribute defines the type of reading in the reading
229 pinyin - the modern PinYin romanization of the Chinese reading
232 korean_r - the romanized form of the Korean reading(s) of the
[all …]
/aosp_15_r20/external/cronet/third_party/libxml/fuzz/seed_corpus/
H A D532d6adc3c29f79675b7ef687de4e78970766e83167 sakade - "A Guide To Reading and Writing Japanese" edited by
169 henshall3 - "A Guide To Reading and Writing Japanese" 3rd
232 reading. [T1]
238 <!ELEMENT rmgroup (reading*, meaning*)>
239 <!ELEMENT reading (#PCDATA)>
241 The reading element contains the reading or pronunciation
244 <!ATTLIST reading r_type CDATA #REQUIRED>
246 The r_type attribute defines the type of reading in the reading
248 pinyin - the modern PinYin romanization of the Chinese reading
251 korean_r - the romanized form of the Korean reading(s) of the
[all …]
/aosp_15_r20/external/libxml2/result/
H A Dintsubset2.xml157 sakade - "A Guide To Reading and Writing Japanese" edited by
159 henshall3 - "A Guide To Reading and Writing Japanese" 3rd
216 reading. [T1]
220 --><!ELEMENT rmgroup (reading* , meaning*)>
221 <!ELEMENT reading (#PCDATA)>
223 The reading element contains the reading or pronunciation
225 --><!ATTLIST reading r_type CDATA #REQUIRED>
227 The r_type attribute defines the type of reading in the reading
229 pinyin - the modern PinYin romanization of the Chinese reading
232 korean_r - the romanized form of the Korean reading(s) of the
[all …]

12345678910>>...658