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

12 3 4 5

  /external/autotest/client/site_tests/policy_URLWhitelist/src/
Makefile 9 OUT_DIR ?= .
15 PROTO_BINDINGS = $(OUT_DIR)/chrome_device_policy_pb2.py \
16 $(OUT_DIR)/device_management_backend_pb2.py \
17 $(OUT_DIR)/chrome_extension_policy_pb2.py \
18 $(OUT_DIR)/cloud_policy_pb2.py
23 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/login_GuestAndActualSession/src/
Makefile 9 OUT_DIR ?= .
13 PROTO_BINDINGS = $(OUT_DIR)/chrome_device_policy_pb2.py \
14 $(OUT_DIR)/device_management_backend_pb2.py
19 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/login_MultiUserPolicy/src/
Makefile 9 OUT_DIR ?= .
13 PROTO_BINDINGS = $(OUT_DIR)/chrome_device_policy_pb2.py \
14 $(OUT_DIR)/device_management_backend_pb2.py
19 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/login_MultipleSessions/src/
Makefile 9 OUT_DIR ?= .
13 PROTO_BINDINGS = $(OUT_DIR)/chrome_device_policy_pb2.py \
14 $(OUT_DIR)/device_management_backend_pb2.py
19 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/login_OwnershipApi/src/
Makefile 9 OUT_DIR ?= .
13 PROTO_BINDINGS = $(OUT_DIR)/chrome_device_policy_pb2.py \
14 $(OUT_DIR)/device_management_backend_pb2.py
19 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/login_OwnershipRetaken/src/
Makefile 9 OUT_DIR ?= .
13 PROTO_BINDINGS = $(OUT_DIR)/chrome_device_policy_pb2.py \
14 $(OUT_DIR)/device_management_backend_pb2.py
19 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/login_OwnershipTaken/src/
Makefile 9 OUT_DIR ?= .
13 PROTO_BINDINGS = $(OUT_DIR)/chrome_device_policy_pb2.py \
14 $(OUT_DIR)/device_management_backend_pb2.py
19 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/login_RemoteOwnership/src/
Makefile 9 OUT_DIR ?= .
13 PROTO_BINDINGS = $(OUT_DIR)/device_management_backend_pb2.py \
14 $(OUT_DIR)/chrome_device_policy_pb2.py
19 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/login_UserPolicyKeys/src/
Makefile 9 OUT_DIR ?= .
13 PROTO_BINDINGS = $(OUT_DIR)/chrome_device_policy_pb2.py \
14 $(OUT_DIR)/device_management_backend_pb2.py
19 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /external/autotest/client/site_tests/platform_MetricsUploader/src/
Makefile 9 OUT_DIR ?= .
12 PROTO_BINDINGS = $(PROTO_DEFS:$PROTO_PATH%.proto=$OUT_DIR%_pb2.py)
17 protoc --proto_path=$(PROTO_PATH) --python_out=$(OUT_DIR) $(PROTO_DEFS)
  /build/soong/scripts/
build-ndk-prebuilts.sh 3 if [ -z "${OUT_DIR}" ]; then
4 echo Must set OUT_DIR
13 SOONG_OUT=${OUT_DIR}/soong
14 SOONG_NDK_OUT=${OUT_DIR}/soong/ndk
  /prebuilts/qemu-kernel/arm/
rebuild.sh 108 OUT_DIR="$ANDROID_BUILD_TOP/$PREBUILT_KERNEL_DIR"
110 OUT_DIR=
178 echo " --out-dir=<path> Set output directory [$OUT_DIR]"
215 OUT_DIR="$OPTION_OUT_DIR"
229 if [ -z "$OUT_DIR" ] ; then
230 OUT_DIR="$ANDROID_BUILD_TOP/$PREBUILT_KERNEL_DIR"
231 if [ ! -d "$OUT_DIR" ]; then
232 echo "ERROR: Missing default output dir: $OUT_DIR"
238 echo "Using output directory: $OUT_DIR"
239 mkdir -p "$OUT_DIR"
    [all...]
  /external/vogar/bin/
vogar-android 17 ANDROID_HOST_OUT=${OUT_DIR:-$ANDROID_BUILD_TOP/out}/host/linux-x86
  /art/test/
