HomeSort by relevance Sort by last modified time
    Searched full:lower_bound (Results 201 - 225 of 591) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/bin_search_tree_/
debug_fn_imps.hpp 211 _GLIBCXX_DEBUG_ASSERT(lower_bound(PB_DS_V2F(*it)).m_p_nd == it.m_p_nd);
229 _GLIBCXX_DEBUG_ASSERT(lower_bound(
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/bin_search_tree_/
debug_fn_imps.hpp 211 _GLIBCXX_DEBUG_ASSERT(lower_bound(PB_DS_V2F(*it)).m_p_nd == it.m_p_nd);
229 _GLIBCXX_DEBUG_ASSERT(lower_bound(
  /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
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/bin_search_tree_/
debug_fn_imps.hpp 211 _GLIBCXX_DEBUG_ASSERT(lower_bound(PB_DS_V2F(*it)).m_p_nd == it.m_p_nd);
229 _GLIBCXX_DEBUG_ASSERT(lower_bound(
  /prebuilts/ndk/9/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
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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/opencv/cv/src/
cvemd.cpp 121 CvEMDState * state, float *lower_bound,
155 float *lower_bound,
218 if( lower_bound )
259 &state, lower_bound, local_buffer_ptr,
262 if( result > 0 && lower_bound )
264 emd = *lower_bound;
338 CvEMDState* state, float* lower_bound,
451 if( lower_bound && equal_sums ) /* check lower bound */
477 i = *lower_bound <= lb;
478 *lower_bound = lb
    [all...]
  /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/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/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.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/9/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/9/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...]
  /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...]
  /external/chromium_org/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_map.h 447 iterator __i = lower_bound(__k);
466 iterator __i = lower_bound(__k);
475 const_iterator __i = lower_bound(__k);
700 lower_bound(const key_type& __x) function in class:map
701 { return _M_t.lower_bound(__x); }
715 lower_bound(const key_type& __x) const function in class:map
716 { return _M_t.lower_bound(__x); }
746 * std::make_pair(c.lower_bound(val),
765 * std::make_pair(c.lower_bound(val),
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_map.h 447 iterator __i = lower_bound(__k);
466 iterator __i = lower_bound(__k);
475 const_iterator __i = lower_bound(__k);
700 lower_bound(const key_type& __x) function in class:map
701 { return _M_t.lower_bound(__x); }
715 lower_bound(const key_type& __x) const function in class:map
716 { return _M_t.lower_bound(__x); }
746 * std::make_pair(c.lower_bound(val),
765 * std::make_pair(c.lower_bound(val),
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_map.h 447 iterator __i = lower_bound(__k);
466 iterator __i = lower_bound(__k);
475 const_iterator __i = lower_bound(__k);
700 lower_bound(const key_type& __x) function in class:map
701 { return _M_t.lower_bound(__x); }
715 lower_bound(const key_type& __x) const function in class:map
716 { return _M_t.lower_bound(__x); }
746 * std::make_pair(c.lower_bound(val),
765 * std::make_pair(c.lower_bound(val),
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_map.h 447 iterator __i = lower_bound(__k);
466 iterator __i = lower_bound(__k);
475 const_iterator __i = lower_bound(__k);
700 lower_bound(const key_type& __x) function in class:map
701 { return _M_t.lower_bound(__x); }
715 lower_bound(const key_type& __x) const function in class:map
716 { return _M_t.lower_bound(__x); }
746 * std::make_pair(c.lower_bound(val),
765 * std::make_pair(c.lower_bound(val),
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_map.h 447 iterator __i = lower_bound(__k);
466 iterator __i = lower_bound(__k);
475 const_iterator __i = lower_bound(__k);
696 lower_bound(const key_type& __x) function in class:map
697 { return _M_t.lower_bound(__x); }
711 lower_bound(const key_type& __x) const function in class:map
712 { return _M_t.lower_bound(__x); }
742 * std::make_pair(c.lower_bound(val),
761 * std::make_pair(c.lower_bound(val),
  /external/chromium/chrome/browser/sync/sessions/
ordered_commit_set.cc 56 Projection::iterator element = std::lower_bound(p.begin(), p.end(),
  /external/chromium/third_party/libjingle/source/talk/base/
httpcommon.h 337 return headers_.lower_bound(name);
343 return headers_.lower_bound(name);
369 return headers_.lower_bound(ToString(header));
375 return headers_.lower_bound(ToString(header));
  /external/chromium_org/chrome/browser/
internal_auth.cc 226 std::deque<int64>::iterator it = std::lower_bound(
237 std::lower_bound(used_ticks_.begin(), used_ticks_.end(),
376 std::lower_bound(used_ticks_.begin(), used_ticks_.end(),
412 std::lower_bound(used_ticks_.begin(), used_ticks_.end(), tick), tick);
  /external/chromium_org/chrome/common/extensions/permissions/
permissions_info.cc 59 NameMap::const_iterator i = name_map_.lower_bound(name + '.');
  /external/chromium_org/sync/sessions/
ordered_commit_set.cc 70 Projection::iterator element = std::lower_bound(p.begin(), p.end(),

Completed in 1101 milliseconds

1 2 3 4 5 6 7 891011>>