/system/media/ |
D | CleanSpec.mk | 46 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib/libOpenMAXAL.so) 47 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib/libOpenSLES.so) 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… 53 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libaudioutils_intermediates) 54 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filterfw_intermediates) 55 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/framework/filterfw.jar)
|
/system/core/ |
D | CleanSpec.mk | 51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/init.rc) 52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/init.rc) 53 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/reboot) 54 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/default.prop) 55 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/default.prop) 56 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/EXECUTABLES/lmkd_intermediates/import_includes) 57 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libsysutils_intermediates/import_… 58 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/grep $(PRODUCT_OUT)/system/bin/toolbox)
|
/system/tpm/attestation/server/ |
D | dbus_service_test.cc | 62 std::unique_ptr<dbus::MethodCall> call(new dbus::MethodCall( in CreateMethodCall() local 64 call->SetSerial(1); in CreateMethodCall() 65 return call; in CreateMethodCall() 101 std::unique_ptr<dbus::MethodCall> call = CreateMethodCall( in TEST_F() local 103 dbus::MessageWriter writer(call.get()); in TEST_F() 105 auto response = CallMethod(call.get()); in TEST_F() 123 std::unique_ptr<dbus::MethodCall> call = CreateMethodCall( in TEST_F() local 126 dbus::MessageWriter writer(call.get()); in TEST_F() 128 auto response = CallMethod(call.get()); in TEST_F() 154 std::unique_ptr<dbus::MethodCall> call = CreateMethodCall(kGetKeyInfo); in TEST_F() local [all …]
|
/system/media/audio_utils/ |
D | Android.mk | 1 LOCAL_PATH:= $(call my-dir) 21 LOCAL_C_INCLUDES += $(call include-path-for, speex) 23 $(call include-path-for, speex) \ 24 $(call include-path-for, audio-utils) 46 $(call include-path-for, audio-utils) 60 $(call include-path-for, audio-utils) 76 $(call include-path-for, audio-utils) 95 $(call include-path-for, audio-utils) 101 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/system/vold/bench/ |
D | benchgen.py | 35 def __init__(self, thread, time, call, args, ret): argument 38 self.call = call 43 return "%s(%s)=%s" % (self.call, repr(self.args), self.ret) 119 time, call, args, ret = line.groups() variable 120 if call not in interesting: continue 125 events.append(Event(thread, time, call, args, ret)) 179 if e.call == "openat": 188 elif e.call == "close": 194 elif e.call == "lseek": 199 elif e.call == "_llseek": [all …]
|
/system/media/audio_utils/tests/ |
D | Android.mk | 3 LOCAL_PATH:= $(call my-dir) 12 $(call include-path-for, audio-utils) 26 LOCAL_C_INCLUDES := $(call include-path-for, audio-utils) 36 LOCAL_C_INCLUDES := $(call include-path-for, audio-utils) 45 LOCAL_C_INCLUDES := $(call include-path-for, audio-utils)
|
/system/ca-certificates/ |
D | Android.mk | 16 LOCAL_PATH := $(call my-dir) 44 cacerts := $(call all-files-under,files) 47 $(foreach cacert, $(cacerts), $(eval $(call include-prebuilt-with-destination-directory,target-cace… 56 $(foreach cacert, $(cacerts), $(eval $(call include-prebuilt-with-destination-directory,host-cacert… 62 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/system/ca-certificates/google/ |
D | Android.mk | 16 LOCAL_PATH := $(call my-dir) 18 cacerts_google := $(call all-files-under,files) 21 $(foreach cacert, $(cacerts_google), $(eval $(call include-prebuilt-with-destination-directory,targ… 30 $(foreach cacert, $(cacerts_google), $(eval $(call include-prebuilt-with-destination-directory,host…
|
/system/bt/embdrv/sbc/ |
D | Android.mk | 1 LOCAL_PATH := $(call my-dir) 3 include $(call all-subdir-makefiles)
|
/system/bt/embdrv/ |
D | Android.mk | 1 LOCAL_PATH := $(call my-dir) 3 include $(call all-subdir-makefiles)
|
/system/extras/tests/lib/ |
D | Android.mk | 17 LOCAL_PATH:= $(call my-dir) 18 include $(call all-subdir-makefiles)
|
/system/extras/verity/fec/tests/ |
D | fec.py | 45 if subprocess.call([ "fec", "--roots= " + str(roots), image, fec ]) != 0: 49 return subprocess.call([ "fec", "--decode", image, fec, output ]) 52 return subprocess.call([ "cmp", "-s", a, b ]) 56 if subprocess.call([ "simg2img", image, output]) != 0:
|
/system/sepolicy/ |
D | Android.mk | 1 LOCAL_PATH:= $(call my-dir) 93 $(sepolicy_policy.conf): $(call build_policy, $(sepolicy_build_files)) 131 $(sepolicy_policy_recovery.conf): $(call build_policy, $(sepolicy_build_files)) 223 local_fcfiles_with_nl := $(call add_nl, $(local_fc_files), $(built_nl)) 230 device_fc_files := $(call build_device_policy, file_contexts) 231 device_fcfiles_with_nl := $(call add_nl, $(device_fc_files), $(built_nl)) 298 all_sc_files := $(call build_policy, seapp_contexts) 350 all_pc_files := $(call build_policy, property_contexts) 351 all_pcfiles_with_nl := $(call add_nl, $(all_pc_files), $(built_nl)) 404 all_svc_files := $(call build_policy, service_contexts) [all …]
|
D | CleanSpec.mk | 51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/file_contexts) 52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/file_contexts)
|
/system/extras/ |
D | CleanSpec.mk | 47 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system.img $(PRODUCT_OUT)/userdata.img) 48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/EXECUTABLES/taskstats_intermediates)
|
/system/core/cpio/ |
D | Android.mk | 3 LOCAL_PATH:= $(call my-dir) 17 $(call dist-for-goals,dist_files,$(LOCAL_BUILT_MODULE))
|
/system/core/libutils/ |
D | CleanSpec.mk | 50 $(call add-clean-step, rm -rf $(HOST_OUT)/obj/STATIC_LIBRARIES/libutils_intermediates/import_includ… 51 $(call add-clean-step, rm -rf $(HOST_OUT)/obj/STATIC_LIBRARIES/lib64utils_intermediates/import_incl…
|
/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/media/audio_utils/spdif/ |
D | Android.mk | 1 LOCAL_PATH:= $(call my-dir) 15 LOCAL_C_INCLUDES += $(call include-path-for, audio-utils)
|
/system/bt/osi/ |
D | Android.mk | 19 LOCAL_PATH := $(call my-dir) 90 generated_sources_dir := $(call local-generated-sources-dir) 93 LOCAL_SRC_FILES := $(call all-proto-files-under,src/protos/) 107 generated_sources_dir := $(call local-generated-sources-dir) 110 LOCAL_SRC_FILES := $(call all-proto-files-under,src/protos/)
|
/system/core/gatekeeperd/ |
D | Android.mk | 17 LOCAL_PATH := $(call my-dir) 42 include $(call first-makefiles-under,$(LOCAL_PATH))
|
/system/core/healthd/ |
D | Android.mk | 3 LOCAL_PATH := $(call my-dir) 76 $(foreach _img, $(call find-subdir-subdir-files, "images", "*.png"), \ 77 $(eval $(call _add-charger-image,$(_img))))
|
/system/core/logd/ |
D | Android.mk | 1 LOCAL_PATH:= $(call my-dir) 47 include $(call first-makefiles-under,$(LOCAL_PATH))
|
/system/gatekeeper/ |
D | Android.mk | 15 LOCAL_PATH := $(call my-dir) 52 include $(call first-makefiles-under,$(LOCAL_PATH))
|
/system/core/libion/ |
D | Android.mk | 1 LOCAL_PATH := $(call my-dir) 22 include $(call first-makefiles-under,$(LOCAL_PATH))
|