HomeSort by relevance Sort by last modified time
    Searched refs:lower_bound (Results 226 - 250 of 694) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/plugins/
plugin_metadata.cc 105 // |lower_bound| returns the latest version that is not newer than |version|.
107 versions_.lower_bound(version);
  /external/chromium_org/extensions/common/permissions/
permissions_info.cc 65 NameMap::const_iterator i = name_map_.lower_bound(name + '.');
  /external/chromium_org/net/quic/crypto/
strike_register.cc 329 uint32 lower_bound; local
331 lower_bound = max(horizon_, current_time_internal - window_secs_);
333 lower_bound = horizon_;
346 return make_pair(lower_bound, upper_bound);
  /external/chromium_org/sync/internal_api/public/base/
ordinal.h 178 // |lower_bound| and is still valid. |bytes| should be greater than
179 // |lower_bound|.
180 static size_t GetProperLength(const std::string& lower_bound,
415 size_t Ordinal<Traits>::GetProperLength(const std::string& lower_bound,
417 CHECK_GT(bytes, lower_bound);
428 bytes.compare(0, truncated_length, lower_bound) > 0)
  /external/chromium_org/third_party/tcmalloc/vendor/src/
memory_region_map.cc 303 RegionSet::iterator region = regions_->lower_bound(sample);
356 RegionSet::const_iterator i = regions_->lower_bound(region);
358 RAW_DCHECK(region.end_addr <= i->end_addr, ""); // lower_bound ensures this
368 i = regions_->lower_bound(sample);
522 for (RegionSet::iterator region = regions_->lower_bound(sample);
  /external/chromium_org/third_party/webrtc/base/
httpcommon.h 320 return headers_.lower_bound(name);
326 return headers_.lower_bound(name);
352 return headers_.lower_bound(ToString(header));
358 return headers_.lower_bound(ToString(header));
  /external/clang/include/clang/Serialization/
ContinuousRangeMap.h 74 iterator I = std::lower_bound(Rep.begin(), Rep.end(), Val, Compare());
  /external/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
eval_param.pass.cpp 76 int k = std::lower_bound(b, b+Np+1, u[i]) - b - 1;
  /external/lldb/source/Symbol/
UnwindTable.cpp 84 insert_pos = m_unwinds.lower_bound (file_addr);
  /external/llvm/lib/DebugInfo/
DWARFDebugAranges.cpp 118 std::lower_bound(begin, end, range);
  /external/llvm/lib/MC/
MCSubtargetInfo.cpp 95 std::lower_bound(ProcSchedModels, ProcSchedModels+NumProcs, CPU);
  /external/oprofile/libpp/
symbol_container.cpp 70 it first = symbols_by_loc.lower_bound(&symbol);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
eval_param.pass.cpp 76 int k = std::lower_bound(b, b+Np+1, u[i]) - b - 1;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
fixed_mapping.hpp 94 iterator it = boost::detail::lower_bound( m_map.begin(), m_map.end(), key, p1() );
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stl_multimap.h 705 lower_bound(const key_type& __x) function in class:multimap
706 { return _M_t.lower_bound(__x); }
720 lower_bound(const key_type& __x) const function in class:multimap
721 { return _M_t.lower_bound(__x); }
751 * std::make_pair(c.lower_bound(val),
768 * std::make_pair(c.lower_bound(val),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/debug/
map.h 372 lower_bound(const key_type& __x) function in class:__debug::map
373 { return iterator(_Base::lower_bound(__x), this); }
376 lower_bound(const key_type& __x) const function in class:__debug::map
377 { return const_iterator(_Base::lower_bound(__x), this); }
multimap.h 355 lower_bound(const key_type& __x) function in class:__debug::multimap
356 { return iterator(_Base::lower_bound(__x), this); }
359 lower_bound(const key_type& __x) const function in class:__debug::multimap
360 { return const_iterator(_Base::lower_bound(__x), this); }
multiset.h 342 lower_bound(const key_type& __x) function in class:__debug::multiset
343 { return iterator(_Base::lower_bound(__x), this); }
348 lower_bound(const key_type& __x) const function in class:__debug::multiset
349 { return const_iterator(_Base::lower_bound(__x), this); }
set.h 350 lower_bound(const key_type& __x) function in class:__debug::set
351 { return iterator(_Base::lower_bound(__x), this); }
356 lower_bound(const key_type& __x) const function in class:__debug::set
357 { return const_iterator(_Base::lower_bound(__x), this); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/resize_policy/
hash_prime_size_policy_imp.hpp 153 const std::size_t* p_lower = std::lower_bound(detail::g_a_sizes,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/profile/
map.h 401 lower_bound(const key_type& __x) function in class:__profile::map
404 return iterator(_Base::lower_bound(__x));
408 lower_bound(const key_type& __x) const function in class:__profile::map
411 return const_iterator(_Base::lower_bound(__x));
multimap.h 286 lower_bound(const key_type& __x) function in class:__profile::multimap
287 { return iterator(_Base::lower_bound(__x)); }
290 lower_bound(const key_type& __x) const function in class:__profile::multimap
291 { return const_iterator(_Base::lower_bound(__x)); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_multimap.h 769 lower_bound(const key_type& __x) function in class:multimap
770 { return _M_t.lower_bound(__x); }
784 lower_bound(const key_type& __x) const function in class:multimap
785 { return _M_t.lower_bound(__x); }
815 * std::make_pair(c.lower_bound(val),
832 * std::make_pair(c.lower_bound(val),
    [all...]
stl_set.h 683 lower_bound(const key_type& __x) function in class:set
684 { return _M_t.lower_bound(__x); }
687 lower_bound(const key_type& __x) const function in class:set
688 { return _M_t.lower_bound(__x); }
716 * std::make_pair(c.lower_bound(val),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
map.h 391 lower_bound(const key_type& __x) function in class:__debug::map
392 { return iterator(_Base::lower_bound(__x), this); }
395 lower_bound(const key_type& __x) const function in class:__debug::map
396 { return const_iterator(_Base::lower_bound(__x), this); }

Completed in 1006 milliseconds

1 2 3 4 5 6 7 8 91011>>