Searched refs:sh (Results 1 – 25 of 31) sorted by relevance
12
55 . ./build/envsetup.sh63 . ./build/envsetup.sh69 art/tools/buildbot-build.sh --target73 art/tools/buildbot-cleanup-device.sh77 art/tools/buildbot-setup-device.sh82 art/tools/buildbot-sync.sh86 art/tools/run-gtests.sh -j492 (`art/tools/buildbot-build.sh --target`) above.108 art/tools/run-libcore-tests.sh --mode=device --variant=X64112 art/tools/run-libcore-tests.sh --mode=device --variant=X32[all …]
53 ```sh56 ```sh91 ```sh97 ```sh103 ```sh109 ```sh115 ```sh121 ```sh127 ```sh133 ```sh[all …]
696 echo "#!/bin/bash" > runit.sh698 echo $cmdline "2>&1" >> runit.sh699 chmod u+x runit.sh1262 adb push $cmdfile $CHROOT_DEX_LOCATION/cmdline.sh1264 adb push $cmdfile $CHROOT_DEX_LOCATION/cmdline.sh >/dev/null 2>&11270 adb shell chroot "$CHROOT" sh $DEX_LOCATION/cmdline.sh1272 adb shell sh $DEX_LOCATION/cmdline.sh1363 echo "#!/bin/bash" > ${DEX_LOCATION}/runit.sh1365 echo export $var="${!var}" >> ${DEX_LOCATION}/runit.sh1368 echo $cmdline "2>&1" >> ${DEX_LOCATION}/runit.sh[all …]
1 appcompat.sh6 NOTE: appcompat.sh is still under development. It can report14 > ./art/tools/veridex/appcompat.sh --dex-file=test.apk
50 // Expose the appcompat.sh script for use by the build.53 src: "appcompat.sh",
41 VERIDEX_FILES := $(LOCAL_PATH)/appcompat.sh
38 source build/envsetup.sh >&/dev/null # for get_build_var41 ./art/tools/build_linux_bionic.sh $@
22 source build/envsetup.sh >&/dev/null # for get_build_var, setpaths107 ./art/tools/run-jdwp-tests.sh \
34 $ANDROID_BUILD_TOP/art/tools/compile-jar.sh $DEX_FILE $ODEX_FILE arm64 \
38 …$(${ANDROID_BUILD_TOP}/art/tools/host_bcp.sh ${OUT}/system/framework/oat/${ISA}/services.odex --us…
85 boot_class_path_list=$($TOP/art/tools/bootjars.sh $bootjars_args --path)
42 source build/envsetup.sh >&/dev/null # for get_build_var
143 verbose_run ./art/tools/run-jdwp-tests.sh \
37 source build/envsetup.sh >&/dev/null # for get_build_var
3 * The script that uses this file is art/tools/run-libcore-tests.sh.
143 source build/envsetup.sh >&/dev/null # for get_build_var, setpaths
24 source build/envsetup.sh >&/dev/null # for get_build_var
24 echo "${JAVAC} \$@" >> ./javac_exec.sh29 ./util-src/generate_java.py ./javac_exec.sh ./src ./classes ./expected.txt ./build_log
22 sanitizer_logcat_analysis.sh is the main executable that will use the other two24 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 form42 Usage: sanitizer_logcat_analysis.sh [options] [LOGCAT_FILE] [CATEGORIES...]
18 # by the var_cache.sh and var_cache.py scripts.22 # javac-helper.sh
1462 Elf_Shdr* sh = GetSectionHeader(i); in Strip() local1463 CHECK(sh != nullptr); in Strip()1464 const char* name = GetString(*string_section, sh->sh_name); in Strip()1467 section_headers.push_back(*sh); in Strip()1476 section_headers.push_back(*sh); in Strip()1581 Elf_Shdr* sh = GetSectionHeader(i); in FixupSectionHeaders() local1582 CHECK(sh != nullptr); in FixupSectionHeaders()1584 if (sh->sh_addr == 0) { in FixupSectionHeaders()1590 static_cast<uint64_t>(sh->sh_addr), in FixupSectionHeaders()1591 static_cast<uint64_t>(sh->sh_addr + base_address)); in FixupSectionHeaders()[all …]
32 ./bisection_search.py --raw-cmd='run.sh -cp classes.dex Test' --expected-retcode SUCCESS33 …./bisection_search.py --raw-cmd='/bin/sh art {ARGS} -cp classes.dex Test' --expected-retcode SUCCE…
267 execute 'source' build/envsetup.sh