Searched refs:Select (Results 1 – 19 of 19) sorted by relevance
/frameworks/ml/nn/driver/cache/BlobCache/ |
D | BlobCache_test.cpp | 57 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 …]
|
D | BlobCache.h | 38 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;
|
D | BlobCache.cpp | 345 case Select::RANDOM: in findVictim() 347 case Select::LRU: in findVictim()
|
/frameworks/ml/nn/driver/cache/nnCache/ |
D | nnCache_test.cpp | 52 ::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)));
|
D | nnCache.h | 33 typedef BlobCache::Select Select; typedef
|
/frameworks/native/services/sensorservice/ |
D | traits.h | 67 struct Select { 71 struct Select<false, T, U> { 112 typedef typename Select<isStdArith || isPointer, T, const T&>::Result ParameterType;
|
/frameworks/base/data/keyboards/ |
D | Vendor_054c_Product_0268_Version_8000.kl | 52 # Select
|
D | Vendor_054c_Product_0268_Version_8100.kl | 52 # Select
|
D | Vendor_054c_Product_0268_Version_8111.kl | 52 # Select
|
D | Vendor_054c_Product_0268.kl | 74 # Select
|
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
D | variant.h | 127 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/ |
D | settings_enums.proto | 382 …// 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/ |
D | Android.bp | 59 "operations/Select.cpp",
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 1065 // 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/ |
D | README.txt | 175 Select the Cmake generator "Microsoft Visual Studio 2015 Win64".
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | BitcodeWriter.cpp | 967 case Instruction::Select: in WriteConstants() 1117 case Instruction::Select: in WriteInstruction()
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | BitcodeWriter.cpp | 965 case Instruction::Select: in WriteConstants() 1115 case Instruction::Select: in WriteInstruction()
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | BitcodeWriter.cpp | 998 case Instruction::Select: in WriteConstants() 1148 case Instruction::Select: in WriteInstruction()
|
/frameworks/ml/nn/tools/api/ |
D | types.spec | 5184 * 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
|