/third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
H A D | test_session_timeout.c | 132 unsigned long long beginning = 0; in parentproc() local 174 if(now - beginning > TIMEOUT*1000 + SELECT_MS_TIMEOUT) in parentproc() 176 printf("Started at: %llums\n",beginning); in parentproc() 183 if(timeoutlong > beginning + TIMEOUT *1000) in parentproc() 185 printf("Started at: %llums\n",beginning); in parentproc() 235 if(0 == beginning) in parentproc() 237 beginning = monotonic_time (); in parentproc()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
H A D | cmap_iterator_test.cc | 105 beginning = bit_set->begin(), in CompareCMapIterAndBitSet() local 106 init_beginning = beginning, in CompareCMapIterAndBitSet() 107 current = std::find(beginning, end, true); in CompareCMapIterAndBitSet() 108 for (int32_t next_bit = current - beginning; in CompareCMapIterAndBitSet() 116 beginning = current + 1; in CompareCMapIterAndBitSet() 117 current = std::find(beginning, end, true); in CompareCMapIterAndBitSet()
|
/third_party/python/Modules/_sre/ |
H A D | sre_lib.h | 26 return ((void*) ptr == state->beginning); in at() 29 return ((void*) ptr == state->beginning || in at() 45 if (state->beginning == state->end) in at() 47 thatp = ((void*) ptr > state->beginning) ? in at() 54 if (state->beginning == state->end) in at() 56 thatp = ((void*) ptr > state->beginning) ? in at() 63 if (state->beginning == state->end) in at() 65 thatp = ((void*) ptr > state->beginning) ? in at() 72 if (state->beginning == state->end) in at() 74 thatp = ((void*) ptr > state->beginning) in at() [all...] |
H A D | sre.h | 65 const void* beginning; /* start of original string */ member
|
H A D | sre.c | 462 state->beginning = ptr; in state_init() 498 (((char*)(member) - (char*)(state)->beginning) / (state)->charsize) 545 return getslice(state->isbytes, state->beginning, string, i, j); in state_getslice() 638 Matches zero or more characters at the beginning of the string. 840 item = getslice(state.isbytes, state.beginning, in _sre_SRE_Pattern_findall_impl() 1000 item = getslice(state.isbytes, state.beginning, in _sre_SRE_Pattern_split_impl() 1029 item = getslice(state.isbytes, state.beginning, in _sre_SRE_Pattern_split_impl() 1144 item = getslice(state.isbytes, state.beginning, in pattern_subx() 1186 item = getslice(state.isbytes, state.beginning, in pattern_subx() 1201 joiner = getslice(state.isbytes, state.beginning, strin in pattern_subx() [all...] |
/third_party/python/Lib/ |
H A D | difflib.py | 738 Lines beginning with '? ' attempt to guide the eye to intraline 1087 beginning = start + 1 # lines start numbering with one 1090 return '{}'.format(beginning) 1092 beginning -= 1 # empty ranges begin at line just before the range 1093 return '{},{}'.format(beginning, length) 1171 beginning = start + 1 # lines start numbering with one 1174 beginning -= 1 # empty ranges begin at line just before the range 1176 return '{}'.format(beginning) 1177 return '{},{}'.format(beginning, beginning [all...] |
/third_party/cJSON/tests/ |
H A D | misc_tests.c | 277 /* detach beginning (list[0]) */ in cjson_detach_item_via_pointer_should_detach_items() 278 TEST_ASSERT_TRUE_MESSAGE(cJSON_DetachItemViaPointer(parent, &(list[0])) == &(list[0]), "Failed to detach beginning."); in cjson_detach_item_via_pointer_should_detach_items() 280 TEST_ASSERT_TRUE_MESSAGE((list[2].prev == &(list[3])) && (parent->child == &(list[2])), "Didn't set the new beginning."); in cjson_detach_item_via_pointer_should_detach_items() 296 cJSON *beginning = NULL; in cjson_replace_item_via_pointer_should_replace_items() local 301 beginning = cJSON_CreateNull(); in cjson_replace_item_via_pointer_should_replace_items() 302 TEST_ASSERT_NOT_NULL(beginning); in cjson_replace_item_via_pointer_should_replace_items() 311 cJSON_AddItemToArray(array, beginning); in cjson_replace_item_via_pointer_should_replace_items() 317 /* replace beginning */ in cjson_replace_item_via_pointer_should_replace_items() 318 TEST_ASSERT_TRUE(cJSON_ReplaceItemViaPointer(array, beginning, &(replacements[0]))); in cjson_replace_item_via_pointer_should_replace_items()
|
/third_party/skia/modules/skshaper/src/ |
H A D | SkShaper_harfbuzz.cpp | 1263 /** The position of the beginning of the line. */ 1264 ShapedRunGlyphIterator beginning(runs); 1280 if (current != beginning) { 1296 if (candidateLineBreak != beginning) { 1297 beginning = candidateLineBreak; 1301 } else if (candidateGraphemeBreak != beginning) { 1302 beginning = candidateGraphemeBreak; 1303 candidateLineBreak = beginning; 1320 glyph = beginning.current();
|
/third_party/node/src/ |
H A D | node_i18n.cc | 518 size_t beginning = 0; in Decode() local 523 beginning += 2; in Decode() 527 char* value = reinterpret_cast<char*>(output) + beginning; in Decode()
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_init_local.tex | 27 will back-up the instruction pointer before beginning a walk up the
|
/third_party/ninja/misc/ |
H A D | ninja.vim | 24 " Comments are only matched when the # is at the beginning of the line (with
|
/third_party/gn/src/gn/ |
H A D | switches.cc | 142 beginning with paths, and the BUILD.gn file in that directory will be the
|
H A D | input_conversion.cc | 337 result in whitespace being trimmed from the beginning and end of the
|
H A D | command_gen.cc | 646 python script on the generated file. See the comments at the beginning
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | pre-process.c | 1615 struct token **list = where, **beginning = NULL; in expression_value() local 1626 beginning = list; in expression_value() 1641 *beginning = p; in expression_value() 1650 *beginning = p; in expression_value()
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 762 code in your template, with C<{> at the beginning and C<}> at the end. 950 string is the string that signals the beginning of each program 1275 counts from the beginning of the template, not from the beginning of 1391 You can have some Perl code prepended automatically to the beginning 1399 beginning of each program fragment, and the second string is the 1661 added to the beginning of each program fragment. 1700 attach the perl statements to the beginning of each program fragment,
|
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 762 code in your template, with C<{> at the beginning and C<}> at the end. 950 string is the string that signals the beginning of each program 1275 counts from the beginning of the template, not from the beginning of 1391 You can have some Perl code prepended automatically to the beginning 1399 beginning of each program fragment, and the second string is the 1661 added to the beginning of each program fragment. 1700 attach the perl statements to the beginning of each program fragment,
|
/third_party/python/Parser/ |
H A D | tokenizer.c | 1103 Py_FatalError("tokenizer beginning of buffer"); in tok_backup()
|
/third_party/node/deps/v8/src/objects/ |
H A D | intl-objects.cc | 1794 const std::string beginning = locale.substr(0, unicode_extension_start); in ParseBCP47Locale() local 1812 parsed_locale.no_extensions_locale = beginning + end; in ParseBCP47Locale()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 344 % Do this early so pdf references go to the beginning of the page. 470 % We prepended an \empty token at the very beginning and we expand it now, 584 % at the beginning of a line will start with \penalty -- and 628 % beginning of a paragraph, when TeX is still in vertical mode, would 693 % TeX puts in an \escapechar (i.e., `@') at the beginning of the help 819 % vertical list for the beginning and end of each change). This command 1041 % @setfilename is done at the beginning of every texinfo file. 3990 % Ignoring space at the beginning and end avoids an occasional spurious 4101 % And this command to find another #1 command, at the beginning of a 4863 % for the beginning o [all...] |