/build/make/target/product/gsi/ |
D | Android.mk | 29 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/ |
D | node_fns.mk | 198 $(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)
|
D | device.mk | 22 define dump-device 29 define dump-devices 30 $(foreach p,$(DEVICES),$(call dump-device,$(p)))
|
D | dumpvar.mk | 29 .PHONY: dump-many-vars 30 dump-many-vars :
|
D | product.mk | 440 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)
|
D | ninja_config.mk | 28 dump-products \
|
D | product_config.mk | 143 ifneq (,$(filter dump-products,$(MAKECMDGOALS))) 185 ifneq ($(filter dump-products, $(MAKECMDGOALS)),) 186 $(dump-products)
|
D | definitions.mk | 2002 $(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…
|
D | main.mk | 1929 .PHONY: dump-files 1930 dump-files:
|
D | config.mk | 1156 product-graph dump-products
|
/build/soong/symbol_inject/cmd/ |
D | symbol_inject.go | 32 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/ |
D | ZipEntry.h | 264 void dump(void) const; 324 void dump(void) const;
|
D | ZipFile.h | 206 void dump(void) const;
|
D | ZipEntry.cpp | 509 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
|
D | ZipFile.cpp | 1442 void ZipFile::EndOfCentralDir::dump(void) const in dump() function in android::ZipFile::EndOfCentralDir
|
/build/soong/scripts/ |
D | jsonmodify.py | 115 json.dump(obj, f, indent=2, separators=(',', ': '))
|
/build/soong/cc/ |
D | builder.go | 553 dump := flags.sAbiDump 568 dump = false 654 if dump {
|
/build/soong/sysprop/ |
D | sysprop_library.go | 291 `m %s-dump-api && mkdir -p %q && rm -rf %q && cp -f %q %q\n`+
|
/build/bazel/docs/ |
D | concepts.md | 117 to dump the values of specified Make variables at the end of an evaluation,
|
/build/soong/docs/ |
D | perf.md | 154 Kati will now dump out information about which Makefiles took the most time to
|