Home
last modified time | relevance | path

Searched refs:script (Results 1 – 25 of 30) sorted by relevance

12

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandLauncher.java222 for (String script : mSetupScripts) { in runSetupScripts()
223 script = StringUtil.expand(script, mEnvVars); in runSetupScripts()
224 CLog.i("Running a setup script: %s", script); in runSetupScripts()
231 QuotationAwareTokenizer.tokenizeLine(script)); in runSetupScripts()
DClusterCommandConfigBuilder.java239 for (final String script : mTestEnvironment.getSetupScripts()) { in build()
240 config.injectOptionValue("cluster:setup-script", script); in build()
/tools/acloud/setup/pre_setup_sh/
Dacloud_pre_setup.sh16 for script in $(ls ${script_dir}/*.sh);
18 if [[ $(basename $script) != $(basename $0) ]]; then
19 $script
/tools/trebuchet/
DREADME.md15 …iable. If you wish to use Gradle, you can use the `startup-analyzer.sh` script located in the `sc…
19 …ble. If you wish to use Gradle, you can use the `startup-summarizer.sh` script located in the `sc…
23 The `scripts/` directory contains a shell script called `run-startup.sh`, which will start a trace,…
Dgradlew.bat4 @rem Gradle startup script for Windows
16 …lt JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
/tools/metalava/src/main/java/com/android/tools/metalava/
DCommandArgsPreprocessor.kt178 val script = File("$scriptBaseName.sh") in generateRerunScript() constant
180 script.printWriter().use { out -> in generateRerunScript()
226 stdout.println("Generated rerun script: $script") in generateRerunScript()
/tools/repohooks/
DREADME.md65 name = script --with args ${PREUPLOAD_FILES}
174 * `checkpatch`: Run commits through the Linux kernel's `checkpatch.pl` script.
266 * Don't worry about namespace collisions. The `pre-upload.py` script is loaded
/tools/repohooks/tools/
Dcpplint.py-update25 Helper script to quickly update the bundled cpplint.py script.
Dcheckpatch.pl-update25 Helper script to quickly update the bundled checkpatch.pl script.
Dcheckpatch.pl141 open(my $script, '<', abs_path($P)) or
144 my $text = <$script>;
145 close($script);
/tools/trebuchet/scripts/
DREADME.md10 This script automatically starts an app on a device connected through adb with
12 startup behavior using StartupAnalyzerKt. This script requires `adb` to be in
/tools/test/graphicsbenchmark/performance_tests/helper/src/com/android/game/qualification/
DApkInfo.java78 String script, in ApkInfo() argument
93 this.mScript = script; in ApkInfo()
/tools/asuite/asuite_plugin/
Dgradlew.bat4 @rem Gradle startup script for Windows
16 …lt JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
/tools/metalava/
Dgradlew.bat4 @rem Gradle startup script for Windows
16 …lt JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
/tools/tradefederation/core/
Dtradefed_win.bat17 :: A helper script that launches TradeFederation from the current build
39 :: first try to find TF jars in same dir as this script
/tools/tradefederation/core/atest/docs/
Datest_structure.md99 2. Add a ```vendorsetup.sh``` script in ```//vendor/<somewhere>``` to export the
116 vendorsetup.sh script.
Ddeveloper_workflow.md70 You can run ALL the python tests by executing this bash script in the
/tools/asuite/atest/docs/
Datest_structure.md99 2. Add a ```vendorsetup.sh``` script in ```//vendor/<somewhere>``` to export the
116 vendorsetup.sh script.
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DHostGTestTest.java98 final String script = in createTestScript() local
104 createExecutableFile(scriptPath, script); in createTestScript()
/tools/test/openhst/resources/
Dstress_test.enroll.ascii_proto1 description: "Simple script that just plays OK Google repeatedly to enroll"
/tools/trebuchet/trebuchet/user-switch-analyzer/
DREADME.md24 Alternatively, run-user-switch-perf.sh script in the scripts folder
/tools/apksig/etc/
Dapksigner.bat21 REM Set up prog to be the path of this script, including following symlinks,
/tools/test/openhst/
DREADME.md3 Hotword stress test tool is a python script to measure the Google Hotword
/tools/external_updater/
DREADME.md115 running the following script on a desktop machine.
/tools/test/connectivity/acts/
DREADME.md96 - `act.py`: is the script that runs the test

12