/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | ClusterCommandLauncher.java | 222 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()
|
D | ClusterCommandConfigBuilder.java | 239 for (final String script : mTestEnvironment.getSetupScripts()) { in build() 240 config.injectOptionValue("cluster:setup-script", script); in build()
|
/tools/acloud/setup/pre_setup_sh/ |
D | acloud_pre_setup.sh | 16 for script in $(ls ${script_dir}/*.sh); 18 if [[ $(basename $script) != $(basename $0) ]]; then 19 $script
|
/tools/trebuchet/ |
D | README.md | 15 …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,…
|
D | gradlew.bat | 4 @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/ |
D | CommandArgsPreprocessor.kt | 178 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/ |
D | README.md | 65 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/ |
D | cpplint.py-update | 25 Helper script to quickly update the bundled cpplint.py script.
|
D | checkpatch.pl-update | 25 Helper script to quickly update the bundled checkpatch.pl script.
|
D | checkpatch.pl | 141 open(my $script, '<', abs_path($P)) or 144 my $text = <$script>; 145 close($script);
|
/tools/trebuchet/scripts/ |
D | README.md | 10 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/ |
D | ApkInfo.java | 78 String script, in ApkInfo() argument 93 this.mScript = script; in ApkInfo()
|
/tools/asuite/asuite_plugin/ |
D | gradlew.bat | 4 @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/ |
D | gradlew.bat | 4 @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/ |
D | tradefed_win.bat | 17 :: 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/ |
D | atest_structure.md | 99 2. Add a ```vendorsetup.sh``` script in ```//vendor/<somewhere>``` to export the 116 vendorsetup.sh script.
|
D | developer_workflow.md | 70 You can run ALL the python tests by executing this bash script in the
|
/tools/asuite/atest/docs/ |
D | atest_structure.md | 99 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/ |
D | HostGTestTest.java | 98 final String script = in createTestScript() local 104 createExecutableFile(scriptPath, script); in createTestScript()
|
/tools/test/openhst/resources/ |
D | stress_test.enroll.ascii_proto | 1 description: "Simple script that just plays OK Google repeatedly to enroll"
|
/tools/trebuchet/trebuchet/user-switch-analyzer/ |
D | README.md | 24 Alternatively, run-user-switch-perf.sh script in the scripts folder
|
/tools/apksig/etc/ |
D | apksigner.bat | 21 REM Set up prog to be the path of this script, including following symlinks,
|
/tools/test/openhst/ |
D | README.md | 3 Hotword stress test tool is a python script to measure the Google Hotword
|
/tools/external_updater/ |
D | README.md | 115 running the following script on a desktop machine.
|
/tools/test/connectivity/acts/ |
D | README.md | 96 - `act.py`: is the script that runs the test
|