/third_party/skia/src/core/ |
H A D | SkStream.cpp | 348 size_t SkMemoryStream::peek(void* buffer, size_t size) const { in peek() function in SkMemoryStream
|
/third_party/openssl/ssl/ |
H A D | s3_lib.c | 4457 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 D | number_patternstring.cpp | 122 UChar32 ParsedPatternInfo::ParserState::peek() { in peek() function in ParsedPatternInfo::ParserState [all...] |
/third_party/skia/src/sksl/ |
H A D | SkSLDSLParser.cpp | 150 Token DSLParser::peek() { in peek() function in SkSL::DSLParser [all...] |
/third_party/skia/third_party/externals/brotli/research/ |
H A D | brotlidump.py | 79 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 D | X86Disassembler.cpp | 178 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 D | parser_impl.cc | 311 Token ParserImpl::peek(size_t idx) { in peek() function in tint::reader::wgsl::ParserImpl [all...] |
/third_party/python/Objects/ |
H A D | frameobject.c | 194 peek(int64_t stack, int n) in peek() function
|
/third_party/skia/include/core/ |
H A D | SkPath.h | 1642 Verb peek() const { in peek() function in SkPath::RawIter
|
/third_party/rust/crates/regex/regex-syntax/src/ast/ |
H A D | parse.rs | 566 fn peek(&self) -> Option<char> { in peek() functions
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_taprio.c | 81 struct sk_buff *(*peek)(struct Qdisc *sch); member
|
/third_party/node/deps/v8/src/objects/ |
H A D | string.cc | 1318 const uint16_t peek = replacement->Get(peek_ix); in GetSubstitution() local
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-cff-interp-common.hh | 430 const ELEM& peek () in peek() function
|
/third_party/toybox/lib/ |
H A D | lib.c | 663 int64_t peek(void *ptr, unsigned size) in peek() function
|
/third_party/python/Lib/ |
H A D | zipfile.py | 915 def peek(self, n=1): member in ZipExtFile
|
/kernel/linux/linux-5.10/net/tipc/ |
H A D | socket.c | 2020 bool peek = flags & MSG_PEEK; in tipc_recvstream() local
|
/kernel/linux/linux-5.10/include/net/ |
H A D | sch_generic.h | 280 struct sk_buff * (*peek)(struct Qdisc *); member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | sch_generic.h | 300 struct sk_buff * (*peek)(struct Qdisc *); member
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | socket.c | 2023 bool peek = flags & MSG_PEEK; in tipc_recvstream() local
|
/kernel/linux/linux-5.10/arch/s390/kvm/ |
H A D | kvm-s390.c | 2084 int srcu_idx, peek, ret; in kvm_s390_get_cmma_bits() local
|
/kernel/linux/linux-6.6/arch/s390/kvm/ |
H A D | kvm-s390.c | 2312 int srcu_idx, peek, ret; in kvm_s390_get_cmma_bits() local
|
/third_party/python/Lib/test/ |
H A D | pickletester.py | 79 def peek(self, *args): member in UnseekableIO
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
H A D | mod.rs | 2322 fn peek(&mut self, buf: &mut [u8]) -> c_int { in fmt() functions
|
/third_party/python/Modules/ |
H A D | _pickle.c | 692 PyObject *peek; /* peek() method of the input stream, or NULL */ member [all...] |
/third_party/python/Python/ |
H A D | ceval.c | 5540 PyObject *peek = PEEK(oparg); local
|