Searched refs:toc (Results 1 – 24 of 24) sorted by relevance
/build/soong/cc/ |
D | sdk_test.go | 64 if toc := m.Toc(); toc.Valid() { 65 toFile = toc.Path()
|
D | builder.go | 188 toc = pctx.AndroidStaticRule("toc", 938 Rule: toc,
|
D | androidmk.go | 243 entries.SetString("LOCAL_SOONG_TOC", library.toc().String())
|
D | library.go | 896 toc() android.OptionalPath methodSpec 1609 func (library *libraryDecorator) toc() android.OptionalPath { func
|
/build/make/core/combo/ |
D | HOST_linux-x86_64.mk | 20 define $(combo_var_prefix)transform-shared-lib-to-toc
|
D | HOST_linux-x86.mk | 20 define $(combo_var_prefix)transform-shared-lib-to-toc
|
D | HOST_CROSS_linux_bionic-arm64.mk | 20 define $(combo_var_prefix)transform-shared-lib-to-toc
|
D | HOST_CROSS_windows-x86.mk | 20 define $(combo_var_prefix)transform-shared-lib-to-toc
|
D | HOST_CROSS_windows-x86_64.mk | 20 define $(combo_var_prefix)transform-shared-lib-to-toc
|
D | TARGET_linux-arm64.mk | 43 define $(combo_var_prefix)transform-shared-lib-to-toc
|
D | TARGET_linux-x86_64.mk | 36 define $(combo_var_prefix)transform-shared-lib-to-toc
|
D | TARGET_linux-x86.mk | 36 define $(combo_var_prefix)transform-shared-lib-to-toc
|
D | HOST_darwin-x86_64.mk | 20 define $(combo_var_prefix)transform-shared-lib-to-toc
|
D | TARGET_linux-arm.mk | 68 define $(combo_var_prefix)transform-shared-lib-to-toc
|
/build/soong/cmd/extract_apks/ |
D | main_test.go | 255 var toc bp.BuildApksResult 256 if err := proto.UnmarshalText(testCase.protoText, &toc); err != nil { 260 actual := selectApks(&toc, config.targetConfig) 409 var toc bp.BuildApksResult 410 if err := proto.UnmarshalText(testCase.protoText, &toc); err != nil { 414 actual := selectApks(&toc, config.targetConfig)
|
/build/make/core/ |
D | soong_cc_prebuilt.mk | 59 $(eval $(call copy-one-file,$(LOCAL_SOONG_TOC),$(LOCAL_BUILT_MODULE).toc)) 60 $(call add-dependency,$(LOCAL_BUILT_MODULE).toc,$(LOCAL_BUILT_MODULE)) 61 $(my_all_targets): $(LOCAL_BUILT_MODULE).toc
|
D | java_library.mk | 80 $(call commit-change-for-toc,$@)
|
D | base_rules.mk | 407 LOCAL_INTERMEDIATE_TARGETS += $(LOCAL_BUILT_MODULE).toc 408 $(LOCAL_BUILT_MODULE).toc: $(LOCAL_BUILT_MODULE) 409 $(call $(PRIVATE_2ND_ARCH_VAR_PREFIX)$(PRIVATE_PREFIX)transform-shared-lib-to-toc,$<,$@.tmp) 410 $(call commit-change-for-toc,$@) 413 .KATI_RESTAT: $(LOCAL_BUILT_MODULE).toc 415 $(my_all_targets): $(LOCAL_BUILT_MODULE).toc
|
D | definitions.mk | 2186 $(hide) $(call commit-change-for-toc,$@) 2204 define commit-change-for-toc 2217 define _transform-dex-to-toc 2218 $1/classes.dex.toc: PRIVATE_INPUT_DEX_FILES := $1/classes*.dex 2219 $1/classes.dex.toc: $1/classes.dex $(DEXDUMP) 2222 $$(call commit-change-for-toc,$$@) 2227 define define-dex-to-toc-rule 2228 $(eval $(call _transform-dex-to-toc,$1))\ 2229 $(eval .KATI_RESTAT: $1/classes.dex.toc) 2235 define define-dex-to-toc-rule
|
D | binary.mk | 1378 built_shared_library_deps := $(addsuffix .toc, $(built_shared_libraries)) 1408 built_shared_library_deps := $(addsuffix .toc, $(built_shared_libraries))
|
/build/soong/scripts/ |
D | toc.sh | 31 Usage: toc.sh [options] -i in-file -o out-file -d deps-file
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-docs.css | 1243 ol.toc { 1250 ol.toc li { 1256 ol.toc li p { 1260 ol.toc li ol { 1265 ol.toc li li { 1272 table ol.toc {
|
/build/soong/cmd/extract_apks/bundle_proto/ |
D | config.proto | 1 // Messages describing APK Set's table of contents (toc.pb entry).
|
D | commands.proto | 1 // Messages describing APK Set's table of contents (toc.pb entry).
|