Home
last modified time | relevance | path

Searched refs:lower_bound (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/av/services/mediametrics/include/mediametricsservice/
DTransactionLog.h156 for (auto it = prefix != nullptr ? mItemMap.lower_bound(prefix) : mItemMap.begin();
202 for (auto it = mapTimeItem.lower_bound(sinceNs);
253 auto it2 = keyHist.lower_bound(timeToErase); in gc()
279 auto it = map.lower_bound(startTime);
DTimeMachine.h193 auto eptr = timeSequence.lower_bound(time); in dump()
451 for (auto it = prefix != nullptr ? mHistory.lower_bound(prefix) : mHistory.begin();
/frameworks/libs/modules-utils/java/com/android/modules/expresslog/
DHistogram.java198 return lower_bound(mBins, (long) sample) + 1; in getBinForSample()
202 private static int lower_bound(long[] array, long sample) { in lower_bound() method in Histogram.ScaledRangeOptions
/frameworks/compile/libbcc/lib/
DRSScreenFunctionsPass.cpp38 auto lower = std::lower_bound(stubList.begin(), in isPresent()
DRSIsThreadablePass.cpp82 auto lower = std::lower_bound(list.begin(), in isPresent()
/frameworks/av/media/libeffects/loudness/common/core/
Dmath.h25 using ::std::fill_n;using ::std::lower_bound;
/frameworks/base/tools/aapt2/
DResourceTable.cpp83 std::lower_bound(entries.begin(), entries.end(), name, less_than_struct_with_name<T>); in FindElementsRunAction()
121 const auto iter = std::lower_bound(entries.begin(), entries.end(), type, less_than_type); in FindTypeRunAction()
161 auto iter = std::lower_bound(values.begin(), values.end(), ConfigKey{&config, product}, in FindValue()
174 auto iter = std::lower_bound(values.begin(), values.end(), ConfigKey{&config, product}, in FindValue()
187 auto iter = std::lower_bound(values.begin(), values.end(), ConfigKey{&config, product}, in FindOrCreateValue()
313 auto it = std::lower_bound(el.begin(), el.end(), value, [&](auto& lhs, auto& rhs) { in LowerBound()
390 auto iter = std::lower_bound(values.begin(), values.end(), ConfigKey{&config, product}, in FindValue()
DSdkConstants.cpp77 std::lower_bound(std::begin(sAttrIdMap), std::end(sAttrIdMap), id.entry_id(), in FindAttributeSdkLevel()
/frameworks/base/libs/androidfw/
DIdmap.cpp129 auto entry = std::lower_bound(first_entry, end_entry, *resId, in lookupResourceId()
176 auto entry = std::lower_bound(first_entry, end_entry, target_res_id, in Lookup()
192 auto inline_entry = std::lower_bound(first_inline_entry, end_inline_entry, target_res_id, in Lookup()
DTypeWrappers.cpp71 auto iter = std::lower_bound(entryIndices, entryIndices + entryCount, mIndex, keyCompare); in operator *()
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dbinary_search.h82 auto element = std::lower_bound(std::begin(array), std::end(array), name, StrCmpLessName); in FindElementByName()
/frameworks/base/tools/aapt2/text/
DUnicode.cpp51 const auto iter = std::lower_bound(sCharacterProperties.begin(), iter_end, codepoint, in FindCharacterProperties()
/frameworks/base/tools/aapt2/compile/
DXmlIdCollector.cpp55 auto iter = std::lower_bound(out_symbols_->begin(), in Visit()
/frameworks/base/tools/aapt2/util/
DImmutableMap.h60 auto iter = std::lower_bound(data_.begin(), end_iter, key, cmp); in find()
/frameworks/compile/mclinker/lib/LD/
DDiagnosticInfos.cpp89 std::lower_bound(static_info, static_info + info_size, key); in getDiagInfo()
/frameworks/av/media/utils/include/mediautils/
DMethodStatistics.h61 auto it = mStatisticsMap.lower_bound(code); in event()
/frameworks/av/media/module/libmediatranscoding/transcoder/
DPassthroughTrackTranscoder.cpp46 auto it = mFreeBufferMap.lower_bound(minimumBufferSize); in getBufferWithSize()
/frameworks/native/opengl/libs/EGL/
DBlobCache.cpp89 auto index = std::lower_bound(mCacheEntries.begin(), mCacheEntries.end(), cacheEntry); in set()
149 auto index = std::lower_bound(mCacheEntries.begin(), mCacheEntries.end(), cacheEntry); in get()
/frameworks/base/tools/aapt2/io/
DFileSystem.cpp142 auto it = files_.lower_bound(path); in InsertFile()
/frameworks/av/media/libaudiofoundation/
DAudioContainers.cpp181 const auto lower= profileAttrs.lower_bound(format); in populateAudioProfiles()
/frameworks/base/tools/aapt2/xml/
DXmlPullParser.h308 const auto iter = std::lower_bound( in FindAttribute()
DXmlPullParser.cpp243 auto iter = std::lower_bound(data.attributes.begin(), data.attributes.end(), in StartElementHandler()
/frameworks/native/vulkan/libvulkan/
Ddriver_gen.cpp585 auto hook = std::lower_bound( in GetProcHook()
724 std::lower_bound(begin, end, name, in GetInstanceExtensionPromotedVersion()
/frameworks/av/include/media/
DInterpolator.h64 auto high = this->lower_bound(x); in findY()
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
DTimeStatsHelper.cpp48 auto iter = std::lower_bound(histogramConfig.begin(), histogramConfig.end(), delta); in insert()

12