Home
last modified time | relevance | path

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

12345678910>>...16

/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/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/libvorbis/doc/
Dvorbis-clip.txt28 beginning or end of the decoded stream or requiring that the desired
92 a larger Vorbis stream, and choosing a beginning point of the clip
94 get the desired beginning point.
96 The process of marking the desired beginning point is similar to
98 to be some location past the actual beginning of data, it associates a
114 position accounts for, and discards the 'surplus' from the beginning
119 indicating beginning and ending sample positions. However, decoders
Da1-encapsulation-ogg.tex75 page of exactly 58 bytes at the very beginning of the logical stream.
79 This first page is marked 'beginning of stream' in the page flags.
84 headers) may span one or more pages beginning on the second page of
139 inference it may indicate that the PCM position of the beginning
173 for seeking operations at the very beginning of the stream.
/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/v8/test/mjsunit/
Dhtml-comments.js1 --> must work at beginning of file!
/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/bison/m4/
Dlocale-fr.m495 # otherwise on Mac OS X 10.3.5 the LC_TIME=C from the beginning of the
97 # LC_CTYPE, which is also set at the beginning of the configure script.
223 # otherwise on Mac OS X 10.3.5 the LC_TIME=C from the beginning of the
225 # LC_CTYPE, which is also set at the beginning of the configure script.
Dlocale-ja.m494 # otherwise on Mac OS X 10.3.5 the LC_TIME=C from the beginning of the
96 # LC_CTYPE, which is also set at the beginning of the configure script.
/external/e2fsprogs/tests/f_illitable_flexbg/
Dexpect.19 Restarting e2fsck from the beginning...
/external/sonivox/jet_tools/JetCreator/
DJetCreatorhlp.dat74 chase controllers = This option will force JET to chase controllers up to the beginning of a given …
94 chase controllers = If on, MIDI CC messages and program changes will be read from the beginning of …
109 chase controllers = If on, MIDI CC messages and program changes will be read from the beginning of …
/external/autotest/client/site_tests/graphics_dEQP/
Dcontrol.filter_args7 # to the beginning of each test name to determine what to run.
/external/e2fsprogs/tests/f_unused_itable/
Dexpect.19 Restarting e2fsck from the beginning...
/external/vogar/
D.vogarconfig.example3 # invocation of Vogar. Blank lines and lines beginning with "#" are ignored.
/external/icu/icu4c/source/data/translit/
Dky_ky_FONIPA.txt25 [$] {е} → je; # at the beginning of a word
/external/regex-re2/doc/
Dsyntax.txt69 ^ at beginning of text or line («m»=true)
71 \A at beginning of text
74 \G at beginning of subtext being searched NOT SUPPORTED pcre
89 \%^ beginning of file NOT SUPPORTED vim
128 \K reset beginning of «$0» NOT SUPPORTED
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp8.cc286 bool beginning = true; in GeneratePackets() local
305 if (remaining_in_partition == 0 && !(beginning && separate_first_)) { in GeneratePackets()
335 beginning = false; // Next packet cannot be first packet in frame. in GeneratePackets()
/external/webrtc/webrtc/modules/video_coding/
Dsession_info.cc399 bool beginning = in FindPartitionEnd() local
403 bool packet_loss_found = (!beginning && !InSequence(it, prev_it)); in FindPartitionEnd()
405 (beginning && current_partition_id != partition_id)) { in FindPartitionEnd()
/external/llvm/docs/HistoricalNotes/
D2003-06-25-Reoptimizer1.txt45 has agreed not to use. Shift a 1 into it at the beginning. At every
121 the beginning of the original code to the beginning of the optimized
/external/nanopb-c/tests/package_name/
DSConscript8 '''Add a "package test.package;" directive to the beginning of the .proto file.'''
/external/curl/tests/data/
Dtest22313 # this deflate chunk has three bytes removed from the beginning
/external/e2fsprogs/tests/f_misstable/
Dexpect.19 Restarting e2fsck from the beginning...

12345678910>>...16