Home
last modified time | relevance | path

Searched refs:types (Results 1 – 25 of 27) sorted by relevance

12

/cts/tests/autofillservice/src/android/autofillservice/cts/
DUiBot.java482 UiObject2 assertSaveShowing(String description, int... types) throws Exception {
484 SAVE_TIMEOUT, types);
487 UiObject2 assertSaveShowing(String description, Timeout timeout, int... types)
490 types);
494 int... types) throws Exception {
495 return assertSaveShowing(negativeButtonStyle, description, SAVE_TIMEOUT, types);
499 int... types) throws Exception {
516 switch (types.length) {
518 final String expectedTitle = (types[0] == SAVE_DATA_TYPE_GENERIC)
522 getSaveTypeString(types[0]), serviceLabel), 0).toString();
[all …]
/cts/tests/tests/net/src/android/net/rtp/cts/
DAudioCodecTest.java67 boolean[] types = new boolean[128]; in testGetCodecs()
69 assertFalse(types[codec.type]); in testGetCodecs()
70 types[codec.type] = true; in testGetCodecs()
/cts/tests/openglperf2/
Dcob_exporter.py24 class COBExporter(bpy.types.Operator, ExportHelper):
68 bpy.types.INFO_MT_file_export.append(menu_func)
72 bpy.types.INFO_MT_file_export.remove(menu_func)
/cts/tests/tests/media/src/android/media/cts/
DMediaCodecListTest.java221 String[] types = info.getSupportedTypes(); in testGetCapabilities() local
222 for (int j = 0; j < types.length; ++j) { in testGetCapabilities()
223 Log.d(TAG, "calling getCapabilitiesForType " + types[j]); in testGetCapabilities()
224 CodecCapabilities cap = info.getCapabilitiesForType(types[j]); in testGetCapabilities()
345 String[] types = info.getSupportedTypes(); in getSupportedCodecTypes() local
346 assertTrue("Unexpected number of supported types", types.length > 0); in getSupportedCodecTypes()
348 for (int j = 0; j < types.length; ++j) { in getSupportedCodecTypes()
349 supportedList.add(new CodecType(types[j], isEncoder, null /* sampleFormat */)); in getSupportedCodecTypes()
450 String[] types = info.getSupportedTypes(); in testAudioCodecChannels() local
451 for (int j = 0; j < types.length; ++j) { in testAudioCodecChannels()
[all …]
DMediaCodecCapabilitiesTest.java742 String[] types = info.getSupportedTypes(); in testGetMaxSupportedInstances() local
743 for (int j = 0; j < types.length; ++j) { in testGetMaxSupportedInstances()
744 if (!knownTypes(types[j])) { in testGetMaxSupportedInstances()
745 Log.d(TAG, "skipping unknown type " + types[j]); in testGetMaxSupportedInstances()
748 Log.d(TAG, "calling getCapabilitiesForType " + types[j]); in testGetMaxSupportedInstances()
749 CodecCapabilities caps = info.getCapabilitiesForType(types[j]); in testGetMaxSupportedInstances()
755 info.isEncoder(), info.getName(), types[j], caps, MAX_INSTANCES); in testGetMaxSupportedInstances()
759 "\" type=\"" + types[j] + "\" >"; in testGetMaxSupportedInstances()
DExtractDecodeEditEncodeMuxTest.java1223 String[] types = codecInfo.getSupportedTypes(); in selectCodec() local
1224 for (int j = 0; j < types.length; j++) { in selectCodec()
1225 if (types[j].equalsIgnoreCase(mimeType)) { in selectCodec()
DMediaRecorderTest.java797 String[] types = info.getSupportedTypes(); in getCapsForPreferredCodecForMediaType() local
798 for (int j = 0; j < types.length; j++) { in getCapsForPreferredCodecForMediaType()
799 if (types[j].equalsIgnoreCase(mimeType)) { in getCapsForPreferredCodecForMediaType()
DMediaCodecTest.java1683 String[] types = info.getSupportedTypes(); in selectCodec() local
1684 for (int j = 0; j < types.length; j++) { in selectCodec()
1685 if (types[j].equalsIgnoreCase(mimeType)) { in selectCodec()
/cts/tests/signature/src/android/signature/cts/
DReflectionHelper.java295 private static String concatWildcardTypes(Type[] types) { in concatWildcardTypes() argument
298 for (Type t : types) { in concatWildcardTypes()
300 if (++elementNum < types.length) { in concatWildcardTypes()
324 Type[] types = pt.getActualTypeArguments(); in typeToString() local
325 for (Type t : types) { in typeToString()
327 if (++elementNum < types.length) { in typeToString()
/cts/hostsidetests/security/securityPatch/CVE-2016-8424/
DAndroid.mk30 LOCAL_CFLAGS += -Wno-incompatible-pointer-types -Wno-unused-variable
/cts/hostsidetests/security/src/android/security/cts/
DSELinuxHostTest.java374 Set<String> types = new HashSet<>(); in sepolicyAnalyzeGetTypesAssociatedWithAttribute() local
377 types.add(type.trim()); in sepolicyAnalyzeGetTypesAssociatedWithAttribute()
379 return types; in sepolicyAnalyzeGetTypesAssociatedWithAttribute()
427 Set<String> types = in testNoExemptionsForBinderInVendorBan() local
429 if (!types.isEmpty()) { in testNoExemptionsForBinderInVendorBan()
430 List<String> sortedTypes = new ArrayList<>(types); in testNoExemptionsForBinderInVendorBan()
449 Set<String> types = sepolicyAnalyzeGetTypesAssociatedWithAttribute( in testNoExemptionsForSocketsUseWithinHalServer() local
451 if (!types.isEmpty()) { in testNoExemptionsForSocketsUseWithinHalServer()
452 List<String> sortedTypes = new ArrayList<>(types); in testNoExemptionsForSocketsUseWithinHalServer()
473 Set<String> types = in testNoExemptionsForSocketsBetweenCoreAndVendorBan() local
[all …]
/cts/hostsidetests/security/securityPatch/CVE-2016-8429/
DAndroid.mk30 LOCAL_CFLAGS += -Wno-incompatible-pointer-types -Wno-missing-field-initializers
/cts/hostsidetests/security/securityPatch/CVE-2016-8430/
DAndroid.mk30 LOCAL_CFLAGS += -Wno-incompatible-pointer-types -Wno-missing-field-initializers
/cts/hostsidetests/security/securityPatch/CVE-2016-8428/
DAndroid.mk30 LOCAL_CFLAGS += -Wno-incompatible-pointer-types -Wno-missing-field-initializers
/cts/tests/signature/api-check/src/jni/
Dclassdescriptors.cpp184 jobjectArray types = env->NewObjectArray(count, env->FindClass("java/lang/String"), nullptr); in Java_android_signature_cts_api_BootClassPathClassesProvider_getClassMemberNamesAndTypes() local
208 env->SetObjectArrayElement(types, i, env->NewStringUTF(type.Get())); in Java_android_signature_cts_api_BootClassPathClassesProvider_getClassMemberNamesAndTypes()
219 env->SetObjectArrayElement(result, 1, types); in Java_android_signature_cts_api_BootClassPathClassesProvider_getClassMemberNamesAndTypes()
/cts/tests/tests/content/src/android/content/cts/
DContentResolverSyncTestCase.java300 SyncAdapterType[] types = ContentResolver.getSyncAdapterTypes();
301 assertNotNull(types);
302 int length = types.length;
306 SyncAdapterType type = types[n];
/cts/tests/security/src/android/keystore/cts/
DAuthorizationList.java344 List<String> types = Lists.newArrayList(); in userAuthTypeToString() local
346 types.add("Fingerprint"); in userAuthTypeToString()
348 types.add("Password"); in userAuthTypeToString()
349 return joinStrings(types); in userAuthTypeToString()
/cts/tests/tests/proto/src/android/util/proto/cts/
Dtest.proto38 * Message with all of the field types.
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DInputMethodServiceDeviceTest.java274 final DeviceEventType... types) { in sequenceOfTypes() argument
276 return SequenceMatcher.of(Arrays.stream(types) in sequenceOfTypes()
/cts/tests/tests/tv/src/android/media/tv/cts/
DTvViewTest.java364 final int[] types = { TvTrackInfo.TYPE_AUDIO, TvTrackInfo.TYPE_VIDEO, in testTrackChange()
366 for (int type : types) { in testTrackChange()
/cts/hostsidetests/sustainedperf/dhrystone/
DRationale53 statements, operand types and operand locality described in [1] should
109 statements, operand types and locality) still hold as much as possible.
/cts/tools/dasm/src/java_cup/
Dparser.cup36 and the types of objects that they will be represented by at runtime,
/cts/apps/CameraITS/build/scripts/
Dgpylint_rcfile147 # Colon delimited types of objects which should have the same naming style,
/cts/tools/dasm/src/dasm/
Dparser.cup71 // access types
/cts/tests/tests/accounts/src/android/accounts/cts/
DAccountManagerTest.java987 AuthenticatorDescription[] types = am.getAuthenticatorTypes(); in testGetAuthenticatorTypes() local
988 for(AuthenticatorDescription description: types) { in testGetAuthenticatorTypes()

12