Home
last modified time | relevance | path

Searched defs:peek (Results 1 – 25 of 1759) sorted by relevance

12345678910>>...71

/aosp_15_r20/system/nfc/tests/utils/
H A Dringbuffer_test.cc34 uint8_t peek[10] = {0}; in TEST() local
47 uint8_t peek[5] = {0}; in TEST() local
80 uint8_t peek[16] = {0}; in TEST() local
165 uint8_t peek[10] = {0}; in TEST() local
203 uint8_t peek[16] = {0}; in TEST() local
239 uint8_t peek[16] = {0}; in TEST() local
250 uint8_t peek[4] = {0}; in TEST() local
262 uint8_t peek[3] = {0}; in TEST() local
292 uint8_t peek[16] = {0}; in TEST() local
303 uint8_t peek[4] = {0}; in TEST() local
[all …]
/aosp_15_r20/external/okio/okio/src/commonTest/kotlin/okio/
H A DAbstractBufferedSourceTest.kt1100 @Test fun peek() { in peek() method in okio.AbstractBufferedSourceTest
1106 val peek = source.peek() in peek() constant
1147 val peek = source.peek() in peekLarge() constant
1164 val peek = source.peek() in peekInvalid() constant
1185 val peek = source.peek() in peekSegmentThenInvalid() constant
1206 val peek = source.peek() in peekDoesntReadTooMuch() constant
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/
H A Dtoken.rs129 fn peek(cursor: Cursor) -> bool; in peek() method
223 fn peek(cursor: Cursor) -> bool; in peek() method
232 fn peek(cursor: Cursor) -> bool { in peek() method
590 fn peek(cursor: Cursor) -> bool { in peek() method
610 fn peek(cursor: Cursor) -> bool { in peek() method
621 fn peek(cursor: Cursor) -> bool { in peek() method
632 fn peek(cursor: Cursor) -> bool { in peek() method
643 fn peek(cursor: Cursor) -> bool { in peek() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json_lenient-0.2.1/src/
H A Dde.rs266 pub(crate) fn peek(&mut self) -> Result<Option<u8>> { in peek() method
423 let peek = match tri!(self.parse_whitespace()) { in deserialize_number() localVariable
1007 let peek = match tri!(self.peek()) { in parse_any_signed_number() localVariable
1212 let peek = match tri!(self.parse_whitespace()) { in ignore_value() localVariable
1502 let peek = match tri!(self.parse_whitespace()) { in deserialize_any() localVariable
1578 let peek = match tri!(self.parse_whitespace()) { in deserialize_bool() localVariable
1633 let peek = match tri!(self.parse_whitespace()) { in deserialize_str() localVariable
1739 let peek = match tri!(self.parse_whitespace()) { in deserialize_bytes() localVariable
1793 let peek = match tri!(self.parse_whitespace()) { in deserialize_unit() localVariable
1843 let peek = match tri!(self.parse_whitespace()) { in deserialize_seq() localVariable
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/
H A Dtoken.rs132 fn peek(cursor: Cursor) -> bool; in peek() method
159 fn peek(cursor: Cursor) -> bool; in peek() method
238 fn peek(cursor: Cursor) -> bool { in peek() method
600 fn peek(cursor: Cursor) -> bool { in peek() method
694 fn peek(cursor: Cursor) -> bool { in peek() method
705 fn peek(cursor: Cursor) -> bool { in peek() method
716 fn peek(cursor: Cursor) -> bool { in peek() method
727 fn peek(cursor: Cursor) -> bool { in peek() method
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/
Dtoken.rs132 fn peek(cursor: Cursor) -> bool; in peek() method
159 fn peek(cursor: Cursor) -> bool; in peek() method
238 fn peek(cursor: Cursor) -> bool { in peek() method
600 fn peek(cursor: Cursor) -> bool { in peek() method
694 fn peek(cursor: Cursor) -> bool { in peek() method
705 fn peek(cursor: Cursor) -> bool { in peek() method
716 fn peek(cursor: Cursor) -> bool { in peek() method
727 fn peek(cursor: Cursor) -> bool { in peek() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/src/
H A Dde.rs213 pub(crate) fn peek(&mut self) -> Result<Option<u8>> { in peek() method
317 let peek = match tri!(self.parse_whitespace()) { in deserialize_number() localVariable
894 let peek = match tri!(self.peek()) { in parse_any_signed_number() localVariable
1099 let peek = match tri!(self.parse_whitespace()) { in ignore_value() localVariable
1389 let peek = match tri!(self.parse_whitespace()) { in deserialize_any() localVariable
1465 let peek = match tri!(self.parse_whitespace()) { in deserialize_bool() localVariable
1520 let peek = match tri!(self.parse_whitespace()) { in deserialize_str() localVariable
1626 let peek = match tri!(self.parse_whitespace()) { in deserialize_bytes() localVariable
1680 let peek = match tri!(self.parse_whitespace()) { in deserialize_unit() localVariable
1730 let peek = match tri!(self.parse_whitespace()) { in deserialize_seq() localVariable
[all …]
H A Dread.rs32 fn peek(&mut self) -> Result<Option<u8>>; in peek() method
280 fn peek(&mut self) -> Result<Option<u8>> { in peek() function
504 fn peek(&mut self) -> Result<Option<u8>> { in peek() method
639 fn peek(&mut self) -> Result<Option<u8>> { in peek() method
721 fn peek(&mut self) -> Result<Option<u8>> { in peek() function
/aosp_15_r20/external/rust/android-crates-io/crates/serde_json/src/
Dde.rs212 fn peek(&mut self) -> Result<Option<u8>> { in peek() method
316 let peek = match tri!(self.parse_whitespace()) { in deserialize_number() localVariable
820 let peek = match tri!(self.peek()) { in parse_any_signed_number() localVariable
1025 let peek = match tri!(self.parse_whitespace()) { in ignore_value() localVariable
1311 let peek = match tri!(self.parse_whitespace()) { in deserialize_any() localVariable
1387 let peek = match tri!(self.parse_whitespace()) { in deserialize_bool() localVariable
1510 let peek = match tri!(self.parse_whitespace()) { in deserialize_str() localVariable
1616 let peek = match tri!(self.parse_whitespace()) { in deserialize_bytes() localVariable
1670 let peek = match tri!(self.parse_whitespace()) { in deserialize_unit() localVariable
1720 let peek = match tri!(self.parse_whitespace()) { in deserialize_seq() localVariable
[all …]
Dread.rs30 fn peek(&mut self) -> Result<Option<u8>>; in peek() method
278 fn peek(&mut self) -> Result<Option<u8>> { in peek() function
502 fn peek(&mut self) -> Result<Option<u8>> { in peek() method
637 fn peek(&mut self) -> Result<Option<u8>> { in peek() method
719 fn peek(&mut self) -> Result<Option<u8>> { in peek() function
/aosp_15_r20/external/okio/okio/src/jvmTest/kotlin/okio/
H A DBufferedSourceTest.kt1283 fun peek() { in peek() method
1287 val peek = source.peek() in peek() constant
1317 val peek = source.peek() in peekLarge() constant
1332 val peek = source.peek() in peekInvalid() constant
1353 val peek = source.peek() in peekSegmentThenInvalid() constant
1375 val peek = source.peek() in peekDoesntReadTooMuch() constant
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/src/conn/impls/
Dunixstream.rs8 fn peek(&self, buf: &mut [u8]) -> io::Result<usize>; in peek() method
14 fn peek(&self, _buf: &mut [u8]) -> io::Result<usize> { in peek() method
20 fn peek(&self, buf: &mut [u8]) -> io::Result<usize> { in peek() method
92 fn peek(&mut self) -> Result<Option<u8>, Self::Error> { in peek() method
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Dstack.h69 inline IValue& peek(Stack& stack, size_t i, size_t N) { in peek() function
73 inline IValue& peek(Stack* stack, size_t i, size_t N) { in peek() function
76 inline const IValue& peek(const Stack& stack, size_t i, size_t N) { in peek() function
80 inline const IValue& peek(const Stack* stack, size_t i, size_t N) { in peek() function
/aosp_15_r20/packages/modules/Bluetooth/system/osi/test/
Dringbuffer_test.cc23 uint8_t peek[10] = {0}; in TEST() local
38 uint8_t peek[5] = {0}; in TEST() local
80 uint8_t peek[16] = {0}; in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/serde_cbor/src/
Dread.rs45 fn peek(&mut self) -> Result<Option<u8>>; in peek() method
96 fn peek(&mut self) -> Result<Option<u8>>; in peek() method
193 fn peek(&mut self) -> Result<Option<u8>> { in peek() function
357 fn peek(&mut self) -> Result<Option<u8>> { in peek() method
465 fn peek(&mut self) -> Result<Option<u8>> { in peek() method
579 fn peek(&mut self) -> Result<Option<u8>> { in peek() method
/aosp_15_r20/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameQueue.java83 public Frame peek(); in peek() method
111 public Frame peek() { in peek() method in FrameQueue.SingleFrameQueueImpl
166 public Frame peek() { in peek() method in FrameQueue
/aosp_15_r20/external/rust/android-crates-io/crates/serde-xml-rs/src/de/
Dbuffer.rs12 fn peek(&mut self) -> Result<&XmlEvent>; in peek() method
44 fn peek(&mut self) -> Result<&XmlEvent> { in peek() method
108 fn peek(&mut self) -> Result<&XmlEvent> { in peek() method
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/input/buffer/
H A DPeekableInputStream.java58 public boolean peek(final byte[] sourceBuffer) throws IOException { in peek() method in PeekableInputStream
73 …public boolean peek(final byte[] sourceBuffer, final int offset, final int length) throws IOExcept… in peek() method in PeekableInputStream
/aosp_15_r20/external/mockwebserver/src/main/java/com/google/mockwebserver/
H A DQueueDispatcher.java48 @Override public MockResponse peek() { in peek() method in QueueDispatcher
49 MockResponse peek = responseQueue.peek(); in peek() local
/aosp_15_r20/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
H A DQueueDispatcher.java48 @Override public MockResponse peek() { in peek() method in QueueDispatcher
49 MockResponse peek = responseQueue.peek(); in peek() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/scene/data/model/
DSceneStackKt.java12 …static final com.android.compose.animation.scene.SceneKey peek(@org.jetbrains.annotations.NotNull() in peek() method in SceneStackKt
/aosp_15_r20/tools/platform-compat/java/com/android/class2nonsdklist/
H A DStringCursor.java46 public char peek() { in peek() method in StringCursor
57 public String peek(int n) throws StringCursorOutOfBoundsException { in peek() method in StringCursor
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DIntStack.java120 public final int peek() in peek() method in IntStack
138 public int peek(int n) in peek() method in IntStack
H A DObjectStack.java123 public Object peek() in peek() method in ObjectStack
141 public Object peek(int n) in peek() method in ObjectStack
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
H A DOperandStack.java125 public Type peek() { in peek() method in OperandStack
133 public Type peek(final int i) { in peek() method in OperandStack

12345678910>>...71