/frameworks/av/services/mediametrics/include/mediametricsservice/ |
D | TransactionLog.h | 156 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);
|
D | TimeMachine.h | 193 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/ |
D | Histogram.java | 198 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/ |
D | RSScreenFunctionsPass.cpp | 38 auto lower = std::lower_bound(stubList.begin(), in isPresent()
|
D | RSIsThreadablePass.cpp | 82 auto lower = std::lower_bound(list.begin(), in isPresent()
|
/frameworks/av/media/libeffects/loudness/common/core/ |
D | math.h | 25 using ::std::fill_n;using ::std::lower_bound;
|
/frameworks/base/tools/aapt2/ |
D | ResourceTable.cpp | 83 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()
|
D | SdkConstants.cpp | 77 std::lower_bound(std::begin(sAttrIdMap), std::end(sAttrIdMap), id.entry_id(), in FindAttributeSdkLevel()
|
/frameworks/base/libs/androidfw/ |
D | Idmap.cpp | 129 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()
|
D | TypeWrappers.cpp | 71 auto iter = std::lower_bound(entryIndices, entryIndices + entryCount, mIndex, keyCompare); in operator *()
|
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | binary_search.h | 82 auto element = std::lower_bound(std::begin(array), std::end(array), name, StrCmpLessName); in FindElementByName()
|
/frameworks/base/tools/aapt2/text/ |
D | Unicode.cpp | 51 const auto iter = std::lower_bound(sCharacterProperties.begin(), iter_end, codepoint, in FindCharacterProperties()
|
/frameworks/base/tools/aapt2/compile/ |
D | XmlIdCollector.cpp | 55 auto iter = std::lower_bound(out_symbols_->begin(), in Visit()
|
/frameworks/base/tools/aapt2/util/ |
D | ImmutableMap.h | 60 auto iter = std::lower_bound(data_.begin(), end_iter, key, cmp); in find()
|
/frameworks/compile/mclinker/lib/LD/ |
D | DiagnosticInfos.cpp | 89 std::lower_bound(static_info, static_info + info_size, key); in getDiagInfo()
|
/frameworks/av/media/utils/include/mediautils/ |
D | MethodStatistics.h | 61 auto it = mStatisticsMap.lower_bound(code); in event()
|
/frameworks/av/media/module/libmediatranscoding/transcoder/ |
D | PassthroughTrackTranscoder.cpp | 46 auto it = mFreeBufferMap.lower_bound(minimumBufferSize); in getBufferWithSize()
|
/frameworks/native/opengl/libs/EGL/ |
D | BlobCache.cpp | 89 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/ |
D | FileSystem.cpp | 142 auto it = files_.lower_bound(path); in InsertFile()
|
/frameworks/av/media/libaudiofoundation/ |
D | AudioContainers.cpp | 181 const auto lower= profileAttrs.lower_bound(format); in populateAudioProfiles()
|
/frameworks/base/tools/aapt2/xml/ |
D | XmlPullParser.h | 308 const auto iter = std::lower_bound( in FindAttribute()
|
D | XmlPullParser.cpp | 243 auto iter = std::lower_bound(data.attributes.begin(), data.attributes.end(), in StartElementHandler()
|
/frameworks/native/vulkan/libvulkan/ |
D | driver_gen.cpp | 585 auto hook = std::lower_bound( in GetProcHook() 724 std::lower_bound(begin, end, name, in GetInstanceExtensionPromotedVersion()
|
/frameworks/av/include/media/ |
D | Interpolator.h | 64 auto high = this->lower_bound(x); in findY()
|
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/ |
D | TimeStatsHelper.cpp | 48 auto iter = std::lower_bound(histogramConfig.begin(), histogramConfig.end(), delta); in insert()
|