/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/ |
D | ImsResolverTest.java | 146 HashSet<String> features = new HashSet<>(); in testAddDevicePackageToCache() local 172 HashSet<String> features = new HashSet<>(); in testAddCarrierPackageToCache() local 203 HashSet<ImsFeatureConfiguration.FeatureSlotPair> features = new HashSet<>(); in testCarrierPackageBind() local 340 HashSet<ImsFeatureConfiguration.FeatureSlotPair> features = new HashSet<>(); in testCarrierPackageBindWithEmergencyCalling() local 367 HashSet<ImsFeatureConfiguration.FeatureSlotPair> features = new HashSet<>(); in testCarrierPackageBindWithEmergencyButNotMmtel() local 396 HashSet<ImsFeatureConfiguration.FeatureSlotPair> features = new HashSet<>(); in testCarrierPackageChangeEmergencyCalling() local 453 Set<String> features = new HashSet<>(); in testDevicePackageBind() local 486 Set<String> features = new HashSet<>(); in testDevicePackageBind_MsimToOneSim() local 528 Set<String> features = new HashSet<>(); in testDevicePackageBind_OneSimToMsim() local 746 Set<String> features = new HashSet<>(); in testDevicePackageInvalidMmTelBind() local [all …]
|
/frameworks/compile/libbcc/lib/ |
D | CompilerConfig.cpp | 38 llvm::StringMap<bool> features; in AddX86NativeCPUFeatures() local 109 llvm::StringMap<bool> features; in initializeArch() local
|
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/ |
D | ImsServiceTest.java | 91 SparseArray<ImsFeature> features = mTestImsService.getFeatures(TEST_SLOT_0); in testCreateMMTelFeature() local 116 SparseArray<ImsFeature> features = mTestImsService.getFeatures(TEST_SLOT_0); in testRemoveMMTelFeature() local
|
/frameworks/base/telephony/java/android/telephony/ims/compat/ |
D | ImsService.java | 186 SparseArray<ImsFeature> features = mFeaturesBySlot.get(slotId); in addImsFeature() local 200 SparseArray<ImsFeature> features = mFeaturesBySlot.get(slotId); in removeImsFeature() local
|
/frameworks/base/core/java/android/content/pm/ |
D | FeatureGroupInfo.java | 33 public FeatureInfo[] features; field in FeatureGroupInfo
|
/frameworks/ml/nn/runtime/test/specs/V1_0/ |
D | embedding_lookup.mod.py | 20 features = 4 variable
|
D | hashtable_lookup_quant8.mod.py | 20 features = 2 variable
|
D | hashtable_lookup_float.mod.py | 20 features = 2 variable
|
D | svdf_bias_present.mod.py | 18 features = 4 variable
|
D | svdf2.mod.py | 18 features = 8 variable
|
D | svdf.mod.py | 18 features = 4 variable
|
/frameworks/ml/nn/runtime/test/specs/V1_3/ |
D | embedding_lookup_v1_3.mod.py | 20 features = 4 variable
|
D | embedding_lookup_quant8_signed.mod.py | 20 features = 4 variable
|
/frameworks/ml/nn/runtime/test/specs/V1_1/ |
D | embedding_lookup_relaxed.mod.py | 20 features = 4 variable
|
D | hashtable_lookup_float_relaxed.mod.py | 20 features = 2 variable
|
D | svdf2_relaxed.mod.py | 18 features = 8 variable
|
D | svdf_relaxed.mod.py | 18 features = 4 variable
|
D | svdf_bias_present_relaxed.mod.py | 18 features = 4 variable
|
/frameworks/ml/nn/runtime/test/specs/V1_2/ |
D | embedding_lookup_v1_2.mod.py | 20 features = 4 variable
|
D | svdf_float16.mod.py | 18 features = 4 variable
|
D | svdf_bias_present_float16.mod.py | 18 features = 4 variable
|
/frameworks/native/vulkan/vkjson/ |
D | vkjson.cc | 493 inline bool Iterate(Visitor* visitor, VkPhysicalDeviceFeatures* features) { in Iterate() 579 VkJsonExtVariablePointerFeatures* features) { in Iterate() 655 VkPhysicalDevice16BitStorageFeatures* features) { in Iterate() 668 VkPhysicalDeviceMultiviewFeatures* features) { in Iterate() 678 VkPhysicalDeviceVariablePointerFeatures* features) { in Iterate() 686 VkPhysicalDeviceProtectedMemoryFeatures* features) { in Iterate() 692 VkPhysicalDeviceSamplerYcbcrConversionFeatures* features) { in Iterate() 699 VkPhysicalDeviceShaderDrawParameterFeatures* features) { in Iterate()
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsService.java | 241 SparseArray<ImsFeature> features = mFeaturesBySlot.get(slotId); in addImsFeature() local 255 SparseArray<ImsFeature> features = mFeaturesBySlot.get(slotId); in removeImsFeature() local
|
/frameworks/base/core/java/android/accounts/ |
D | AbstractAccountAuthenticator.java | 155 String authTokenType, String[] features, Bundle options) in addAccount() 308 Account account, String[] features) throws RemoteException { in hasFeatures() 372 String accountType, String authTokenType, String[] features, Bundle options) in startAddAccountSession() 681 Account account, String[] features) throws NetworkErrorException; in hasFeatures()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/ |
D | ImsResolver.java | 1044 Set<ImsFeatureConfiguration.FeatureSlotPair> features) { in bindImsServiceWithFeatures() 1173 private boolean shouldFeaturesCauseBind(Set<ImsFeatureConfiguration.FeatureSlotPair> features) { in shouldFeaturesCauseBind() 1352 Set<ImsFeatureConfiguration.FeatureSlotPair> features) { in handleFeaturesChanged() 1440 Set<ImsFeatureConfiguration.FeatureSlotPair> features) { in dynamicQueryComplete() 1465 private void sanitizeFeatureConfig(Set<ImsFeatureConfiguration.FeatureSlotPair> features) { in sanitizeFeatureConfig() 1481 Set<ImsFeatureConfiguration.FeatureSlotPair> features = calculateFeaturesToCreate(info); in calculateFeatureConfigurationChange() local 1490 private static String printFeatures(Set<ImsFeatureConfiguration.FeatureSlotPair> features) { in printFeatures()
|