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

1 2 34 5

  /build/soong/ui/build/
make.go 49 "OUT_DIR="+config.OutDir())
124 "OUT_DIR",
  /development/scripts/
gdbclient 71 local SYS_OUT_ROOT=$(get_build_var OUT_DIR)
72 local OUT_ROOT="${SYS_OUT_ROOT:-${OUT_DIR:-$ROOT/out}}/target/product/$DEVICE"
  /external/emma/core/java12/com/vladium/emma/
EMMAProperties.java 195 redirects.put (IReportProperties.PREFIX.concat (IReportProperties.OUT_DIR),
  /frameworks/support/app-toolkit/
init.gradle 44 supportLibBuildDir = new File(System.env.OUT_DIR + '/gradle/frameworks/support/build').getCanonicalFile();
45 buildDir = new File(System.env.OUT_DIR + '/gradle/frameworks/app-toolkit/build').getCanonicalFile()
  /frameworks/support/buildSrc/
init.gradle 33 ext.runningInBuildServer = System.env.DIST_DIR != null && System.env.OUT_DIR != null
97 * The OUT_DIR is a temporary directory you can use to put things during the build.
103 buildDir = new File(System.env.OUT_DIR + '/gradle/frameworks/support/build')
  /build/soong/python/
androidmk.go 70 fmt.Fprintln(w, "LOCAL_MODULE_PATH := $(OUT_DIR)/"+filepath.Clean(dir))
  /system/tools/aidl/
generate_java_binder.cpp 372 if (arg->GetDirection() & AidlArgument::OUT_DIR) {
434 if (dir == AidlArgument::OUT_DIR && arg->GetType().IsArray()) {
474 if (arg->GetDirection() & AidlArgument::OUT_DIR) {
aidl_language.h 113 enum Direction { IN_DIR = 1, OUT_DIR = 2, INOUT_DIR = 3 };
121 bool IsOut() const { return direction_ & OUT_DIR; }
aidl_language.cpp 75 case AidlArgument::OUT_DIR:
  /build/make/core/
dumpvar.mk 26 OUT_DIR \
pdk_config.mk 105 PDK_FUSION_OUT_DIR := $(OUT_DIR)
main.mk 62 $(shell mkdir -p $(OUT_DIR) && \
63 echo -n $(BUILD_NUMBER) > $(OUT_DIR)/build_number.txt && \
64 echo -n $(BUILD_DATETIME) > $(OUT_DIR)/build_date.txt)
65 BUILD_NUMBER_FROM_FILE := $$(cat $(OUT_DIR)/build_number.txt)
66 BUILD_DATETIME_FROM_FILE := $$(cat $(OUT_DIR)/build_date.txt)
    [all...]
Makefile     [all...]
  /build/soong/cmd/multiproduct_kati/
main.go 210 config.Environment().Set("OUT_DIR", *outDir)
278 productConfig.Environment().Set("OUT_DIR", productOutDir)
  /build/soong/cmd/sbox/
sbox.go 78 // In practice, the value of sandboxesRoot will mostly likely be at a fixed location relative to OUT_DIR,
79 // and the sbox executable will most likely be at a fixed location relative to OUT_DIR too, so
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/
build-precise-multilib-toolchain.sh     [all...]
  /development/build/
sdk.atree 143 ${OUT_DIR}/host/common/obj/JAVA_LIBRARIES/shrinkedAndroid_intermediates/shrinkedAndroid.jar build-tools/${PLATFORM_NAME}/lib/shrinkedAndroid.jar
167 ${OUT_DIR}/target/common/obj/PACKAGING/android_jar_intermediates/android.jar platforms/${PLATFORM_NAME}/android.jar
168 ${OUT_DIR}/target/common/obj/PACKAGING/android_jar_intermediates/android-stubs-src.jar platforms/${PLATFORM_NAME}/android-stubs-src.jar
171 ${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/org.apache.http.legacy_intermediates/javalib.jar platforms/${PLATFORM_NAME}/optional/org.apache.http.legacy.jar
173 ${OUT_DIR}/target/common/obj/JAVA_LIBRARIES/android_uiautomator_intermediates/javalib.jar platforms/${PLATFORM_NAME}/uiautomator.jar
    [all...]
  /build/make/
envsetup.sh     [all...]
  /art/test/
run-test 84 export ANDROID_HOST_OUT=${OUT_DIR:-$ANDROID_BUILD_TOP/out}/host/linux-x86
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/
ReportProperties.java 254 final String outDirName = getReportProperty (properties, type, IReportProperties.OUT_DIR, true);
  /art/build/
Android.gtest.mk 342 gtest_exe := $(OUT_DIR)/$(2)
419 gtest_exe := $(OUT_DIR)/$(2)
  /art/
Android.mk 45 find $(OUT_DIR) -name "*.oat" -o -name "*.odex" -o -name "*.art" -o -name '*.vdex' | xargs rm -f
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
ProcessDsc.c 56 #define OUT_DIR "OUT_DIR"
1174 AddSymbol (OUT_DIR, InLine, SYM_LOCAL);
    [all...]
  /build/soong/cc/
androidmk.go 316 fmt.Fprintln(w, "LOCAL_MODULE_PATH := $(OUT_DIR)/"+filepath.Clean(dir))

Completed in 591 milliseconds

1 2 34 5