/build/core/tasks/ |
D | deps_licenses.mk | 35 define get-module-all-dependencies 39 $(call get-module-all-dependencies,$(1),$(_gmad_new))) 47 $(eval $(call get-module-all-dependencies,deps,$(m)))\
|
D | sdk-addon.mk | 38 $(hide) java -jar $(call module-installed-files,mkstubs) $(if $(hide),,--v) \ 45 $(eval _src := $(call module-stubs-files,$(call word-colon,1,$(cf)))) \ 48 …$(if $(_src),,$(eval $(error Unknown or unlinkable module: $(call word-colon,1,$(cf)). Requested b…
|
D | vendor_module_check.mk | 74 $(error Error: vendor module "$(m)" in $(ALL_MODULES.$(m).PATH) with unknown owner \ 90 $(error Error: vendor module "$(m)" in $(ALL_MODULES.$(m).PATH) \
|
/build/core/ |
D | host_executable.mk | 22 …_STEM_32 or LOCAL_MODULE_PATH_32 is required for LOCAL_MULTILIB := both for module $(LOCAL_MODULE)) 25 …_STEM_64 or LOCAL_MODULE_PATH_64 is required for LOCAL_MULTILIB := both for module $(LOCAL_MODULE))
|
D | executable.mk | 14 …_STEM_32 or LOCAL_MODULE_PATH_32 is required for LOCAL_MULTILIB := both for module $(LOCAL_MODULE)) 17 …_STEM_64 or LOCAL_MODULE_PATH_64 is required for LOCAL_MULTILIB := both for module $(LOCAL_MODULE))
|
D | main.mk | 543 $(call module-installed-files,$(known_custom_modules)) \ 598 $(eval r := $(call module-installed-files,$(r))) \ 626 $(eval r := $(filter $($(1)OUT_ROOT)/%,$(call module-installed-files,\ 690 product_FILES := $(call module-installed-files, $(product_MODULES)) 706 $(call module-installed-files, $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_PACKAGES_ENG)) \ 710 $(call module-installed-files, $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_PACKAGES_DEBUG)) \ 714 $(call module-installed-files, $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_PACKAGES_TESTS)) \ 1017 $(foreach module,$(sample_MODULES),$(sample_APKS_DEST_PATH)/$(notdir $(module))) 1018 $(foreach module,$(sample_MODULES),$(eval $(call \ 1019 copy-one-file,$(module),$(sample_APKS_DEST_PATH)/$(notdir $(module)))))
|
D | multilib.mk | 13 $(error $(LOCAL_PATH): Invalid LOCAL_MULTILIB specified for module $(LOCAL_MODULE))
|
D | host_static_library_internal.mk | 17 $(error $(LOCAL_PATH): Cannot set module stem for a library)
|
D | static_library_internal.mk | 18 $(error $(LOCAL_PATH): Cannot set module stem for a library)
|
D | host_shared_library_internal.mk | 22 $(error $(LOCAL_PATH): Cannot set module stem for a library)
|
D | shared_library_internal.mk | 20 $(error $(LOCAL_PATH): Cannot set module stem for a library)
|
D | definitions.mk | 534 define module-built-files 535 $(foreach module,$(1),$(ALL_MODULES.$(module).BUILT)) 546 define module-installed-files 547 $(foreach module,$(1),$(ALL_MODULES.$(module).INSTALLED)) 560 define module-stubs-files 561 $(foreach module,$(1),$(ALL_MODULES.$(module).STUBS)) 731 define module-names-for-tag-list 816 define dump-module-variables
|
D | base_rules.mk | 70 $(warning * used to cause the module to be installed automatically.) 71 $(warning * Now, the module must be listed in the PRODUCT_PACKAGES) 74 $(error user tag detected on module.)
|
D | product.mk | 314 define add-product-dex-preopt-module-config
|
D | prebuilt_internal.mk | 73 $(error Cannot strip/pack host module LOCAL_PATH=$(LOCAL_PATH))
|
/build/tools/releasetools/ |
D | pylintrc | 31 # A comma-separated list of package or module names from where C extensions may 75 # Put messages in a separate file for each module / package specified on the 120 # List of module names for which member attributes should not be checked 147 # Required attributes for module, separated by a comma 214 # Regular expression matching correct module names 215 module-rgx=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$ 217 # Naming hint for module names 218 module-name-hint=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$ 267 # Maximum number of lines in a module 268 max-module-lines=1000
|
D | common.py | 939 module = None variable in DeviceSpecificParams 948 if self.module is None: 962 self.module = imp.load_module("device_specific", *info) 972 if self.module is None or not hasattr(self.module, function_name): 974 return getattr(self.module, function_name)(*((self,) + args), **kwargs)
|
/build/ |
D | buildspec.mk.default | 59 # Turn on debugging for selected modules. If DEBUG_MODULE_<module-name> is set 61 # will be added to LOCAL_CFLAGS when building the module. 67 # Specify the extra CFLAGS to use when building a module whose
|
/build/core/tasks/tools/ |
D | package-modules.mk | 26 $(warning Unknown installed file for module '$(m)'))\
|
D | build_custom_image.mk | 42 $(warning Unknown installed file for module '$(m)'))\
|
/build/tools/droiddoc/templates-sdk/assets/js/ |
D | prettify.js | 20 J=[v,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,…
|
/build/tools/droiddoc/templates-sdk-dev/assets/js/ |
D | prettify.js | 20 J=[v,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,…
|
/build/tools/droiddoc/templates-ndk/assets/js/ |
D | prettify.js | 20 J=[v,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,…
|
/build/tools/droiddoc/templates-ds/assets/js/ |
D | prettify.js | 20 J=[v,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,…
|
/build/tools/droiddoc/templates-sac/assets/js/ |
D | prettify.js | 20 J=[v,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,…
|