/third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
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/ |
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/icu/docs/ide4c/vscode/ |
D | launch.json | 27 …"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/ |
D | jsxReactTestSuite.types | 162 >( <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/ |
D | sre_lib.h | 26 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/ |
D | Han_Latin_Names.txt | 10 # 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.
|
D | InterIndic_Arabic.txt | 24 \uE007→إ; # इ at beginning of word 26 \uE008→إ; # ई at beginning of word
|
D | und_FONIPA_fa.txt | 16 # 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/ |
D | Han_Latin_Names.txt | 10 # 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.
|
D | InterIndic_Arabic.txt | 24 \uE007→إ; # इ at beginning of word 26 \uE008→إ; # ई at beginning of word
|
D | und_FONIPA_fa.txt | 16 # 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/ |
D | jsxReactTestSuite.tsx | 57 {/* A comment at the beginning */} 58 {/* A second comment at the beginning */}
|
/third_party/python/Lib/ |
D | difflib.py | 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 + length - 1)
|
/third_party/json/docs/mkdocs/docs/api/json_sax/ |
D | index.md | 37 - [**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/ |
D | NVX_blend_equation_advanced_multi_draw_buffers.txt | 70 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/ |
D | NVX_blend_equation_advanced_multi_draw_buffers.txt | 70 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/ |
D | vm_caught_custom_runtime_error.snapshot | 1 beginning
|
D | vm_dont_display_syntax_error.snapshot | 1 beginning
|
D | vm_dont_display_runtime_error.snapshot | 1 beginning
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | ANGLE_external_objects_fuchsia.txt | 90 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/ |
D | EVP_CIPHER_CTX_get_original_iv.pod | 40 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/ |
D | en-tiny.txt | 2 Doc you're beginning to sound like Sherlock Holmes.
|
/third_party/cJSON/tests/ |
D | misc_tests.c | 286 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/ |
D | codec_unittest-Prefix.pch | 4 // The contents of this file are implicitly included at the beginning of every source file.
|
/third_party/mbedtls/tests/data_files/base64/ |
D | def_b64_too_big_1.txt | 1 // Context with added '1234' at the beginning to simulate too much data in the base64 code
|