/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/asuite/atest/integration_tests/ |
D | atest_test_archetype_integration_tests.py | 120 script = test_case.create_atest_script() 144 script.add_build_step(build_step) 145 script.add_test_step(test_step) 146 script.run() 168 script = test_case.create_atest_script() 190 script.add_build_step(build_step) 191 script.add_test_step(test_step) 192 script.run()
|
D | atest_command_success_tests.py | 59 script = self.create_atest_script() 77 script.add_build_step(build_step) 78 script.add_test_step(test_step) 79 script.run()
|
D | adevice_command_success_tests.py | 88 script = self.create_atest_script() 140 script.add_build_step(build_step) 141 script.add_test_step(test_step) 142 script.run()
|
D | atest_command_verification_tests.py | 709 script = self.create_atest_script() 731 script.add_build_step(build_step) 732 script.add_test_step(test_step) 733 script.run()
|
/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/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/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/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,
|
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/ |
D | CommandArgsPreprocessor.kt | 151 val script = File("$scriptBaseName.sh") in generateRerunScript() constant 153 script.printWriter().use { out -> in generateRerunScript() 203 stdout.println("Generated rerun script: $script") in generateRerunScript()
|
/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/tradefederation/core/src/com/android/tradefed/cluster/ |
D | ClusterCommandLauncher.java | 254 for (String script : mSetupScripts) { in runSetupScripts() 255 script = StringUtil.expand(script, mEnvVars); in runSetupScripts() 256 CLog.i("Running a setup script: %s", script); in runSetupScripts() 257 File scriptFile = new File(QuotationAwareTokenizer.tokenizeLine(script)[0]); in runSetupScripts() 268 QuotationAwareTokenizer.tokenizeLine(script)); in runSetupScripts()
|
/tools/netsim/testing/mobly/ |
D | README.md | 20 Use Mobly's local test runner script with the test module and Mobly YAML config file: 23 Refer to the `local_mobly_runner.py` script or Mobly documentation for additional info about the ru…
|
/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/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/tradefederation/core/javatests/com/android/tradefed/testtype/ |
D | HostGTestTest.java | 98 final String script = in createTestScript() local 104 createExecutableFile(scriptPath, script); in createTestScript() 380 String script = in testRunTest_hardlink() local 386 createExecutableFile(tmpScriptPath, script); in testRunTest_hardlink()
|
/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/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/core/src/com/android/tradefed/util/ |
D | PerfettoTraceRecorder.java | 79 InputStream script = in startTrace() local 82 FileUtil.writeToFile(script, perfettoExecutable); in startTrace()
|
/tools/apksig/ |
D | gradlew.bat | 20 @rem Gradle startup script for Windows 36 …lt JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
|