/cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityTextTraversalTest.java | 64 final Bundle arguments = new Bundle(); in testActionNextAndPreviousAtGranularityCharacterOverContentDescription() local 65 arguments.putInt(AccessibilityNodeInfo.ACTION_ARGUMENT_MOVEMENT_GRANULARITY_INT, in testActionNextAndPreviousAtGranularityCharacterOverContentDescription() 74 arguments); in testActionNextAndPreviousAtGranularityCharacterOverContentDescription() 104 arguments); in testActionNextAndPreviousAtGranularityCharacterOverContentDescription() 134 arguments); in testActionNextAndPreviousAtGranularityCharacterOverContentDescription() 160 arguments)); in testActionNextAndPreviousAtGranularityCharacterOverContentDescription() 168 arguments); in testActionNextAndPreviousAtGranularityCharacterOverContentDescription() 198 arguments); in testActionNextAndPreviousAtGranularityCharacterOverContentDescription() 228 arguments); in testActionNextAndPreviousAtGranularityCharacterOverContentDescription() 254 AccessibilityNodeInfo.ACTION_PREVIOUS_AT_MOVEMENT_GRANULARITY, arguments)); in testActionNextAndPreviousAtGranularityCharacterOverContentDescription() [all …]
|
/cts/tools/signature-tools/src/signature/compare/model/subst/ |
D | ParameterizedTypeProjection.java | 65 private List<ITypeReference> arguments = null; field in ParameterizedTypeProjection 68 if (arguments == null) { in getTypeArguments() 69 arguments = ViewpointAdapter.substitutedTypeReferences(original in getTypeArguments() 72 return arguments; in getTypeArguments()
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
D | earley-boyer.js | 49 sc_print.apply(null, arguments); 59 var len = arguments.length; 64 s += sc_toDisplayString(arguments[ i ]); 78 for (var i = 0; i < arguments.length; i++) { 79 a[i+1] = arguments[i]; 212 for (var i = 1; i < arguments.length; i++) 213 if (x !== arguments[i]) 223 for (var i = 1; i < arguments.length; i++) { 224 if (x >= arguments[i]) 226 x = arguments[i]; [all …]
|
D | box2d.js | 22 …prototype.constructor=y};F.generateCallback=function(y,w){return function(){w.apply(y,arguments)}}; 25 …arguments)}function G(){G.b2Bound.apply(this,arguments)}function K(){K.b2BoundValues.apply(this,ar… 26 arguments)}function B(){B.b2DistanceOutput.apply(this,arguments)}function Q(){Q.b2DistanceProxy.app… 27 …arguments);this.constructor===Y&&this.b2ManifoldPoint.apply(this,arguments)}function k(){k.b2Point… 28 …arguments)}function E(){E.b2SimplexCache.apply(this,arguments)}function R(){R.b2SimplexVertex.appl… 29 …arguments)}function l(){l.b2EdgeChainDef.apply(this,arguments);this.constructor===l&&this.b2EdgeCh… 30 …arguments)}function a(){a.b2Color.apply(this,arguments);this.constructor===a&&this.b2Color.apply(t… 31 arguments);this.constructor===m&&this.b2Transform.apply(this,arguments)}function r(){r.b2Vec2.apply… 32 arguments)}function C(){C.b2ContactImpulse.apply(this,arguments)}function J(){J.b2ContactListener.a… 33 …arguments)}function ca(){ca.b2FixtureDef.apply(this,arguments);this.constructor===ca&&this.b2Fixtu… [all …]
|
D | raytrace.js | 36 this.initialize.apply(this, arguments);
|
/cts/libs/wrappedgtest/src/ |
D | WrappedGTestInstrumentation.java | 39 public void onCreate(Bundle arguments) { in onCreate() argument 51 super.onCreate(arguments); in onCreate()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | ByodPresentMediaDialog.java | 95 Bundle arguments = getArguments(); in onCreateDialog() local 98 if (arguments.containsKey(KEY_VIDEO_URI)) { in onCreateDialog() 114 } else if (arguments.containsKey(KEY_IMAGE_URI)) { in onCreateDialog() 122 } else if (arguments.containsKey(KEY_AUDIO_URI)) { in onCreateDialog()
|
/cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/ |
D | TestItems.java | 115 Bundle arguments = new Bundle(); in getFragment() local 116 arguments.putString("item_id", id); in getFragment() 117 fragment.setArguments(arguments); in getFragment()
|
/cts/tools/vm-tests-tf/src/util/build/ |
D | JarBuildStep.java | 59 String[] arguments = new String[] { in build() local 63 boolean success = main.run(arguments); in build()
|
/cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/ |
D | LauncherAppsTests.java | 82 Bundle arguments = InstrumentationRegistry.getArguments(); in setUp() local 85 mUser = getUserHandleArgument(userManager, "testUser", arguments); in setUp() 186 Bundle arguments) throws Exception { in getUserHandleArgument() argument 187 String serial = arguments.getString(key); in getUserHandleArgument()
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/ |
D | jquery.js | 286 return this.pushStack( slice.apply( this, arguments ), 287 "slice", slice.call(arguments).join(",") ); 312 target = arguments[0] || {}, 314 length = arguments.length, 320 target = arguments[1] || {}; 338 if ( (options = arguments[ i ]) != null ) { 798 var args = slice.call( arguments, 2 ), 800 return fn.apply( context, args.concat( slice.call( arguments ) ) ); 1057 add( arguments ); 1075 var args = arguments, [all …]
|
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/ |
D | DeviceInfoInstrument.java | 59 public void onCreate(Bundle arguments) { in onCreate() argument
|
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 100209 protected java.lang.Object[] arguments
|