HomeSort by relevance Sort by last modified time
    Searched refs:find (Results 101 - 125 of 6692) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/oprofile/libutil++/
string_filter.cpp 40 cit = find(exclude.begin(), exclude.end(), str);
44 cit = find(include.begin(), include.end(), str);
  /external/skia/src/gpu/gl/debug/
GrTextureObj.h 34 int index = fTextureUnitReferees.find(referee);
39 int index = fTextureUnitReferees.find(referee);
  /external/stlport/test/unit/
find_test.cpp 42 int *location = find((int*)numbers, (int*)numbers + 10, 25);
46 int *out_range = find((int*)numbers, (int*)numbers + 10, 128);
69 int* location = find((int*)years, (int*)years + yearCount, 1972);
91 Key const* k = find(keys + 0, keys + 10, 5);
124 char *d = find(pstr, pstr + str_size, 'd');
127 const char *e = find(cpstr, cpstr + str_size, 'e');
130 char *last = find(pstr, pstr + str_size, 'x');
133 const char *clast = find(cpstr, cpstr + str_size, 'x');
  /frameworks/compile/mclinker/include/mcld/LD/
ELFSegmentFactory.h 37 find(uint32_t pType, uint32_t pFlagSet, uint32_t pFlagClear);
40 find(uint32_t pType, uint32_t pFlagSet, uint32_t pFlagClear) const;
  /ndk/build/tools/
cleanup-apps.sh 7 for projectPath in `find apps/*/project` ; do
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members/
ctor_error_code_const_char_pointer.pass.cpp 28 assert(what_message.find(what_arg) != std::string::npos);
29 assert(what_message.find("Not a directory") != std::string::npos);
ctor_int_error_category_const_char_pointer.pass.cpp 29 assert(what_message.find(what_arg) != std::string::npos);
30 assert(what_message.find("Not a directory") != std::string::npos);
ctor_int_error_category_string.pass.cpp 29 assert(what_message.find(what_arg) != std::string::npos);
30 assert(what_message.find("Not a directory") != std::string::npos);
  /ndk/tests/build/thin-archives/
build.sh 38 LIBFOO_LIST=$(find obj/local -name "libfoo.a")
51 LIBBAR_LIST=$(find obj/local -name "libbar.a")
  /ndk/tests/device/test-gnustl-full/unit/
find_test.cpp 42 int *location = find((int*)numbers, (int*)numbers + 10, 25);
46 int *out_range = find((int*)numbers, (int*)numbers + 10, 128);
69 int* location = find((int*)years, (int*)years + yearCount, 1972);
91 Key const* k = find(keys + 0, keys + 10, 5);
124 char *d = find(pstr, pstr + str_size, 'd');
127 const char *e = find(cpstr, cpstr + str_size, 'e');
130 char *last = find(pstr, pstr + str_size, 'x');
133 const char *clast = find(cpstr, cpstr + str_size, 'x');
  /ndk/tests/device/test-stlport/unit/
find_test.cpp 42 int *location = find((int*)numbers, (int*)numbers + 10, 25);
46 int *out_range = find((int*)numbers, (int*)numbers + 10, 128);
69 int* location = find((int*)years, (int*)years + yearCount, 1972);
91 Key const* k = find(keys + 0, keys + 10, 5);
124 char *d = find(pstr, pstr + str_size, 'd');
127 const char *e = find(cpstr, cpstr + str_size, 'e');
130 char *last = find(pstr, pstr + str_size, 'x');
133 const char *clast = find(cpstr, cpstr + str_size, 'x');
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/cc_hash_table_map_/
find_fn_imps.hpp 38 * Contains implementations of cc_ht_map_'s find related functions.
44 find(const_key_reference r_key) function in class:PB_DS_CLASS_C_DEC
53 find(const_key_reference r_key) const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/gp_hash_table_map_/
find_fn_imps.hpp 38 * Contains implementations of gp_ht_map_'s find related functions.
44 find(const_key_reference r_key) function in class:PB_DS_CLASS_C_DEC
53 find(const_key_reference r_key) const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/cc_hash_table_map_/
find_fn_imps.hpp 38 * Contains implementations of cc_ht_map_'s find related functions.
44 find(const_key_reference r_key) function in class:PB_DS_CLASS_C_DEC
53 find(const_key_reference r_key) const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/gp_hash_table_map_/
find_fn_imps.hpp 38 * Contains implementations of gp_ht_map_'s find related functions.
44 find(const_key_reference r_key) function in class:PB_DS_CLASS_C_DEC
53 find(const_key_reference r_key) const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/cc_hash_table_map_/
find_fn_imps.hpp 38 * Contains implementations of cc_ht_map_'s find related functions.
44 find(const_key_reference r_key) function in class:PB_DS_CLASS_C_DEC
53 find(const_key_reference r_key) const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/gp_hash_table_map_/
find_fn_imps.hpp 38 * Contains implementations of gp_ht_map_'s find related functions.
44 find(const_key_reference r_key) function in class:PB_DS_CLASS_C_DEC
53 find(const_key_reference r_key) const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
find_fn_imps.hpp 38 * Contains implementations of cc_ht_map_'s find related functions.
44 find(const_key_reference r_key) function in class:PB_DS_CLASS_C_DEC
53 find(const_key_reference r_key) const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
find_fn_imps.hpp 38 * Contains implementations of gp_ht_map_'s find related functions.
44 find(const_key_reference r_key) function in class:PB_DS_CLASS_C_DEC
53 find(const_key_reference r_key) const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
find_fn_imps.hpp 38 * Contains implementations of cc_ht_map_'s find related functions.
44 find(const_key_reference r_key) function in class:PB_DS_CLASS_C_DEC
53 find(const_key_reference r_key) const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
find_fn_imps.hpp 38 * Contains implementations of gp_ht_map_'s find related functions.
44 find(const_key_reference r_key) function in class:PB_DS_CLASS_C_DEC
53 find(const_key_reference r_key) const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
find_fn_imps.hpp 38 * Contains implementations of cc_ht_map_'s find related functions.
44 find(const_key_reference r_key) function in class:PB_DS_CLASS_C_DEC
53 find(const_key_reference r_key) const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
find_fn_imps.hpp 38 * Contains implementations of gp_ht_map_'s find related functions.
44 find(const_key_reference r_key) function in class:PB_DS_CLASS_C_DEC
53 find(const_key_reference r_key) const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/cc_hash_table_map_/
find_fn_imps.hpp 38 * Contains implementations of cc_ht_map_'s find related functions.
44 find(const_key_reference r_key) function in class:PB_DS_CLASS_C_DEC
53 find(const_key_reference r_key) const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/gp_hash_table_map_/
find_fn_imps.hpp 38 * Contains implementations of gp_ht_map_'s find related functions.
44 find(const_key_reference r_key) function in class:PB_DS_CLASS_C_DEC
53 find(const_key_reference r_key) const function in class:PB_DS_CLASS_C_DEC

Completed in 1701 milliseconds

1 2 3 45 6 7 8 91011>>