Searched refs:Select (Results 1 – 17 of 17) sorted by relevance
/packages/modules/NeuralNetworks/driver/cache/BlobCache/ |
D | BlobCache_test.cpp | 56 BlobCache::Policy(BlobCache::Select::RANDOM, BlobCache::Capacity::HALVE), 57 BlobCache::Policy(BlobCache::Select::LRU, BlobCache::Capacity::HALVE), 59 BlobCache::Policy(BlobCache::Select::RANDOM, BlobCache::Capacity::FIT), 60 BlobCache::Policy(BlobCache::Select::LRU, BlobCache::Capacity::FIT), 62 BlobCache::Policy(BlobCache::Select::RANDOM, BlobCache::Capacity::FIT_HALVE), 63 BlobCache::Policy(BlobCache::Select::LRU, BlobCache::Capacity::FIT_HALVE))); 330 if (GetParam().first == BlobCache::Select::LRU) { in TEST_P() 441 if (GetParam().first != BlobCache::Select::LRU) return; // test doesn't apply for this policy in TEST_P() 518 BlobCache::Policy(BlobCache::Select::RANDOM, BlobCache::Capacity::HALVE), 519 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 | 349 case Select::RANDOM: in findVictim() 351 case Select::LRU: in findVictim()
|
/packages/modules/NeuralNetworks/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
|
/packages/modules/ExtServices/java/src/android/ext/services/textclassifier/ |
D | README.md | 14 - Select a text (e.g. phone number) and shows a popup menu to make sure the "Call" menu is shown. 23 2. Select any text several times on screen and observe the printed log. You should see "androidtc:
|
/packages/modules/Nfc/libnfc-nci/tools/casimir/src/ |
D | rf_packets.pdl | 156 /// Select command for an NFC-A Listener using ISO-DEP protocol (Type-4A Tag platform). 164 /// Select response for an NFC-A Listener using ISO-DEP protocol (Type-4A Tag platform). 166 /// Cf [DIGITAL] 14.6.2 RATS Response (Answer To Select). 175 /// Select command for an NFC-A Listener using NFC-DEP protocol. 184 /// Select response for an NFC-A Listener using NFC-DEP protocol.
|
/packages/modules/Nfc/libnfc-nci/tools/casimir/ |
D | README.rst | 55 --address ADDRESS Select the casimir server address 56 --rf-port RF_PORT Select the casimir TCP RF port 57 --mode {poll,listen} Select the tag mode
|
/packages/modules/Connectivity/nearby/ |
D | README.md | 41 2. Select Modules at the left panel and select the Dependencies tab. 42 3. Select the + icon and select 1 JARs or Directories option. 43 4. Select the JAR file found above, make sure it is checked in the beginning square.
|
/packages/modules/HealthFitness/testapps/toolbox/ |
D | README.md | 22 * Select the Data Category. 23 * Select the Data Type.
|
/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/model/picker/color/ui/viewmodel/ |
D | ColorPickerViewModelTest.kt | 101 fun `Select a color section color`() = in <lambda>() 187 fun `Select a preset color`() = in <lambda>()
|
/packages/modules/Nfc/libnfc-nci/src/fuzzers/integration/ |
D | nfc_integration_fuzzer.proto | 32 Select select = 9; 60 message Select { message
|
/packages/modules/ExtServices/java/src/android/ext/services/autofill/ |
D | README.md | 21 1. Select the AutofillService from Settings (Password & Account -> AutofillService), you
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/ |
D | SystemSoundsPlayer.java | 66 R.raw.Select,
|
/packages/modules/NeuralNetworks/common/ |
D | Android.bp | 90 "cpu_operations/Select.cpp",
|
/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/model/picker/quickaffordance/ui/viewmodel/ |
D | KeyguardQuickAffordancePickerViewModelTest.kt | 151 fun `Select an affordance for each side`() = in <lambda>()
|
/packages/modules/NeuralNetworks/tools/api/ |
D | types.spec | 5348 * Select and scale the feature map of each region of interest to a unified 5417 * Select and scale the feature map of each region of interest to a unified
|