HomeSort by relevance Sort by last modified time
    Searched defs:end (Results 26 - 50 of 8801) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/
clean.bat 25 goto end
30 :end label
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.alg/re.alg.search/
no_update_pos.pass.cpp 31 std::cregex_iterator end = std::cregex_iterator(); local
38 assert(it == end);
  /bootable/recovery/edify/
yydefs.h 22 int start, end; member in struct:__anon1512
29 (Current).end = YYRHSLOC(Rhs, N).end; \
32 (Current).end = YYRHSLOC(Rhs, 0).end; \
  /external/e2fsprogs/contrib/android/
block_range.h 9 blk64_t end; member in struct:block_range
  /external/iw/
roc.c 20 char *end; local
26 freq = strtol(argv[0], &end, 0);
27 if (!end || *end)
30 time = strtol(argv[1], &end, 0);
31 if (!end || *end)
  /external/mesa3d/src/gallium/docs/
make.bat 27 goto end
33 goto end
40 goto end
47 goto end
54 goto end
61 goto end
69 goto end
80 goto end
87 goto end
94 goto end
113 :end label
    [all...]
  /external/pdfium/fpdfsdk/
cpdfsdk_annotiteration.h 25 const_iterator end() const { return m_List.end(); } function in class:CPDFSDK_AnnotIteration
  /external/skia/src/utils/
SkOSPath.cpp 36 const char* end = strrchr(fullPath, SEPARATOR); local
37 if (nullptr == end) {
40 if (end == fullPath) {
42 ++end;
44 return SkString(fullPath, end - fullPath);
  /external/skia/tools/timer/
Timer.h 19 void end() { fWall = (SkTime::GetNSecs() - fWall) * 1e-6; } function in class:WallTimer
  /external/skqp/src/utils/
SkOSPath.cpp 36 const char* end = strrchr(fullPath, SEPARATOR); local
37 if (nullptr == end) {
40 if (end == fullPath) {
42 ++end;
44 return SkString(fullPath, end - fullPath);
  /external/skqp/tools/timer/
Timer.h 19 void end() { fWall = (SkTime::GetNSecs() - fWall) * 1e-6; } function in class:WallTimer
  /external/v8/src/mips/
cpu-mips.cc 34 char *end = reinterpret_cast<char *>(start) + size; local
36 reinterpret_cast<intptr_t>(start), reinterpret_cast<intptr_t>(end), 0);
  /external/v8/src/mips64/
cpu-mips64.cc 34 char *end = reinterpret_cast<char *>(start) + size; local
36 reinterpret_cast<intptr_t>(start), reinterpret_cast<intptr_t>(end), 0);
  /external/wayland/tests/
exec-fd-leak-checker.c 36 char *end; local
40 v = strtol(str, &end, 10);
43 (end == str) ||
44 (*end != '\0')) {
  /hardware/libhardware/tests/input/evdev/
BitUtils_test.cpp 68 for (int end = start + 1; end <= 24; ++end) {
69 if (start > 16 || end <= 11 || (start > 11 && end <= 16)) {
70 EXPECT_FALSE(testBitInRange(arr, start, end))
71 << "range = (" << start << ", " << end << ")"; local
73 EXPECT_TRUE(testBitInRange(arr, start, end))
74 << "range = (" << start << ", " << end << ")"; local
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
lsearch.c 62 const char *element, *end; local
64 end = (const char *)base + *nelp * width;
65 for (element = base; element < end; element += width)
82 memcpy((void *)end, key, width);
83 return((void *)end);
  /device/linaro/bootloader/arm-trusted-firmware/lib/utils/
mem_region.c 58 uintptr_t region_start, region_end, start, end; local
71 end = start + (tbl->nbytes - 1);
72 if (region_start >= start && region_end <= end)
  /external/autotest/tko/parsers/
base.py 32 "lines after it was end()ed\n"
41 def end(self, lines=[]): member in class:parser
51 msg = ("WARNING: parser was end()ed multiple times\n"
  /external/clang/docs/analyzer/
make.bat 38 goto end
44 goto end
52 goto end
60 goto end
68 goto end
76 goto end
84 goto end
93 goto end
105 goto end
113 goto end
190 :end label
    [all...]
  /external/clang/docs/
make.bat 38 goto end
44 goto end
52 goto end
60 goto end
68 goto end
76 goto end
84 goto end
93 goto end
105 goto end
113 goto end
190 :end label
    [all...]
  /external/elfutils/libdw/
dwarf_frame_register.c 101 const uint8_t *end = (fs->cache->data->d.d_buf local
103 get_uleb128 (block.length, p, end);
  /external/guice/extensions/persist/src/com/google/inject/persist/
UnitOfWork.java 26 * end() in a finally block. Neither JPA, nor Hibernate supports threadsafe sessions (reasoning
50 * Declares an end to the current Unit of Work. Underneath, causes any open session to the data
52 * safely invoke end() repeatedly.
56 void end(); method in interface:UnitOfWork
  /external/icu/icu4c/source/extra/scrptrun/
srtest.cpp 36 int32_t end = scriptRun.getScriptEnd(); local
39 printf("Script '%s' from %d to %d.\n", uscript_getName(code), start, end);
  /external/kotlinc/bin/
kotlinc.bat 40 goto end
51 :end label
  /external/libcups/cups/
testgetdests.c 33 struct timeval start, end; /* Start and stop time */ local
41 gettimeofday(&end, NULL);
42 secs = end.tv_sec - start.tv_sec + 0.000001 * (end.tv_usec - start.tv_usec);

Completed in 903 milliseconds

12 3 4 5 6 7 8 91011>>