Home
last modified time | relevance | path

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

12

/art/test/
DREADME.md25 ```sh
31 ```sh
37 ```sh
43 ```sh
49 ```sh
55 ```sh
61 ```sh
67 ```sh
73 ```sh
/art/tools/veridex/
DREADME.md1 appcompat.sh
6 NOTE: appcompat.sh is still under development. It can report
14 > ./art/tools/veridex/appcompat.sh --dex-file=test.apk
DAndroid.mk41 VERIDEX_FILES := $(LOCAL_PATH)/appcompat.sh
/art/tools/
Ddist_linux_bionic.sh38 source build/envsetup.sh >&/dev/null # for get_build_var
41 ./art/tools/build_linux_bionic.sh $@
Drun-prebuilt-libjdwp-tests.sh22 source build/envsetup.sh >&/dev/null # for get_build_var, setpaths
107 ./art/tools/run-jdwp-tests.sh \
Dgenerate-boot-image-profile.sh52 boot_jars=$("$ANDROID_BUILD_TOP"/art/tools/bootjars.sh --target)
Dbuildbot-build.sh22 source build/envsetup.sh >&/dev/null # for get_build_var
Djavac-helper.sh85 boot_class_path_list=$($TOP/art/tools/bootjars.sh $bootjars_args --path)
Drun-libjdwp-tests.sh121 verbose_run ./art/tools/run-jdwp-tests.sh \
Dbuild_linux_bionic.sh34 source build/envsetup.sh >&/dev/null # for get_build_var
Drun-libcore-tests.sh22 source build/envsetup.sh >&/dev/null # for get_build_var, setpaths
Dlibcore_gcstress_failures.txt3 * The script that uses this file is art/tools/run-libcore-tests.sh.
Dbuild_linux_bionic_tests.sh29 source build/envsetup.sh >&/dev/null # for get_build_var
Dlibcore_gcstress_debug_failures.txt3 * The script that uses this file is art/tools/run-libcore-tests.sh.
Drun-jdwp-tests.sh32 source build/envsetup.sh >&/dev/null # for get_build_var, setpaths
Dlibcore_failures.txt5 * is art/tools/run-libcore-tests.sh.
171 Unclear if this relates to the tests running sh as a child process.",
/art/test/971-iface-super/
Dbuild24 echo "${JAVAC} \$@" >> ./javac_exec.sh
29 ./util-src/generate_java.py ./javac_exec.sh ./src ./classes ./expected.txt ./build_log
/art/test/968-default-partial-compile-gen/
Dbuild24 echo "${JAVAC} \$@" >> ./javac_exec.sh
29 ./util-src/generate_java.py ./javac_exec.sh ./src ./classes ./expected.txt ./build_log
/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/tools/build/
Dvar_list18 # by the var_cache.sh and var_cache.py scripts.
22 # javac-helper.sh
/art/runtime/
Delf_file.cc1471 Elf_Shdr* sh = GetSectionHeader(i); in Strip() local
1472 CHECK(sh != nullptr); in Strip()
1473 const char* name = GetString(*string_section, sh->sh_name); in Strip()
1476 section_headers.push_back(*sh); in Strip()
1485 section_headers.push_back(*sh); in Strip()
1590 Elf_Shdr* sh = GetSectionHeader(i); in FixupSectionHeaders() local
1591 CHECK(sh != nullptr); in FixupSectionHeaders()
1593 if (sh->sh_addr == 0) { in FixupSectionHeaders()
1599 static_cast<uint64_t>(sh->sh_addr), in FixupSectionHeaders()
1600 static_cast<uint64_t>(sh->sh_addr + base_address)); in FixupSectionHeaders()
[all …]
/art/test/etc/
Drun-test-jar1042 adb push $cmdfile $CHROOT_DEX_LOCATION/cmdline.sh
1044 adb push $cmdfile $CHROOT_DEX_LOCATION/cmdline.sh >/dev/null 2>&1
1050 adb shell chroot "$CHROOT" sh $DEX_LOCATION/cmdline.sh
1052 adb shell sh $DEX_LOCATION/cmdline.sh
/art/build/apex/
DAndroid.bp391 src: "art_preinstall_hook.sh",
395 src: "art_preinstall_hook_boot.sh",
399 src: "art_preinstall_hook_system_server.sh",
403 src: "art_prepostinstall_utils.sh",
407 src: "art_postinstall_hook.sh",
412 src: "art_apex_boot_integrity.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/golem/
Dbuild-target.sh267 execute 'source' build/envsetup.sh

12