/external/stlport/test/unit/ |
D | set_test.cpp | 139 sit = s.upper_bound(5); in bounds() 162 scit = s.upper_bound(5); in bounds() 180 scit = crs.upper_bound(5); in bounds() 409 CPPUNIT_ASSERT( keySet.upper_bound(2) != keySet.end() ); in template_methods() 415 CPPUNIT_ASSERT( ckeySet.upper_bound(2) != ckeySet.end() ); in template_methods() 433 CPPUNIT_ASSERT( keySet.upper_bound(2) != keySet.end() ); in template_methods() 439 CPPUNIT_ASSERT( ckeySet.upper_bound(2) != ckeySet.end() ); in template_methods() 456 CPPUNIT_ASSERT( keySet.upper_bound(2) != keySet.end() ); in template_methods() 462 CPPUNIT_ASSERT( ckeySet.upper_bound(2) != ckeySet.end() ); in template_methods() 480 CPPUNIT_ASSERT( keySet.upper_bound(2) != keySet.end() ); in template_methods() [all …]
|
D | map_test.cpp | 138 i = m.upper_bound(3); in mmap2() 248 i = m.upper_bound( 'x' ); in equal_range() 353 CPPUNIT_ASSERT( cont.upper_bound(2) != cont.end() ); in template_methods() 359 CPPUNIT_ASSERT( ccont.upper_bound(2) != ccont.end() ); in template_methods() 378 CPPUNIT_ASSERT( cont.upper_bound(2) != cont.end() ); in template_methods() 384 CPPUNIT_ASSERT( ccont.upper_bound(2) != ccont.end() ); in template_methods() 402 CPPUNIT_ASSERT( cont.upper_bound(2) != cont.end() ); in template_methods() 408 CPPUNIT_ASSERT( ccont.upper_bound(2) != ccont.end() ); in template_methods() 427 CPPUNIT_ASSERT( cont.upper_bound(2) != cont.end() ); in template_methods() 433 CPPUNIT_ASSERT( ccont.upper_bound(2) != ccont.end() ); in template_methods()
|
D | multiset_test.cpp | 70 i = s.upper_bound(3); in mset3() 80 ci = s.upper_bound(3); in mset3() 93 ci = crs.upper_bound(3); in mset3()
|
D | bound_test.cpp | 46 int location = upper_bound((int*)arr, (int*)arr + 20, 3) - arr; in uprbnd1() 56 …int location = (upper_bound((char const**)str, (char const**)str + strCt, (const char *)"d", char… in uprbnd2()
|
D | equal_test.cpp | 113 it = upper_bound(tv.begin(), tv.end(), 5); in equal_range2()
|
/external/stlport/stlport/stl/debug/ |
D | _tree.h | 192 iterator upper_bound(const _KT& __x) in upper_bound() function 193 { return iterator(&_M_iter_list, _M_non_dbg_impl.upper_bound(__x)); } in upper_bound() 195 const_iterator upper_bound(const _KT& __x) const in upper_bound() function 196 { return const_iterator(&_M_iter_list, _M_non_dbg_impl.upper_bound(__x)); } in upper_bound() 201 iterator(&_M_iter_list, _M_non_dbg_impl.upper_bound(__x))); in equal_range() 206 … const_iterator(&_M_iter_list, _M_non_dbg_impl.upper_bound(__x))); in equal_range()
|
/external/stlport/stlport/stl/ |
D | _set.h | 200 iterator upper_bound(const _KT& __x) { return _M_t.upper_bound(__x); } in _STLP_CREATE_ITERATOR_TRAITS() 202 const_iterator upper_bound(const _KT& __x) const { return _M_t.upper_bound(__x); } in _STLP_CREATE_ITERATOR_TRAITS() 371 iterator upper_bound(const _KT& __x) { return _M_t.upper_bound(__x); } in _STLP_CREATE_ITERATOR_TRAITS() 373 const_iterator upper_bound(const _KT& __x) const { return _M_t.upper_bound(__x); } in _STLP_CREATE_ITERATOR_TRAITS()
|
D | _map.h | 220 iterator upper_bound(const _KT& __x) { return _M_t.upper_bound(__x); } in _STLP_CREATE_ITERATOR_TRAITS() 222 const_iterator upper_bound(const _KT& __x) const { return _M_t.upper_bound(__x); } in _STLP_CREATE_ITERATOR_TRAITS() 396 iterator upper_bound(const _KT& __x) { return _M_t.upper_bound(__x); } in _STLP_CREATE_ITERATOR_TRAITS() 398 const_iterator upper_bound(const _KT& __x) const { return _M_t.upper_bound(__x); } in _STLP_CREATE_ITERATOR_TRAITS()
|
D | _tree.h | 605 iterator upper_bound(const _KT& __x) { return iterator(_M_upper_bound(__x)); } 607 const_iterator upper_bound(const _KT& __x) const { return const_iterator(_M_upper_bound(__x)); } 610 { return pair<iterator, iterator>(lower_bound(__x), upper_bound(__x)); } 613 { return pair<const_iterator, const_iterator>(lower_bound(__x), upper_bound(__x)); }
|
/external/clang/lib/Index/ |
D | SelectorMap.cpp | 73 return method_iterator(SelMethMap.upper_bound(Sel)); in methods_end() 83 return astlocation_iterator(SelRefMap.upper_bound(Sel)); in refs_end()
|
D | DeclReferenceMap.cpp | 84 return astlocation_iterator(Map.upper_bound(Prim)); in refs_end()
|
/external/oprofile/libpp/ |
D | sample_container.cpp | 62 return samples.upper_bound(key); in end() 94 iterator it2 = samples_by_loc.upper_bound(&upper); in accumulate_samples()
|
D | symbol_container.cpp | 72 it last = symbols_by_loc.upper_bound(&symbol); in find()
|
/external/stlport/stlport/stl/pointers/ |
D | _set.h | 278 iterator upper_bound(const _KT& __x) 279 { return _S_to_value_ite(_M_t.upper_bound(cast_traits::to_storage_type_crefT(__x))); } 281 const_iterator upper_bound(const _KT& __x) const 282 { return _S_to_value_ite(_M_t.upper_bound(cast_traits::to_storage_type_crefT(__x))); } 533 iterator upper_bound(const _KT& __x) 534 { return _S_to_value_ite(_M_t.upper_bound(cast_traits::to_storage_type_crefT(__x))); } 536 const_iterator upper_bound(const _KT& __x) const 537 { return _S_to_value_ite(_M_t.upper_bound(cast_traits::to_storage_type_crefT(__x))); }
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | httpcommon.h | 340 return headers_.upper_bound(name); in end() 346 return headers_.upper_bound(name); in end() 372 return headers_.upper_bound(ToString(header)); in end() 378 return headers_.upper_bound(ToString(header)); in end()
|
/external/chromium/testing/gmock/src/ |
D | gmock-spec-builders.cc | 193 const int upper_bound = cardinality().ConservativeUpperBound(); in CheckActionCountIfNotDone() local 197 if (action_count > upper_bound || in CheckActionCountIfNotDone() 198 (action_count == upper_bound && repeated_action_specified_)) { in CheckActionCountIfNotDone()
|
/external/clang/include/clang/Serialization/ |
D | ContinuousRangeMap.h | 78 iterator I = std::upper_bound(Rep.begin(), Rep.end(), K, Compare()); in find()
|
/external/llvm/lib/CodeGen/ |
D | LiveInterval.cpp | 96 i = std::upper_bound(i, ie, j->start); in overlapsFrom() 102 j = std::upper_bound(j, je, i->start); in overlapsFrom() 251 iterator it = std::upper_bound(From, ranges.end(), Start); in addRangeFrom() 303 iterator I = std::upper_bound(begin(), end(), UseIdx); in extendInBlock()
|
/external/elfutils/tests/ |
D | run-show-die-info.sh | 173 Attrs : upper_bound type 426 Attrs : upper_bound type 494 Attrs : upper_bound type 728 Attrs : upper_bound type 744 Attrs : upper_bound type
|
/external/flac/libFLAC/ |
D | stream_decoder.c | 2982 …FLAC__uint64 first_frame_offset = decoder->private_->first_frame_offset, lower_bound, upper_bound,… in seek_to_absolute_sample_() local 3027 upper_bound = stream_length; in seek_to_absolute_sample_() 3040 FLAC__uint64 new_upper_bound = upper_bound; in seek_to_absolute_sample_() 3076 upper_bound = new_upper_bound; in seek_to_absolute_sample_() 3098 if (lower_bound_sample >= upper_bound_sample || lower_bound > upper_bound) { in seek_to_absolute_sample_() 3105 …upper_bound_sample - lower_bound_sample) * (FLAC__double)(FLAC__int64)(upper_bound - lower_bound))… in seek_to_absolute_sample_() 3107 …LAC__double)(upper_bound_sample - lower_bound_sample) * (FLAC__double)(upper_bound - lower_bound))… in seek_to_absolute_sample_() 3111 if(upper_bound - lower_bound < 0xffffffff) in seek_to_absolute_sample_() 3112 …4)lower_bound + (FLAC__int64)(((target_sample - lower_bound_sample) * (upper_bound - lower_bound))… in seek_to_absolute_sample_() 3114 …r_bound + (FLAC__int64)((((target_sample - lower_bound_sample)>>8) * ((upper_bound - lower_bound)>… in seek_to_absolute_sample_() [all …]
|
/external/llvm/utils/TableGen/ |
D | ClangASTNodesEmitter.cpp | 30 ChildIterator i = Tree.lower_bound(Base), e = Tree.upper_bound(Base); in EmitNode()
|
/external/chromium/chrome/browser/sync/engine/ |
D | change_reorder_buffer.cc | 89 return links_.upper_bound( in begin_children()
|
/external/llvm/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 636 std::upper_bound(Cache.begin(), Cache.begin()+NumSortedEntries, in getNonLocalCallDependency() 747 std::upper_bound(Cache->begin(), Cache->begin()+NumSortedEntries, in GetNonLocalInfoForBlock() 820 std::upper_bound(Cache.begin(), Cache.end()-1, Val); in SortNonLocalDepInfoCache() 830 std::upper_bound(Cache.begin(), Cache.end(), Val); in SortNonLocalDepInfoCache()
|
/external/chromium/chrome/browser/bookmarks/ |
D | bookmark_utils.cc | 459 std::upper_bound(nodes.begin(), nodes.end(), parent, in GetMostRecentlyModifiedFolders() 494 std::upper_bound(nodes->begin(), nodes->end(), node, in GetMostRecentlyAddedEntries()
|
/external/chromium/chrome/browser/safe_browsing/ |
D | prefix_set.cc | 114 iter = std::upper_bound(index_.begin(), index_.end(), in Exists()
|