Home
last modified time | relevance | path

Searched defs:peek (Results 26 - 50 of 100) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DBinaryStreamReader.cpp160 uint8_t BinaryStreamReader::peek() const { in peek() function in BinaryStreamReader
/third_party/python/Lib/
H A Dbz2.py145 def peek(self, n=0): member in BZ2File
H A Dgzip.py316 def peek(self, n): member in GzipFile
/third_party/rust/crates/syn/src/
H A Dext.rs108 fn peek(cursor: Cursor) -> bool { in peek() functions
/third_party/skia/client_utils/android/
H A DFrontBufferedStream.cpp186 size_t FrontBufferedStream::peek(void* dst, size_t size) const { in peek() function in __anon18311::FrontBufferedStream
/third_party/rust/crates/nom/src/combinator/
H A Dmod.rs304 pub fn peek<I: Clone, O, E: ParseError<I>, F>(mut f: F) -> impl FnMut(I) -> IResult<I, O, E> in peek() functions
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_qsfp.c278 u8 peek[4]; in qib_refresh_qsfp_cache() local
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_qsfp.c278 u8 peek[4]; in qib_refresh_qsfp_cache() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/
H A DDictionaryBreakEngine.java137 public int peek() { in peek() method in DictionaryBreakEngine.DequeI
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDictionaryBreakEngine.java137 int peek() { in peek() method in DictionaryBreakEngine.DequeI
/third_party/mesa3d/src/amd/compiler/tests/
H A Dcheck_output.py139 def peek(self, num=1): member in StringStream
[all...]
/third_party/node/deps/openssl/openssl/ssl/record/
H A Drec_layer_d1.c343 dtls1_read_bytes(SSL *s, int type, int *recvd_type, unsigned char *buf, size_t len, int peek, size_t *readbytes) dtls1_read_bytes() argument
/third_party/skia/src/gpu/
H A DGrSurfaceProxy.cpp147 auto peek = this->peekSurface(); in canSkipResourceAllocator() local
/third_party/openssl/ssl/record/
H A Drec_layer_d1.c343 dtls1_read_bytes(SSL *s, int type, int *recvd_type, unsigned char *buf, size_t len, int peek, size_t *readbytes) dtls1_read_bytes() argument
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dtext_handler.cpp221 char AssemblyContext::peek() const { in peek() function in spvtools::AssemblyContext
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dtext_handler.cpp221 char AssemblyContext::peek() const { in peek() function in spvtools::AssemblyContext
/third_party/skia/include/core/
H A DSkStream.h80 virtual size_t peek(void* /*buffer*/, size_t /*size*/) const { return 0; } in peek() function in SkStream
/third_party/spirv-tools/source/
H A Dtext_handler.cpp223 char AssemblyContext::peek() const { in peek() function in spvtools::AssemblyContext
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dfsl_hcalls.h492 fh_err_get_info(int queue, uint32_t *bufsize, uint32_t addr_hi, uint32_t addr_lo, int peek) fh_err_get_info() argument
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dfsl_hcalls.h492 fh_err_get_info(int queue, uint32_t *bufsize, uint32_t addr_hi, uint32_t addr_lo, int peek) fh_err_get_info() argument
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_bpf.c18 int peek = flags & MSG_PEEK; in __tcp_bpf_recvmsg() local
/kernel/linux/linux-6.6/tools/testing/kunit/
H A Dkunit_parser.py175 def peek(self) -> str: member in LineStream
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_bpf.c225 int peek = flags & MSG_PEEK; in tcp_bpf_recvmsg_parser() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DPatternStringParser.java227 int peek() { in peek() method in PatternStringParser.ParserState
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DPatternStringParser.java226 int peek() { in peek() method in PatternStringParser.ParserState
[all...]

Completed in 20 milliseconds

1234