HomeSort by relevance Sort by last modified time
    Searched refs:beginning (Results 1 - 25 of 542) 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);
  /toolchain/binutils/binutils-2.27/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.27/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.
issue18393.go 8 // don't start at the beginning of the line.
issue20298.go 9 // and checking that the errors are all at the beginning.
  /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.
issue18393.go 8 // don't start at the beginning of the line.
issue20298.go 9 // and checking that the errors are all at the beginning.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
insn-opts.d 4 # Check that .insn at the beginning of assembly sees default file options
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
sec-10.d 6 # There was yet another bug in the strip-zeros-at-beginning-and-end-of-data
  /external/curl/docs/cmdline-opts/
continue-at.d 8 is the exact number of bytes that will be skipped, counting from the beginning
  /external/tensorflow/tensorflow/contrib/reduce_slice_ops/kernels/
reduce_slice_ops_gpu.cu.cc 32 #define GPUReduceSliceFunctorReduceop(reduceop, beginning) \
77 config, indices_width, bound, beginning<T>(), indices.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:__anon4479
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
sre.h 66 void* beginning; /* start of original string */ member in struct:__anon4820
  /external/python/cpython2/Modules/
sre.h 76 void* beginning; /* start of original string */ member in struct:__anon32874
  /external/python/cpython3/Modules/
sre.h 67 void* beginning; /* start of original string */ member in struct:__anon33502
sre_lib.h 26 return ((void*) ptr == state->beginning);
29 return ((void*) ptr == state->beginning ||
45 if (state->beginning == state->end)
47 thatp = ((void*) ptr > state->beginning) ?
54 if (state->beginning == state->end)
56 thatp = ((void*) ptr > state->beginning) ?
63 if (state->beginning == state->end)
65 thatp = ((void*) ptr > state->beginning) ?
72 if (state->beginning == state->end)
74 thatp = ((void*) ptr > state->beginning)
    [all...]
  /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.

Completed in 424 milliseconds

1 2 3 4 5 6 7 8 91011>>