HomeSort by relevance Sort by last modified time
    Searched refs:beginning (Results 1 - 25 of 135) sorted by null

1 2 3 4 5 6

  /cts/tests/tests/text/src/android/text/method/cts/
WordIteratorTest.java 29 private void checkIsWordWithSurrogate(int beginning, int end, int surrogateIndex) {
30 for (int i = beginning; i <= end; i++) {
32 assertEquals(beginning, wi.getBeginning(i));
41 private void checkIsWord(int beginning, int end) {
42 checkIsWordWithSurrogate(beginning, end, -1);
45 private void checkIsNotWord(int beginning, int end) {
46 for (int i = beginning; i <= end; i++) {
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
rodata-merge-map1.s 4 @ generate a $d symbol at its beginning.
  /external/libmicrohttpd/src/testspdy/
test_session_timeout.c 132 unsigned long long beginning = 0; local
174 if(now - beginning > TIMEOUT*1000 + SELECT_MS_TIMEOUT)
176 printf("Started at: %llums\n",beginning);
183 if(timeoutlong > beginning + TIMEOUT *1000)
185 printf("Started at: %llums\n",beginning);
235 if(0 == beginning)
237 beginning = monotonic_time ();
  /external/sfntly/cpp/src/test/
cmap_iterator_test.cc 105 beginning = bit_set->begin(), local
106 init_beginning = beginning,
107 current = std::find(beginning, end, true);
108 for (int32_t next_bit = current - beginning;
116 beginning = current + 1;
117 current = std::find(beginning, end, true);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
sym-1.s 1 # Test beginning and starting with ":"; it should be stripped off, but
relax2.s 6 # part of the name when ending a label at the beginning of a line.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
insn-opts.d 4 # Check that .insn at the beginning of assembly sees default file options
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
sec-10.d 6 # There was yet another bug in the strip-zeros-at-beginning-and-end-of-data
  /external/chromium-libpac/test/js-unittest/
passthrough.js 25 // a dot at the beginning, or a dot at the end.
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 75 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/chromium-trace/catapult/telemetry/telemetry/internal/actions/
loop.js 47 // Reset HTML5 player to start playback from beginning.
  /external/llvm/test/MC/ARM/
eh-directive-section.s 34 @ TEST2 section (without the dot in the beginning)
109 @ Check the TEST2 section (without the dot in the beginning)
  /external/v8/test/mjsunit/
html-comments.js 1 --> must work at beginning of file!
switch-opt.js 96 // Test deopt at the beginning of the case label evaluation.
193 // Test deopt at the beginning of the case label evaluation.
  /external/v8/test/webkit/fast/js/
regexp-bol-with-multiline.js 25 'Test for beginning of line (BOL or ^) matching in a multiline string</a>'
regexp-bol.js 25 'Test for beginning of line (BOL or ^) matching</a>'
  /external/v8/test/webkit/
try-catch-try-try-catch-try-finally-return-catch-finally.js 25 "Tests what would happen if you a throwing operation at the beginning of a finally blow that gets inlined inside a complicated catch/finally stack. The correct outcome is for this test to not crash during exception throwing."
  /prebuilts/gdb/darwin-x86/lib/python2.7/
difflib.py 780 Lines beginning with '? ' attempt to guide the eye to intraline
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
difflib.py 780 Lines beginning with '? ' attempt to guide the eye to intraline
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
difflib.py 780 Lines beginning with '? ' attempt to guide the eye to intraline
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
difflib.py 780 Lines beginning with '? ' attempt to guide the eye to intraline
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/vinn/
html_imports_loader.js 130 // If there is blank line at the beginning of generated js, we add
131 // "//@ sourceURL=|file_path|" to the beginning of generated source so
  /external/v8/test/mjsunit/es6/
regexp-sticky.js 120 // matches only at the beginning of Input, or (if Multiline is true) at the
121 // beginning of a line.
  /external/v8/test/mjsunit/regress/
regress-1748.js 28 // Test that /^/ only matches at beginning of string.
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_vp8.cc 133 // in the beginning of the partition.
286 bool beginning = true; local
305 if (remaining_in_partition == 0 && !(beginning && separate_first_)) {
335 beginning = false; // Next packet cannot be first packet in frame.
726 // Read P bit from payload header (only at beginning of first partition).

Completed in 1464 milliseconds

1 2 3 4 5 6