Home
last modified time | relevance | path

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

12345678910>>...28

/external/libmicrohttpd/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()
/external/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()
/external/python/cpython3/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 …]
/external/icu/icu4c/source/data/translit/
DHan_Latin_Names.txt9 # 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.
DInterIndic_Arabic.txt23 \uE007→إ; # इ at beginning of word
25 \uE008→إ; # ई at beginning of word
Dund_FONIPA_fa.txt15 # word-final pronunciation comes close to [ə]. At the beginning of words,
21 $DarkAVowel = [ʌ a ɑ ɒ ɐ ɞ {ä} {ɒ\u0308}]; # آ instead of ا at beginning of words
Dnl_Title.txt11 # Fix up Ij at the beginning of a "word" (per Any-Title, notUAX #29)
/external/mdnsresponder/mDNSPosix/
DServices.txt4 # Lines beginning with '#' are comments/ignored.
9 # Note that any line beginning with white space is considered a blank line.
/external/tensorflow/tensorflow/contrib/reduce_slice_ops/kernels/
Dreduce_slice_ops_gpu.cu.cc32 #define GPUReduceSliceFunctorReduceop(reduceop, beginning) \ argument
77 config, indices_width, bound, beginning<T>(), indices.data(), \
/external/python/cpython2/Lib/
Ddifflib.py1148 beginning = start + 1 # lines start numbering with one
1151 return '{}'.format(beginning)
1153 beginning -= 1 # empty ranges begin at line just before the range
1154 return '{},{}'.format(beginning, length)
1231 beginning = start + 1 # lines start numbering with one
1234 beginning -= 1 # empty ranges begin at line just before the range
1236 return '{}'.format(beginning)
1237 return '{},{}'.format(beginning, beginning + length - 1)
/external/python/cpython3/Lib/
Ddifflib.py1128 beginning = start + 1 # lines start numbering with one
1131 return '{}'.format(beginning)
1133 beginning -= 1 # empty ranges begin at line just before the range
1134 return '{},{}'.format(beginning, length)
1212 beginning = start + 1 # lines start numbering with one
1215 beginning -= 1 # empty ranges begin at line just before the range
1217 return '{}'.format(beginning)
1218 return '{},{}'.format(beginning, beginning + length - 1)
/external/python/cpython2/Misc/Vim/
Dvimrc43 " Display tabs at the beginning of a line in Python mode as bad.
59 " C: prevents insertion of '*' at the beginning of every line in a comment
76 " Puts a marker at the beginning of the file to differentiate between UTF and
/external/jsoncpp/test/data/
Dtest_preserve_comment_01.expected2 at the beginning of the file.
Dtest_preserve_comment_01.json2 at the beginning of the file.
/external/python/cpython2/Modules/
D_sre.c347 return ((void*) ptr == state->beginning); in SRE_AT()
350 return ((void*) ptr == state->beginning || in SRE_AT()
366 if (state->beginning == state->end) in SRE_AT()
368 thatp = ((void*) ptr > state->beginning) ? in SRE_AT()
375 if (state->beginning == state->end) in SRE_AT()
377 thatp = ((void*) ptr > state->beginning) ? in SRE_AT()
384 if (state->beginning == state->end) in SRE_AT()
386 thatp = ((void*) ptr > state->beginning) ? in SRE_AT()
393 if (state->beginning == state->end) in SRE_AT()
395 thatp = ((void*) ptr > state->beginning) ? in SRE_AT()
[all …]
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DProfilingUtils.cpp108 GlobalValue *CounterArray, bool beginning) { in IncrementCounterInBlock() argument
110 BasicBlock::iterator InsertPos = beginning ? BB->getFirstInsertionPt() : in IncrementCounterInBlock()
DProfilingUtils.h32 bool beginning = true);
/external/valgrind/none/tests/linux/
Dmremap6.vgtest4 # the default filter because need to see lines beginning with --<pid> .....
/external/python/cpython2/Lib/plat-irix6/
Dreadcd.doc40 of four forms. "None": for "first", the beginning of the CD, for
42 starts at the beginning of the track or ends at the end of the
93 beginning of the following track and that was also specified using the
/external/python/cpython2/Lib/plat-irix5/
Dreadcd.doc40 of four forms. "None": for "first", the beginning of the CD, for
42 starts at the beginning of the track or ends at the end of the
93 beginning of the following track and that was also specified using the
/external/python/cpython2/Doc/library/
Dre.rst186 place it at the beginning of the set. For example, both ``[()[\]{}]`` and
289 beginning of the string being searched; you will most likely want to use the
309 match at the beginning of the string being searched.
338 Matches the empty string, but only at the beginning or end of a word. A word is
342 a ``\W`` character (or vice versa), or between ``\w`` and the beginning/end
351 Matches the empty string, but only when it is *not* at the beginning or end of a
496 When specified, the pattern character ``'^'`` matches at the beginning of the
497 string and at the beginning of each line (immediately following each newline);
500 matches only at the beginning of the string, and ``'$'`` only at the end of the
551 If zero or more characters at the beginning of *string* match the regular
[all …]
/external/minijail/
DRELEASE.md15 We will tag a new release ~monthly at the beginning of the month.
/external/llvm/test/MC/ARM/
Deh-directive-section.s34 @ TEST2 section (without the dot in the beginning)
109 @ Check the TEST2 section (without the dot in the beginning)
/external/python/cpython3/Lib/idlelib/
Dconfig-keys.def14 beginning-of-line= <Key-Home>
65 beginning-of-line=<Control-Key-a> <Key-Home>
116 beginning-of-line = <Key-Home>
167 beginning-of-line= <Key-Home>
224 beginning-of-line = <Control-Key-Left>
/external/e2fsprogs/tests/f_encrypted_lpf/
Dexpect.112 Restarting e2fsck from the beginning...

12345678910>>...28