Home
last modified time | relevance | path

Searched refs:argument (Results 1 – 18 of 18) sorted by relevance

/tools/test/graphicsbenchmark/performance_tests/deviceside/src/com/android/game/qualification/device/
DGameQualificationTest.java95 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/
DShardHelperTest.java146 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 …]
DStrictShardHelperTest.java128 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/
DMesonPort.kt22 enum class DefaultLibraryType(val argument: String) { constant in com.android.ndkports.MesonPort.DefaultLibraryType
77 defaultLibraryType.argument, in configure()
DCli.kt20 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/
DMCAP_PTS_INSTRUCTIONS38 enable_bluetooth No argument
39 disable_bluetooth No argument
42 deregister No argument
/tools/repohooks/tools/
Dpylintrc135 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.
Dspelling.txt131 arguement||argument
/tools/metalava/src/test/java/com/android/tools/metalava/
DJDiffXmlTest.kt1043 fun `Spaces in type argument lists`() { in Spaces in type argument lists()
/tools/asuite/asuite_plugin/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/tools/ndkports/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/tools/metalava/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/tools/trebuchet/gradle/wrapper/
Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/multi/
DMixImageZipPreparerTest.java359 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/
DREADME.md34 ## 3. More argument:
/tools/repohooks/
DREADME.md102 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/
DNOTICE66 …lied by an application program that uses the facility, other than as an argument passed when the f…
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...