Searched refs:lower_bound (Results 1 – 11 of 11) sorted by relevance
/packages/modules/Bluetooth/system/packet/tests/base/ |
D | iterator_test.cc | 35 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/ |
D | BlobCache.cpp | 112 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/ |
D | JitterNetworkAnalyser.cpp | 90 typename Map::const_iterator it = m.lower_bound(k); in getGreatestLess()
|
/packages/modules/NeuralNetworks/common/types/src/ |
D | Types.cpp | 105 const auto it = std::lower_bound(mSorted.begin(), mSorted.end(), operandType, cmp); in lookup()
|
D | TypeUtils.cpp | 101 auto it = std::lower_bound(operandPerformance->begin(), operandPerformance->end(), type, in update()
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | database_builder.cc | 56 auto it = std::lower_bound( in AddService()
|
/packages/modules/NeuralNetworks/runtime/ |
D | TypeManager.cpp | 263 auto it = std::lower_bound( in getExtensionOperandTypeInfo()
|
/packages/providers/MediaProvider/jni/ |
D | node-inl.h | 482 auto start = children_.lower_bound(std::make_pair(name, 0)); in ForChild()
|
/packages/modules/NeuralNetworks/common/ |
D | LegacyHalUtils.cpp | 267 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/ |
D | RandomVariable.cpp | 68 : std::lower_bound(mChoices.begin(), mChoices.end(), lower); in setRange()
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestPartitioning.cpp | 869 auto it = firstEncodingToOperation.lower_bound(operation); in addOperation2To1() 890 auto it = firstEncodingToOperation.lower_bound(operation); in addOperation1To1()
|