/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 2404 char look(unsigned Lookahead = 0) { in look() function in PODSmallVector 2515 if (look() == 'N') in parseName() 2517 if (look() == 'Z') in parseName() 2521 if (look() == 'S' && look(1) != 't') { in parseName() 2525 if (look() != 'I') in parseName() 2538 if (look() == 'I') { in parseName() 2611 if (look() == 'U') in parseUnqualifiedName() 2613 else if (look() >= '1' && look() < in parseUnqualifiedName() [all...] |
/third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
H A D | unicodetext.cc | 322 UnicodeText::const_iterator UnicodeText::find(const UnicodeText& look, in find() argument 326 return UnsafeFind(look, start_pos); in find() 329 UnicodeText::const_iterator UnicodeText::find(const UnicodeText& look) const { in find() 330 return UnsafeFind(look, begin()); in find() 334 const UnicodeText& look, const_iterator start_pos) const { in UnsafeFind() 338 StringPiece look_piece(look.utf8_data(), look.utf8_length()); in UnsafeFind() 333 UnsafeFind( const UnicodeText& look, const_iterator start_pos) const UnsafeFind() argument
|
H A D | unicodetext.h | 271 // occurrence of "look", or end() if not found. 272 const_iterator find(const UnicodeText& look, const_iterator start_pos) const; 273 // Equivalent to find(look, begin()) 274 const_iterator find(const UnicodeText& look) const; 372 const_iterator UnsafeFind(const UnicodeText& look,
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jdhuff.h | 243 register int nb, look; \ 252 look = PEEK_BITS(HUFF_LOOKAHEAD); \ 253 if ((nb = (htbl->lookup[look] >> HUFF_LOOKAHEAD)) <= HUFF_LOOKAHEAD) { \ 255 result = htbl->lookup[look] & ((1 << HUFF_LOOKAHEAD) - 1); \
|
H A D | jdhuff_opt.c | 695 register int nb, look; in LOCAL() local 707 look = PEEK_BITS(HUFF_LOOKAHEAD); in LOCAL() 708 r = actbl->lookup[look]; in LOCAL() 714 s = actbl->lookup[look] & ((1 << HUFF_LOOKAHEAD) - 1); in LOCAL() 757 register int nb, look; in LOCAL() local 769 look = PEEK_BITS(HUFF_LOOKAHEAD); in LOCAL() 770 r = actbl->lookup[look]; in LOCAL() 776 s = actbl->lookup[look] & ((1 << HUFF_LOOKAHEAD) - 1); in LOCAL()
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_get_proc_info_by_ip.tex | 23 because it is possible to look up the info for an arbitrary procedure, 30 For a look-up in the local address-space,
|
/third_party/nghttp2/doc/ |
H A D | make.bat | 156 echo.Link check complete; look for any errors in the above output ^ 165 echo.Testing of doctests in the sources finished, look at the ^
|
/third_party/rust/crates/regex/src/ |
H A D | input.rs | 177 match empty.look { in is_empty_match() 270 match empty.look { in is_empty_match()
|
H A D | compile.rs | 261 /// and has hole2 for a hole. In fact, if you look at the c_concat 511 fn c_empty_look(&mut self, look: EmptyLook) -> ResultOrEmpty { in c_empty_look() 512 let hole = self.push_hole(InstHole::EmptyLook { look }); in c_empty_look() 953 EmptyLook { look: EmptyLook }, 963 InstHole::EmptyLook { look } => { in fill() 964 Inst::EmptyLook(InstEmptyLook { goto, look }) in fill()
|
/third_party/jinja2/ |
H A D | parser.py | 336 ) and self.stream.look().test("name:context"): 346 if self.stream.current.test("name:ignore") and self.stream.look().test( 372 } and self.stream.look().test("name:context"): 490 if with_namespace and self.stream.look().type == "dot": 574 elif self.stream.current.test("name:not") and self.stream.look().test( 895 and self.stream.look().type == "assign"
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | parser.py | 285 ) and self.stream.look().test("name:context"): 295 if self.stream.current.test("name:ignore") and self.stream.look().test( 321 ) and self.stream.look().test("name:context"): 420 if with_namespace and self.stream.look().type == "dot": 499 elif self.stream.current.test("name:not") and self.stream.look().test( 808 and self.stream.look().type == "assign"
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | parser.py | 279 self.stream.look().test('name:context'): 290 self.stream.look().test('name:missing'): 312 self.stream.look().test('name:context'): 406 if with_namespace and self.stream.look().type == 'dot': 484 self.stream.look().test('name:in')): 782 self.stream.look().type == 'assign':
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | parser.py | 285 ) and self.stream.look().test("name:context"): 295 if self.stream.current.test("name:ignore") and self.stream.look().test( 321 ) and self.stream.look().test("name:context"): 420 if with_namespace and self.stream.look().type == "dot": 499 elif self.stream.current.test("name:not") and self.stream.look().test( 808 and self.stream.look().type == "assign"
|
/third_party/gn/src/gn/ |
H A D | rust_variables.cc | 93 If crate_root is not set, then this rule will look for a lib.rs file (or
|
/third_party/libuv/docs/ |
H A D | make.bat | 213 echo.Link check complete; look for any errors in the above output ^
222 echo.Testing of doctests in the sources finished, look at the ^
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Config/ |
H A D | Query.pm | 34 become quite complex, and a bit overwhelming to look through directly. This
|
/third_party/openssl/util/perl/OpenSSL/Config/ |
H A D | Query.pm | 34 become quite complex, and a bit overwhelming to look through directly. This
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | startcode_armv6.S | 175 beq 98f @ don't look back a byte if found at first byte in buffer 194 beq 98f @ don't look back a byte if found at first byte in buffer
|
/third_party/node/lib/internal/debugger/ |
H A D | inspect_client.js | 199 throw new ERR_DEBUGGER_ERROR(`Payload does not look like JSON: ${payloadStr}`);
|
/third_party/mesa3d/src/nouveau/codegen/lib/ |
H A D | gf100.asm | 5 // look for z such that 2^32 - b <= b * z < 2^32
|
/third_party/optimized-routines/string/arm/ |
H A D | memchr.S | 44 @ r1 = character to look for
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/ |
H A D | configdata.pm | 28029 template may have processed these variables further, please have a look at the
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/ |
H A D | configdata.pm | 27922 template may have processed these variables further, please have a look at the
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/ |
H A D | configdata.pm | 27719 template may have processed these variables further, please have a look at the
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/ |
H A D | configdata.pm | 28012 template may have processed these variables further, please have a look at the
|