Home
last modified time | relevance | path

Searched refs:dump (Results 1 – 20 of 20) sorted by relevance

/build/make/target/product/gsi/
DAndroid.mk29 check-vndk-abi-dump-list-timestamp := $(call intermediates-dir-for,PACKAGING,vndk)/check-abi-dump-l…
42 check-vndk-list: $(check-vndk-abi-dump-list-timestamp)
99 define find-abi-dump-paths
108 define filter-abi-dump-paths
116 VNDK_ABI_DUMPS := $(call find-abi-dump-paths,$(VNDK_ABI_DUMP_DIR))
117 NDK_ABI_DUMPS := $(call find-abi-dump-paths,$(NDK_ABI_DUMP_DIR))
118 PLATFORM_ABI_DUMPS := $(call find-abi-dump-paths,$(PLATFORM_ABI_DUMP_DIR))
125 $(check-vndk-abi-dump-list-timestamp): PRIVATE_LSDUMP_PATHS := $(LSDUMP_PATHS)
126 $(check-vndk-abi-dump-list-timestamp): PRIVATE_STUB_LIBRARIES := $(STUB_LIBRARIES)
127 $(check-vndk-abi-dump-list-timestamp):
[all …]
/build/make/core/
Dnode_fns.mk198 $(call dump-import-start,$(_include_stack))
199 $(call dump-config-vals,$(2),before)
201 $(call dump-import-done,$(_include_stack))
202 $(call dump-config-vals,$(2),after)
257 $(call dump-phase-start,$(1),$(2),$(3),$(4),build/make/core/node_fns.mk) \
272 $(call dump-phase-end,build/make/core/node_fns.mk)
Ddevice.mk22 define dump-device
29 define dump-devices
30 $(foreach p,$(DEVICES),$(call dump-device,$(p)))
Ddumpvar.mk29 .PHONY: dump-many-vars
30 dump-many-vars :
Dproduct.mk440 define dump-product
447 define dump-products
448 $(foreach p,$(PRODUCTS),$(call dump-product,$(p)))
477 $(call dump-inherit,$(strip $(word 1,$(_include_stack))),$(1)) \
478 $(call dump-config-vals,$(current_mk),inherit)
625 $(call dump-phase-start,PRODUCT-EXPAND,,$(_product_var_list),$(_product_single_value_vars), \
635 $(call dump-phase-end,build/make/core/product.mk)
Dninja_config.mk28 dump-products \
Dproduct_config.mk143 ifneq (,$(filter dump-products,$(MAKECMDGOALS)))
185 ifneq ($(filter dump-products, $(MAKECMDGOALS)),)
186 $(dump-products)
Ddefinitions.mk2002 $(call dump-words-to-file,$(PRIVATE_RES_FLAT),$(dir $@)aapt2-flat-list)
2003 $(call dump-words-to-file,$(PRIVATE_OVERLAY_FLAT),$(dir $@)aapt2-flat-overlay-list)
2050 define dump-words-to-file
2108 $(call dump-words-to-file,$(sort $(PRIVATE_JAVA_SOURCES)),$@.tmp)
2331 $(call dump-words-to-file, $(PRIVATE_EXTRA_JAR_ARGS), $(1).jar-arg-list)
2404 $(AAPT2) dump resources $@ | awk -F ' |=' '/^Package/{print $$3}' >> $(PRODUCT_OUT)/appcompat/$(PRI…
Dmain.mk1929 .PHONY: dump-files
1930 dump-files:
Dconfig.mk1156 product-graph dump-products
/build/soong/symbol_inject/cmd/
Dsymbol_inject.go32 dump = flag.Bool("dump", false, "dump the symbol table for copying into a test") var
48 if !*dump {
69 if *dump {
/build/make/tools/zipalign/
DZipEntry.h264 void dump(void) const;
324 void dump(void) const;
DZipFile.h206 void dump(void) const;
DZipEntry.cpp509 void ZipEntry::LocalFileHeader::dump(void) const in dump() function in android::ZipEntry::LocalFileHeader
678 void ZipEntry::CentralDirEntry::dump(void) const in dump() function in android::ZipEntry::CentralDirEntry
DZipFile.cpp1442 void ZipFile::EndOfCentralDir::dump(void) const in dump() function in android::ZipFile::EndOfCentralDir
/build/soong/scripts/
Djsonmodify.py115 json.dump(obj, f, indent=2, separators=(',', ': '))
/build/soong/cc/
Dbuilder.go553 dump := flags.sAbiDump
568 dump = false
654 if dump {
/build/soong/sysprop/
Dsysprop_library.go291 `m %s-dump-api && mkdir -p %q && rm -rf %q && cp -f %q %q\n`+
/build/bazel/docs/
Dconcepts.md117 to dump the values of specified Make variables at the end of an evaluation,
/build/soong/docs/
Dperf.md154 Kati will now dump out information about which Makefiles took the most time to