Home
last modified time | relevance | path

Searched defs:peek (Results 76 - 100 of 102) sorted by relevance

12345

/third_party/skia/src/core/
H A DSkStream.cpp348 size_t SkMemoryStream::peek(void* buffer, size_t size) const { in peek() function in SkMemoryStream
/third_party/openssl/ssl/
H A Ds3_lib.c4457 static int ssl3_read_internal(SSL *s, void *buf, size_t len, int peek, in ssl3_read_internal() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_patternstring.cpp122 UChar32 ParsedPatternInfo::ParserState::peek() { in peek() function in ParsedPatternInfo::ParserState
[all...]
/third_party/skia/src/sksl/
H A DSkSLDSLParser.cpp150 Token DSLParser::peek() { in peek() function in SkSL::DSLParser
[all...]
/third_party/skia/third_party/externals/brotli/research/
H A Dbrotlidump.py79 def peek(self, n): member in BitStream
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp178 static bool peek(struct InternalInstruction *insn, uint8_t &byte) { in peek() function
[all...]
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl.cc311 Token ParserImpl::peek(size_t idx) { in peek() function in tint::reader::wgsl::ParserImpl
[all...]
/third_party/python/Objects/
H A Dframeobject.c194 peek(int64_t stack, int n) in peek() function
/third_party/skia/include/core/
H A DSkPath.h1642 Verb peek() const { in peek() function in SkPath::RawIter
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dparse.rs566 fn peek(&self) -> Option<char> { in peek() functions
/kernel/linux/linux-5.10/net/sched/
H A Dsch_taprio.c81 struct sk_buff *(*peek)(struct Qdisc *sch); member
/third_party/node/deps/v8/src/objects/
H A Dstring.cc1318 const uint16_t peek = replacement->Get(peek_ix); in GetSubstitution() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-cff-interp-common.hh430 const ELEM& peek () in peek() function
/third_party/toybox/lib/
H A Dlib.c663 int64_t peek(void *ptr, unsigned size) in peek() function
/third_party/python/Lib/
H A Dzipfile.py915 def peek(self, n=1): member in ZipExtFile
/kernel/linux/linux-5.10/net/tipc/
H A Dsocket.c2020 bool peek = flags & MSG_PEEK; in tipc_recvstream() local
/kernel/linux/linux-5.10/include/net/
H A Dsch_generic.h280 struct sk_buff * (*peek)(struct Qdisc *); member
/kernel/linux/linux-6.6/include/net/
H A Dsch_generic.h300 struct sk_buff * (*peek)(struct Qdisc *); member
/kernel/linux/linux-6.6/net/tipc/
H A Dsocket.c2023 bool peek = flags & MSG_PEEK; in tipc_recvstream() local
/kernel/linux/linux-5.10/arch/s390/kvm/
H A Dkvm-s390.c2084 int srcu_idx, peek, ret; in kvm_s390_get_cmma_bits() local
/kernel/linux/linux-6.6/arch/s390/kvm/
H A Dkvm-s390.c2312 int srcu_idx, peek, ret; in kvm_s390_get_cmma_bits() local
/third_party/python/Lib/test/
H A Dpickletester.py79 def peek(self, *args): member in UnseekableIO
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs2322 fn peek(&mut self, buf: &mut [u8]) -> c_int { in fmt() functions
/third_party/python/Modules/
H A D_pickle.c692 PyObject *peek; /* peek() method of the input stream, or NULL */ member
[all...]
/third_party/python/Python/
H A Dceval.c5540 PyObject *peek = PEEK(oparg); local

Completed in 87 milliseconds

12345