HomeSort by relevance Sort by last modified time
    Searched full:upper_bound (Results 226 - 250 of 526) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/splay_tree_/
split_join_fn_imps.hpp 92 node_pointer p_upper_bound = this->upper_bound(r_key).m_p_nd;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
map.h 399 upper_bound(const key_type& __x) function in class:__debug::map
400 { return iterator(_Base::upper_bound(__x), this); }
403 upper_bound(const key_type& __x) const function in class:__debug::map
404 { return const_iterator(_Base::upper_bound(__x), this); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/ov_tree_map_/
split_join_fn_imps.hpp 76 iterator it = upper_bound(r_key);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/
debug_fn_imps.hpp 76 PB_DS_DEBUG_VERIFY(--upper_bound(PB_DS_V2F(*it)) == it);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/splay_tree_/
split_join_fn_imps.hpp 92 node_pointer p_upper_bound = this->upper_bound(r_key).m_p_nd;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/
map.h 443 upper_bound(const key_type& __x) function in class:__profile::map
446 return iterator(_Base::upper_bound(__x));
450 upper_bound(const key_type& __x) const function in class:__profile::map
453 return const_iterator(_Base::upper_bound(__x));
  /external/chromium_org/media/cast/test/
end2end_unittest.cc 177 const base::TimeTicks upper_bound = expected_audio_frame.record_time + local
180 EXPECT_GE(upper_bound, playout_time)
181 << "playout_time - upper_bound == "
182 << (playout_time - upper_bound).InMicroseconds() << " usec";
293 const base::TimeDelta upper_bound = base::TimeDelta::FromMilliseconds( local
296 EXPECT_GE(upper_bound, time_since_capture)
297 << "time_since_capture - upper_bound == "
298 << (time_since_capture - upper_bound).InMilliseconds() << " mS";
    [all...]
  /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_/
bin_search_tree_.hpp 279 upper_bound(const_key_reference r_key);
282 upper_bound(const_key_reference r_key) const;
  /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_/
bin_search_tree_.hpp 279 upper_bound(const_key_reference r_key);
282 upper_bound(const_key_reference r_key) const;
  /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_/
bin_search_tree_.hpp 279 upper_bound(const_key_reference r_key);
282 upper_bound(const_key_reference r_key) const;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
bin_search_tree_.hpp 279 upper_bound(const_key_reference r_key);
282 upper_bound(const_key_reference r_key) const;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
bin_search_tree_.hpp 279 upper_bound(const_key_reference r_key);
282 upper_bound(const_key_reference r_key) const;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
bin_search_tree_.hpp 279 upper_bound(const_key_reference r_key);
282 upper_bound(const_key_reference r_key) const;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/bin_search_tree_/
bin_search_tree_.hpp 279 upper_bound(const_key_reference r_key);
282 upper_bound(const_key_reference r_key) const;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/bin_search_tree_/
bin_search_tree_.hpp 279 upper_bound(const_key_reference r_key);
282 upper_bound(const_key_reference r_key) const;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/bin_search_tree_/
bin_search_tree_.hpp 205 upper_bound(key_const_reference);
208 upper_bound(key_const_reference) const;
debug_fn_imps.hpp 218 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*it));
238 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*reverse_it));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/bin_search_tree_/
bin_search_tree_.hpp 279 upper_bound(const_key_reference r_key);
282 upper_bound(const_key_reference r_key) const;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/bin_search_tree_/
bin_search_tree_.hpp 205 upper_bound(key_const_reference);
208 upper_bound(key_const_reference) const;
debug_fn_imps.hpp 218 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*it));
238 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*reverse_it));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/bin_search_tree_/
bin_search_tree_.hpp 205 upper_bound(key_const_reference);
208 upper_bound(key_const_reference) const;
debug_fn_imps.hpp 218 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*it));
238 const_iterator upper_bound_it = upper_bound(PB_DS_V2F(*reverse_it));
  /external/chromium_org/chromeos/network/onc/
onc_validator.cc 334 int upper_bound) {
337 (lower_bound <= actual_value && actual_value <= upper_bound)) {
344 << ", " << upper_bound << "] (boundaries inclusive)"; local
530 // In case of missing type, choose higher upper_bound.
531 int upper_bound = (type == kIPv4) ? 32 : 128; local
533 *result, kRoutingPrefix, lower_bound, upper_bound)) {
  /external/elfutils/tests/
run-show-die-info.sh 180 Attrs : upper_bound type
433 Attrs : upper_bound type
501 Attrs : upper_bound type
735 Attrs : upper_bound type
751 Attrs : upper_bound type
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_multiset.h 569 upper_bound(const key_type& __x) function in class:multiset
570 { return _M_t.upper_bound(__x); }
573 upper_bound(const key_type& __x) const function in class:multiset
574 { return _M_t.upper_bound(__x); }
587 * c.upper_bound(val))

Completed in 1419 milliseconds

1 2 3 4 5 6 7 8 91011>>