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

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
ProfilingUtils.h 32 bool beginning = true);
  /cts/tests/tests/text/src/android/text/method/cts/
WordIteratorTest.java 35 private void verifyIsWordWithSurrogate(int beginning, int end, int surrogateIndex) {
36 for (int i = beginning; i <= end; i++) {
38 assertEquals(beginning, mWordIterator.getBeginning(i));
47 private void verifyIsWord(int beginning, int end) {
48 verifyIsWordWithSurrogate(beginning, end, -1);
51 private void verifyIsNotWord(int beginning, int end) {
52 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.
  /prebuilts/go/darwin-x86/test/
bom.go 7 // Test source file beginning with a byte order mark.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue11359.go 7 // identifiers beginning with non-ASCII digits were incorrectly accepted.
  /prebuilts/go/linux-x86/test/
bom.go 7 // Test source file beginning with a byte order mark.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue11359.go 7 // identifiers beginning with non-ASCII digits were incorrectly accepted.
  /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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
sre.h 76 void* beginning; /* start of original string */ member in struct:__anon5497
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
sre.h 66 void* beginning; /* start of original string */ member in struct:__anon5838
  /external/chromium-libpac/test/js-unittest/
passthrough.js 25 // a dot at the beginning, or a dot at the end.
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/
exportdata.go 38 // FindExportData positions the reader r at the beginning of the
73 // Now at __.PKGDEF in archive or still at beginning of file.
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/
exportdata.go 38 // FindExportData positions the reader r at the beginning of the
73 // Now at __.PKGDEF in archive or still at beginning of file.
  /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.
  /prebuilts/go/darwin-x86/src/crypto/cipher/
example_test.go 80 // include it at the beginning of the ciphertext.
127 // include it at the beginning of the ciphertext.
154 // include it at the beginning of the ciphertext.
179 // include it at the beginning of the ciphertext.
204 // include it at the beginning of the ciphertext.
239 // include it at the beginning of the ciphertext.
  /prebuilts/go/linux-x86/src/crypto/cipher/
example_test.go 80 // include it at the beginning of the ciphertext.
127 // include it at the beginning of the ciphertext.
154 // include it at the beginning of the ciphertext.
179 // include it at the beginning of the ciphertext.
204 // include it at the beginning of the ciphertext.
239 // include it at the beginning of the ciphertext.
  /build/blueprint/
splice_modules_test.go 40 // Insert at the beginning
76 // Insert at the beginning without reallocating
  /prebuilts/go/darwin-x86/src/encoding/json/
indent.go 70 // indented line beginning with prefix followed by one or more
75 // at the beginning of src are dropped, trailing space characters
  /prebuilts/go/darwin-x86/src/io/ioutil/
tempfile.go 39 // with a name beginning with prefix, opens the file for reading
70 // with a name beginning with prefix and returns the path of the
  /prebuilts/go/linux-x86/src/encoding/json/
indent.go 70 // indented line beginning with prefix followed by one or more
75 // at the beginning of src are dropped, trailing space characters

Completed in 563 milliseconds

1 2 3 4 5 6 7 8 91011>>