OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:out_dir
(Results
26 - 50
of
300
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/mockito/
CleanSpec.mk
29
# Use $(
OUT_DIR
) to refer to the "out" directory.
42
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/APPS/AndroidTests_intermediates)
43
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44
#$(call add-clean-step, find $(
OUT_DIR
) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
47
$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/JAVA_LIBRARIES/mockito-api_intermediates)
/hardware/qcom/camera/
CleanSpec.mk
29
# Use $(
OUT_DIR
) to refer to the "out" directory.
42
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/APPS/AndroidTests_intermediates)
43
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44
#$(call add-clean-step, find $(
OUT_DIR
) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
47
$(call add-clean-step, find $(
OUT_DIR
) -name "camera.msm8960*" -print0 | xargs -0 rm -rf)
/packages/apps/Calendar/
CleanSpec.mk
29
# Use $(
OUT_DIR
) to refer to the "out" directory.
42
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/APPS/AndroidTests_intermediates)
43
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44
#$(call add-clean-step, find $(
OUT_DIR
) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
46
$(call add-clean-step, rm -rf $(
OUT_DIR
)/out/target/common/obj/APPS/Calendar_intermediates)
/packages/apps/VideoEditor/
CleanSpec.mk
29
# Use $(
OUT_DIR
) to refer to the "out" directory.
42
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/APPS/AndroidTests_intermediates)
43
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44
#$(call add-clean-step, find $(
OUT_DIR
) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
47
$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/APPS/VideoEditor_intermediates)
/external/llvm/
CleanSpec.mk
29
# Use $(
OUT_DIR
) to refer to the "out" directory.
42
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/APPS/AndroidTests_intermediates)
43
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44
#$(call add-clean-step, find $(
OUT_DIR
) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
50
$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/product/stingray/obj/STATIC_LIBRARIES/libLLVM*)
51
$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/product/stingray/obj/STATIC_LIBRARIES/libLLVMARMCodeGen_intermediates*)
52
$(call add-clean-step, rm -rf $(
OUT_DIR
)/host/$(HOST_PREBUILT_TAG)/obj/STATIC_LIBRARIES/libLLVMARM*)
/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/chromium_org/courgette/
run_stress_test
52
out_dir
="${3:-${outdir_prefix}$(date +%Y%m%d_%H%M%S)}"
53
if [ -e "${
out_dir
}" ]; then
54
error "\"${
out_dir
}\" already exists"
58
mkdir -p "${
out_dir
}" || exit 1
60
patches_dir="${
out_dir
}/patches"
61
applied_dir="${
out_dir
}/applied"
62
dis_dir="${
out_dir
}/dis"
63
bsdiff="${
out_dir
}/bsdiff"
64
log="${
out_dir
}/log"
65
results="${
out_dir
}/results
[
all
...]
/bionic/
CleanSpec.mk
29
# Use $(
OUT_DIR
) to refer to the "out" directory.
42
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/APPS/AndroidTests_intermediates)
43
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44
#$(call add-clean-step, find $(
OUT_DIR
) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
/bootable/diskinstaller/
CleanSpec.mk
29
# Use $(
OUT_DIR
) to refer to the "out" directory.
42
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/APPS/AndroidTests_intermediates)
43
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44
#$(call add-clean-step, find $(
OUT_DIR
) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
/bootable/recovery/
CleanSpec.mk
29
# Use $(
OUT_DIR
) to refer to the "out" directory.
42
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/APPS/AndroidTests_intermediates)
43
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44
#$(call add-clean-step, find $(
OUT_DIR
) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
/cts/
CleanSpec.mk
29
# Use $(
OUT_DIR
) to refer to the "out" directory.
42
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/APPS/AndroidTests_intermediates)
43
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44
#$(call add-clean-step, find $(
OUT_DIR
) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
/device/asus/deb/
CleanSpec.mk
29
# Use $(
OUT_DIR
) to refer to the "out" directory.
42
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/APPS/AndroidTests_intermediates)
43
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44
#$(call add-clean-step, find $(
OUT_DIR
) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
/device/asus/grouper/
CleanSpec.mk
29
# Use $(
OUT_DIR
) to refer to the "out" directory.
42
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/APPS/AndroidTests_intermediates)
43
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44
#$(call add-clean-step, find $(
OUT_DIR
) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
/device/asus/tilapia/
CleanSpec.mk
29
# Use $(
OUT_DIR
) to refer to the "out" directory.
42
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/APPS/AndroidTests_intermediates)
43
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44
#$(call add-clean-step, find $(
OUT_DIR
) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
/device/common/
CleanSpec.mk
29
# Use $(
OUT_DIR
) to refer to the "out" directory.
42
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/APPS/AndroidTests_intermediates)
43
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44
#$(call add-clean-step, find $(
OUT_DIR
) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
/device/sample/
CleanSpec.mk
29
# Use $(
OUT_DIR
) to refer to the "out" directory.
42
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/APPS/AndroidTests_intermediates)
43
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44
#$(call add-clean-step, find $(
OUT_DIR
) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
/docs/source.android.com/
CleanSpec.mk
29
# Use $(
OUT_DIR
) to refer to the "out" directory.
42
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/APPS/AndroidTests_intermediates)
43
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44
#$(call add-clean-step, find $(
OUT_DIR
) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
/external/apache-http/
CleanSpec.mk
29
# Use $(
OUT_DIR
) to refer to the "out" directory.
42
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/APPS/AndroidTests_intermediates)
43
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44
#$(call add-clean-step, find $(
OUT_DIR
) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
/external/bison/
CleanSpec.mk
29
# Use $(
OUT_DIR
) to refer to the "out" directory.
42
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/APPS/AndroidTests_intermediates)
43
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44
#$(call add-clean-step, find $(
OUT_DIR
) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
/external/blktrace/
CleanSpec.mk
29
# Use $(
OUT_DIR
) to refer to the "out" directory.
42
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/APPS/AndroidTests_intermediates)
43
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44
#$(call add-clean-step, find $(
OUT_DIR
) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
/external/bluetooth/bluedroid/
CleanSpec.mk
29
# Use $(
OUT_DIR
) to refer to the "out" directory.
42
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/APPS/AndroidTests_intermediates)
43
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44
#$(call add-clean-step, find $(
OUT_DIR
) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
/external/bouncycastle/
CleanSpec.mk
29
# Use $(
OUT_DIR
) to refer to the "out" directory.
42
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/APPS/AndroidTests_intermediates)
43
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44
#$(call add-clean-step, find $(
OUT_DIR
) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
/external/bsdiff/
CleanSpec.mk
29
# Use $(
OUT_DIR
) to refer to the "out" directory.
42
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/APPS/AndroidTests_intermediates)
43
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44
#$(call add-clean-step, find $(
OUT_DIR
) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
/external/bzip2/
CleanSpec.mk
29
# Use $(
OUT_DIR
) to refer to the "out" directory.
42
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/APPS/AndroidTests_intermediates)
43
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44
#$(call add-clean-step, find $(
OUT_DIR
) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
/external/ceres-solver/
CleanSpec.mk
29
# Use $(
OUT_DIR
) to refer to the "out" directory.
42
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/APPS/AndroidTests_intermediates)
43
#$(call add-clean-step, rm -rf $(
OUT_DIR
)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44
#$(call add-clean-step, find $(
OUT_DIR
) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
Completed in 432 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>