Home
last modified time | relevance | path

Searched refs:OsType (Results 1 – 15 of 15) sorted by relevance

/build/soong/android/
Dprebuilt_test.go28 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},
Darch.go465 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 …]
Dmodule.go161 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{}
Dsdk.go493 Os OsType `sdk:"keep"`
Dconfig.go85 Targets map[OsType][]Target
275 config.Targets = map[OsType][]Target{
292 config.Targets = map[OsType][]Target{
Dpaths.go64 InstallForceOS() *OsType
1295 func pathForInstall(ctx PathContext, os OsType, partition string, debug bool, argument
1351 func modulePartition(ctx ModuleInstallPathContext, os OsType) string { argument
Dpaths_test.go209 forceOS *OsType
246 func (m moduleInstallPathContextImpl) InstallForceOS() *OsType {
/build/soong/rust/config/
Dtoolchain.go115 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/
Dtoolchain.go26 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/
Dtesting.go37 func GatherRequiredDepsForTest(oses ...android.OsType) string { argument
536 func TestConfig(buildDir string, os android.OsType, env map[string]string, argument
Dandroidmk.go40 Os() android.OsType
/build/soong/sdk/
Dupdate.go311 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
Dtesting.go32 func testSdkContext(bp string, fs map[string][]byte, extraOsTypes []android.OsType) (*android.TestC… argument
/build/soong/java/
Drobolectric.go331 func (r *robolectricTest) InstallForceOS() *android.OsType { return &android.BuildOs }
387 func (r *robolectricRuntimes) InstallForceOS() *android.OsType { return &android.BuildOs }
/build/soong/apex/
Dapex_test.go86 func withTargets(targets map[android.OsType][]android.Target) testCustomizer {
3217 withTargets(map[android.OsType][]android.Target{