Home
last modified time | relevance | path

Searched refs:sh (Results 1 – 25 of 32) sorted by relevance

12

/art/test/
DREADME.chroot_vm.md7 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 …]
DREADME.chroot.md56 . ./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 …]
DREADME.md54 ```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/
Dgenerate-sources24 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/
Dgenerate-sources24 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/
Drun-prebuilt-libjdwp-tests.sh22 source build/envsetup.sh >&/dev/null # for get_build_var, setpaths
107 ./art/tools/run-jdwp-tests.sh \
Dcompile-classes.sh34 $ANDROID_BUILD_TOP/art/tools/compile-jar.sh $DEX_FILE $ODEX_FILE arm64 \
Dlibcore_debug_failures.txt5 * The script that uses this file is art/tools/run-libcore-tests.sh.
Drun-libjdwp-tests.sh176 verbose_run ./art/tools/run-jdwp-tests.sh \
Dlibcore_gcstress_failures.txt3 * The script that uses this file is art/tools/run-libcore-tests.sh.
Drun-jdwp-tests.sh22 source build/envsetup.sh >&/dev/null # for get_build_var, setpaths
Dlibcore_gcstress_debug_failures.txt3 * The script that uses this file is art/tools/run-libcore-tests.sh.
/art/tools/veridex/
DAndroid.bp60 // 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)" +
DREADME.md1 appcompat.sh
/art/tools/runtime_memusage/
DREADME22 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/
DPREUPLOAD.cfg4 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/
DREADME.md10 There are currently two helper scripts `format.sh` and `validate.sh`;
/art/tools/build/
Dvar_list18 # by the var_cache.sh and var_cache.py scripts.
22 # javac-helper.sh
/art/tools/dexfuzz/
DAndroid.bp36 src: "dexfuzz.sh",
/art/tools/bisection_search/
DREADME.md32 ./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/
DAndroid.bp30 wrapper: "ahat.sh",
/art/runtime/interpreter/mterp/riscv64/
Darray.S242 sh t2, MIRROR_CHAR_ARRAY_DATA_OFFSET(t0)
245 sh t2, MIRROR_SHORT_ARRAY_DATA_OFFSET(t0)
Dmain.S284 sh t0, ART_METHOD_HOTNESS_COUNT_OFFSET(a0)
304 sh t0, ART_METHOD_HOTNESS_COUNT_OFFSET(a0)
/art/tools/golem/
Dbuild-target.sh267 execute 'source' build/envsetup.sh
/art/runtime/oat/
Delf_file.cc1428 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