Home
last modified time | relevance | path

Searched refs:OUT_DIR (Results 1 – 8 of 8) sorted by relevance

/system/chre/host/msm/daemon/idl/
Dupdate.sh10 OUT_DIR="../generated"
12 mkdir -p $OUT_DIR
13 "$QAIC_DIR"/qaic -mdll -o $OUT_DIR -I. chre_slpi.idl
/system/media/
DCleanSpec.mk48 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filterfw_intermediates)
49 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filterpack_imageproc_inte…
50 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filterpack_text_intermedi…
51 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filterpack_ui_intermediat…
52 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filterpack_videosrc_inter…
54 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filterfw_intermediates)
/system/bt/
DCleanSpec.mk48 $(call add-clean-step, find $(OUT_DIR) -type f -iname "*blue*" -print0 | xargs -0 rm -f)
49 $(call add-clean-step, find $(OUT_DIR) -type f -iname "*bdroid*" -print0 | xargs -0 rm -f)
/system/sepolicy/tools/
Dbuild_policies.sh78 OUT_DIR=$out_dir/out.$target mmma -j$mmma_jobs system/sepolicy &>> $my_out_file
/system/tools/aidl/
Daidl_language.h113 enum Direction { IN_DIR = 1, OUT_DIR = 2, INOUT_DIR = 3 }; enumerator
121 bool IsOut() const { return direction_ & OUT_DIR; } in IsOut()
Dgenerate_java_binder.cpp464 if (arg->GetDirection() & AidlArgument::OUT_DIR) { in generate_stub_code()
611 if (dir == AidlArgument::OUT_DIR && arg->GetType().IsArray()) { in generate_proxy_method()
652 if (arg->GetDirection() & AidlArgument::OUT_DIR) { in generate_proxy_method()
Daidl_language.cpp75 case AidlArgument::OUT_DIR: in ToString()
Daidl_language_y.yy310 { $$ = AidlArgument::OUT_DIR; }