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.java294 UiObject2 assertSaveShowing(String description, int... types) { in assertSaveShowing() argument
296 SAVE_TIMEOUT_MS, types); in assertSaveShowing()
299 UiObject2 assertSaveShowing(String description, long timeout, int... types) { in assertSaveShowing() argument
301 types); in assertSaveShowing()
305 int... types) { in assertSaveShowing() argument
306 return assertSaveShowing(negativeButtonStyle, description, SAVE_TIMEOUT_MS, types); in assertSaveShowing()
310 int... types) { in assertSaveShowing() argument
321 switch (types.length) { in assertSaveShowing()
323 final String expectedTitle = (types[0] == SAVE_DATA_TYPE_GENERIC) in assertSaveShowing()
327 getSaveTypeString(types[0]), serviceLabel), 0).toString(); in assertSaveShowing()
[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/tools/dex-tools/src/dex/reader/
DTypeFormatter.java80 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/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.java217 String[] types = info.getSupportedTypes(); in testGetCapabilities() local
218 for (int j = 0; j < types.length; ++j) { in testGetCapabilities()
219 Log.d(TAG, "calling getCapabilitiesForType " + types[j]); in testGetCapabilities()
220 CodecCapabilities cap = info.getCapabilitiesForType(types[j]); in testGetCapabilities()
341 String[] types = info.getSupportedTypes(); in getSupportedCodecTypes() local
342 assertTrue("Unexpected number of supported types", types.length > 0); in getSupportedCodecTypes()
344 for (int j = 0; j < types.length; ++j) { in getSupportedCodecTypes()
345 supportedList.add(new CodecType(types[j], isEncoder, null /* sampleFormat */)); in getSupportedCodecTypes()
DMediaCodecCapabilitiesTest.java633 String[] types = info.getSupportedTypes(); in testGetMaxSupportedInstances() local
634 for (int j = 0; j < types.length; ++j) { in testGetMaxSupportedInstances()
635 if (!knownTypes(types[j])) { in testGetMaxSupportedInstances()
636 Log.d(TAG, "skipping unknown type " + types[j]); in testGetMaxSupportedInstances()
639 Log.d(TAG, "calling getCapabilitiesForType " + types[j]); in testGetMaxSupportedInstances()
640 CodecCapabilities caps = info.getCapabilitiesForType(types[j]); in testGetMaxSupportedInstances()
646 info.isEncoder(), info.getName(), types[j], caps, MAX_INSTANCES); in testGetMaxSupportedInstances()
650 "\" type=\"" + types[j] + "\" >"; in testGetMaxSupportedInstances()
DExtractDecodeEditEncodeMuxTest.java1221 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()
DMediaRecorderTest.java733 String[] types = info.getSupportedTypes(); in getCapsForPreferredCodecForMediaType() local
734 for (int j = 0; j < types.length; j++) { in getCapsForPreferredCodecForMediaType()
735 if (types[j].equalsIgnoreCase(mimeType)) { in getCapsForPreferredCodecForMediaType()
DMediaCodecTest.java1680 String[] types = info.getSupportedTypes(); in selectCodec() local
1681 for (int j = 0; j < types.length; j++) { in selectCodec()
1682 if (types[j].equalsIgnoreCase(mimeType)) { in selectCodec()
DDecoderTest.java2818 String[] types = codecInfo.getSupportedTypes();
2819 for (int j = 0; j < types.length; j++) {
2820 if (types[j].equalsIgnoreCase(mimeType)) {
/cts/hostsidetests/security/src/android/security/cts/
DSELinuxHostTest.java229 Set<String> types = new HashSet<>(); in sepolicyAnalyzeGetTypesAssociatedWithAttribute() local
232 types.add(type.trim()); in sepolicyAnalyzeGetTypesAssociatedWithAttribute()
234 return types; in sepolicyAnalyzeGetTypesAssociatedWithAttribute()
263 Set<String> types = in testNoExemptionsForBinderInVendorBan() local
265 if (!types.isEmpty()) { in testNoExemptionsForBinderInVendorBan()
266 List<String> sortedTypes = new ArrayList<>(types); in testNoExemptionsForBinderInVendorBan()
286 Set<String> types = in testNoExemptionsForSocketsBetweenCoreAndVendorBan() local
289 if (!types.isEmpty()) { in testNoExemptionsForSocketsBetweenCoreAndVendorBan()
290 List<String> sortedTypes = new ArrayList<>(types); in testNoExemptionsForSocketsBetweenCoreAndVendorBan()
306 Set<String> types = in testNoExemptionsForVendorExecutingCore() local
[all …]
/cts/tests/tests/content/src/android/content/cts/
DContentResolverSyncTestCase.java282 SyncAdapterType[] types = ContentResolver.getSyncAdapterTypes();
283 assertNotNull(types);
284 int length = types.length;
288 SyncAdapterType type = types[n];
/cts/tests/tests/keystore/src/android/keystore/cts/
DAuthorizationList.java303 List<String> types = Lists.newArrayList(); in userAuthTypeToString() local
305 types.add("Fingerprint"); in userAuthTypeToString()
307 types.add("Password"); in userAuthTypeToString()
308 return joinStrings(types); in userAuthTypeToString()
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DInputMethodServiceDeviceTest.java147 final DeviceEventType... types) { in sequenceOfTypes() argument
149 return SequenceMatcher.of(Arrays.stream(types) in sequenceOfTypes()
/cts/tests/signature/src/android/signature/cts/
DJDiffClassDescription.java1420 private static String concatWildcardTypes(Type[] types) { in concatWildcardTypes() argument
1423 for (Type t : types) { in concatWildcardTypes()
1425 if (++elementNum < types.length) { in concatWildcardTypes()
1449 Type[] types = pt.getActualTypeArguments(); in typeToString() local
1450 for (Type t : types) { in typeToString()
1452 if (++elementNum < types.length) { in typeToString()
/cts/tests/tests/proto/src/android/util/proto/cts/
Dtest.proto38 * Message with all of the field types.
/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/tests/expectations/
Dknownfailures.txt10 description: "some AlarmClockTests are not robust across different device types",
/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.java975 AuthenticatorDescription[] types = am.getAuthenticatorTypes(); in testGetAuthenticatorTypes() local
976 for(AuthenticatorDescription description: types) { in testGetAuthenticatorTypes()
/cts/tests/libcore/javautilcollections/libs/
Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
Dguava-testlib-20.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12