Android.run-test.mk 38 TEST_ART_TARGET_SYNC_DEPS += $(OUT_DIR)/$(ART_TEST_LIST_device_$(TARGET_ARCH)_libartagent)
39 TEST_ART_TARGET_SYNC_DEPS += $(OUT_DIR)/$(ART_TEST_LIST_device_$(TARGET_ARCH)_libartagentd)
41 TEST_ART_TARGET_SYNC_DEPS += $(OUT_DIR)/$(ART_TEST_LIST_device_$(TARGET_2ND_ARCH)_libartagent)
42 TEST_ART_TARGET_SYNC_DEPS += $(OUT_DIR)/$(ART_TEST_LIST_device_$(TARGET_2ND_ARCH)_libartagentd)
46 TEST_ART_TARGET_SYNC_DEPS += $(OUT_DIR)/$(ART_TEST_LIST_device_$(TARGET_ARCH)_libtiagent)
47 TEST_ART_TARGET_SYNC_DEPS += $(OUT_DIR)/$(ART_TEST_LIST_device_$(TARGET_ARCH)_libtiagentd)
49 TEST_ART_TARGET_SYNC_DEPS += $(OUT_DIR)/$(ART_TEST_LIST_device_$(TARGET_2ND_ARCH)_libtiagent)
50 TEST_ART_TARGET_SYNC_DEPS += $(OUT_DIR)/$(ART_TEST_LIST_device_$(TARGET_2ND_ARCH)_libtiagentd)
54 TEST_ART_TARGET_SYNC_DEPS += $(OUT_DIR)/$(ART_TEST_LIST_device_$(TARGET_ARCH)_libtistress)
55 TEST_ART_TARGET_SYNC_DEPS += $(OUT_DIR)/$(ART_TEST_LIST_device_$(TARGET_ARCH)_libtistressd
    [all...]
  /art/tools/
buildbot-build.sh 22 # Logic for setting out_dir from build/make/core/envsetup.mk:
23 if [[ -z $OUT_DIR ]]; then
25 out_dir=out
27 out_dir=${OUT_DIR_COMMON_BASE}/${PWD##*/}
30 out_dir=${OUT_DIR}
38 java_libraries_dir=${out_dir}/target/common/obj/JAVA_LIBRARIES
67 common_targets="$common_targets ${out_dir}/host/linux-x86/bin/jack"
72 make_command+=" ${out_dir}/host/linux-x86/lib/libjavacoretests.so "
73 make_command+=" ${out_dir}/host/linux-x86/lib64/libjavacoretests.so
    [all...]
  /external/libmojo/third_party/jinja2/
get_jinja2.sh 27 OUT_DIR="$INSTALL_DIR/$BUILD_DIR/$PACKAGE_DIR"
103 cp "$FILE" "$OUT_DIR"
109 cp "$FILE" "$OUT_DIR"
112 cd "$OUT_DIR"
  /external/libmojo/third_party/markupsafe/
get_markupsafe.sh 25 OUT_DIR="$INSTALL_DIR/$BUILD_DIR/$PACKAGE_DIR"
101 cp "$FILE" "$OUT_DIR"
107 cp "$FILE" "$OUT_DIR"
110 cd "$OUT_DIR"
  /frameworks/compile/libbcc/tests/debuginfo/
build_test_apk.sh 24 OUT_DIR=
82 OUT_DIR="$2"
147 check_required_param "$OUT_DIR" "--out"
168 run $SDK/tools/android create project --target $TARGET --name $NAME --path $OUT_DIR --activity $ACTIVITY --package $PACKAGE
177 DEST_SRC_DIR=$OUT_DIR/src/`echo $PACKAGE | sed 's/\./\//g'`
215 process_template $COMMON_MANIFEST $OUT_DIR/AndroidManifest.xml $SUBST_PARAMS
229 process_template $OVERRIDE_MANIFEST $OUT_DIR/AndroidManifest.xml $SUBST_PARAMS
237 cd $OUT_DIR
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build.sh 155 OUT_DIR=$ANDROID_BUILD_TOP/out
161 OUTER_INSTALL_DIR=$OUT_DIR/install
172 DIST_DIR=$OUT_DIR/dist
182 rm -rf $OUT_DIR
183 mkdir -p $OUT_DIR
188 LOG_FILE=$OUT_DIR/build.log
266 mkdir -p $OUT_DIR/$PKGNAME &&
267 cd $OUT_DIR/$PKGNAME &&
287 EXTRACTED_PACKAGES=$OUT_DIR/packages
304 mkdir -p $OUT_DIR/$PKGNAME &
    [all...]
  /external/python/cpython2/PC/VC6/
build_tkinter.py 20 OUT_DIR = abspath("tcltk")
50 nmake_tcl("install", "INSTALLDIR=" + OUT_DIR)
61 nmake_tk("install", "INSTALLDIR=" + OUT_DIR)
76 nmake_tix("install", "INSTALL_DIR=" + OUT_DIR)
  /build/make/core/
product-graph.mk 39 products_svg := $(OUT_DIR)/products.svg
40 products_pdf := $(OUT_DIR)/products.pdf
41 products_graph := $(OUT_DIR)/products.dot
85 $(OUT_DIR)/products/$(strip $(1)).html
91 $(OUT_DIR)/products/$(strip $(1)).txt: $(this_makefile)
122 $(OUT_DIR)/products/$(strip $(1)).txt \
  /external/swiftshader/third_party/subzero/pydir/
wasm-run-torture-tests.py 116 OUT_DIR = "./build/wasm-torture"
133 global OUT_DIR
139 obj_file = os.path.join(OUT_DIR, test_name + ".o")
140 exe_file = os.path.join(OUT_DIR, test_name + ".exe")
192 if os.path.exists(OUT_DIR):
193 shutil.rmtree(OUT_DIR)
194 os.mkdir(OUT_DIR)
  /prebuilts/build-tools/
build-prebuilts.sh 3 if [ -z "${OUT_DIR}" ]; then
4 echo Must set OUT_DIR
30 SOONG_OUT=${OUT_DIR}/soong
31 SOONG_HOST_OUT=${OUT_DIR}/soong/host/${OS}-x86
92 GO_OUT=${OUT_DIR}/obj/go
  /kernel/tests/net/test/
run_net_test.sh 61 OUT_DIR=$(readlink -f ${OUT_DIR:-.})
63 if [ "$OUT_DIR" != "$KERNEL_DIR" ]; then
64 MAKE="$MAKE O=$OUT_DIR"
68 CONFIG_FILE=${OUT_DIR}/.config
125 cd $OUT_DIR
  /development/scripts/
combine_sdks.sh 99 OUT_DIR="${OUTPUT//.zip/}"
100 mv $V "$BASE_DIR"/* "$OUT_DIR"
101 echo "Unzipped combined SDK available at $OUT_DIR"

Completed in 459 milliseconds

12 3 4 5