Home
last modified time | relevance | path

Searched refs:beginning (Results 1 – 25 of 989) sorted by relevance

12345678910>>...40

/third_party/skia/third_party/externals/microhttpd/src/testspdy/
Dtest_session_timeout.c132 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/
Dcmap_iterator_test.cc105 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/icu/docs/ide4c/vscode/
Dlaunch.json27 …"stopAtEntry": false, // If you want to add a break point in the beginning of the program (i.e. te…
58 …"stopAtEntry": false, // If you want to add a break point in the beginning of the program (i.e. te…
89 …"stopAtEntry": false, // If you want to add a break point in the beginning of the program (i.e. te…
/third_party/typescript/tests/baselines/reference/
DjsxReactTestSuite.types162 >( <div> {/* A comment at the beginning */} {/* A second comment at the beginning */} <sp…
165 ><div> {/* A comment at the beginning */} {/* A second comment at the beginning */} <span>…
168 {/* A comment at the beginning */}
169 {/* A second comment at the beginning */}
/third_party/python/Modules/
Dsre_lib.h26 return ((void*) ptr == state->beginning); in SRE()
29 return ((void*) ptr == state->beginning || in SRE()
45 if (state->beginning == state->end) in SRE()
47 thatp = ((void*) ptr > state->beginning) ? in SRE()
54 if (state->beginning == state->end) in SRE()
56 thatp = ((void*) ptr > state->beginning) ? in SRE()
63 if (state->beginning == state->end) in SRE()
65 thatp = ((void*) ptr > state->beginning) ? in SRE()
72 if (state->beginning == state->end) in SRE()
74 thatp = ((void*) ptr > state->beginning) ? in SRE()
[all …]
/third_party/skia/third_party/externals/icu/source/data/translit/
DHan_Latin_Names.txt10 # Chinese personal names - surname first - that occur at the beginning of a contiguous Han substring
11 # (i.e. at the beginning of text, or immediately preceded by space or other non-Han characters).
65 # Convert $startOfHanMarkers to space, or to nothing if they are at the beginning of text.
DInterIndic_Arabic.txt24 \uE007→إ; # इ at beginning of word
26 \uE008→إ; # ई at beginning of word
Dund_FONIPA_fa.txt16 # word-final pronunciation comes close to [ə]. At the beginning of words,
22 $DarkAVowel = [ʌ a ɑ ɒ ɐ ɞ {ä} {ɒ\u0308}]; # آ instead of ا at beginning of words
/third_party/icu/icu4c/source/data/translit/
DHan_Latin_Names.txt10 # Chinese personal names - surname first - that occur at the beginning of a contiguous Han substring
11 # (i.e. at the beginning of text, or immediately preceded by space or other non-Han characters).
65 # Convert $startOfHanMarkers to space, or to nothing if they are at the beginning of text.
DInterIndic_Arabic.txt24 \uE007→إ; # इ at beginning of word
26 \uE008→إ; # ई at beginning of word
Dund_FONIPA_fa.txt16 # word-final pronunciation comes close to [ə]. At the beginning of words,
22 $DarkAVowel = [ʌ a ɑ ɒ ɐ ɞ {ä} {ɒ\u0308}]; # آ instead of ا at beginning of words
/third_party/typescript/tests/cases/conformance/jsx/
DjsxReactTestSuite.tsx57 {/* A comment at the beginning */}
58 {/* A second comment at the beginning */}
/third_party/python/Lib/
Ddifflib.py1087 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 + length - 1)
/third_party/json/docs/mkdocs/docs/api/json_sax/
Dindex.md37 - [**start_array**](start_array.md) (_virtual_) - the beginning of an array was read
38 - [**start_object**](start_object.md) (_virtual_) - the beginning of an object was read
/third_party/openGLES/extensions/NVX/
DNVX_blend_equation_advanced_multi_draw_buffers.txt70 NV_blend_equation_advanced, delete the paragraph beginning "If any
106 [[Delete the paragraph beginning "This extension throws an
119 [[Delete the paragraph beginning "If any non-NONE draw buffer uses a blend
/third_party/skia/third_party/externals/opengl-registry/extensions/NVX/
DNVX_blend_equation_advanced_multi_draw_buffers.txt70 NV_blend_equation_advanced, delete the paragraph beginning "If any
106 [[Delete the paragraph beginning "This extension throws an
119 [[Delete the paragraph beginning "If any non-NONE draw buffer uses a blend
/third_party/node/test/fixtures/vm/
Dvm_caught_custom_runtime_error.snapshot1 beginning
Dvm_dont_display_syntax_error.snapshot1 beginning
Dvm_dont_display_runtime_error.snapshot1 beginning
/third_party/skia/third_party/externals/angle2/extensions/
DANGLE_external_objects_fuchsia.txt90 Replace the paragraph in section 4.2.1 beginning "External handles
115 Replace the paragraph in section 6.1 beginning "External handles are
/third_party/openssl/doc/man3/
DEVP_CIPHER_CTX_get_original_iv.pod40 the beginning of the "IV state" as maintained internally in the
42 beginning of the ("original") IV, as maintained by the B<EVP_CIPHER_CTX>, that
/third_party/rust/crates/memchr/bench/data/opensubtitles/
Den-tiny.txt2 Doc you're beginning to sound like Sherlock Holmes.
/third_party/cJSON/tests/
Dmisc_tests.c286 cJSON *beginning = NULL; in cjson_replace_item_via_pointer_should_replace_items() local
291 beginning = cJSON_CreateNull(); in cjson_replace_item_via_pointer_should_replace_items()
292 TEST_ASSERT_NOT_NULL(beginning); in cjson_replace_item_via_pointer_should_replace_items()
301 cJSON_AddItemToArray(array, beginning); in cjson_replace_item_via_pointer_should_replace_items()
308 TEST_ASSERT_TRUE(cJSON_ReplaceItemViaPointer(array, beginning, &(replacements[0]))); in cjson_replace_item_via_pointer_should_replace_items()
/third_party/openh264/test/build/ios/codec_unittest/codec_unittest/
Dcodec_unittest-Prefix.pch4 // The contents of this file are implicitly included at the beginning of every source file.
/third_party/mbedtls/tests/data_files/base64/
Ddef_b64_too_big_1.txt1 // Context with added '1234' at the beginning to simulate too much data in the base64 code

12345678910>>...40