HomeSort by relevance Sort by last modified time
    Searched refs:lower_bound (Results 1 - 25 of 382) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/map/map.ops/
lower_bound.pass.cpp 14 // iterator lower_bound(const key_type& k);
15 // const_iterator lower_bound(const key_type& k) const;
38 R r = m.lower_bound(5);
40 r = m.lower_bound(7);
42 r = m.lower_bound(9);
44 r = m.lower_bound(11);
46 r = m.lower_bound(13);
48 r = m.lower_bound(15);
50 r = m.lower_bound(17);
52 r = m.lower_bound(19)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/set/
lower_bound.pass.cpp 14 // iterator lower_bound(const key_type& k);
15 // const_iterator lower_bound(const key_type& k) const;
38 R r = m.lower_bound(5);
40 r = m.lower_bound(7);
42 r = m.lower_bound(9);
44 r = m.lower_bound(11);
46 r = m.lower_bound(13);
48 r = m.lower_bound(15);
50 r = m.lower_bound(17);
52 r = m.lower_bound(19)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/multimap/multimap.ops/
lower_bound.pass.cpp 14 // iterator lower_bound(const key_type& k);
15 // const_iterator lower_bound(const key_type& k) const;
39 R r = m.lower_bound(4);
41 r = m.lower_bound(5);
43 r = m.lower_bound(6);
45 r = m.lower_bound(7);
47 r = m.lower_bound(8);
49 r = m.lower_bound(9);
51 r = m.lower_bound(10);
69 R r = m.lower_bound(4)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/multiset/
lower_bound.pass.cpp 14 // iterator lower_bound(const key_type& k);
15 // const_iterator lower_bound(const key_type& k) const;
39 R r = m.lower_bound(4);
41 r = m.lower_bound(5);
43 r = m.lower_bound(6);
45 r = m.lower_bound(7);
47 r = m.lower_bound(8);
49 r = m.lower_bound(9);
51 r = m.lower_bound(11);
69 R r = m.lower_bound(4)
    [all...]
  /external/stlport/test/unit/
bound_test.cpp 67 vector<int>::iterator location = lower_bound(v1.begin(), v1.end(), 3);
77 char const** location = lower_bound((char const**)str, (char const**)str + strCt, (const char *)"d", char_str_less);
multiset_test.cpp 68 i = s.lower_bound(3);
78 ci = s.lower_bound(3);
91 ci = crs.lower_bound(3);
  /ndk/tests/device/test-gnustl-full/unit/
bound_test.cpp 67 vector<int>::iterator location = lower_bound(v1.begin(), v1.end(), 3);
77 char const** location = lower_bound((char const**)str, (char const**)str + strCt, (const char *)"d", char_str_less);
multiset_test.cpp 68 i = s.lower_bound(3);
78 ci = s.lower_bound(3);
91 ci = crs.lower_bound(3);
  /ndk/tests/device/test-stlport/unit/
bound_test.cpp 67 vector<int>::iterator location = lower_bound(v1.begin(), v1.end(), 3);
77 char const** location = lower_bound((char const**)str, (char const**)str + strCt, (const char *)"d", char_str_less);
multiset_test.cpp 68 i = s.lower_bound(3);
78 ci = s.lower_bound(3);
91 ci = crs.lower_bound(3);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ov_tree_map_/
debug_fn_imps.hpp 70 _GLIBCXX_DEBUG_ASSERT(lower_bound(PB_DS_V2F(*it)) == it);
  /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/ov_tree_map_/
debug_fn_imps.hpp 70 _GLIBCXX_DEBUG_ASSERT(lower_bound(PB_DS_V2F(*it)) == it);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ov_tree_map_/
debug_fn_imps.hpp 70 _GLIBCXX_DEBUG_ASSERT(lower_bound(PB_DS_V2F(*it)) == it);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/ov_tree_map_/
debug_fn_imps.hpp 67 PB_DS_DEBUG_VERIFY(lower_bound(PB_DS_V2F(*it)) == it);
  /external/llvm/lib/MC/
MCRegisterInfo.cpp 54 const DwarfLLVMRegPair *I = std::lower_bound(M, M+Size, Key);
65 const DwarfLLVMRegPair *I = std::lower_bound(M, M+Size, Key);
  /external/clang/lib/Lex/
PPConditionalDirectiveRecord.cpp 30 low = std::lower_bound(CondDirectiveLocs.begin(), CondDirectiveLocs.end(),
60 low = std::lower_bound(CondDirectiveLocs.begin(), CondDirectiveLocs.end(),
  /external/llvm/utils/TableGen/
SequenceToOffsetTable.h 70 typename SeqMap::iterator I = Seqs.lower_bound(Seq);
101 typename SeqMap::const_iterator I = Seqs.lower_bound(Seq);
  /external/oprofile/libpp/
sample_container.cpp 53 return samples.lower_bound(key);
93 iterator it1 = samples_by_loc.lower_bound(&lower);
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
eval_param.pass.cpp 59 I lb = std::lower_bound(u.begin(), u.end(), b[i]);
60 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/bin_search_tree_/
find_fn_imps.hpp 44 lower_bound(const_key_reference r_key) const function in class:PB_DS_CLASS_C_DEC
67 lower_bound(const_key_reference r_key) 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/bits/
stl_map.h 450 iterator __i = lower_bound(__k);
464 iterator __i = lower_bound(__k);
484 iterator __i = lower_bound(__k);
493 const_iterator __i = lower_bound(__k);
783 lower_bound(const key_type& __x) function in class:map
784 { return _M_t.lower_bound(__x); }
798 lower_bound(const key_type& __x) const function in class:map
799 { return _M_t.lower_bound(__x); }
829 * std::make_pair(c.lower_bound(val),
848 * std::make_pair(c.lower_bound(val)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/bin_search_tree_/
find_fn_imps.hpp 44 lower_bound(const_key_reference r_key) const function in class:PB_DS_CLASS_C_DEC
67 lower_bound(const_key_reference r_key) 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/bits/
stl_map.h 450 iterator __i = lower_bound(__k);
464 iterator __i = lower_bound(__k);
484 iterator __i = lower_bound(__k);
493 const_iterator __i = lower_bound(__k);
783 lower_bound(const key_type& __x) function in class:map
784 { return _M_t.lower_bound(__x); }
798 lower_bound(const key_type& __x) const function in class:map
799 { return _M_t.lower_bound(__x); }
829 * std::make_pair(c.lower_bound(val),
848 * std::make_pair(c.lower_bound(val)
    [all...]
  /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/bin_search_tree_/
find_fn_imps.hpp 44 lower_bound(const_key_reference r_key) const function in class:PB_DS_CLASS_C_DEC
67 lower_bound(const_key_reference r_key) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
find_fn_imps.hpp 44 lower_bound(const_key_reference r_key) const function in class:PB_DS_CLASS_C_DEC
67 lower_bound(const_key_reference r_key) function in class:PB_DS_CLASS_C_DEC

Completed in 1202 milliseconds

1 2 3 4 5 6 7 8 91011>>