HomeSort by relevance Sort by last modified time
    Searched refs:OUT_DIR (Results 1 - 25 of 59) sorted by null

1 2 3

  /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...]
  /ndk/build/tools/
build-docs.sh 24 OUT_DIR=$DEFAULT_OUT_DIR
48 register_var_option "--out-dir=<path>" OUT_DIR "Specify output directory"
73 if [ -z "$OUT_DIR" ]; then
74 OUT_DIR=$ANDROID_NDK_ROOT/docs
76 OUT_DIR=${OUT_DIR%%/}
77 log "Output directory: $OUT_DIR"
87 DST_FILE=$OUT_DIR${DST_FILE##$IN_DIR}
109 if [ "$OUT_DIR" != "$DEFAULT_OUT_DIR" ]; then
112 dump "Done, see $OUT_DIR"
    [all...]
build-cxx-stl.sh 68 OUT_DIR=
69 register_var_option "--out-dir=<path>" OUT_DIR "Specify output directory directly."
127 # Handle OUT_DIR
128 if [ -z "$OUT_DIR" ] ; then
129 OUT_DIR=$ANDROID_NDK_ROOT
130 log "Auto-config: --out-dir=$OUT_DIR"
132 mkdir -p "$OUT_DIR"
133 fail_panic "Could not create directory: $OUT_DIR"
670 build_stl_libs_for_abi $ABI "$BUILD_DIR/$ABI/shared" "shared" "$OUT_DIR"
671 build_stl_libs_for_abi $ABI "$BUILD_DIR/$ABI/static" "static" "$OUT_DIR"
    [all...]
package-release.sh 74 OUT_DIR=/tmp/ndk-$USER/release
76 register_var_option "--out-dir=<path>" OPTION_OUT_DIR "Specify output package directory" "$OUT_DIR"
195 OUT_DIR="$OPTION_OUT_DIR"
196 mkdir -p $OUT_DIR
198 echo "ERROR: Could not create output directory: $OUT_DIR"
202 rm -rf $OUT_DIR && mkdir -p $OUT_DIR
587 pack_archive "$OUT_DIR/$ARCHIVE" "$TMPDIR" "$RELEASE_PREFIX"
588 fail_panic "Could not create archive: $OUT_DIR/$ARCHIVE"
590 pack_archive "$OUT_DIR/$ARCHIVE64" "$TMPDIR/64" "${RELEASE_PREFIX}
    [all...]
build-libportable.sh 53 OUT_DIR=
54 register_var_option "--out-dir=<path>" OUT_DIR "Specify output directory directly."
181 build_libportable_libs_for_abi $ABI "$BUILD_DIR/$ABI" "$OUT_DIR"
build-compiler-rt.sh 50 OUT_DIR=
51 register_var_option "--out-dir=<path>" OUT_DIR "Specify output directory directly."
252 build_compiler_rt_libs_for_abi $ABI "$BUILD_DIR/$ABI/shared" "shared" "$OUT_DIR"
253 build_compiler_rt_libs_for_abi $ABI "$BUILD_DIR/$ABI/static" "static" "$OUT_DIR"
make-release.sh 39 OUT_DIR=/tmp/ndk-$USER/release
40 register_var_option "--out-dir=<path>" OUT_DIR "Path to output directory"
248 run $ANDROID_NDK_ROOT/build/tools/package-release.sh --release=$RELEASE --prefix=$PREFIX --out-dir="$OUT_DIR" --prebuilt-dir="$PREBUILT_DIR" --systems="$HOST_SYSTEMS" --development-root="$DEVELOPMENT_ROOT"
256 dump "All clear. Good work! See $OUT_DIR"
dev-platform-import.sh 33 OUT_DIR=/tmp/ndk-$USER/platforms-import
34 register_var_option "--out-dir=<path>" OUT_DIR "Specify output directory"
45 By default, the files will be copied to $OUT_DIR, but you can
71 locations into \$OUT_DIR/android-\$API/include or
72 \$OUT_DIR/android-\$API/arch-\$ARCH/include
75 and generate symbol files in \$OUT_DIR/android-\$API/arch-\$ARCH/symbols.
150 PLATFORM_ROOT=$OUT_DIR/android-$PLATFORM/arch-$ARCH
  /external/qemu/
android-rebuild.sh 17 OUT_DIR=objs
31 OUT_DIR=${OPT##--out-dir=}
71 run ./android-configure.sh --out-dir=$OUT_DIR "$@" ||
75 run make -j$HOST_NUM_CPUS OBJS_DIR="$OUT_DIR" ||
100 run $TEST_SHELL $OUT_DIR/$UNIT_TEST$EXE_SUFFIX || FAILURES="$FAILURES $UNIT_TEST"
107 run $TEST_SHELL $OUT_DIR/$UNIT_TEST$EXE_SUFFIX || FAILURES="$FAILURES $UNIT_TEST"
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/bullet/
build.sh 12 OUT_DIR=out
15 NACLPORTS_DIR=${OUT_DIR}/naclports
17 NACLAM_DIR=${OUT_DIR}/NaClAMBase
85 LogExecute cp ${NACLAM_DIR}/pnacl/Release/NaClAMBullet.{pexe,nmf} ${OUT_DIR}
  /external/chromium_org/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/chromium_org/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"
  /external/chromium_org/native_client_sdk/src/build_tools/
build_paths.py 16 OUT_DIR = os.path.join(SRC_DIR, 'out')
18 NACLPORTS_DIR = os.path.join(OUT_DIR, 'naclports')
build_sdk.py 42 from build_paths import SCRIPT_DIR, SDK_SRC_DIR, SRC_DIR, NACL_DIR, OUT_DIR
92 return os.path.join(OUT_DIR, build_dir, 'Release', 'gen')
201 tmpdir = os.path.join(OUT_DIR, 'tc_temp')
322 return os.path.join(os.path.relpath(OUT_DIR, SRC_DIR), path)
376 ninja_out_dir = os.path.join(OUT_DIR, build_dir, 'Release')
421 ninja_out_dir = os.path.join(OUT_DIR, build_dir + '-arm', 'Release')
453 out_dir = MakeNinjaRelPath(rel_out_dir)
455 GypNinjaBuild('ia32', gyp_py, nacl_core_sdk_gyp, 'nacl_core_sdk', out_dir)
457 GypNinjaBuild('ia32', gyp_py, all_gyp, 'ncval_new', out_dir)
461 NinjaBuild('sel_ldr64', out_dir)
    [all...]
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/lua/
build.sh 13 OUT_DIR=out
16 NACLPORTS_DIR=${OUT_DIR}/naclports
  /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
  /build/core/tasks/
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)
124 $(OUT_DIR)/products/$(strip $(1)).txt \
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/smoothlife/
build.sh 12 OUT_DIR=out
14 SMOOTHLIFE_DIR=${OUT_DIR}/smoothlife
81 LogExecute cp ${SMOOTHLIFE_DIR}/pnacl/Release/smoothnacl.{pexe,nmf} ${OUT_DIR}
  /ndk/tests/abcc/
build-abcc.sh 40 OUT_DIR=/tmp/ndk-$USER/out
41 register_var_option "--out-dir=<path>" OUT_DIR "Specify output directory directly"
132 run mkdir -p $BUILD_DIR $OUT_DIR
153 run cp -a bin/$ABCC-debug.apk $OUT_DIR/$ABCC-$ABI.apk
157 run cp -a bin/$ABCC-release-unsigned.apk $OUT_DIR/$ABCC-$ABI-unsigned.apk
161 run cd $OUT_DIR
164 dump "Done. Compiler app is under $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"
  /build/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)
67 $(shell build/tools/findleaves.py --prune=$(OUT_DIR) --prune=.repo --prune=.git . CleanSpec.mk)
  /external/chromium_org/tools/gyp/buildbot/
buildbot_run.py 29 OUT_DIR = os.path.join(TRUNK_DIR, 'out')
207 print 'Removing %s...' % OUT_DIR
208 shutil.rmtree(OUT_DIR, ignore_errors=True)
  /cts/tools/tradefed-host/etc/
cts-tradefed 67 CTS_ROOT=${ANDROID_BUILD_TOP}/${OUT_DIR:-out}/host/${OS}/cts
  /external/chromium_org/native_client_sdk/src/
test_all.py 30 TOOLCHAIN_OUT = os.path.join(build_paths.OUT_DIR, 'sdk_tests', 'toolchain')
  /external/emma/core/java12/com/vladium/emma/report/
IReportProperties.java 26 String OUT_DIR = "out.dir";

Completed in 888 milliseconds

1 2 3