| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfExpression.h | 65 Optional<DIExpression::ExprOperand> peek() const { in peek() function in llvm::DIExpressionCursor
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| H A D | BinaryStreamReader.cpp | 160 uint8_t BinaryStreamReader::peek() const { in peek() function in BinaryStreamReader
|
| H A D | JSON.cpp | 243 char peek() { return P == End ? 0 : *P; } in peek() function in llvm::json::__anon24323::Parser
|
| /third_party/python/Lib/ |
| H A D | bz2.py | 145 def peek(self, n=0): member in BZ2File
|
| H A D | gzip.py | 316 def peek(self, n): member in GzipFile
|
| H A D | weakref.py | 600 def peek(self): member in finalize
|
| /third_party/rust/crates/syn/src/ |
| H A D | ext.rs | 108 fn peek(cursor: Cursor) -> bool { in peek() functions
|
| /third_party/skia/client_utils/android/ |
| H A D | FrontBufferedStream.cpp | 186 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 D | mod.rs | 304 pub fn peek<I: Clone, O, E: ParseError<I>, F>(mut f: F) -> impl FnMut(I) -> IResult<I, O, E> in peek() functions
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/ |
| H A D | DictionaryBreakEngine.java | 137 public int peek() { in peek() method in DictionaryBreakEngine.DequeI
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | DictionaryBreakEngine.java | 137 int peek() { in peek() method in DictionaryBreakEngine.DequeI
|
| /third_party/mesa3d/src/amd/compiler/tests/ |
| H A D | check_output.py | 139 def peek(self, num=1): member in StringStream [all...] |
| /third_party/node/deps/openssl/openssl/ssl/record/ |
| H A D | rec_layer_d1.c | 343 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 D | GrSurfaceProxy.cpp | 147 auto peek = this->peekSurface(); in canSkipResourceAllocator() local
|
| /third_party/openssl/ssl/record/ |
| H A D | rec_layer_d1.c | 343 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 D | text_handler.cpp | 221 char AssemblyContext::peek() const { in peek() function in spvtools::AssemblyContext
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
| H A D | text_handler.cpp | 221 char AssemblyContext::peek() const { in peek() function in spvtools::AssemblyContext
|
| /third_party/skia/include/core/ |
| H A D | SkStream.h | 80 virtual size_t peek(void* /*buffer*/, size_t /*size*/) const { return 0; } in peek() function in SkStream
|
| /third_party/spirv-tools/source/ |
| H A D | text_handler.cpp | 223 char AssemblyContext::peek() const { in peek() function in spvtools::AssemblyContext
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
| H A D | PatternStringParser.java | 227 int peek() { in peek() method in PatternStringParser.ParserState [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
| H A D | PatternStringParser.java | 226 int peek() { in peek() method in PatternStringParser.ParserState [all...] |
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_util.h | 275 inline Item& peek() { assert(size); return array[size - 1]; } in peek() function in nv50_ir::Stack
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
| H A D | MILexer.cpp | 49 char peek(int I = 0) const { return End - Ptr <= I ? 0 : Ptr[I]; } in peek() function in __anon24038::Cursor [all...] |
| /third_party/python/Modules/_io/ |
| H A D | iobase.c | 535 PyObject *peek, *buffer, *result; in _io__IOBase_readline_impl() local
|
| /third_party/node/deps/v8/src/json/ |
| H A D | json-parser.h | 207 V8_INLINE JsonToken peek() const { return next_; } in peek() function
|