/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/suite/cts/deviceTests/opengl/ |
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 | 611 String[] types = info.getSupportedTypes(); in testGetMaxSupportedInstances() local 612 for (int j = 0; j < types.length; ++j) { in testGetMaxSupportedInstances() 613 Log.d(TAG, "calling getCapabilitiesForType " + types[j]); in testGetMaxSupportedInstances() 614 CodecCapabilities caps = info.getCapabilitiesForType(types[j]); in testGetMaxSupportedInstances() 620 info.isEncoder(), info.getName(), types[j], caps, MAX_INSTANCES); in testGetMaxSupportedInstances() 624 "\" type=\"" + types[j] + "\" >"; in testGetMaxSupportedInstances()
|
D | MediaCodecTest.java | 1382 String[] types = info.getSupportedTypes(); in selectCodec() local 1383 for (int j = 0; j < types.length; j++) { in selectCodec() 1384 if (types[j].equalsIgnoreCase(mimeType)) { in selectCodec()
|
/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/signature/src/android/signature/cts/ |
D | JDiffClassDescription.java | 1112 private static String concatWildcardTypes(Type[] types) { in concatWildcardTypes() argument 1115 for (Type t : types) { in concatWildcardTypes() 1117 if (++elementNum < types.length) { in concatWildcardTypes() 1141 Type[] types = pt.getActualTypeArguments(); in typeToString() local 1142 for (Type t : types) { in typeToString() 1144 if (++elementNum < types.length) { in typeToString()
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/ |
D | jquery.js | 2828 add: function( elem, types, handler, data, selector ) { argument 2835 …if ( elem.nodeType === 3 || elem.nodeType === 8 || !types || !handler || !(elemData = jQuery._data… 2870 types = jQuery.trim( hoverHack(types) ).split( " " ); 2871 for ( t = 0; t < types.length; t++ ) { 2873 tns = rtypenamespace.exec( types[t] ) || []; 2942 remove: function( elem, types, handler, selector, mappedTypes ) { argument 2953 types = jQuery.trim( hoverHack( types || "" ) ).split(" "); 2954 for ( t = 0; t < types.length; t++ ) { 2955 tns = rtypenamespace.exec( types[t] ) || []; 2962 jQuery.event.remove( elem, type + types[ t ], handler, selector, true ); [all …]
|
/cts/tests/tests/tv/src/android/media/tv/cts/ |
D | TvViewTest.java | 332 final int[] types = { TvTrackInfo.TYPE_AUDIO, TvTrackInfo.TYPE_VIDEO, in testTrackChange() 334 for (int type : types) { in testTrackChange()
|
/cts/tests/expectations/ |
D | knownfailures.txt | 3 description: "some AlarmClockTests are not robust across different device types",
|
/cts/tests/tests/accounts/src/android/accounts/cts/ |
D | AccountManagerTest.java | 683 AuthenticatorDescription[] types = am.getAuthenticatorTypes(); in testGetAuthenticatorTypes() local 684 for(AuthenticatorDescription description: types) { in testGetAuthenticatorTypes()
|
/cts/tools/dasm/src/java_cup/ |
D | parser.cup | 36 and the types of objects that they will be represented by at runtime,
|
/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
|