Home
last modified time | relevance | path

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

12345678910>>...22

/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/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).
62 # Convert $startOfHanMarkers to space, or to nothing if they are at the beginning of text.
DInterIndic_Arabic.txt22 \uE007→إ; # इ at beginning of word
24 \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/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/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/valgrind/none/tests/linux/
Dmremap6.vgtest4 # the default filter because need to see lines beginning with --<pid> .....
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DProfilingUtils.h32 bool beginning = true);
DProfilingUtils.cpp108 GlobalValue *CounterArray, bool beginning) { in IncrementCounterInBlock() argument
110 BasicBlock::iterator InsertPos = beginning ? BB->getFirstInsertionPt() : in IncrementCounterInBlock()
/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/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/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 …]
Dsre.h76 void* beginning; /* start of original string */ member
/external/e2fsprogs/tests/f_encrypted_lpf/
Dexpect.112 Restarting e2fsck from the beginning...
/external/fio/
DSTEADYSTATE-TODO10 to the beginning of the buffer up through the point where the buffer
/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/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/skia/site/
Dschedule.md15 Milestone | Branch Date (beginning of day)
/external/curl/docs/cmdline-opts/
Dcontinue-at.d8 is the exact number of bytes that will be skipped, counting from the beginning
/external/e2fsprogs/tests/f_illitable_flexbg/
Dexpect.19 Restarting e2fsck from the beginning...

12345678910>>...22