Searched defs:end (Results 1 - 25 of 3302) sorted by relevance

1234567891011>>

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A Dindic.bat20 goto end
23 if NOT "%COMSPEC%" == "%SystemRoot%\system32\cmd.exe" goto end
25 :end label
/external/libcxx/test/std/re/re.alg/re.alg.search/
H A Dbackup.pass.cpp32 std::sregex_iterator it(s.begin(), s.end(), re);
33 std::sregex_iterator end = std::sregex_iterator(); local
43 assert(it == end);
49 std::list<char> l(s.begin(), s.end());
51 std::regex_iterator<std::list<char>::iterator> it(l.begin(), l.end(), re);
52 std::regex_iterator<std::list<char>::iterator> end = std::regex_iterator<std::list<char>::iterator>(); local
62 assert(it == end);
H A Dno_update_pos.pass.cpp31 std::cregex_iterator end = std::cregex_iterator(); local
38 assert(it == end);
/external/fio/os/windows/
H A Ddobuild.cmd16 goto end
20 @if ERRORLEVEL 1 goto end
22 @if ERRORLEVEL 1 goto end
24 :end label
/external/python/futures/docs/
H A Dmake.bat26 goto end
32 goto end
39 goto end
46 goto end
53 goto end
60 goto end
68 goto end
79 goto end
86 goto end
93 goto end
112 :end label
[all...]
/external/clang/test/Sema/
H A Dbuiltins-aarch64.c7 void __clear_cache(void *start, void *end);
10 void test_clear_cache_chars(char *start, char *end) { argument
11 __clear_cache(start, end);
14 void test_clear_cache_voids(void *start, void *end) { argument
15 __clear_cache(start, end);
H A Dbuiltins-arm64.c5 void __clear_cache(void *start, void *end);
8 void test_clear_cache_chars(char *start, char *end) { argument
9 __clear_cache(start, end);
12 void test_clear_cache_voids(void *start, void *end) { argument
13 __clear_cache(start, end);
/external/curl/lib/
H A Dstrtok.c31 Curl_strtok_r(char *ptr, const char *sep, char **end) argument
35 ptr = *end;
45 /* set the end pointer to the first byte after the start */
46 *end = start + 1;
50 while(**end && !strchr(sep, **end))
51 ++*end;
53 if(**end) {
54 /* the end is not a null byte */
55 **end
[all...]
/external/e2fsprogs/contrib/android/
H A Dblock_range.h9 blk64_t end; member in struct:block_range
/external/elfutils/libdw/
H A Ddwarf_frame_info.c36 dwarf_frame_info (Dwarf_Frame *fs, Dwarf_Addr *start, Dwarf_Addr *end, argument
45 if (end != NULL)
46 *end = fs->end;
H A Ddwarf_haspc.c45 Dwarf_Addr end; local
48 &begin, &end)) > 0)
49 if (pc >= begin && pc < end)
/external/mesa3d/src/gallium/docs/
H A Dmake.bat27 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/skia/tools/timer/
H A DTimer.h19 void end() { fWall = (SkTime::GetNSecs() - fWall) * 1e-6; } function in class:WallTimer
/external/skqp/tools/timer/
H A DTimer.h19 void end() { fWall = (SkTime::GetNSecs() - fWall) * 1e-6; } function in class:WallTimer
/external/clang/docs/analyzer/
H A Dmake.bat38 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/
H A Dmake.bat38 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/test/Profile/
H A Dprofile-summary.c12 int end(int i) { function
20 end(1);
21 end(1);
/external/compiler-rt/lib/builtins/
H A Dclear_cache.c50 "daddu %[Size], %[Addr], %[Size]\n" /* Calculate end address + 1 */
61 "sltu $at, %[Addr], %[Size]\n" /* Compare current with end
96 void __clear_cache(void *start, void *end) { argument
107 arg.len = (uintptr_t)end - (uintptr_t)start;
112 const register int end_reg __asm("r1") = (int) (intptr_t) end;
121 FlushInstructionCache(GetCurrentProcess(), start, end - start);
127 const uintptr_t end_int = (uintptr_t) end;
141 uint64_t xend = (uint64_t)(uintptr_t) end;
164 sys_icache_invalidate(start, end-start);
/external/compiler-rt/test/profile/Linux/
H A Dinstrprof-basic.c13 int end(int i) { function
22 end(1);
/external/compiler-rt/test/profile/
H A Dinstrprof-basic.c27 int end(int i) { function
36 end(1);
/external/eigen/doc/examples/
H A Dclass_VectorBlock.cpp8 segmentFromRange(MatrixBase<Derived>& v, int start, int end) argument
10 return Eigen::VectorBlock<Derived>(v.derived(), start, end-start);
15 segmentFromRange(const MatrixBase<Derived>& v, int start, int end) argument
17 return Eigen::VectorBlock<const Derived>(v.derived(), start, end-start);
/external/elfutils/lib/
H A Dcrc32.c92 unsigned char *end; local
95 for (end = buf + len; buf < end; ++buf)
/external/guice/extensions/persist/src/com/google/inject/persist/
H A DUnitOfWork.java26 * 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/
H A Dsrtest.cpp36 int32_t end = scriptRun.getScriptEnd(); local
39 printf("Script '%s' from %d to %d.\n", uscript_getName(code), start, end);
/external/kotlinc/bin/
H A Dkotlinc.bat40 goto end
51 :end label

Completed in 3402 milliseconds

1234567891011>>