Home
last modified time | relevance | path

Searched refs:look (Results 1 – 25 of 1735) sorted by relevance

12345678910>>...70

/third_party/curl/tests/data/
Dtest130976 Tree look:
128 Tree look:
179 Tree look:
229 Tree look:
278 Tree look:
326 Tree look:
373 Tree look:
419 Tree look:
464 Tree look:
508 Tree look:
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h2404 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/
Djdhuff.h192 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/
Djdhuff.h192 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/skia/third_party/externals/libjpeg-turbo/
Djdhuff.h198 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/boost/libs/python/test/
Dshared_ptr.hpp17 static int look(shared_ptr<T> const& x) in look() function
42 return look(get()); in look_store()
48 def("look", &look); in expose()
55 .def("look", &look) in expose()
Dauto_ptr.cpp26 int look(std::auto_ptr<X> const& x) in look() function
81 def("look", look); in BOOST_PYTHON_MODULE()
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
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() argument
338 StringPiece look_piece(look.utf8_data(), look.utf8_length()); in UnsafeFind()
Dunicodetext.h272 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/boost/libs/regex/doc/
Dunicode_iterators.qbk36 encoding "look like" a read-only sequence of characters in another encoding.
47 A Bidirectional iterator adapter that makes an underlying sequence of UTF32 characters look like
62 (in the platforms native byte order) look like a (read-only) sequence of UTF32 characters.
79 A Bidirectional iterator adapter that makes an underlying sequence of UTF32 characters look like
93 look like a (read-only) sequence of UTF32 characters.
/third_party/python/PC/
Dgetpathp.c923 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/node/
Dglossary.md4 * PTAL: Please take a look.
10 an early look.
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/
DSDL_bwindow.cc44 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/flatbuffers/
DFormatters.md18 Swift uses swiftformat as it's formatter. Take a look at [how to install here](https://github.com/n…
22 Typescript uses eslint as it's linter. Take a look at [how to install here](https://eslint.org/docs…
/third_party/boost/libs/process/doc/
Dfaq.qbk34 Now for another example, which might look correct, let's consider you want
48 So the `ipstream` will still look for data even though the process has ended.
68 not absolutely sure how the output will look.
/third_party/libsoup/
Dmeson_options.txt10 …description : 'Where to look for krb5-config, path points to krb5-config installation (defaultly l…
22 …description : 'Where to look for ntlm_auth, path points to ntlm_auth installation (defaultly looki…
/third_party/ltp/
DTODO10 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/flutter/skia/third_party/externals/icu/source/common/
Drbbirpt.txt149 # 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/
Drbbirpt.txt149 # 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/
Drbbirpt.txt149 # 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/alsa-utils/alsactl/init/
D00main19 # 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/boost/libs/compute/test/extra/
DCMakeLists.txt45 # look for Qt4 in the first place
54 # look for Qt5
/third_party/boost/libs/xpressive/doc/
Dhistory.qbk22 * Semantic actions in look-aheads, look-behinds and independent sub-expressions
/third_party/node/test/fixtures/
D.node_repl_history1 'you look fabulous today'
/third_party/boost/libs/gil/doc/image_processing/
Dbasics.rst10 The simplest way to look at this is "tweaking the input so that it would
11 look like the shape provided". What exact tweaking is applied depends on

12345678910>>...70