Home
last modified time | relevance | path

Searched refs:module (Results 1 – 25 of 33) sorted by relevance

12

/build/core/tasks/
Ddeps_licenses.mk35 define get-module-all-dependencies
39 $(call get-module-all-dependencies,$(1),$(_gmad_new)))
47 $(eval $(call get-module-all-dependencies,deps,$(m)))\
Dsdk-addon.mk38 $(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…
Dvendor_module_check.mk74 $(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/
Dhost_executable.mk22 …_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))
Dexecutable.mk14 …_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))
Dmain.mk543 $(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)))))
Dmultilib.mk13 $(error $(LOCAL_PATH): Invalid LOCAL_MULTILIB specified for module $(LOCAL_MODULE))
Dhost_static_library_internal.mk17 $(error $(LOCAL_PATH): Cannot set module stem for a library)
Dstatic_library_internal.mk18 $(error $(LOCAL_PATH): Cannot set module stem for a library)
Dhost_shared_library_internal.mk22 $(error $(LOCAL_PATH): Cannot set module stem for a library)
Dshared_library_internal.mk20 $(error $(LOCAL_PATH): Cannot set module stem for a library)
Ddefinitions.mk534 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
Dbase_rules.mk70 $(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.)
Dproduct.mk314 define add-product-dex-preopt-module-config
Dprebuilt_internal.mk73 $(error Cannot strip/pack host module LOCAL_PATH=$(LOCAL_PATH))
/build/tools/releasetools/
Dpylintrc31 # 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
Dcommon.py939 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/
Dbuildspec.mk.default59 # 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/
Dpackage-modules.mk26 $(warning Unknown installed file for module '$(m)'))\
Dbuild_custom_image.mk42 $(warning Unknown installed file for module '$(m)'))\
/build/tools/droiddoc/templates-sdk/assets/js/
Dprettify.js20 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/
Dprettify.js20 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/
Dprettify.js20 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/
Dprettify.js20 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/
Dprettify.js20 J=[v,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,…

12