/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}, [all …]
|
D | arch_list.go | 393 var defaultArchFeatureMap = map[OsType]map[ArchType][]string{} 398 func RegisterDefaultArchVariantFeatures(os OsType, arch ArchType, features ...string) { argument
|
D | arch.go | 224 type OsType struct { struct 243 func (os OsType) String() string { argument 249 func (os OsType) Bionic() bool { argument 255 func (os OsType) Linux() bool { argument 260 func newOsType(name string, class OsClass, defDisabled bool, archTypes ...ArchType) OsType { 262 os := OsType{ 282 func osByName(name string) OsType { 293 var BuildOs = func() OsType { 317 osTypeList []OsType 322 osArchTypeMap = map[OsType][]ArchType{} [all …]
|
D | module.go | 324 Os() OsType 407 InstallForceOS() (*OsType, *ArchType) 465 InstallForceOS() (*OsType, *ArchType) 792 CompileOS OsType `blueprint:"mutated"` 1311 func (m *ModuleBase) Os() OsType { 1571 func (m *ModuleBase) InstallForceOS() (*OsType, *ArchType) { 2006 os OsType 2531 func (b *baseModuleContext) Os() OsType { 2625 func (m *moduleContext) InstallForceOS() (*OsType, *ArchType) { 3058 os OsType
|
D | config.go | 110 Targets map[OsType][]Target 292 func fuchsiaTargets() map[OsType][]Target { 293 return map[OsType][]Target{ 310 config.Targets = map[OsType][]Target{ 1722 func (l *ConfiguredJarList) DevicePaths(cfg Config, ostype OsType) []string {
|
D | paths.go | 114 InstallForceOS() (*OsType, *ArchType) 1614 func pathForInstall(ctx PathContext, os OsType, arch ArchType, partition string, debug bool, argument 1681 func modulePartition(ctx ModuleInstallPathContext, os OsType) string { argument 1886 forceOS *OsType 1932 func (m testModuleInstallPathContext) InstallForceOS() (*OsType, *ArchType) {
|
D | sdk.go | 634 Os OsType `sdk:"keep"`
|
/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 36 Os() android.OsType 57 func FindToolchain(os android.OsType, arch android.Arch) Toolchain { argument 65 func findToolchain(os android.OsType, arch android.Arch) (Toolchain, error) { argument
|
/build/soong/rust/config/ |
D | toolchain.go | 151 var toolchainFactories = make(map[android.OsType]map[android.ArchType]toolchainFactory) 153 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) { argument 160 func FindToolchain(os android.OsType, arch android.Arch) Toolchain { argument
|
/build/soong/sdk/ |
D | update.go | 523 osTypeToCombinedProperties := map[android.OsType]*combinedSnapshotModuleProperties{} 1240 osType android.OsType 1254 func newOsTypeSpecificInfo(ctx android.SdkMemberContext, osType android.OsType, variantPropertiesFa… argument 1412 osType android.OsType 1421 …(ctx android.SdkMemberContext, archType android.ArchType, osType android.OsType, variantProperties… argument 1574 variantsByOsType := make(map[android.OsType][]android.Module) 1589 osTypeToInfo := make(map[android.OsType]*osTypeSpecificInfo) 1647 func (s *sdk) getPossibleOsTypes() []android.OsType { 1648 var osTypes []android.OsType
|
/build/soong/cc/ |
D | testing.go | 38 func GatherRequiredDepsForTest(oses ...android.OsType) string { argument 639 func TestConfig(buildDir string, os android.OsType, env map[string]string, argument
|
D | androidmk.go | 41 Os() android.OsType
|
/build/soong/java/ |
D | robolectric.go | 347 func (r *robolectricTest) InstallForceOS() (*android.OsType, *android.ArchType) { 417 func (r *robolectricRuntimes) InstallForceOS() (*android.OsType, *android.ArchType) {
|
D | dexpreopt_bootjars.go | 530 …e *bootImageConfig, profile android.WritablePath, requiredOsType android.OsType) bootImageFilesByA… argument
|
/build/soong/apex/ |
D | apex_test.go | 82 func withTargets(targets map[android.OsType][]android.Target) android.FixturePreparer { 3487 withTargets(map[android.OsType][]android.Target{
|