Searched defs:get (Results 1 - 25 of 26) sorted by relevance

12

/build/core/combo/
H A DHOST_linux-x86.mk28 define get-file-size
H A DHOST_darwin-x86.mk67 define get-file-size
/build/make/core/combo/
H A DHOST_linux-x86.mk28 define get-file-size
H A DHOST_darwin-x86.mk67 define get-file-size
/build/core/tasks/
H A 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)))\
/build/make/core/tasks/
H A 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)))\
/build/core/
H A Ddex_preopt_libart.mk28 define get-product-default-property
32 DEX2OAT_IMAGE_XMS := $(call get-product-default-property,dalvik.vm.image-dex2oat-Xms)
33 DEX2OAT_IMAGE_XMX := $(call get-product-default-property,dalvik.vm.image-dex2oat-Xmx)
34 DEX2OAT_XMS := $(call get-product-default-property,dalvik.vm.dex2oat-Xms)
35 DEX2OAT_XMX := $(call get-product-default-property,dalvik.vm.dex2oat-Xmx)
53 define get-odex-file-path
63 define get-odex-installed-file-path
65 $(call get-odex-file-path,$(1),$(patsubst $(TARGET_OUT)/%,$(TARGET_OUT_SYSTEM_OTHER)/%,$(2))),
66 $(call get-odex-file-path,$(1),$(2)))
69 get
[all...]
H A Dnode_fns.mk121 # $(call get-inherited-nodes,PREFIX,A B)
128 define get-inherited-nodes
138 # get list of inherited words; if not empty:
198 $(call get-inherited-nodes,$(1).$(2),$(3)))
H A Dproduct.mk49 define get-product-makefiles
67 define get-all-product-makefiles
68 $(call get-product-makefiles,$(_find-android-products-files))
H A Dmain.mk511 CUSTOM_MODULES := $(sort $(call get-tagged-modules,$(ALL_MODULE_TAGS)))
599 define get-32-bit-modules
609 define get-32-bit-modules-if-we-can
618 define get-32-bit-modules
621 define get-32-bit-modules-if-we-can
638 $(eval r_r := $(call get-32-bit-modules-if-we-can,$(r))),\
641 $(eval r_r := $(r) $(call get-32-bit-modules,$(r)))\
762 product_MODULES := $(call get-32-bit-modules-if-we-can, $(modules_32))
765 product_MODULES += $(call get-32-bit-modules, $(modules_rest))
785 $(call get
[all...]
H A Ddefinitions.mk52 # won't have the list of tags; ust ALL_MODULE_TAGS to get
525 ## a given target. We could technically get away without
825 define get-tagged-modules
886 # TODO: This is fragile; find a reliable way to get this information.
908 define get-package-overrides
1711 define get-dummy.o-if-no-objs
1731 $(PRIVATE_ALL_OBJECTS) $(call get-dummy.o-if-no-objs,$@.tmp))
2733 # TODO(joeo): If we can ever upgrade to post 3.81 make and get the
2907 ifndef get-file-size
2908 $(error HOST_OS must define get
[all...]
H A DMakefile230 define get-default-product-locale
264 PRODUCT_DEFAULT_LOCALE="$(call get-default-product-locale,$(PRODUCT_LOCALES))" \
507 # PDK builds will already have a full list of tags that needs to get merged
814 # fact that all that has been done to get the list of modules that we
838 # The kernel isn't really a module, so to get its module file in there, we
1325 # so that we can get the size stat even if the build fails due to too large
1619 # Note: experimentally, it seems not worth it to try to get "best" compression. We don't save
/build/make/core/
H A Ddex_preopt_libart.mk28 define get-product-default-property
32 DEX2OAT_IMAGE_XMS := $(call get-product-default-property,dalvik.vm.image-dex2oat-Xms)
33 DEX2OAT_IMAGE_XMX := $(call get-product-default-property,dalvik.vm.image-dex2oat-Xmx)
34 DEX2OAT_XMS := $(call get-product-default-property,dalvik.vm.dex2oat-Xms)
35 DEX2OAT_XMX := $(call get-product-default-property,dalvik.vm.dex2oat-Xmx)
53 define get-odex-file-path
63 define get-odex-installed-file-path
65 $(call get-odex-file-path,$(1),$(patsubst $(TARGET_OUT)/%,$(TARGET_OUT_SYSTEM_OTHER)/%,$(2))),
66 $(call get-odex-file-path,$(1),$(2)))
69 get
[all...]
H A Dnode_fns.mk121 # $(call get-inherited-nodes,PREFIX,A B)
128 define get-inherited-nodes
138 # get list of inherited words; if not empty:
198 $(call get-inherited-nodes,$(1).$(2),$(3)))
H A Dproduct.mk49 define get-product-makefiles
67 define get-all-product-makefiles
68 $(call get-product-makefiles,$(_find-android-products-files))
H A Dmain.mk511 CUSTOM_MODULES := $(sort $(call get-tagged-modules,$(ALL_MODULE_TAGS)))
599 define get-32-bit-modules
609 define get-32-bit-modules-if-we-can
618 define get-32-bit-modules
621 define get-32-bit-modules-if-we-can
638 $(eval r_r := $(call get-32-bit-modules-if-we-can,$(r))),\
641 $(eval r_r := $(r) $(call get-32-bit-modules,$(r)))\
762 product_MODULES := $(call get-32-bit-modules-if-we-can, $(modules_32))
765 product_MODULES += $(call get-32-bit-modules, $(modules_rest))
785 $(call get
[all...]
H A Ddefinitions.mk52 # won't have the list of tags; ust ALL_MODULE_TAGS to get
525 ## a given target. We could technically get away without
825 define get-tagged-modules
886 # TODO: This is fragile; find a reliable way to get this information.
908 define get-package-overrides
1711 define get-dummy.o-if-no-objs
1731 $(PRIVATE_ALL_OBJECTS) $(call get-dummy.o-if-no-objs,$@.tmp))
2733 # TODO(joeo): If we can ever upgrade to post 3.81 make and get the
2907 ifndef get-file-size
2908 $(error HOST_OS must define get
[all...]
/build/make/tools/
H A Dparsedeps.py27 t = self.lines.get(tgt)
31 p = self.lines.get(prereq)
39 t = self.lines.get(tgt)
45 def get(self, tgt): member in class:Dependencies
56 d = self.lines.get(tgt)
118 d = deps.get(tgt)
H A Dpost_process_props.py28 # function. The prop object has get(name) and put(name,value) methods.
33 # /odm/default.prop into this function. The prop object has get(name) and
39 # function. The prop object has get(name) and put(name,value) methods.
43 if prop.get("ro.debuggable") == "1":
44 val = prop.get("persist.sys.usb.config")
51 # UsbDeviceManager expects a value here. If it doesn't get it, it will
54 if not prop.get("persist.sys.usb.config"):
89 def get(self, name): member in class:PropFile
/build/tools/
H A Dparsedeps.py27 t = self.lines.get(tgt)
31 p = self.lines.get(prereq)
39 t = self.lines.get(tgt)
45 def get(self, tgt): member in class:Dependencies
56 d = self.lines.get(tgt)
118 d = deps.get(tgt)
H A Dpost_process_props.py28 # function. The prop object has get(name) and put(name,value) methods.
33 # /odm/default.prop into this function. The prop object has get(name) and
39 # function. The prop object has get(name) and put(name,value) methods.
43 if prop.get("ro.debuggable") == "1":
44 val = prop.get("persist.sys.usb.config")
51 # UsbDeviceManager expects a value here. If it doesn't get it, it will
54 if not prop.get("persist.sys.usb.config"):
89 def get(self, name): member in class:PropFile
/build/kati/
H A Dsymtab.h49 char get(size_t i) const { function in class:Symbol
H A Dstring_piece.h181 char get(size_type i) const { return i < length_ ? ptr_[i] : 0; } function in class:StringPiece
/build/make/tools/fs_config/
H A Dfs_config_generator.py63 def get(): member in class:generator
635 value = config.get(section_name, 'value')
683 mode = config.get(section_name, 'mode')
684 user = config.get(section_name, 'user')
685 group = config.get(section_name, 'group')
686 caps = config.get(section_name, 'caps')
1309 gens = generator.get()
/build/tools/fs_config/
H A Dfs_config_generator.py63 def get(): member in class:generator
635 value = config.get(section_name, 'value')
683 mode = config.get(section_name, 'mode')
684 user = config.get(section_name, 'user')
685 group = config.get(section_name, 'group')
686 caps = config.get(section_name, 'caps')
1309 gens = generator.get()

Completed in 202 milliseconds

12