/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/tools/dex-tools/src/dex/reader/ |
D | TypeFormatter.java | 80 List<String> types = new ArrayList<String>(typeNames.size()); in format() local 82 types.add(format(type)); in format() 84 return format(types, ", "); in format()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaCodecListTest.java | 212 String[] types = info.getSupportedTypes(); in testGetCapabilities() local 213 for (int j = 0; j < types.length; ++j) { in testGetCapabilities() 214 Log.d(TAG, "calling getCapabilitiesForType " + types[j]); in testGetCapabilities() 215 CodecCapabilities cap = info.getCapabilitiesForType(types[j]); in testGetCapabilities() 336 String[] types = info.getSupportedTypes(); in getSupportedCodecTypes() local 337 assertTrue("Unexpected number of supported types", types.length > 0); in getSupportedCodecTypes() 339 for (int j = 0; j < types.length; ++j) { in getSupportedCodecTypes() 340 supportedList.add(new CodecType(types[j], isEncoder, null /* sampleFormat */)); in getSupportedCodecTypes()
|
D | MediaCodecCapabilitiesTest.java | 637 String[] types = info.getSupportedTypes(); in testGetMaxSupportedInstances() local 638 for (int j = 0; j < types.length; ++j) { in testGetMaxSupportedInstances() 639 if (!knownTypes(types[j])) { in testGetMaxSupportedInstances() 640 Log.d(TAG, "skipping unknown type " + types[j]); in testGetMaxSupportedInstances() 643 Log.d(TAG, "calling getCapabilitiesForType " + types[j]); in testGetMaxSupportedInstances() 644 CodecCapabilities caps = info.getCapabilitiesForType(types[j]); in testGetMaxSupportedInstances() 650 info.isEncoder(), info.getName(), types[j], caps, MAX_INSTANCES); in testGetMaxSupportedInstances() 654 "\" type=\"" + types[j] + "\" >"; in testGetMaxSupportedInstances()
|
D | ExtractDecodeEditEncodeMuxTest.java | 1221 String[] types = codecInfo.getSupportedTypes(); in selectCodec() local 1222 for (int j = 0; j < types.length; j++) { in selectCodec() 1223 if (types[j].equalsIgnoreCase(mimeType)) { in selectCodec()
|
D | MediaCodecTest.java | 1472 String[] types = info.getSupportedTypes(); in selectCodec() local 1473 for (int j = 0; j < types.length; j++) { in selectCodec() 1474 if (types[j].equalsIgnoreCase(mimeType)) { in selectCodec()
|
D | DecoderTest.java | 2730 String[] types = codecInfo.getSupportedTypes(); 2731 for (int j = 0; j < types.length; j++) { 2732 if (types[j].equalsIgnoreCase(mimeType)) {
|
/cts/tests/tests/content/src/android/content/cts/ |
D | ContentResolverSyncTestCase.java | 283 SyncAdapterType[] types = ContentResolver.getSyncAdapterTypes(); 284 assertNotNull(types); 285 int length = types.length; 289 SyncAdapterType type = types[n];
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | AuthorizationList.java | 296 List<String> types = Lists.newArrayList(); in userAuthTypeToString() local 298 types.add("Fingerprint"); in userAuthTypeToString() 300 types.add("Password"); in userAuthTypeToString() 301 return joinStrings(types); in userAuthTypeToString()
|
/cts/tests/signature/src/android/signature/cts/ |
D | JDiffClassDescription.java | 1136 private static String concatWildcardTypes(Type[] types) { in concatWildcardTypes() argument 1139 for (Type t : types) { in concatWildcardTypes() 1141 if (++elementNum < types.length) { in concatWildcardTypes() 1165 Type[] types = pt.getActualTypeArguments(); in typeToString() local 1166 for (Type t : types) { in typeToString() 1168 if (++elementNum < types.length) { in typeToString()
|
/cts/tests/tests/tv/src/android/media/tv/cts/ |
D | TvViewTest.java | 363 final int[] types = { TvTrackInfo.TYPE_AUDIO, TvTrackInfo.TYPE_VIDEO, in testTrackChange() 365 for (int type : types) { in testTrackChange()
|
/cts/tests/expectations/ |
D | knownfailures.txt | 3 description: "some AlarmClockTests are not robust across different device types",
|
/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/tests/tests/accounts/src/android/accounts/cts/ |
D | AccountManagerTest.java | 755 AuthenticatorDescription[] types = am.getAuthenticatorTypes(); in testGetAuthenticatorTypes() local 756 for(AuthenticatorDescription description: types) { in testGetAuthenticatorTypes()
|
/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/tools/dex-tools/dex/ |
D | classes0.out.dex | 275 public abstract void types( 440 public void types( 4068 public java.lang.String[] types 4083 public void types( 4269 public void types( 65488 public static final java.util.Properties types 84109 private java.lang.String[] types 108505 protected java.lang.StringBuffer types 110223 java.util.Vector types
|
D | classes.out.dex | 123373 java.lang.String[] types
|