Home
last modified time | relevance | path

Searched defs:features (Results 1 – 25 of 55) sorted by relevance

123

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsResolverTest.java123 HashSet<String> features = new HashSet<>(); in testAddDevicePackageToCache() local
148 HashSet<String> features = new HashSet<>(); in testAddCarrierPackageToCache() local
178 HashSet<ImsFeatureConfiguration.FeatureSlotPair> features = new HashSet<>(); in testCarrierPackageBind() local
206 HashSet<ImsFeatureConfiguration.FeatureSlotPair> features = new HashSet<>(); in testCarrierPackageBindWithEmergencyCalling() local
230 HashSet<ImsFeatureConfiguration.FeatureSlotPair> features = new HashSet<>(); in testCarrierPackageChangeEmergencyCalling() local
285 Set<String> features = new HashSet<>(); in testDevicePackageBind() local
389 Set<String> features = new HashSet<>(); in testAddDeviceFeatureNoCarrier() local
834 private void setupPackageQuery(ComponentName name, Set<String> features, in setupPackageQuery()
873 HashSet<ImsFeatureConfiguration.FeatureSlotPair> features, int times) { in setupDynamicQueryFeatures()
967 Set<String> features, int slotId) { in convertToHashSet()
[all …]
/frameworks/compile/libbcc/lib/
DCompilerConfig.cpp38 llvm::StringMap<bool> features; in AddX86NativeCPUFeatures() local
109 llvm::StringMap<bool> features; in initializeArch() local
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
DImsServiceTest.java86 SparseArray<ImsFeature> features = mTestImsService.getFeatures(TEST_SLOT_0); in testCreateMMTelFeature() local
111 SparseArray<ImsFeature> features = mTestImsService.getFeatures(TEST_SLOT_0); in testRemoveMMTelFeature() local
/frameworks/base/telephony/java/android/telephony/ims/compat/
DImsService.java182 SparseArray<ImsFeature> features = mFeaturesBySlot.get(slotId); in addImsFeature() local
196 SparseArray<ImsFeature> features = mFeaturesBySlot.get(slotId); in removeImsFeature() local
/frameworks/base/core/java/android/content/pm/
DFeatureGroupInfo.java33 public FeatureInfo[] features; field in FeatureGroupInfo
/frameworks/ml/nn/runtime/test/specs/V1_0/
Dembedding_lookup.mod.py20 features = 4 variable
Dhashtable_lookup_quant8.mod.py20 features = 2 variable
Dhashtable_lookup_float.mod.py20 features = 2 variable
Dsvdf_bias_present.mod.py18 features = 4 variable
Dsvdf2.mod.py18 features = 8 variable
Dsvdf.mod.py18 features = 4 variable
/frameworks/ml/nn/runtime/test/specs/V1_1/
Dembedding_lookup_relaxed.mod.py20 features = 4 variable
Dhashtable_lookup_float_relaxed.mod.py20 features = 2 variable
Dsvdf_relaxed.mod.py18 features = 4 variable
Dsvdf_bias_present_relaxed.mod.py18 features = 4 variable
Dsvdf2_relaxed.mod.py18 features = 8 variable
/frameworks/native/vulkan/vkjson/
Dvkjson.cc493 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/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsResolver.java831 HashSet<ImsFeatureConfiguration.FeatureSlotPair> features = in updateImsServiceFeatures() local
867 HashSet<ImsFeatureConfiguration.FeatureSlotPair> features = calculateFeaturesToCreate(info); in bindImsService() local
872 HashSet<ImsFeatureConfiguration.FeatureSlotPair> features) { in bindImsServiceWithFeatures()
995 HashSet<ImsFeatureConfiguration.FeatureSlotPair> features) { in shouldFeaturesCauseBind()
1095 Set<ImsFeatureConfiguration.FeatureSlotPair> features) { in handleFeaturesChanged()
1116 Set<ImsFeatureConfiguration.FeatureSlotPair> features) { in dynamicQueryComplete()
1137 private String printFeatures(Set<ImsFeatureConfiguration.FeatureSlotPair> features) { in printFeatures()
/frameworks/base/telephony/java/android/telephony/ims/
DImsService.java238 SparseArray<ImsFeature> features = mFeaturesBySlot.get(slotId); in addImsFeature() local
252 SparseArray<ImsFeature> features = mFeaturesBySlot.get(slotId); in removeImsFeature() local
/frameworks/base/core/java/android/accounts/
DAbstractAccountAuthenticator.java157 String authTokenType, String[] features, Bundle options) in addAccount()
310 Account account, String[] features) throws RemoteException { in hasFeatures()
374 String accountType, String authTokenType, String[] features, Bundle options) in startAddAccountSession()
683 Account account, String[] features) throws NetworkErrorException; in hasFeatures()
/frameworks/ml/nn/runtime/test/specs/V1_2/
Dsvdf_float16.mod.py18 features = 4 variable
Dsvdf_bias_present_float16.mod.py18 features = 4 variable
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DExtendedBitmapDrawable.java692 public final int features; field in ExtendedBitmapDrawable.ExtendedOptions
771 public ExtendedOptions(final int features) { in ExtendedOptions()
778 public ExtendedOptions(final int features, final Drawable placeholder, in ExtendedOptions()
/frameworks/native/vulkan/tools/
Dvkinfo.cpp40 VkPhysicalDeviceFeatures features; member
368 const VkPhysicalDeviceFeatures& features) { in PrintAllFeatures()
429 const VkPhysicalDeviceFeatures& features) { in PrintSupportedFeatures()
/frameworks/base/test-mock/src/android/test/mock/
DMockAccountManager.java72 final String type, final String[] features, in getAccountsByTypeAndFeatures()

123