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

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/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;
43 R r = m.lower_bound(4);
45 r = m.lower_bound(5);
47 r = m.lower_bound(6);
49 r = m.lower_bound(7);
51 r = m.lower_bound(8);
53 r = m.lower_bound(9);
55 r = m.lower_bound(11);
73 R r = m.lower_bound(4)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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;
43 R r = m.lower_bound(4);
45 r = m.lower_bound(5);
47 r = m.lower_bound(6);
49 r = m.lower_bound(7);
51 r = m.lower_bound(8);
53 r = m.lower_bound(9);
55 r = m.lower_bound(11);
73 R r = m.lower_bound(4)
    [all...]
  /external/libcxx/test/std/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;
42 R r = m.lower_bound(5);
44 r = m.lower_bound(7);
46 r = m.lower_bound(9);
48 r = m.lower_bound(11);
50 r = m.lower_bound(13);
52 r = m.lower_bound(15);
54 r = m.lower_bound(17);
56 r = m.lower_bound(19)
    [all...]
  /external/libcxx/test/std/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;
42 R r = m.lower_bound(5);
44 r = m.lower_bound(7);
46 r = m.lower_bound(9);
48 r = m.lower_bound(11);
50 r = m.lower_bound(13);
52 r = m.lower_bound(15);
54 r = m.lower_bound(17);
56 r = m.lower_bound(19)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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;
42 R r = m.lower_bound(5);
44 r = m.lower_bound(7);
46 r = m.lower_bound(9);
48 r = m.lower_bound(11);
50 r = m.lower_bound(13);
52 r = m.lower_bound(15);
54 r = m.lower_bound(17);
56 r = m.lower_bound(19)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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;
42 R r = m.lower_bound(5);
44 r = m.lower_bound(7);
46 r = m.lower_bound(9);
48 r = m.lower_bound(11);
50 r = m.lower_bound(13);
52 r = m.lower_bound(15);
54 r = m.lower_bound(17);
56 r = m.lower_bound(19)
    [all...]
  /external/libcxx/test/std/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;
43 R r = m.lower_bound(4);
45 r = m.lower_bound(5);
47 r = m.lower_bound(6);
49 r = m.lower_bound(7);
51 r = m.lower_bound(8);
53 r = m.lower_bound(9);
55 r = m.lower_bound(10);
73 R r = m.lower_bound(4)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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;
43 R r = m.lower_bound(4);
45 r = m.lower_bound(5);
47 r = m.lower_bound(6);
49 r = m.lower_bound(7);
51 r = m.lower_bound(8);
53 r = m.lower_bound(9);
55 r = m.lower_bound(10);
73 R r = m.lower_bound(4)
    [all...]
  /bionic/libc/bionic/
mbrtoc32.cpp 78 char32_t lower_bound; local
86 lower_bound = 0;
90 lower_bound = 0x80;
94 lower_bound = 0x800;
98 lower_bound = 0x10000;
126 if (c32 < lower_bound) {
  /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);
  /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);
  /external/google-breakpad/src/processor/
contained_range_map-inl.h 75 MapIterator iterator_base = map_->lower_bound(base);
76 MapIterator iterator_high = map_->lower_bound(high);
167 MapConstIterator iterator = map_->lower_bound(address);
static_contained_range_map-inl.h 68 MapConstIterator iterator = map_.lower_bound(address);
range_map-inl.h 68 MapConstIterator iterator_base = map_.lower_bound(base);
69 MapConstIterator iterator_high = map_.lower_bound(high);
110 // Store the range in the map by its high address, so that lower_bound can
124 MapConstIterator iterator = map_.lower_bound(address);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
debug_fn_imps.hpp 67 PB_DS_DEBUG_VERIFY(lower_bound(PB_DS_V2F(*it)) == it);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
debug_fn_imps.hpp 67 PB_DS_DEBUG_VERIFY(lower_bound(PB_DS_V2F(*it)) == it);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/ov_tree_map_/
debug_fn_imps.hpp 67 PB_DS_DEBUG_VERIFY(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);
  /prebuilts/ndk/9/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/9/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);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/ov_tree_map_/
debug_fn_imps.hpp 67 PB_DS_DEBUG_VERIFY(lower_bound(PB_DS_V2F(*it)) == it);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/ov_tree_map_/
debug_fn_imps.hpp 67 PB_DS_DEBUG_VERIFY(lower_bound(PB_DS_V2F(*it)) == it);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
binary_search.hpp 37 ForwardIter lower_bound(ForwardIter first, ForwardIter last, function in namespace:boost::detail
62 ForwardIter lower_bound(ForwardIter first, ForwardIter last, function in namespace:boost::detail
158 left = boost::detail::lower_bound(first, middle, val);
190 left = boost::detail::lower_bound(first, middle, val, comp);
202 ForwardIter i = boost::detail::lower_bound(first, last, val);
210 ForwardIter i = boost::detail::lower_bound(first, last, val, comp);
  /external/lldb/source/Breakpoint/
BreakpointSiteList.cpp 209 BreakpointSiteList::FindInRange (lldb::addr_t lower_bound, lldb::addr_t upper_bound, BreakpointSiteList &bp_site_list) const
211 if (lower_bound > upper_bound)
216 lower = m_bp_site_list.lower_bound(lower_bound);
228 if (prev_bp->GetLoadAddress() + prev_bp->GetByteSize() > lower_bound)

Completed in 786 milliseconds

1 2 3 4 5 6 7 8 91011>>