Searched refs:sh (Results 1 – 25 of 32) sorted by relevance
12
/art/test/ |
D | README.chroot_vm.md | 7 Use script art/build/buildbot-vm.sh. It has various commands (actions) described 17 art/tools/buildbot-vm.sh create 21 art/tools/buildbot-vm.sh boot 25 art/tools/buildbot-vm.sh setup-ssh 29 art/tools/buildbot-vm.sh connect 33 art/tools/buildbot-vm.sh quit 49 . ./build/envsetup.sh 51 art/tools/buildbot-build.sh --target # --installclean 53 art/tools/buildbot-cleanup-device.sh 58 art/tools/buildbot-setup-device.sh [all …]
|
D | README.chroot.md | 56 . ./build/envsetup.sh 88 . ./build/envsetup.sh 118 art/tools/buildbot-build.sh --target 126 art/tools/buildbot-cleanup-device.sh 131 art/tools/buildbot-setup-device.sh 136 art/tools/buildbot-sync.sh 140 art/tools/run-gtests.sh -j4 145 art/tools/run-gtests.sh \ 154 art/tools/run-gtests.sh \ 160 art/tools/run-gtests.sh \ [all …]
|
D | README.md | 54 ```sh 57 ```sh 106 ```sh 120 ```sh 135 ```sh 150 ```sh 156 ```sh 162 ```sh 176 ```sh 182 ```sh [all …]
|
/art/test/968-default-partial-compile-gen/ |
D | generate-sources | 24 echo "${JAVAC} ${JAVAC_ARGS} \$@" >> ./javac_exec.sh 29 ./util-src/generate_java.py ./javac_exec.sh ./src ./classes ./expected-stdout.txt ./build_log
|
/art/test/971-iface-super/ |
D | generate-sources | 24 echo "${JAVAC} ${JAVAC_ARGS} \$@" >> ./javac_exec.sh 29 ./util-src/generate_java.py ./javac_exec.sh ./src ./classes ./expected-stdout.txt ./build_log
|
/art/tools/ |
D | run-prebuilt-libjdwp-tests.sh | 22 source build/envsetup.sh >&/dev/null # for get_build_var, setpaths 107 ./art/tools/run-jdwp-tests.sh \
|
D | compile-classes.sh | 34 $ANDROID_BUILD_TOP/art/tools/compile-jar.sh $DEX_FILE $ODEX_FILE arm64 \
|
D | libcore_debug_failures.txt | 5 * The script that uses this file is art/tools/run-libcore-tests.sh.
|
D | run-libjdwp-tests.sh | 176 verbose_run ./art/tools/run-jdwp-tests.sh \
|
D | libcore_gcstress_failures.txt | 3 * The script that uses this file is art/tools/run-libcore-tests.sh.
|
D | run-jdwp-tests.sh | 22 source build/envsetup.sh >&/dev/null # for get_build_var, setpaths
|
D | libcore_gcstress_debug_failures.txt | 3 * The script that uses this file is art/tools/run-libcore-tests.sh.
|
/art/tools/veridex/ |
D | Android.bp | 60 // Expose the appcompat.sh script for use by the build. 63 src: "appcompat.sh", 170 // TODO: Remove `veridex_zip` and `appcompat.sh` after migrating 175 "appcompat.sh", 187 " -C `dirname $(location appcompat.sh)` -f $(location appcompat.sh)" +
|
D | README.md | 1 appcompat.sh
|
/art/tools/runtime_memusage/ |
D | README | 22 sanitizer_logcat_analysis.sh is the main executable that will use the other two 24 the intermediary steps which are described in sanitizer_logcat_analysis.sh, 31 sanitizer_logcat_analysis.sh uses external executable development/scripts/stack. 37 sanitizer_logcat_analysis.sh at minimum requires all logcat output in the form 42 Usage: sanitizer_logcat_analysis.sh [options] [LOGCAT_FILE] [CATEGORIES...]
|
/art/ |
D | PREUPLOAD.cfg | 4 hidden_api_txt_checksorted_hook = ${REPO_ROOT}/tools/platform-compat/hiddenapi/checksorted_sha.sh $… 6 check_expectation_jsons = tools/check_presubmit_json_expectations.sh ${REPO_ROOT} ${PREUPLOAD_FILES}
|
/art/tools/luci/config/ |
D | README.md | 10 There are currently two helper scripts `format.sh` and `validate.sh`;
|
/art/tools/build/ |
D | var_list | 18 # by the var_cache.sh and var_cache.py scripts. 22 # javac-helper.sh
|
/art/tools/dexfuzz/ |
D | Android.bp | 36 src: "dexfuzz.sh",
|
/art/tools/bisection_search/ |
D | README.md | 32 ./bisection_search.py --raw-cmd='run.sh -cp classes.dex Test' --expected-retcode SUCCESS 33 …./bisection_search.py --raw-cmd='/bin/sh art {ARGS} -cp classes.dex Test' --expected-retcode SUCCE…
|
/art/tools/ahat/ |
D | Android.bp | 30 wrapper: "ahat.sh",
|
/art/runtime/interpreter/mterp/riscv64/ |
D | array.S | 242 sh t2, MIRROR_CHAR_ARRAY_DATA_OFFSET(t0) 245 sh t2, MIRROR_SHORT_ARRAY_DATA_OFFSET(t0)
|
D | main.S | 284 sh t0, ART_METHOD_HOTNESS_COUNT_OFFSET(a0) 304 sh t0, ART_METHOD_HOTNESS_COUNT_OFFSET(a0)
|
/art/tools/golem/ |
D | build-target.sh | 267 execute 'source' build/envsetup.sh
|
/art/runtime/oat/ |
D | elf_file.cc | 1428 Elf_Shdr* sh = GetSectionHeader(i); in Strip() local 1429 CHECK(sh != nullptr); in Strip() 1430 const char* name = GetString(*string_section, sh->sh_name); in Strip() 1433 section_headers.push_back(*sh); in Strip() 1441 section_headers.push_back(*sh); in Strip()
|
12