HomeSort by relevance Sort by last modified time
    Searched refs:OUT_DIR (Results 51 - 75 of 106) sorted by null

1 23 4 5

  /art/tools/runtime_memusage/
sanitizer_logcat_analysis.sh 104 OUT_DIR=$OPTARG
165 OUT_DIR=$(mktemp -d --tmpdir="$PWD")
169 if [[ ! -d "$OUT_DIR" ]]; then
170 mkdir "$OUT_DIR"
175 echo "Output folder: $OUT_DIR"
190 pid_dir=$OUT_DIR/$pid
372 rm -rf "$OUT_DIR"
  /frameworks/multidex/
build.gradle 52 * The OUT_DIR is a temporary directory you can use to put things during the build.
57 if (System.env.DIST_DIR != null && System.env.OUT_DIR != null) {
58 buildDir = new File(System.env.OUT_DIR + '/gradle/frameworks/support/build').getCanonicalFile()
  /art/tools/
desugar.sh 36 out=${OUT_DIR:-out}
run-jdwp-tests.sh 23 ANDROID_HOST_OUT=${OUT_DIR-$ANDROID_BUILD_TOP/out}/host/linux-x86
80 art="bash ${OUT_DIR-out}/host/linux-x86/bin/art"
81 art_debugee="bash ${OUT_DIR-out}/host/linux-x86/bin/art"
  /external/jdiff/
build.gradle 27 * 1. The OUT_DIR is a temporary directory you can use to put things during the build.
32 if (System.env.DIST_DIR != null && System.env.OUT_DIR != null) {
33 buildDir = file("${System.env.OUT_DIR}/gradle/external/jdiff/build").getCanonicalFile()
  /build/make/core/
cleanspec.mk 44 # Use $(OUT_DIR) to refer to the "out" directory.
57 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates)
58 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
59 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
ninja_config.mk 7 KATI_OUTPUT_PATTERNS := $(OUT_DIR)/build%.ninja $(OUT_DIR)/ninja%.sh
cleanbuild.mk 74 $(shell rm -rf $(OUT_DIR))
151 $(hide) find $(OUT_DIR) -name "*.jack" | xargs rm -f
152 $(hide) find $(OUT_DIR) -type d -name "jack" | xargs rm -rf
157 $(hide) find $(OUT_DIR) -name "*.dex" ! -path "*/jack-incremental/*" | xargs rm -f
158 $(hide) for i in `find $(OUT_DIR) -name "*.jar" -o -name "*.apk"` ; do ((unzip -l $$i 2> /dev/null | \
164 $(hide) find $(OUT_DIR) -name "jack-incremental" -type d | xargs rm -rf
dex_preopt.mk 13 DEXPREOPT_BUILD_DIR := $(OUT_DIR)
envsetup.mk 6 # OUT_DIR is also set to "out" if it's not already set.
10 # searches for source or make files, in addition to OUT_DIR.
11 # This can be useful if you set OUT_DIR to be a different directory
302 ifeq (,$(strip $(OUT_DIR)))
304 OUT_DIR := $(TOPDIR)out
306 OUT_DIR := $(OUT_DIR_COMMON_BASE)/$(notdir $(PWD))
310 SOONG_OUT_DIR := $(OUT_DIR)/soong
312 DEBUG_OUT_DIR := $(OUT_DIR)/debug
316 TARGET_OUT_ROOT_release := $(OUT_DIR)/target
320 HOST_OUT_ROOT_release := $(OUT_DIR)/hos
    [all...]
  /cts/tests/tests/simpleperf/
Android.mk 42 TMP_FILE=`mktemp $(OUT_DIR)/simpleperf-post-link-XXXXXXXXXX` && \
  /external/doclava/
build.gradle 27 * 1. The OUT_DIR is a temporary directory you can use to put things during the build.
32 if (System.env.DIST_DIR != null && System.env.OUT_DIR != null) {
33 buildDir = file("${System.env.OUT_DIR}/gradle/external/jdiff/build").getCanonicalFile()
  /build/soong/ui/build/
sandbox_darwin.go 54 c.ctx.Fatalln("Failed to get absolute path of OUT_DIR:", err)
66 "-D", "OUT_DIR=" + outDir,
config.go 62 // Make sure OUT_DIR is set appropriately
63 if outDir, ok := ret.environ.Get("OUT_DIR"); ok {
64 ret.environ.Set("OUT_DIR", filepath.Clean(outDir))
74 ret.environ.Set("OUT_DIR", outDir)
130 log.Println("The absolute path of your output directory ($OUT_DIR) contains a space character:")
254 if outDir, ok := c.environ.Get("OUT_DIR"); ok {
  /external/emma/core/java12/com/vladium/emma/report/
IReportProperties.java 26 String OUT_DIR = "out.dir";
  /art/tools/golem/
build-target.sh 35 Creates the \$MACHINE_TYPE binaries in your \$OUT_DIR, and if --tarball was specified,
288 out_dir="out/x86_64"
307 out_dir="out/x86"
324 # Golem benchmark run commands expect a certain $OUT_DIR to be set,
329 setenv OUT_DIR "$out_dir"
  /build/make/tools/droiddoc/test/stubs/
Android.mk 22 -stubs $(OUT_DIR)/__test_stubs__
  /cts/hostsidetests/theme/app/src/android/theme/app/
GenerateImagesActivity.java 44 private static final String OUT_DIR = "cts-theme-assets";
66 mOutputDir = new File(Environment.getExternalStorageDirectory(), OUT_DIR);
  /cts/tools/cts-tradefed/etc/
cts-tradefed 77 CTS_ROOT=${ANDROID_BUILD_TOP}/${OUT_DIR:-out}/host/${OS}/cts
  /external/autotest/client/site_tests/login_OwnershipRetaken/
login_OwnershipRetaken.py 24 utils.make('OUT_DIR=.')
  /external/v8/tools/dev/
v8gen.py 49 OUT_DIR = 'out.gn'
139 'only output directories relative to %s are supported' % OUT_DIR)
156 gn_outdir = '/'.join([OUT_DIR, self._options.outdir])
170 gn_args_path = os.path.join(OUT_DIR, self._options.outdir, 'args.gn')
  /test/vts/tools/vts-tradefed/etc/
vts-tradefed 76 VTS_ROOT=${ANDROID_BUILD_TOP}/${OUT_DIR:-out}/host/${OS}/vts
  /development/build/tools/
windows_sdk.mk 94 $(WIN_SDK_DIR)/$(WIN_SDK_NAME) $(OUT_DIR) $(TOPDIR)
97 $(WIN_SDK_DIR)/$(WIN_SDK_NAME) $(OUT_DIR) $(TOPDIR)
  /external/skia/tests/
SkpSkGrTest.cpp 35 #define OUT_DIR "D:\\skpSkGr\\11\\"
40 #define OUT_DIR "/media/01CD75512A7F9EE0/4" PATH_SLASH
174 static const char outGrDir[] = OUT_DIR "grTest";
175 static const char outSkDir[] = OUT_DIR "skTest";
176 static const char outSkpDir[] = OUT_DIR "skpTest";
177 static const char outDiffDir[] = OUT_DIR "outTest";
178 static const char outStatusDir[] = OUT_DIR "statusTest";
201 SkString outDir = make_filepath(0, OUT_DIR, "");
  /art/oatdump/
Android.mk 22 ART_DUMP_OAT_PATH ?= $(OUT_DIR)

Completed in 1291 milliseconds

1 23 4 5