Home
last modified time | relevance | path

Searched refs:look (Results 1 - 25 of 106) sorted by relevance

12345

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2404 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 Dunicodetext.cc322 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 Dunicodetext.h271 // 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 Djdhuff.h243 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 Djdhuff_opt.c695 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 Dunw_get_proc_info_by_ip.tex23 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 Dmake.bat156 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 Dinput.rs177 match empty.look { in is_empty_match()
270 match empty.look { in is_empty_match()
H A Dcompile.rs261 /// 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 Dparser.py336 ) 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 Dparser.py285 ) 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 Dparser.py279 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 Dparser.py285 ) 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 Drust_variables.cc93 If crate_root is not set, then this rule will look for a lib.rs file (or
/third_party/libuv/docs/
H A Dmake.bat213 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 DQuery.pm34 become quite complex, and a bit overwhelming to look through directly. This
/third_party/openssl/util/perl/OpenSSL/Config/
H A DQuery.pm34 become quite complex, and a bit overwhelming to look through directly. This
/third_party/ffmpeg/libavcodec/arm/
H A Dstartcode_armv6.S175 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 Dinspect_client.js199 throw new ERR_DEBUGGER_ERROR(`Payload does not look like JSON: ${payloadStr}`);
/third_party/mesa3d/src/nouveau/codegen/lib/
H A Dgf100.asm5 // look for z such that 2^32 - b <= b * z < 2^32
/third_party/optimized-routines/string/arm/
H A Dmemchr.S44 @ r1 = character to look for
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/
H A Dconfigdata.pm28029 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 Dconfigdata.pm27922 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 Dconfigdata.pm27719 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 Dconfigdata.pm28012 template may have processed these variables further, please have a look at the

Completed in 117 milliseconds

12345