Home
last modified time | relevance | path

Searched defs:peek (Results 51 - 75 of 84) sorted by relevance

1234

/third_party/skia/src/image/
H A DSkSurface.cpp93 SkPixmap peek; in onAsyncRescaleAndReadPixels() local
H A DSkImage.cpp267 SkPixmap peek; in onAsyncRescaleAndReadPixels() local
/third_party/openssl/ssl/record/
H A Drec_layer_s3.c1282 ssl3_read_bytes(SSL *s, int type, int *recvd_type, unsigned char *buf, size_t len, int peek, size_t *readbytes) ssl3_read_bytes() argument
/third_party/rust/crates/syn/src/
H A Dtoken.rs132 fn peek(cursor: Cursor) -> bool; in peek() functions
159 fn peek(cursor: Cursor) -> bool; in display() functions
183 fn peek(cursor: Cursor) -> bool { in peek() functions
184 fn peek(input: ParseStream) -> bool { in peek() functions
215 fn peek(curso functions
238 fn peek(cursor: Cursor) -> bool { peek() functions
334 fn peek(cursor: Cursor) -> bool { display() functions
473 fn peek(cursor: Cursor) -> bool { peek() functions
600 fn peek(cursor: Cursor) -> bool { peek() functions
694 fn peek(cursor: Cursor) -> bool { peek() functions
705 fn peek(cursor: Cursor) -> bool { display() functions
716 fn peek(cursor: Cursor) -> bool { peek() functions
727 fn peek(cursor: Cursor) -> bool { display() functions
[all...]
H A Dparse.rs576 pub fn peek<T: Peek>(&self, token: T) -> bool { peek() functions
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumber_patternstring.cpp126 UChar32 ParsedPatternInfo::ParserState::peek() { in peek() function in ParsedPatternInfo::ParserState
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_patternstring.cpp126 UChar32 ParsedPatternInfo::ParserState::peek() { in peek() function in ParsedPatternInfo::ParserState
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dscanner.h320 Token::Value peek() const { return next().token; } in peek() function in v8::internal::Scanner
/third_party/node/deps/v8/src/regexp/
H A Dregexp-interpreter.cc138 int peek() const { in peek() function in v8::internal::__anon14987::BacktrackStack
/third_party/node/deps/openssl/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/libabigail/src/
H A Dabg-ini.cc904 peek(bool& escaped) in peek() function in abigail::ini::read_context
929 peek() in peek() function in abigail::ini::read_context
[all...]
/third_party/python/Lib/
H A D_pyio.py1141 def peek(self, size=0): member in BufferedReader
1385 def peek(self, size=0): member in BufferedRWPair
1470 def peek(self, size=0): member in BufferedRandom
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_command_buffer.h228 inline T peek() in peek() function in rx::mtl::IntermediateCommandStream
/third_party/skia/src/core/
H A DSkPictureRecord.cpp165 uint32_t peek = writer->readTAt<uint32_t>(offset); in peek_op_and_size() local
266 uint32_t peek = fWriter.readTAt<uint32_t>(offset); in fillRestoreOffsetPlaceholdersForCurrentStackLevel() local
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
/third_party/node/deps/v8/src/objects/
H A Dstring.cc1318 const uint16_t peek = replacement->Get(peek_ix); in GetSubstitution() local

Completed in 46 milliseconds

1234