Searched refs:OUT_DIR (Results 1 – 9 of 9) sorted by relevance
/system/chre/host/msm/daemon/idl/ |
D | update.sh | 10 OUT_DIR="../generated" 12 mkdir -p $OUT_DIR 13 "$QAIC_DIR"/qaic -mdll -o $OUT_DIR -I. chre_slpi.idl
|
/system/media/ |
D | CleanSpec.mk | 48 $(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/ |
D | CleanSpec.mk | 48 $(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/timezone/output_data/ |
D | CleanSpec.mk | 53 $(call add-clean-step, rm -f $(OUT_DIR)/host/linux-x86/usr/share/zoneinfo/tzlookup.xml)
|
/system/sepolicy/tools/ |
D | build_policies.sh | 78 OUT_DIR=$out_dir/out.$target mmma -j$mmma_jobs system/sepolicy &>> $my_out_file
|
/system/tools/aidl/ |
D | aidl_language.h | 295 enum Direction { IN_DIR = 1, OUT_DIR = 2, INOUT_DIR = 3 }; enumerator 303 bool IsOut() const { return direction_ & OUT_DIR; } in IsOut()
|
D | generate_java_binder.cpp | 532 if (arg->GetDirection() & AidlArgument::OUT_DIR) { in generate_stub_code() 650 if (dir == AidlArgument::OUT_DIR && arg->GetType().IsArray()) { in generate_proxy_method() 719 if (arg->GetDirection() & AidlArgument::OUT_DIR) { in generate_proxy_method()
|
D | aidl_language_y.yy | 419 { $$ = AidlArgument::OUT_DIR; }
|
D | aidl_language.cpp | 303 case AidlArgument::OUT_DIR: in GetDirectionSpecifier()
|