Home
last modified time | relevance | path

Searched refs:toc (Results 1 – 24 of 24) sorted by relevance

/build/soong/cc/
Dsdk_test.go64 if toc := m.Toc(); toc.Valid() {
65 toFile = toc.Path()
Dbuilder.go188 toc = pctx.AndroidStaticRule("toc",
938 Rule: toc,
Dandroidmk.go243 entries.SetString("LOCAL_SOONG_TOC", library.toc().String())
Dlibrary.go896 toc() android.OptionalPath methodSpec
1609 func (library *libraryDecorator) toc() android.OptionalPath { func
/build/make/core/combo/
DHOST_linux-x86_64.mk20 define $(combo_var_prefix)transform-shared-lib-to-toc
DHOST_linux-x86.mk20 define $(combo_var_prefix)transform-shared-lib-to-toc
DHOST_CROSS_linux_bionic-arm64.mk20 define $(combo_var_prefix)transform-shared-lib-to-toc
DHOST_CROSS_windows-x86.mk20 define $(combo_var_prefix)transform-shared-lib-to-toc
DHOST_CROSS_windows-x86_64.mk20 define $(combo_var_prefix)transform-shared-lib-to-toc
DTARGET_linux-arm64.mk43 define $(combo_var_prefix)transform-shared-lib-to-toc
DTARGET_linux-x86_64.mk36 define $(combo_var_prefix)transform-shared-lib-to-toc
DTARGET_linux-x86.mk36 define $(combo_var_prefix)transform-shared-lib-to-toc
DHOST_darwin-x86_64.mk20 define $(combo_var_prefix)transform-shared-lib-to-toc
DTARGET_linux-arm.mk68 define $(combo_var_prefix)transform-shared-lib-to-toc
/build/soong/cmd/extract_apks/
Dmain_test.go255 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/
Dsoong_cc_prebuilt.mk59 $(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
Djava_library.mk80 $(call commit-change-for-toc,$@)
Dbase_rules.mk407 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
Ddefinitions.mk2186 $(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
Dbinary.mk1378 built_shared_library_deps := $(addsuffix .toc, $(built_shared_libraries))
1408 built_shared_library_deps := $(addsuffix .toc, $(built_shared_libraries))
/build/soong/scripts/
Dtoc.sh31 Usage: toc.sh [options] -i in-file -o out-file -d deps-file
/build/make/tools/droiddoc/templates-pdk/assets/
Dandroid-developer-docs.css1243 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/
Dconfig.proto1 // Messages describing APK Set's table of contents (toc.pb entry).
Dcommands.proto1 // Messages describing APK Set's table of contents (toc.pb entry).