/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | UiBot.java | 482 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/ |
D | AudioCodecTest.java | 67 boolean[] types = new boolean[128]; in testGetCodecs() 69 assertFalse(types[codec.type]); in testGetCodecs() 70 types[codec.type] = true; in testGetCodecs()
|
/cts/tests/openglperf2/ |
D | cob_exporter.py | 24 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/ |
D | MediaCodecListTest.java | 221 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 …]
|
D | MediaCodecCapabilitiesTest.java | 742 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()
|
D | ExtractDecodeEditEncodeMuxTest.java | 1223 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()
|
D | MediaRecorderTest.java | 797 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()
|
D | MediaCodecTest.java | 1683 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/ |
D | ReflectionHelper.java | 295 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/ |
D | Android.mk | 30 LOCAL_CFLAGS += -Wno-incompatible-pointer-types -Wno-unused-variable
|
/cts/hostsidetests/security/src/android/security/cts/ |
D | SELinuxHostTest.java | 374 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/ |
D | Android.mk | 30 LOCAL_CFLAGS += -Wno-incompatible-pointer-types -Wno-missing-field-initializers
|
/cts/hostsidetests/security/securityPatch/CVE-2016-8430/ |
D | Android.mk | 30 LOCAL_CFLAGS += -Wno-incompatible-pointer-types -Wno-missing-field-initializers
|
/cts/hostsidetests/security/securityPatch/CVE-2016-8428/ |
D | Android.mk | 30 LOCAL_CFLAGS += -Wno-incompatible-pointer-types -Wno-missing-field-initializers
|
/cts/tests/signature/api-check/src/jni/ |
D | classdescriptors.cpp | 184 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/ |
D | ContentResolverSyncTestCase.java | 300 SyncAdapterType[] types = ContentResolver.getSyncAdapterTypes(); 301 assertNotNull(types); 302 int length = types.length; 306 SyncAdapterType type = types[n];
|
/cts/tests/security/src/android/keystore/cts/ |
D | AuthorizationList.java | 344 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/ |
D | test.proto | 38 * Message with all of the field types.
|
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/ |
D | InputMethodServiceDeviceTest.java | 274 final DeviceEventType... types) { in sequenceOfTypes() argument 276 return SequenceMatcher.of(Arrays.stream(types) in sequenceOfTypes()
|
/cts/tests/tests/tv/src/android/media/tv/cts/ |
D | TvViewTest.java | 364 final int[] types = { TvTrackInfo.TYPE_AUDIO, TvTrackInfo.TYPE_VIDEO, in testTrackChange() 366 for (int type : types) { in testTrackChange()
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | Rationale | 53 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/ |
D | parser.cup | 36 and the types of objects that they will be represented by at runtime,
|
/cts/apps/CameraITS/build/scripts/ |
D | gpylint_rcfile | 147 # Colon delimited types of objects which should have the same naming style,
|
/cts/tools/dasm/src/dasm/ |
D | parser.cup | 71 // access types
|
/cts/tests/tests/accounts/src/android/accounts/cts/ |
D | AccountManagerTest.java | 987 AuthenticatorDescription[] types = am.getAuthenticatorTypes(); in testGetAuthenticatorTypes() local 988 for(AuthenticatorDescription description: types) { in testGetAuthenticatorTypes()
|