/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/ |
Makefile | 5 include $(OMXROOT)/Master.mk
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/ |
Makefile | 5 include $(OMXROOT)/Master.mk
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/ |
Makefile | 5 include $(OMXROOT)/Master.mk
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/ |
Makefile | 5 include $(OMXROOT)/Master.mk
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/ |
Makefile | 5 include $(OMXROOT)/Master.mk
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/ |
Makefile | 5 include $(OMXROOT)/Master.mk
|
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/ |
Makefile | 4 include $(OMXROOT)/Master.mk
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/ |
Makefile | 5 include $(OMXROOT)/Master.mk
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/ |
Makefile | 6 include $(OMXROOT)/Master.mk
|
/libcore/crypto/src/main/native/ |
sub.mk | 2 # This file is included by the top-level libcore Android.mk. 13 # be listed in libs/nativehelper/Android.mk.
|
/libcore/dalvik/src/main/native/ |
sub.mk | 2 # This file is included by the top-level libcore Android.mk. 12 # be listed in libs/nativehelper/Android.mk.
|
/packages/inputmethods/LatinIME/tools/make-keyboard-text/ |
Android.mk | 25 include $(LOCAL_PATH)/etc/Android.mk
|
/external/scrypt/ |
Scrypt.mk | 5 local_additional_dependencies := $(LOCAL_PATH)/android-config.mk $(LOCAL_PATH)/Scrypt.mk 7 include $(LOCAL_PATH)/Scrypt-config.mk 12 include $(LOCAL_PATH)/android-config.mk 37 include $(LOCAL_PATH)/android-config.mk
|
/device/asus/deb/self-extractors/ |
files-by-owner.sh | 24 cat > $target_owner/staging/device-partial.mk << EOF 40 echo -n "# " >> $target_owner/staging/device-partial.mk 43 echo -n Asus >> $target_owner/staging/device-partial.mk 46 echo -n Broadcom >> $target_owner/staging/device-partial.mk 49 echo -n Qualcomm >> $target_owner/staging/device-partial.mk 52 echo " blob(s) necessary for Deb hardware" >> $target_owner/staging/device-partial.mk 53 echo "PRODUCT_COPY_FILES := \\" >> $target_owner/staging/device-partial.mk 81 echo " vendor/$target_owner/deb/proprietary/$(basename $file):$file:$target_owner \\" >> $target_owner/staging/device-partial.mk 87 echo >> $target_owner/staging/device-partial.mk 90 echo PRODUCT_PACKAGES := libacdbloader tzapps.mdt >> $target_owner/staging/device-partial.mk [all...] |
/device/asus/flo/self-extractors/ |
files-by-owner.sh | 24 cat > $target_owner/staging/device-partial.mk << EOF 40 echo -n "# " >> $target_owner/staging/device-partial.mk 43 echo -n Asus >> $target_owner/staging/device-partial.mk 46 echo -n Broadcom >> $target_owner/staging/device-partial.mk 49 echo -n Qualcomm >> $target_owner/staging/device-partial.mk 52 echo " blob(s) necessary for Flo hardware" >> $target_owner/staging/device-partial.mk 53 echo "PRODUCT_COPY_FILES := \\" >> $target_owner/staging/device-partial.mk 81 echo " vendor/$target_owner/flo/proprietary/$(basename $file):$file:$target_owner \\" >> $target_owner/staging/device-partial.mk 87 echo >> $target_owner/staging/device-partial.mk 90 echo PRODUCT_PACKAGES := libacdbloader tzapps.mdt >> $target_owner/staging/device-partial.mk [all...] |
/external/dhcpcd/mk/ |
prog.mk | 2 # based on FreeBSD's bsd.prog.mk 6 include ${MK}/cc.mk 52 include ${MK}/depend.mk 53 include ${MK}/files.mk 54 include ${MK}/scripts.mk 55 include ${MK}/man.m [all...] |
/external/openssl/ |
Crypto.mk | 5 local_additional_dependencies := $(LOCAL_PATH)/android-config.mk $(LOCAL_PATH)/Crypto.mk 7 include $(LOCAL_PATH)/Crypto-config.mk 12 include $(LOCAL_PATH)/android-config.mk 36 include $(LOCAL_PATH)/android-config.mk 61 include $(LOCAL_PATH)/android-config.mk 76 include $(LOCAL_PATH)/android-config.mk
|
Ssl.mk | 5 local_additional_dependencies := $(LOCAL_PATH)/android-config.mk $(LOCAL_PATH)/Ssl.mk 7 include $(LOCAL_PATH)/Ssl-config.mk 12 include $(LOCAL_PATH)/android-config.mk 35 include $(LOCAL_PATH)/android-config.mk 58 include $(LOCAL_PATH)/android-config.mk 71 include $(LOCAL_PATH)/android-config.mk
|
/bootable/recovery/ |
Android.mk | 98 include $(LOCAL_PATH)/minui/Android.mk \ 99 $(LOCAL_PATH)/minelf/Android.mk \ 100 $(LOCAL_PATH)/minzip/Android.mk \ 101 $(LOCAL_PATH)/minadbd/Android.mk \ 102 $(LOCAL_PATH)/mtdutils/Android.mk \ 103 $(LOCAL_PATH)/tools/Android.mk \ 104 $(LOCAL_PATH)/edify/Android.mk \ 105 $(LOCAL_PATH)/updater/Android.mk \ 106 $(LOCAL_PATH)/applypatch/Android.mk
|
/development/testrunner/ |
android_mk.py | 18 """In memory representation of Android.mk file. 20 Specifications for Android.mk can be found at 21 development/ndk/docs/ANDROID-MK.txt 31 """In memory representation of Android.mk file.""" 36 FILENAME = "Android.mk" 145 """Parse Android.mk at the specified path. 148 mk_path: path to Android.mk 150 IOError: Android.mk cannot be found at given path, or cannot be opened 153 mk = open(mk_path) 154 for line in mk [all...] |
/frameworks/compile/mclinker/ |
Android.mk | 4 # For mcld.mk 37 include $(MCLD_ROOT_PATH)/mcld.mk 38 include $(addprefix $(LOCAL_PATH)/,$(addsuffix /Android.mk, $(subdirs)))
|
/libcore/ |
NativeCode.mk | 25 # sub.mk. See, the "error" directives immediately below. 38 include $(LOCAL_PATH)/$(1)/sub.mk 40 $$(error $(LOCAL_PATH)/$(1)/sub.mk should not include CLEAR_VARS \ 44 $$(error $(LOCAL_PATH)/$(1)/sub.mk should not define LOCAL_PATH) 52 # sub.mk files don't see anything stray from the last rule that was 57 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/NativeCode.mk 60 # Include the sub.mk files. 88 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/NativeCode.mk 89 include external/stlport/libstlport.mk 105 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/NativeCode.mk [all...] |
/build/target/product/ |
sdk.mk | 69 -include sdk/build/product_sdk.mk 70 -include development/build/product_sdk.mk 92 include $(SRC_TARGET_DIR)/product/emulator.mk 94 $(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk) 95 $(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk) 96 $(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk) 97 $(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk) 171 -include external/svox/pico/lang/PicoLangDeDeInSystem.mk 172 -include external/svox/pico/lang/PicoLangEnGBInSystem.mk 173 -include external/svox/pico/lang/PicoLangEnUsInSystem.mk [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_subexp.c | 88 int mk = 0; local 92 if (num_syms <= mk + 3 * a) { 93 count += count_uniform(word - mk, num_syms - mk); 96 int t = (word >= mk + a); 100 mk += a; 131 int mk = 0; local 135 if (num_syms <= mk + 3 * a) { 136 encode_uniform(w, word - mk, num_syms - mk); [all...] |
/build/core/ |
phony_package.mk | 8 include $(BUILD_SYSTEM)/base_rules.mk
|