Home
last modified time | relevance | path

Searched defs:Target (Results 1 – 16 of 16) sorted by relevance

/build/soong/android/
Darch.go659 type Target struct { struct
660 Os OsType
661 Arch Arch
662 NativeBridge NativeBridgeSupport
663 NativeBridgeHostArchName string
664 NativeBridgeRelativePath string
667 func (target Target) String() string {
671 func (target Target) OsVariation() string {
675 func (target Target) ArchVariation() string {
685 func (target Target) Variations() []blueprint.Variation {
[all …]
Dmodule.go154 Target() Target methodSpec
248 Target() Target methodSpec
418 Target struct { member
890 func (m *ModuleBase) Target() Target { func
1893 func (b *baseModuleContext) Target() Target { func
/build/soong/cc/
Dmakevars.go193 target android.Target) {
Dlinker.go98 Target struct { member
Dandroidmk.go37 Target() android.Target methodSpec
Dcompiler.go144 Target struct { member
Dlibrary.go77 Target struct { member
169 Target struct { member
/build/soong/java/
Ddexpreopt_config.go82 func getDexLocation(ctx android.PathContext, target android.Target, module string) string {
Dapp_builder.go252 func targetToJniDir(target android.Target) string {
Djava.go308 Target struct { member
/build/soong/androidmk/parser/
Dast.go28 Target *MakeString member
83 Target *MakeString member
/build/soong/rust/
Dandroidmk.go28 Target() android.Target methodSpec
/build/soong/dexpreopt/
Ddexpreopt.go201 Target []string member
/build/soong/sysprop/
Dsysprop_library.go342 Target struct { member
/build/soong/apex/
Dapex.go1033 Target struct { member
1306 target android.Target, imageVariation string) {
Dapex_test.go86 func withTargets(targets map[android.OsType][]android.Target) testCustomizer {