Searched defs:add (Results 1 - 16 of 16) sorted by relevance

/build/make/tools/
H A Dparsedeps.py16 def add(self, prereq): member in class:Dependency
17 self.prereqs.add(prereq)
26 def add(self, tgt, prereq): member in class:Dependencies
35 t.add(p)
106 deps.add(tgt, prereq)
/build/tools/
H A Dparsedeps.py16 def add(self, prereq): member in class:Dependency
17 self.prereqs.add(prereq)
26 def add(self, tgt, prereq): member in class:Dependencies
35 t.add(p)
106 deps.add(tgt, prereq)
/build/core/
H A Dproduct.mk310 define add-to-product-copy-files-if-exists
319 define add-product-dex-preopt-module-config
330 define add-product-sanitizer-module-config
H A Dcleanbuild.mk45 define add-clean-step
H A Dmain.mk649 define add-required-deps
657 define add-required-host-so-deps
674 $(if $(t_m), $(eval $(call add-required-deps, $(t_m),$(t_r)))) \
675 $(if $(h_m), $(eval $(call add-required-deps, $(h_m),$(h_r)))) \
676 $(if $(hc_m), $(eval $(call add-required-deps, $(hc_m),$(hc_r)))) \
704 $(eval $(call add-required-host-so-deps,$(word 2,$(p)),$(r))),\
705 $(eval $(call add-required-deps,$(word 2,$(p)),$(r))))\
725 add-required-deps :=
764 # For the rest we add both
H A Ddefinitions.mk489 define add-dependency
1098 # $(3): name of a variable to add the path to the generated source file to
1111 # $(3): name of a variable to add the path to the generated source file to
1136 # $(3): name of a variable to add the path to the generated source file to
1571 # try to add to an existing archive.
1617 # try to add to an existing archive.
1705 # On Darwin the host ar fails if there is nothing to add to .a at all.
1722 # try to add to an existing archive.
1821 TARGET_STRIP_EXTRA = && $(PRIVATE_OBJCOPY) --add-gnu-debuglink=$< $@
1822 TARGET_STRIP_KEEP_SYMBOLS_EXTRA = --add
[all...]
/build/make/core/
H A Dproduct.mk310 define add-to-product-copy-files-if-exists
319 define add-product-dex-preopt-module-config
330 define add-product-sanitizer-module-config
H A Dcleanbuild.mk45 define add-clean-step
H A Dmain.mk649 define add-required-deps
657 define add-required-host-so-deps
674 $(if $(t_m), $(eval $(call add-required-deps, $(t_m),$(t_r)))) \
675 $(if $(h_m), $(eval $(call add-required-deps, $(h_m),$(h_r)))) \
676 $(if $(hc_m), $(eval $(call add-required-deps, $(hc_m),$(hc_r)))) \
704 $(eval $(call add-required-host-so-deps,$(word 2,$(p)),$(r))),\
705 $(eval $(call add-required-deps,$(word 2,$(p)),$(r))))\
725 add-required-deps :=
764 # For the rest we add both
H A Ddefinitions.mk489 define add-dependency
1098 # $(3): name of a variable to add the path to the generated source file to
1111 # $(3): name of a variable to add the path to the generated source file to
1136 # $(3): name of a variable to add the path to the generated source file to
1571 # try to add to an existing archive.
1617 # try to add to an existing archive.
1705 # On Darwin the host ar fails if there is nothing to add to .a at all.
1722 # try to add to an existing archive.
1821 TARGET_STRIP_EXTRA = && $(PRIVATE_OBJCOPY) --add-gnu-debuglink=$< $@
1822 TARGET_STRIP_KEEP_SYMBOLS_EXTRA = --add
[all...]
/build/make/tools/droiddoc/templates-pdk/assets/
H A Djquery-history.js39 add: function(hash) {
/build/tools/droiddoc/templates-pdk/assets/
H A Djquery-history.js39 add: function(hash) {
/build/make/tools/zipalign/
H A DZipFile.h80 status_t add(const char* fileName, int compressionMethod, function in class:android::ZipFile
83 return add(fileName, fileName, compressionMethod, ppEntry);
85 status_t add(const char* fileName, const char* storageName, function in class:android::ZipFile
97 status_t add(const void* data, size_t size, const char* storageName, function in class:android::ZipFile
111 status_t add(const ZipFile* pSourceZip, const ZipEntry* pSourceEntry,
217 /* common handler for all "add" functions */
H A DZipFile.cpp118 * caller doesn't add any files. (We could also just unlink
321 mEntries.add(pEntry);
494 mEntries.add(pEntry);
513 status_t ZipFile::add(const ZipFile* pSourceZip, const ZipEntry* pSourceEntry, function in class:ZipFile
602 mEntries.add(pEntry);
737 mEntries.add(pEntry);
/build/tools/zipalign/
H A DZipFile.h80 status_t add(const char* fileName, int compressionMethod, function in class:android::ZipFile
83 return add(fileName, fileName, compressionMethod, ppEntry);
85 status_t add(const char* fileName, const char* storageName, function in class:android::ZipFile
97 status_t add(const void* data, size_t size, const char* storageName, function in class:android::ZipFile
111 status_t add(const ZipFile* pSourceZip, const ZipEntry* pSourceEntry,
217 /* common handler for all "add" functions */
H A DZipFile.cpp118 * caller doesn't add any files. (We could also just unlink
321 mEntries.add(pEntry);
494 mEntries.add(pEntry);
513 status_t ZipFile::add(const ZipFile* pSourceZip, const ZipEntry* pSourceEntry, function in class:ZipFile
602 mEntries.add(pEntry);
737 mEntries.add(pEntry);

Completed in 696 milliseconds