/build/soong/android/ |
D | prebuilt_test.go | 28 prebuilt []OsType 46 prebuilt: []OsType{Android, BuildOs}, 56 prebuilt: []OsType{Android, BuildOs}, 84 prebuilt: []OsType{Android, BuildOs}, 124 prebuilt: []OsType{Android, BuildOs}, 139 prebuilt: []OsType{Android}, 157 prebuilt: []OsType{BuildOs}, 195 prebuilt: []OsType{Android, BuildOs}, 230 prebuilt: []OsType{Android, BuildOs, Windows}, 260 prebuilt: []OsType{Android, BuildOs},
|
D | arch.go | 465 var defaultArchFeatureMap = map[OsType]map[ArchType][]string{} 467 func RegisterDefaultArchVariantFeatures(os OsType, arch ArchType, features ...string) { argument 543 var BuildOs = func() OsType { 555 OsTypeList []OsType 558 NoOsType OsType 570 osArchTypeMap = map[OsType][]ArchType{ 580 type OsType struct { struct 611 func (os OsType) String() string { argument 615 func (os OsType) Bionic() bool { argument 619 func (os OsType) Linux() bool { argument [all …]
|
D | module.go | 161 Os() OsType 199 InstallForceOS() *OsType 256 InstallForceOS() *OsType 502 CompileOS OsType `blueprint:"mutated"` 902 func (m *ModuleBase) Os() OsType { 1102 func (m *ModuleBase) InstallForceOS() *OsType { 1488 os OsType 1909 func (b *baseModuleContext) Os() OsType { 1999 func (m *moduleContext) InstallForceOS() *OsType { 2374 osDeps := map[OsType]Paths{}
|
D | sdk.go | 493 Os OsType `sdk:"keep"`
|
D | config.go | 85 Targets map[OsType][]Target 275 config.Targets = map[OsType][]Target{ 292 config.Targets = map[OsType][]Target{
|
D | paths.go | 64 InstallForceOS() *OsType 1295 func pathForInstall(ctx PathContext, os OsType, partition string, debug bool, argument 1351 func modulePartition(ctx ModuleInstallPathContext, os OsType) string { argument
|
D | paths_test.go | 209 forceOS *OsType 246 func (m moduleInstallPathContextImpl) InstallForceOS() *OsType {
|
/build/soong/rust/config/ |
D | toolchain.go | 115 var toolchainFactories = make(map[android.OsType]map[android.ArchType]toolchainFactory) 117 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) { argument 124 func FindToolchain(os android.OsType, arch android.Arch) Toolchain { argument
|
/build/soong/cc/config/ |
D | toolchain.go | 26 var toolchainFactories = make(map[android.OsType]map[android.ArchType]toolchainFactory) 28 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) { argument 35 func FindToolchain(os android.OsType, arch android.Arch) Toolchain { argument
|
/build/soong/cc/ |
D | testing.go | 37 func GatherRequiredDepsForTest(oses ...android.OsType) string { argument 536 func TestConfig(buildDir string, os android.OsType, env map[string]string, argument
|
D | androidmk.go | 40 Os() android.OsType
|
/build/soong/sdk/ |
D | update.go | 311 osTypeToMemberProperties := make(map[android.OsType]*sdk) 881 osType android.OsType 895 func newOsTypeSpecificInfo(ctx android.SdkMemberContext, osType android.OsType, variantPropertiesFa… argument 1192 variantsByOsType := make(map[android.OsType][]android.Module) 1207 osTypeToInfo := make(map[android.OsType]*osTypeSpecificInfo) 1253 func (s *sdk) getPossibleOsTypes() []android.OsType { 1254 var osTypes []android.OsType
|
D | testing.go | 32 func testSdkContext(bp string, fs map[string][]byte, extraOsTypes []android.OsType) (*android.TestC… argument
|
/build/soong/java/ |
D | robolectric.go | 331 func (r *robolectricTest) InstallForceOS() *android.OsType { return &android.BuildOs } 387 func (r *robolectricRuntimes) InstallForceOS() *android.OsType { return &android.BuildOs }
|
/build/soong/apex/ |
D | apex_test.go | 86 func withTargets(targets map[android.OsType][]android.Target) testCustomizer { 3217 withTargets(map[android.OsType][]android.Target{
|