/art/runtime/ |
prebuilt_tools_test.cc | 31 static void CheckToolsExist(const std::string& tools_dir) { 35 std::string exec_path = tools_dir + tool; 37 ADD_FAILURE() << "Cannot find " << tool << " in " << tools_dir; local 43 std::string tools_dir = GetAndroidHostToolsDir(); local 44 if (tools_dir.empty()) { 47 CheckToolsExist(tools_dir); 55 std::string tools_dir = GetAndroidTargetToolsDir(isa); local 56 if (tools_dir.empty()) { 59 CheckToolsExist(tools_dir);
|
/external/v8/tools/ |
windows-tick-processor.bat | 3 SET tools_dir=%~dp0 4 IF 1%D8_PATH% == 1 (SET D8_PATH=%tools_dir%..) 30 type %log_file% | %D8_PATH%\d8 %tools_dir%splaytree.js %tools_dir%codemap.js %tools_dir%csvparser.js %tools_dir%consarray.js %tools_dir%profile.js %tools_dir%profile_view.js %tools_dir%logreader.js %tools_dir%SourceMap.js %tools_dir%tickprocessor.js %tools_dir%tickprocessor-driver.js -- --windows % [all...] |
isolate_driver.py | 18 TOOLS_DIR = os.path.dirname(os.path.abspath(__file__)) 58 swarming_client = os.path.join(TOOLS_DIR, 'swarming_client')
|
/libcore/tzdata/tools/ |
createTzDataBundle.sh | 8 TOOLS_DIR=src/main/libcore/tzdata/update/tools 19 ${TOOLS_DIR}/CreateTzDataBundle.java \ 20 ${TOOLS_DIR}/TzDataBundleBuilder.java \
|
/device/linaro/hikey/uefi-tools/ |
tos-build.sh | 11 TOOLS_DIR="`dirname $0`" 12 . "$TOOLS_DIR"/common-functions 28 if [ X"`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $1 get -o build_tos`" = X"" ]; then 36 ATF_SPD="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $1 get -o atf_spd`" 37 if [ -f $TOOLS_DIR/$ATF_SPD-build.sh ]; then 40 echo "$TOOLS_DIR/$ATF_SPD-build.sh -e "$EDK2_DIR" -t "$BUILD_PROFILE" $build" 42 $TOOLS_DIR/$ATF_SPD-build.sh -e "$EDK2_DIR" -t "$BUILD_PROFILE" $build
|
opteed-build.sh | 10 TOOLS_DIR="`dirname $0`" 11 . "$TOOLS_DIR"/common-functions 25 TOS_PLATFORM="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $1 get -o tos_platform`" 27 TOS_PLATFORM="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $1 get -o atf_platform`" 32 TOS_PLATFORM_FLAVOR="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $1 get -o tos_platform_flavor`" 37 PLATFORM_ARCH="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $1 get -o arch`" 38 PLATFORM_IMAGE_DIR="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $1 get -o uefi_image_dir`" 39 PLATFORM_BUILDFLAGS="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $1 get -o tos_buildflags`" 74 BUILD_TOS="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $1 get -o build_tos`"
|
atf-build.sh | 11 TOOLS_DIR="`dirname $0`" 12 . "$TOOLS_DIR"/common-functions 45 BUILD_ATF="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $1 get -o build_atf`" 51 ATF_PLATFORM="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $1 get -o atf_platform`" 59 PLATFORM_NAME="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $1 get -o longname`" 60 PLATFORM_ARCH="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $1 get -o arch`" 61 PLATFORM_IMAGE_DIR="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $1 get -o uefi_image_dir`" 62 PLATFORM_BUILDFLAGS="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $1 get -o atf_buildflags`" 72 BL30="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $1 get -o scp_bin`" 77 BL31="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $1 get -o el3_bin` [all...] |
uefi-build.sh | 14 TOOLS_DIR="`dirname $0`" 15 . "$TOOLS_DIR"/common-functions 28 PLATFORM_NAME="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o longname`" 29 PLATFORM_PREBUILD_CMDS="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o prebuild_cmds`" 30 PLATFORM_BUILDFLAGS="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o buildflags`" 32 PLATFORM_BUILDCMD="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o buildcmd`" 33 PLATFORM_DSC="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o dsc`" 34 PLATFORM_ARCH="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o arch`" 37 TEMP_PACKAGES_PATH="`$TOOLS_DIR/parse-platforms.py $PLATFORM_CONFIG -p $board get -o packages_path`" 106 echo "$TOOLS_DIR/tos-build.sh -e "$EDK2_DIR" -t "$target"_${TOOLCHAIN} $board [all...] |
common-functions | 7 TOOLS_DIR="`dirname $0`"
|
/frameworks/compile/libbcc/tests/libbcc/ |
lit.cfg | 29 tools_dir = os.pathsep.join([os.path.join(ANDROID_HOST_OUT, 'bin'), 49 tool_path = lit.util.which(tool_name, tools_dir) 51 lit_config.note("Did not find " + tool_name + " in " + tools_dir) 52 tool_path = os.path.join(tools_dir, tool_name)
|
/external/autotest/client/site_tests/telemetry_UnitTests/ |
telemetry_UnitTests.py | 26 tools_dir = '/usr/local/telemetry/src/tools/' 28 tests_to_run.append((os.path.join(tools_dir, 'telemetry'), 31 tests_to_run.append((os.path.join(tools_dir, 'perf'),
|
/external/llvm/test/Unit/ |
lit.site.cfg.in | 12 # Support substitution of the tools_dir and build_mode with user parameters.
|
lit.site.cfg | 15 # Support substitution of the tools_dir and build_mode with user parameters.
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
buildpkb.sh | 10 TOOLS_DIR=. 392 SYMSHIFT=${TOOLS_DIR}/symshift.pl 393 GRAPHS_TO_PKB=${TOOLS_DIR}/picoloadgraphs.exe 394 PHONES_TO_PKB=${TOOLS_DIR}/picoloadphones.lua 395 DBG_TO_PKB=${TOOLS_DIR}/picoloaddbg.lua 396 POS_TO_PKB=${TOOLS_DIR}/picoloadpos.exe 397 LEX_TO_PKB=${TOOLS_DIR}/picoloadlex 398 AUT_TO_PKB=${TOOLS_DIR}/picoloadfst.exe 399 TPP_TO_PKB=${TOOLS_DIR}/picoloadpreproc.exe 400 DT_TO_PKB=${TOOLS_DIR}/dt2pkb.ex [all...] |
/external/clang/test/Unit/ |
lit.site.cfg.in | 15 # Support substitution of the tools_dir, libs_dirs, and build_mode with user
|
/external/llvm/test/ |
lit.site.cfg | 42 # Support substitution of the tools_dir with user parameters. This is
|
lit.site.cfg.in | 42 # Support substitution of the tools_dir with user parameters. This is
|
/external/icu/tools/ |
update-tzdata.py | 29 tools_dir = '%s/external/icu/tools' % android_build_top variable 30 i18nutil.CheckDirExists(tools_dir, 'external/icu/tools') 126 '%s/ZoneCompactor.java' % tools_dir])
|
/external/autotest/client/bin/ |
test.py | 69 tools_dir = os.path.join(self.autodir, 'tools') 70 crash_handler_path = os.path.join(tools_dir, 'crash_handler.py')
|
fsinfo.py | 122 tools_dir = os.path.join(os.environ['AUTODIR'], 'tools') 123 cmd = '%s/tune2fs.ext4dev -l %s' % (tools_dir, dev)
|
/prebuilts/devtools/tools/ |
android.bat | 66 set tools_dir=%cd%
variable 82 call "%java_exe% %REMOTE_DEBUG%" "-Dcom.android.sdkmanager.toolsdir=%tools_dir%" "-Dcom.android.sdkmanager.workdir=%work_dir%" -classpath "%jar_path%;%swt_path%\swt.jar" com.android.sdkmanager.Main %*
|
/external/clang/ |
build.py | 240 tools_dir = android_path('external/clang/tools') 242 tool_path = os.path.join(tools_dir, tool)
|