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

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
indic.bat 20 goto end
23 if NOT "%COMSPEC%" == "%SystemRoot%\system32\cmd.exe" goto end
25 :end label
  /external/iw/
offch.c 16 char *end; local
20 strtoul(argv[0], &end, 10));
21 if (*end != '\0')
28 strtoul(argv[0], &end, 10));
29 if (*end != '\0')
  /external/libcxx/test/std/re/re.alg/re.alg.search/
backup.pass.cpp 32 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);
no_update_pos.pass.cpp 31 std::cregex_iterator end = std::cregex_iterator(); local
38 assert(it == end);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
iterators_fn_imps.hpp 56 end() function in class:PB_DS_CLASS_C_DEC
62 end() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/list_update_map_/
iterators_fn_imps.hpp 49 return end();
62 return end();
70 end() function in class:PB_DS_CLASS_C_DEC
76 end() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
iterators_fn_imps.hpp 56 end() function in class:PB_DS_CLASS_C_DEC
62 end() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/list_update_map_/
iterators_fn_imps.hpp 49 return end();
62 return end();
70 end() function in class:PB_DS_CLASS_C_DEC
76 end() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.alg/re.alg.search/
backup.pass.cpp 32 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);
  /external/clang/test/Profile/
profile-summary.c 12 int end(int i) { function
20 end(1);
21 end(1);
  /external/compiler-rt/test/profile/Linux/
instrprof-basic.c 13 int end(int i) { function
22 end(1);
  /external/compiler-rt/test/profile/
instrprof-basic.c 27 int end(int i) { function
36 end(1);
  /external/elfutils/lib/
crc32.c 92 unsigned char *end; local
95 for (end = buf + len; buf < end; ++buf)
  /external/elfutils/libdw/
dwarf_haspc.c 45 Dwarf_Addr end; local
48 &begin, &end)) > 0)
49 if (pc >= begin && pc < end)
  /external/fio/os/windows/
dobuild.cmd 16 goto end
20 @if ERRORLEVEL 1 goto end
22 @if ERRORLEVEL 1 goto end
24 :end label
  /external/libmojo/base/android/
jni_registrar.cc 18 const RegistrationMethod* end = method + count; local
19 while (method != end) {
  /external/python/futures/docs/
make.bat 26 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/strace/
string_to_uint.c 43 char *end; local
50 val = strtoll(str, &end, 10);
52 if (str == end || val < 0 || (unsigned long long) val > max_val
56 if (*end && (!accepted_ending || !strchr(accepted_ending, *end)))
60 *endptr = end;
  /frameworks/base/sax/java/android/sax/
EndElementListener.java 20 * Listens for the end of elements.
25 * Invoked at the end of an element.
27 void end(); method in interface:EndElementListener
EndTextElementListener.java 20 * Listens for the end of text elements.
25 * Invoked at the end of a text element with the body of the element.
29 void end(String body); method in interface:EndTextElementListener
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/left_child_next_sibling_heap_/
iterators_fn_imps.hpp 76 end() function in class:PB_DS_CLASS_C_DEC
84 end() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
iterators_fn_imps.hpp 76 end() function in class:PB_DS_CLASS_C_DEC
84 end() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/go/darwin-x86/src/
all.bat 11 goto end
16 if %GOBUILDFAIL%==1 goto end
18 if %GOBUILDFAIL%==1 goto end
25 :end label
clean.bat 25 goto end
30 :end label
  /prebuilts/go/linux-x86/src/
all.bat 11 goto end
16 if %GOBUILDFAIL%==1 goto end
18 if %GOBUILDFAIL%==1 goto end
25 :end label

Completed in 417 milliseconds

1 2 3 4 5 6 7 8 91011>>