/tools/test/graphicsbenchmark/performance_tests/deviceside/src/com/android/game/qualification/device/ |
D | GameQualificationTest.java | 95 for (ApkInfo.Argument argument : mApk.getArgs()) { in startApp() 96 switch(argument.getType()) { in startApp() 98 intent.putExtra(argument.getKey(), argument.getValue()); in startApp() 101 boolean value = Boolean.valueOf(argument.getValue()); in startApp() 102 intent.putExtra(argument.getKey(), value); in startApp() 106 byte value = Byte.valueOf(argument.getValue()); in startApp() 107 intent.putExtra(argument.getKey(), value); in startApp() 111 int value = Integer.valueOf(argument.getValue()); in startApp() 112 intent.putExtra(argument.getKey(), value); in startApp() 116 long value = Long.valueOf(argument.getValue()); in startApp() [all …]
|
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/shard/ |
D | ShardHelperTest.java | 146 public boolean matches(IConfiguration argument) { in testSplitWithShardCount() 147 assertEquals(1, argument.getTests().size()); in testSplitWithShardCount() 172 public boolean matches(IConfiguration argument) { in testSplit_noShardCount() 173 assertEquals(1, argument.getTests().size()); in testSplit_noShardCount() 206 public boolean matches(IConfiguration argument) { in testSplitWithShardCount_notEnoughTest() 207 assertEquals(1, argument.getTests().size()); in testSplitWithShardCount_notEnoughTest() 249 public boolean matches(IConfiguration argument) { in testCloneStatusChecker() 250 assertEquals(1, argument.getTests().size()); in testCloneStatusChecker() 254 1, argument.getSystemStatusCheckers().size()); in testCloneStatusChecker() 257 argument.getSystemStatusCheckers().get(0)); in testCloneStatusChecker() [all …]
|
D | StrictShardHelperTest.java | 128 public boolean matches(IConfiguration argument) { in testShardConfig_internal() 129 assertEquals(1, argument.getTests().size()); in testShardConfig_internal()
|
/tools/ndkports/src/main/kotlin/com/android/ndkports/ |
D | MesonPort.kt | 22 enum class DefaultLibraryType(val argument: String) { constant in com.android.ndkports.MesonPort.DefaultLibraryType 77 defaultLibraryType.argument, in configure()
|
D | Cli.kt | 20 import com.github.ajalt.clikt.parameters.arguments.argument 46 private val packages: List<String> by argument(
|
/tools/test/connectivity/acts/tests/google/bt/pts/instructions/ |
D | MCAP_PTS_INSTRUCTIONS | 38 enable_bluetooth No argument 39 disable_bluetooth No argument 42 deregister No argument
|
/tools/repohooks/tools/ |
D | pylintrc | 135 using-cmp-argument, 362 # Regular expression matching correct argument names 363 argument-rgx=[a-z_][a-z0-9_]{2,30}$ 365 # Naming hint for argument names 366 argument-name-hint=[a-z_][a-z0-9_]{2,30}$ 420 ignored-argument-names=_.* 455 # List of valid names for the first argument in a class method. 458 # List of valid names for the first argument in a metaclass class method.
|
D | spelling.txt | 131 arguement||argument
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | JDiffXmlTest.kt | 1043 fun `Spaces in type argument lists`() { in Spaces in type argument lists()
|
/tools/asuite/asuite_plugin/gradle/wrapper/ |
D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
/tools/ndkports/gradle/wrapper/ |
D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
/tools/metalava/gradle/wrapper/ |
D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
/tools/trebuchet/gradle/wrapper/ |
D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/multi/ |
D | MixImageZipPreparerTest.java | 359 ArgumentCaptor<IBuildInfo> argument = ArgumentCaptor.forClass(IBuildInfo.class); in runPreparerTest() local 361 .addDeviceBuildInfo(Mockito.eq(DEVICE_LABEL), argument.capture()); in runPreparerTest() 362 IDeviceBuildInfo addedBuildInfo = ((IDeviceBuildInfo) argument.getValue()); in runPreparerTest()
|
/tools/asuite/aidegen/ |
D | README.md | 34 ## 3. More argument:
|
/tools/repohooks/ |
D | README.md | 102 such will be expanded correctly via argument positions, so do not try to 109 to the keyword, the previous argument will be repeated before each file. 219 Quoting is handled naturally. i.e. use `"a b c"` to pass an argument with
|
/tools/external/fat32lib/ |
D | NOTICE | 66 …lied by an application program that uses the facility, other than as an argument passed when the f…
|
/tools/tradefederation/core/tests/res/testdata/ |
D | tradefed-prebuilt-cts-8.0_r21.jar | META-INF/
META-INF/MANIFEST.MF
jline/
jline/CompletionHandler.class
CompletionHandler ... |