/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
D | ItaniumDemangle.h | 2404 char look(unsigned Lookahead = 0) { 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() <= '9') in parseUnqualifiedName() 2657 while (look() == 'T' && in parseUnnamedTypeName() 2658 StringView("yptn").find(look(1)) != StringView::npos) { in parseUnnamedTypeName() [all …]
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | jdhuff.h | 192 register int nb, look; \ 201 look = PEEK_BITS(HUFF_LOOKAHEAD); \ 202 if ((nb = (htbl->lookup[look] >> HUFF_LOOKAHEAD)) <= HUFF_LOOKAHEAD) { \ 204 result = htbl->lookup[look] & ((1 << HUFF_LOOKAHEAD) - 1); \
|
/third_party/libjpeg-turbo/ |
D | jdhuff.h | 198 register int nb, look; \ 207 look = PEEK_BITS(HUFF_LOOKAHEAD); \ 208 if ((nb = (htbl->lookup[look] >> HUFF_LOOKAHEAD)) <= HUFF_LOOKAHEAD) { \ 210 result = htbl->lookup[look] & ((1 << HUFF_LOOKAHEAD) - 1); \
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jdhuff.h | 198 register int nb, look; \ 207 look = PEEK_BITS(HUFF_LOOKAHEAD); \ 208 if ((nb = (htbl->lookup[look] >> HUFF_LOOKAHEAD)) <= HUFF_LOOKAHEAD) { \ 210 result = htbl->lookup[look] & ((1 << HUFF_LOOKAHEAD) - 1); \
|
/third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
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() argument 338 StringPiece look_piece(look.utf8_data(), look.utf8_length()); in UnsafeFind()
|
D | unicodetext.h | 272 const_iterator find(const UnicodeText& look, const_iterator start_pos) const; 274 const_iterator find(const UnicodeText& look) const; 372 const_iterator UnsafeFind(const UnicodeText& look,
|
/third_party/python/PC/ |
D | getpathp.c | 923 const wchar_t *look = buf - 1; /* 'buf' is at the end of the buffer */ in calculate_module_search_path() local 926 const wchar_t *lookEnd = look; in calculate_module_search_path() 931 while (look >= start_buf && *look != DELIM) in calculate_module_search_path() 932 look--; in calculate_module_search_path() 933 nchars = lookEnd-look; in calculate_module_search_path() 934 wcsncpy(lookBuf, look+1, nchars); in calculate_module_search_path() 942 if (look < start_buf) { in calculate_module_search_path() 945 look--; in calculate_module_search_path()
|
/third_party/rust/crates/memchr/bench/ |
D | README.md | 5 benchmarks approximate real world usage. When some benchmarks look a bit slower 6 than we expect (for one reason another), we can use profiling tools to look at 43 `critcmp` to look at benchmark data in a way that makes it easy to do
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/ |
D | SDL_bwindow.cc | 44 window_look look = B_BORDERED_WINDOW_LOOK; in _InitWindow() local 64 look = B_NO_BORDER_WINDOW_LOOK; in _InitWindow() 67 SDL_BWin *bwin = new(std::nothrow) SDL_BWin(bounds, look, flags); in _InitWindow()
|
/third_party/node/ |
D | glossary.md | 4 * PTAL: Please take a look. 10 an early look.
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | rbbirpt.txt | 149 # expr-mod We've just finished scanning a term, now look for the optional 172 '/' look-ahead doExprCatOperator 180 # look-ahead Scanning a '/', which identifies a break point, assuming that the 186 look-ahead: 195 # look-ahead symbol is permitted. 246 '/' look-ahead doExprCatOperator 320 # assignment must look like a rule expression, and we come here
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | rbbirpt.txt | 149 # expr-mod We've just finished scanning a term, now look for the optional 172 '/' look-ahead doExprCatOperator 180 # look-ahead Scanning a '/', which identifies a break point, assuming that the 186 look-ahead: 195 # look-ahead symbol is permitted. 246 '/' look-ahead doExprCatOperator 320 # assignment must look like a rule expression, and we come here
|
/third_party/icu/icu4c/source/common/ |
D | rbbirpt.txt | 149 # expr-mod We've just finished scanning a term, now look for the optional 172 '/' look-ahead doExprCatOperator 180 # look-ahead Scanning a '/', which identifies a break point, assuming that the 186 look-ahead: 195 # look-ahead symbol is permitted. 246 '/' look-ahead doExprCatOperator 320 # assignment must look like a rule expression, and we come here
|
/third_party/ltp/ |
D | TODO | 10 store comprehensive list of syscalls, but there are a few places to look at: 30 newly added pids testcases. Have a look at testcases/kernel/controllers/.
|
/third_party/alsa-utils/alsactl/init/ |
D | 00main | 19 # 1) look for preinit subdirectory and parse all files in it 22 # 4) look for postinit subdirectory and parse all files in it
|
/third_party/node/deps/npm/node_modules/ansicolors/ |
D | README.md | 5 In case you need styles, like `bold`, have a look at [ansistyles](https://github.com/thlorenz/ansis… 62 I'd suggest to look at the [features](https://github.com/TooTallNate/ansi.js#features) of the [ansi…
|
/third_party/skia/third_party/externals/sfntly/doc/ |
D | smart_pointer_usage.md | 13 Lets take a look at the example: 78 > attaching. This can easily cause memory leaks. Have a look at [The 116 - The logs will look like (under VC2010)
|
/third_party/flutter/skia/third_party/externals/sfntly/doc/ |
D | smart_pointer_usage.md | 13 Lets take a look at the example: 78 > attaching. This can easily cause memory leaks. Have a look at [The 116 - The logs will look like (under VC2010)
|
/third_party/rust/crates/codespan/ |
D | CONTRIBUTING.md | 21 We look forward to working with you! 40 Have a look at the documentation if you are not sure. 43 Please look through the open issues in the [issue tracker][github-issues].
|
/third_party/node/deps/npm/node_modules/ansistyles/ |
D | README.md | 5 In case you need colors, like `red`, have a look at [ansicolors](https://github.com/thlorenz/ansico… 71 I'd suggest to look at the [features](https://github.com/TooTallNate/ansi.js#features) of the [ansi…
|
/third_party/flutter/skia/third_party/externals/sdl/docs/ |
D | README-porting.md | 6 The first thing you have to do when porting to a new platform, is look at 17 take a look at the large section labelled:
|
/third_party/node/deps/cares/src/lib/ |
D | CMakeLists.txt | 58 …# For chain building: add alias targets that look like import libs that would be returned by find_… 105 …# For chain building: add alias targets that look like import libs that would be returned by find_…
|
/third_party/googletest/docs/ |
D | pkgconfig.md | 70 pkg-config will also try to look in `PKG_CONFIG_PATH` to find `gtest_main.pc`. 100 If you look at the generated pkg-config file, it will look something like
|
/third_party/node/test/fixtures/ |
D | .node_repl_history | 1 'you look fabulous today'
|
/third_party/node/deps/npm/node_modules/boxen/ |
D | readme.md | 132 … When a number is specified, the left/right padding is 3 times the top/bottom to make it look nice. 141 …. When a number is specified, the left/right margin is 3 times the top/bottom to make it look nice.
|