/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/boost/libs/vmd/doc/ |
D | vmd_conv17to18.qbk | 17 various data types at the beginning of a sequence, is encompassed 27 the beginning of a sequence and returned a 2-element tuple, where the first 42 the beginning of a sequence and returned the matching index starting with 1, or 55 beginning of a sequence and returned the rest of the sequence or emptiness if 80 the beginning of a sequence and returned a 2-element tuple, where the first 92 the beginning of a sequence and returned the number if found or emptiness 103 beginning of a sequence and returned the rest of the sequence or emptiness if 128 the beginning of a sequence and returned a 2-element tuple, where the first 140 the beginning of a sequence and returned the array if found or emptiness 151 beginning of a sequence and returned the rest of the sequence or emptiness if [all …]
|
/third_party/flutter/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/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/flutter/skia/third_party/externals/icu/source/data/translit/ |
D | Han_Latin_Names.txt | 9 # Chinese personal names - surname first - that occur at the beginning of a contiguous Han substring 10 # (i.e. at the beginning of text, or immediately preceded by space or other non-Han characters). 64 # Convert $startOfHanMarkers to space, or to nothing if they are at the beginning of text.
|
D | InterIndic_Arabic.txt | 23 \uE007→إ; # इ at beginning of word 25 \uE008→إ; # ई at beginning of word
|
/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/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
|
/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
|
/third_party/gettext/gnulib-local/lib/ |
D | obstack.h.diff | 13 /* Pointer to beginning of object being allocated or to be allocated next. 24 /* Pointer to beginning of object being allocated or to be allocated next.
|
/third_party/flutter/flutter/packages/flutter/lib/src/animation/ |
D | animation.dart | 15 /// The animation is stopped at the beginning 18 /// The animation is running from beginning to end 21 /// The animation is running backwards, from end to beginning 35 /// beginning to end or from the end back to the beginning, although the actual 92 /// Whether this animation is stopped at the beginning.
|
/third_party/boost/libs/asio/doc/requirements/ |
D | DynamicBuffer_v2.qbk | 56 memory beginning at offset `pos`, and where `buffer_size(u) <= n`.] 62 memory beginning at offset `pos`, and where `buffer_size(u) <= n`.] 87 [Removes `n` bytes from the beginning of the underlying memory. If `n` is
|
/third_party/boost/tools/build/doc/src/ |
D | regex.adoc | 15 * `"^"` matches the beginning of the string. 17 * "\<" matches the beginning of a word. 24 .. from beginning till the first occurrence of `separator` or till the
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | at_c.rst | 25 Returns a type identical to the ``n``\ th element from the beginning of 47 | ``n`` | A compile-time integral constant | An offset from the beginning of the sequence …
|
/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/node/test/message/ |
D | vm_caught_custom_runtime_error.out | 1 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/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/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/jsoncpp/test/data/ |
D | legacy_test_preserve_comment_01.expected | 2 at the beginning of the file.
|
D | legacy_test_preserve_comment_01.json | 2 at the beginning of the file.
|