Searched defs:module (Results 1 - 10 of 10) sorted by path

/build/core/
H A Ddefinitions.mk77 # GPL module license files
80 # Target and host installed module's dependencies on shared libraries.
620 ## Convert a list of short module names (e.g., "framework", "Browser")
627 define module-built-files
628 $(foreach module,$(1),$(ALL_MODULES.$(module).BUILT))
639 define module-installed-files
640 $(foreach module,$(1),$(ALL_MODULES.$(module).INSTALLED))
646 ## against that module a
[all...]
H A Dpdk_fusion_modules.mk1 # Auto-generate module defitions from platform.zip.
12 # Define a PDK prebuilt module that comes from platform.zip.
14 define prebuilt-pdk-java-module
51 $(call prebuilt-pdk-java-module,\
66 $(call prebuilt-pdk-java-module,\
H A Dproduct.mk314 # whitespace placeholder when we record module's dex-preopt config.
316 # Set up dex-preopt config for a module.
317 # $(1) list of module names
319 define add-product-dex-preopt-module-config
325 # whitespace placeholder when we record module's sanitizer config.
327 # Set up sanitizer config for a module.
328 # $(1) list of module names
330 define add-product-sanitizer-module-config
/build/core/tasks/
H A Ddeps_licenses.mk32 # Expand a module's dependencies transitively.
34 # $(2): the initial module name.
35 define get-module-all-dependencies
39 $(call get-module-all-dependencies,$(1),$(_gmad_new)))
47 $(eval $(call get-module-all-dependencies,deps,$(m)))\
/build/make/core/
H A Ddefinitions.mk77 # GPL module license files
80 # Target and host installed module's dependencies on shared libraries.
620 ## Convert a list of short module names (e.g., "framework", "Browser")
627 define module-built-files
628 $(foreach module,$(1),$(ALL_MODULES.$(module).BUILT))
639 define module-installed-files
640 $(foreach module,$(1),$(ALL_MODULES.$(module).INSTALLED))
646 ## against that module a
[all...]
H A Dpdk_fusion_modules.mk1 # Auto-generate module defitions from platform.zip.
12 # Define a PDK prebuilt module that comes from platform.zip.
14 define prebuilt-pdk-java-module
51 $(call prebuilt-pdk-java-module,\
66 $(call prebuilt-pdk-java-module,\
H A Dproduct.mk314 # whitespace placeholder when we record module's dex-preopt config.
316 # Set up dex-preopt config for a module.
317 # $(1) list of module names
319 define add-product-dex-preopt-module-config
325 # whitespace placeholder when we record module's sanitizer config.
327 # Set up sanitizer config for a module.
328 # $(1) list of module names
330 define add-product-sanitizer-module-config
/build/make/core/tasks/
H A Ddeps_licenses.mk32 # Expand a module's dependencies transitively.
34 # $(2): the initial module name.
35 define get-module-all-dependencies
39 $(call get-module-all-dependencies,$(1),$(_gmad_new)))
47 $(eval $(call get-module-all-dependencies,deps,$(m)))\
/build/make/tools/releasetools/
H A Dcommon.py785 Path to the python module containing device-specific
809 flags. docstring is the calling module's docstring, to be displayed
1089 module = None variable in class:DeviceSpecificParams
1093 module."""
1098 if self.module is None:
1112 self.module = imp.load_module("device_specific", *info)
1114 print("unable to load device-specific module; assuming none")
1117 """Call the named function in the device-specific module, passing
1119 the DeviceSpecific object itself. If there is no module, or the
1120 module doe
[all...]
/build/tools/releasetools/
H A Dcommon.py785 Path to the python module containing device-specific
809 flags. docstring is the calling module's docstring, to be displayed
1089 module = None variable in class:DeviceSpecificParams
1093 module."""
1098 if self.module is None:
1112 self.module = imp.load_module("device_specific", *info)
1114 print("unable to load device-specific module; assuming none")
1117 """Call the named function in the device-specific module, passing
1119 the DeviceSpecific object itself. If there is no module, or the
1120 module doe
[all...]

Completed in 173 milliseconds