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

/build/core/
H A Dcleanspec.mk43 # Use $(PRODUCT_OUT) to get to the "out/target/product/blah/" directory.
70 define get-top-dir
72 $(call get-top-dir,$(patsubst %/,%,$(dir $(1)))))))
80 abs_top_path := $(call get-top-dir,$(word 1,$(abs_cs_subdirs)))
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.mk41 define get-product-makefiles
59 define get-all-product-makefiles
60 $(call get-product-makefiles,$(_find-android-products-files))
H A Ddefinitions.mk52 # won't have the list of tags; ust ALL_MODULE_TAGS to get
403 ## a given target. We could technically get away without
651 define get-tagged-modules
679 # TODO: This is fragile; find a reliable way to get this information.
701 define get-package-overrides
1675 # TODO(joeo): If we can ever upgrade to post 3.81 make and get the
1874 define get-instrumentation-proguard-flags
1879 $(eval _instrumentation_proguard_flags:=$(call get-instrumentation-proguard-flags))
1903 ifndef get-file-size
1904 $(error HOST_OS must define get
[all...]
/build/core/combo/
H A DHOST_linux-x86.mk21 define get-file-size
H A DHOST_windows-x86.mk20 # right now we get these from the environment, but we should
75 define get-file-size
H A DHOST_darwin-x86.mk139 define get-file-size
/build/tools/
H A Dpost_process_props.py20 # function. The prop object has get(name) and put(name,value) methods.
25 # function. The prop object has get(name) and put(name,value) methods.
29 if prop.get("ro.debuggable") == "1":
30 val = prop.get("persist.sys.usb.config")
36 # UsbDeviceManager expects a value here. If it doesn't get it, it will
39 if not prop.get("persist.sys.usb.config"):
46 def get(self, name): member in class:PropFile
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)

Completed in 101 milliseconds