Home
last modified time | relevance | path

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

12

/build/soong/cc/
Dsdk_test.go64 if toc := m.Toc(); toc.Valid() {
65 toFile = toc.Path()
Dandroidmk.go241 entries.SetString("LOCAL_SOONG_TOC", library.toc().String())
486 entries.SetString("LOCAL_SOONG_TOC", c.toc().String())
Dbuilder.go167 toc = pctx.AndroidStaticRule("toc",
873 Rule: 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)
Dmain.go324 func selectApks(toc Toc, targetConfig TargetConfig) SelectionResult {
326 for _, variant := range (*toc).GetVariant() {
522 var toc Toc
526 toc, err = apkSet.getToc()
531 sel := selectApks(toc, targetConfig)
/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_windows-x86_64.mk20 define $(combo_var_prefix)transform-shared-lib-to-toc
DHOST_CROSS_windows-x86.mk20 define $(combo_var_prefix)transform-shared-lib-to-toc
DTARGET_linux-arm64.mk44 define $(combo_var_prefix)transform-shared-lib-to-toc
DTARGET_linux-x86_64.mk37 define $(combo_var_prefix)transform-shared-lib-to-toc
DTARGET_linux-x86.mk37 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.mk69 define $(combo_var_prefix)transform-shared-lib-to-toc
/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.mk386 LOCAL_INTERMEDIATE_TARGETS += $(LOCAL_BUILT_MODULE).toc
387 $(LOCAL_BUILT_MODULE).toc: $(LOCAL_BUILT_MODULE)
388 $(call $(PRIVATE_2ND_ARCH_VAR_PREFIX)$(PRIVATE_PREFIX)transform-shared-lib-to-toc,$<,$@.tmp)
389 $(call commit-change-for-toc,$@)
392 .KATI_RESTAT: $(LOCAL_BUILT_MODULE).toc
394 $(my_all_targets): $(LOCAL_BUILT_MODULE).toc
Ddefinitions.mk2053 $(hide) $(call commit-change-for-toc,$@)
2060 define commit-change-for-toc
2073 define _transform-dex-to-toc
2074 $1/classes.dex.toc: PRIVATE_INPUT_DEX_FILES := $1/classes*.dex
2075 $1/classes.dex.toc: $1/classes.dex $(DEXDUMP)
2078 $$(call commit-change-for-toc,$$@)
2083 define define-dex-to-toc-rule
2084 $(eval $(call _transform-dex-to-toc,$1))\
2085 $(eval .KATI_RESTAT: $1/classes.dex.toc)
2091 define define-dex-to-toc-rule
Dpdk_config.mk45 $(lib_dir)/classes.dex.toc )
/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/
Dtargeting.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).
Dconfig.proto1 // Messages describing APK Set's table of contents (toc.pb entry).
/build/make/tools/droiddoc/templates-ndk/assets/
Dandroid-developer-docs.css2435 ol.toc {
2442 ol.toc li {
2448 ol.toc li p {
2452 ol.toc li ol {
2457 ol.toc li li {
2464 table ol.toc {

12