Home
last modified time | relevance | path

Searched refs:Select (Results 1 – 19 of 19) sorted by relevance

/frameworks/ml/nn/driver/cache/BlobCache/
DBlobCache_test.cpp57 BlobCache::Policy(BlobCache::Select::RANDOM, BlobCache::Capacity::HALVE),
58 BlobCache::Policy(BlobCache::Select::LRU, BlobCache::Capacity::HALVE),
60 BlobCache::Policy(BlobCache::Select::RANDOM, BlobCache::Capacity::FIT),
61 BlobCache::Policy(BlobCache::Select::LRU, BlobCache::Capacity::FIT),
63 BlobCache::Policy(BlobCache::Select::RANDOM, BlobCache::Capacity::FIT_HALVE),
64 BlobCache::Policy(BlobCache::Select::LRU, BlobCache::Capacity::FIT_HALVE)));
331 if (GetParam().first == BlobCache::Select::LRU) { in TEST_P()
442 if (GetParam().first != BlobCache::Select::LRU) return; // test doesn't apply for this policy in TEST_P()
519 BlobCache::Policy(BlobCache::Select::RANDOM, BlobCache::Capacity::HALVE),
520 BlobCache::Policy(BlobCache::Select::LRU, BlobCache::Capacity::HALVE),
[all …]
DBlobCache.h38 enum class Select { enum
63 typedef std::pair<Select, Capacity> Policy;
65 static Policy defaultPolicy() { return Policy(Select::DEFAULT, Capacity::DEFAULT); } in defaultPolicy()
326 const Select mPolicySelect;
DBlobCache.cpp345 case Select::RANDOM: in findVictim()
347 case Select::LRU: in findVictim()
/frameworks/ml/nn/driver/cache/nnCache/
DnnCache_test.cpp52 ::testing::Values(NNCache::Policy(NNCache::Select::RANDOM, NNCache::Capacity::HALVE),
53 NNCache::Policy(NNCache::Select::LRU, NNCache::Capacity::HALVE),
55 NNCache::Policy(NNCache::Select::RANDOM, NNCache::Capacity::FIT),
56 NNCache::Policy(NNCache::Select::LRU, NNCache::Capacity::FIT),
58 NNCache::Policy(NNCache::Select::RANDOM, NNCache::Capacity::FIT_HALVE),
59 NNCache::Policy(NNCache::Select::LRU, NNCache::Capacity::FIT_HALVE)));
DnnCache.h33 typedef BlobCache::Select Select; typedef
/frameworks/native/services/sensorservice/
Dtraits.h67 struct Select {
71 struct Select<false, T, U> {
112 typedef typename Select<isStdArith || isPointer, T, const T&>::Result ParameterType;
/frameworks/base/data/keyboards/
DVendor_054c_Product_0268_Version_8000.kl52 # Select
DVendor_054c_Product_0268_Version_8100.kl52 # Select
DVendor_054c_Product_0268_Version_8111.kl52 # Select
DVendor_054c_Product_0268.kl74 # Select
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dvariant.h127 using Select = std::conditional_t<CondA, SelectA, SelectB>;
273 Select<ConstructibleCount<T, First>::value == 1, FirstType, RestType>;
430 using SelectConstructor = detail::Select<HasType<T>::value, Direct, Convert>;
/frameworks/base/core/proto/android/app/
Dsettings_enums.proto382 …// OPEN: Settings > Sound > Do Not Disturb > Turn on automatically > Select rule ("Event") > Rule …
1429 // OPEN: Settings > Date & time > Select time zone
1727 // OPEN: SUW Welcome Screen -> Vision Settings -> Select to Speak
1728 // ACTION: Select to Speak configuration is chosen
1963 …// OPEN: Settings > Sound > Do Not Disturb > Turn on automatically > Select rule ("Event") > Rule …
2027 // OPEN: Settings > Date & time > Select time zone -> Region
2032 // OPEN: Settings > Date & time > Select time zone -> Time Zone
2036 // OPEN: Settings > Date & time > Select time zone -> Select UTC Offset
/frameworks/ml/nn/common/
DAndroid.bp59 "operations/Select.cpp",
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto1065 // ACTION: QS User list panel > Select different user
1070 // ACTION: QS Cast detail panel > Select cast device
1349 // ACTION: Volume dialog > Select non-active stream
1652 // ACTION: Settings > Apps > Default Apps > Select different SMS app
1712 // ACTION: Overview > Select app
2403 // ACTION: Settings -> Select summary tab.
2407 // ACTION: Settings -> Select support tab.
2555 // OPEN: Settings > Date & time > Select time zone
3697 // OPEN: SUW Welcome Screen -> Vision Settings -> Select to Speak
3698 // ACTION: Select to Speak configuration is chosen
[all …]
/frameworks/rs/tests/lldb/
DREADME.txt175 Select the Cmake generator "Microsoft Visual Studio 2015 Win64".
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp967 case Instruction::Select: in WriteConstants()
1117 case Instruction::Select: in WriteInstruction()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp965 case Instruction::Select: in WriteConstants()
1115 case Instruction::Select: in WriteInstruction()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp998 case Instruction::Select: in WriteConstants()
1148 case Instruction::Select: in WriteInstruction()
/frameworks/ml/nn/tools/api/
Dtypes.spec5184 * Select and scale the feature map of each region of interest to a unified
5253 * Select and scale the feature map of each region of interest to a unified