/prebuilts/ndk/6/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
|
/prebuilts/ndk/7/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
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/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
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_map.h | 455 iterator __i = lower_bound(__k); 469 iterator __i = lower_bound(__k); 489 iterator __i = lower_bound(__k); 498 const_iterator __i = lower_bound(__k); 790 lower_bound(const key_type& __x) function in class:map 791 { return _M_t.lower_bound(__x); } 805 lower_bound(const key_type& __x) const function in class:map 806 { return _M_t.lower_bound(__x); } 836 * std::make_pair(c.lower_bound(val), 855 * std::make_pair(c.lower_bound(val) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/bin_search_tree_/ |
find_fn_imps.hpp | 44 lower_bound(key_const_reference r_key) const function in class:PB_DS_CLASS_C_DEC 63 lower_bound(key_const_reference r_key) function in class:PB_DS_CLASS_C_DEC
|
/external/stlport/test/unit/ |
set_test.cpp | 135 sit = s.lower_bound(2); 158 scit = s.lower_bound(2); 176 scit = crs.lower_bound(2); 408 CPPUNIT_ASSERT( keySet.lower_bound(2) != keySet.end() ); 414 CPPUNIT_ASSERT( ckeySet.lower_bound(2) != ckeySet.end() ); 432 CPPUNIT_ASSERT( keySet.lower_bound(2) != keySet.end() ); 438 CPPUNIT_ASSERT( ckeySet.lower_bound(2) != ckeySet.end() ); 455 CPPUNIT_ASSERT( keySet.lower_bound(2) != keySet.end() ); 461 CPPUNIT_ASSERT( ckeySet.lower_bound(2) != ckeySet.end() ); 479 CPPUNIT_ASSERT( keySet.lower_bound(2) != keySet.end() ) [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
set_test.cpp | 135 sit = s.lower_bound(2); 158 scit = s.lower_bound(2); 176 scit = crs.lower_bound(2); 408 CPPUNIT_ASSERT( keySet.lower_bound(2) != keySet.end() ); 414 CPPUNIT_ASSERT( ckeySet.lower_bound(2) != ckeySet.end() ); 432 CPPUNIT_ASSERT( keySet.lower_bound(2) != keySet.end() ); 438 CPPUNIT_ASSERT( ckeySet.lower_bound(2) != ckeySet.end() ); 455 CPPUNIT_ASSERT( keySet.lower_bound(2) != keySet.end() ); 461 CPPUNIT_ASSERT( ckeySet.lower_bound(2) != ckeySet.end() ); 479 CPPUNIT_ASSERT( keySet.lower_bound(2) != keySet.end() ) [all...] |
/ndk/tests/device/test-stlport/unit/ |
set_test.cpp | 135 sit = s.lower_bound(2); 158 scit = s.lower_bound(2); 176 scit = crs.lower_bound(2); 408 CPPUNIT_ASSERT( keySet.lower_bound(2) != keySet.end() ); 414 CPPUNIT_ASSERT( ckeySet.lower_bound(2) != ckeySet.end() ); 432 CPPUNIT_ASSERT( keySet.lower_bound(2) != keySet.end() ); 438 CPPUNIT_ASSERT( ckeySet.lower_bound(2) != ckeySet.end() ); 455 CPPUNIT_ASSERT( keySet.lower_bound(2) != keySet.end() ); 461 CPPUNIT_ASSERT( ckeySet.lower_bound(2) != ckeySet.end() ); 479 CPPUNIT_ASSERT( keySet.lower_bound(2) != keySet.end() ) [all...] |
/external/chromium-trace/trace-viewer/third_party/python_gflags/ |
gflags.py | 87 number. Takes optional args lower_bound and upper_bound; 92 optional args lower_bound and upper_bound as for floats. 141 Also, lower_bound and upper_bound for numerical flags are enforced using flag 212 gflags.DEFINE_integer('age', None, 'your age in years', lower_bound=0) 381 flags: lower_bound, upper_bound (for flags that specify bounds), [all...] |
/ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/ |
eval.pass.cpp | 57 I lb = std::lower_bound(u.begin(), u.end(), b[i]); 58 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); 117 I lb = std::lower_bound(u.begin(), u.end(), b[i]); 118 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); 177 I lb = std::lower_bound(u.begin(), u.end(), b[i]); 178 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); 237 I lb = std::lower_bound(u.begin(), u.end(), b[i]); 238 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]); 297 I lb = std::lower_bound(u.begin(), u.end(), b[i]); 298 I ub = std::lower_bound(u.begin(), u.end(), b[i+1]) [all...] |
/external/clang/tools/diagtool/ |
DiagnosticNames.cpp | 57 std::lower_bound(BuiltinDiagnosticsByID,
|
/external/openfst/src/extensions/ngram/ |
bitmap-index.cc | 158 std::lower_bound(secondary_index_.begin() + block_begin, 172 std::lower_bound(start, end, rem_bit_index)); 177 std::lower_bound(primary_index_.begin(), 184 return std::distance(start, std::lower_bound(start, end, bit_index));
|
/ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.binary.search/lower.bound/ |
lower_bound.pass.cpp | 15 // lower_bound(Iter first, Iter last, const T& value); 27 Iter i = std::lower_bound(first, last, value);
|
lower_bound_comp.pass.cpp | 15 // lower_bound(Iter first, Iter last, const T& value); 28 Iter i = std::lower_bound(first, last, value, std::greater<int>());
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/ov_tree_map_/ |
debug_fn_imps.hpp | 71 _GLIBCXX_DEBUG_ASSERT(lower_bound(PB_DS_V2F(*it)) == it);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/ |
find_fn_imps.hpp | 160 lower_bound(const_key_reference r_key) function in class:PB_DS_CLASS_C_DEC 166 lower_bound(const_key_reference r_key) const function in class:PB_DS_CLASS_C_DEC 176 point_iterator l_bound_it = lower_bound(r_key); 194 const_point_iterator l_bound_it = lower_bound(r_key);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/ |
debug_fn_imps.hpp | 75 _GLIBCXX_DEBUG_ASSERT(lower_bound(PB_DS_V2F(*it)) == it);
|
find_fn_imps.hpp | 160 lower_bound(const_key_reference r_key) function in class:PB_DS_CLASS_C_DEC 166 lower_bound(const_key_reference r_key) const function in class:PB_DS_CLASS_C_DEC 176 point_iterator l_bound_it = lower_bound(r_key); 194 const_point_iterator l_bound_it = lower_bound(r_key);
|
/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/pat_trie_/ |
debug_fn_imps.hpp | 75 _GLIBCXX_DEBUG_ASSERT(lower_bound(PB_DS_V2F(*it)) == it);
|
find_fn_imps.hpp | 160 lower_bound(const_key_reference r_key) function in class:PB_DS_CLASS_C_DEC 166 lower_bound(const_key_reference r_key) const function in class:PB_DS_CLASS_C_DEC 176 point_iterator l_bound_it = lower_bound(r_key); 194 const_point_iterator l_bound_it = lower_bound(r_key);
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/ |
debug_fn_imps.hpp | 71 _GLIBCXX_DEBUG_ASSERT(lower_bound(PB_DS_V2F(*it)) == it);
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/ |
find_fn_imps.hpp | 160 lower_bound(const_key_reference r_key) function in class:PB_DS_CLASS_C_DEC 166 lower_bound(const_key_reference r_key) const function in class:PB_DS_CLASS_C_DEC 176 point_iterator l_bound_it = lower_bound(r_key); 194 const_point_iterator l_bound_it = lower_bound(r_key);
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/ |
debug_fn_imps.hpp | 71 _GLIBCXX_DEBUG_ASSERT(lower_bound(PB_DS_V2F(*it)) == it);
|