Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/packet/tests/base/
Diterator_test.cc35 auto lower_bound = bounds.first; in GetTestPacket() local
38 return TestPacket::Make(test_l2cap_data, lower_bound, upper_bound); in GetTestPacket()
/packages/modules/NeuralNetworks/driver/cache/BlobCache/
DBlobCache.cpp112 auto index = std::lower_bound(mCacheEntries.begin(), mCacheEntries.end(), dummyEntry); in set()
196 auto index = std::lower_bound(mCacheEntries.begin(), mCacheEntries.end(), dummyEntry); in get()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/
DJitterNetworkAnalyser.cpp90 typename Map::const_iterator it = m.lower_bound(k); in getGreatestLess()
/packages/modules/NeuralNetworks/common/types/src/
DTypes.cpp105 const auto it = std::lower_bound(mSorted.begin(), mSorted.end(), operandType, cmp); in lookup()
DTypeUtils.cpp101 auto it = std::lower_bound(operandPerformance->begin(), operandPerformance->end(), type, in update()
/packages/modules/Bluetooth/system/bta/gatt/
Ddatabase_builder.cc56 auto it = std::lower_bound( in AddService()
/packages/modules/NeuralNetworks/runtime/
DTypeManager.cpp263 auto it = std::lower_bound( in getExtensionOperandTypeInfo()
/packages/providers/MediaProvider/jni/
Dnode-inl.h482 auto start = children_.lower_bound(std::make_pair(name, 0)); in ForChild()
/packages/modules/NeuralNetworks/common/
DLegacyHalUtils.cpp267 std::lower_bound(operandPerformance->begin(), operandPerformance->end(), type, in update()
288 const auto it = std::lower_bound(operandPerformance.begin(), operandPerformance.end(), type, in lookup()
/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DRandomVariable.cpp68 : std::lower_bound(mChoices.begin(), mChoices.end(), lower); in setRange()
/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioning.cpp869 auto it = firstEncodingToOperation.lower_bound(operation); in addOperation2To1()
890 auto it = firstEncodingToOperation.lower_bound(operation); in addOperation1To1()