/tools/repohooks/tools/ |
D | clang-format_unittest.py | 42 script = tempdir / 'git-clang-format-fake.sh' 43 script.write_text(f'#!/bin/sh\n{data}', encoding='utf-8') 44 script.chmod(0o755) 45 yield script 48 def run_clang_format(script, args, **kwargs): argument 52 [CLANG_FORMAT, '--git-clang-format', script] + args, **kwargs) 60 with git_clang_format('exit 0') as script: 61 result = run_clang_format(script, ['--working-tree']) 66 with git_clang_format('echo bad >&2; exit 0') as script: 68 run_clang_format(script, ['--working-tree']) [all …]
|
D | cpplint.py-update | 28 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.
|
/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 | 171 val script = File("$scriptBaseName.sh") in generateRerunScript() constant 173 script.printWriter().use { out -> in generateRerunScript() 223 stdout.println("Generated rerun script: $script") in generateRerunScript()
|
/tools/asuite/atest/bazel/resources/rules/ |
D | device_test.bzl | 35 script = ctx.actions.declare_file("device_test_%s.sh" % ctx.label.name) 40 output = script, 56 executable = script,
|
D | tradefed_test.bzl | 329 script = ctx.actions.declare_file("tradefed_test_%s.sh" % ctx.label.name) 332 output = script, 353 executable = 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/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/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/ndkports/ |
D | gradlew.bat | 20 @rem Gradle startup script for Windows 35 …lt JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
|
/tools/tradefederation/prebuilts/filegroups/tradefed/ |
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/test/openhst/resources/ |
D | stress_test.enroll.ascii_proto | 1 description: "Simple script that just plays OK Google repeatedly to enroll"
|
D | stress_test.enroll_with_queries.ascii_proto | 1 description: "Simple script that plays Voice Match Phrases to enroll"
|
/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/aadevtools/dev/resource/ |
D | sysui_gcar_android10-qpr3-release_android11-release.txt | 95 If there is, change SYSUI_EXT_PROJECT in the script. 215 If there is, change SYSUI_EXT_PROJECT in the script.
|
/tools/test/connectivity/tools/ |
D | .gitignore | 29 # Usually these files are written by a python script from a template
|
/tools/test/connectivity/acts_tests/ |
D | .gitignore | 29 # Usually these files are written by a python script from a template
|
/tools/test/connectivity/acts/ |
D | .gitignore | 29 # Usually these files are written by a python script from a template
|
/tools/aadevtools/validation/ |
D | README.md | 18 …s to the device at the build time, you can supply a CSV file to guide the script. The format is as:
|
/tools/repohooks/ |
D | README.md | 65 name = script --with args ${PREUPLOAD_FILES} 181 * `checkpatch`: Run commits through the Linux kernel's `checkpatch.pl` script. 304 * Don't worry about namespace collisions. The `pre-upload.py` script is loaded
|
/tools/asuite/atest/integration_tests/ |
D | Android.bp | 19 // Besides listing jars we know the launcher script depends on which is
|