Home
last modified time | relevance | path

Searched defs:types (Results 1 – 7 of 7) sorted by relevance

/cts/tools/dex-tools/src/dex/reader/
DTypeFormatter.java80 List<String> types = new ArrayList<String>(typeNames.size()); in format() local
/cts/tests/tests/media/src/android/media/cts/
DMediaCodecListTest.java212 String[] types = info.getSupportedTypes(); in testGetCapabilities() local
336 String[] types = info.getSupportedTypes(); in getSupportedCodecTypes() local
DMediaCodecCapabilitiesTest.java611 String[] types = info.getSupportedTypes(); in testGetMaxSupportedInstances() local
DMediaCodecTest.java1382 String[] types = info.getSupportedTypes(); in selectCodec() local
/cts/tests/signature/src/android/signature/cts/
DJDiffClassDescription.java1112 private static String concatWildcardTypes(Type[] types) { in concatWildcardTypes()
1141 Type[] types = pt.getActualTypeArguments(); in typeToString() local
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/
Djquery.js2828 add: function( elem, types, handler, data, selector ) { argument
2942 remove: function( elem, types, handler, selector, mappedTypes ) { argument
3654 on: function( types, selector, data, fn, /*INTERNAL*/ one ) { argument
3707 one: function( types, selector, data, fn ) { argument
3710 off: function( types, selector, fn ) { argument
3741 bind: function( types, data, fn ) { argument
3744 unbind: function( types, fn ) { argument
3748 live: function( types, data, fn ) { argument
3752 die: function( types, fn ) { argument
3757 delegate: function( selector, types, data, fn ) { argument
[all …]
/cts/tests/tests/accounts/src/android/accounts/cts/
DAccountManagerTest.java683 AuthenticatorDescription[] types = am.getAuthenticatorTypes(); in testGetAuthenticatorTypes() local