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},
[all …]
Darch_list.go393 var defaultArchFeatureMap = map[OsType]map[ArchType][]string{}
398 func RegisterDefaultArchVariantFeatures(os OsType, arch ArchType, features ...string) { argument
Darch.go224 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 …]
Dmodule.go324 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
Dconfig.go110 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 {
Dpaths.go114 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) {
Dsdk.go634 Os OsType `sdk:"keep"`
/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
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/
Dtoolchain.go151 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/
Dupdate.go523 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/
Dtesting.go38 func GatherRequiredDepsForTest(oses ...android.OsType) string { argument
639 func TestConfig(buildDir string, os android.OsType, env map[string]string, argument
Dandroidmk.go41 Os() android.OsType
/build/soong/java/
Drobolectric.go347 func (r *robolectricTest) InstallForceOS() (*android.OsType, *android.ArchType) {
417 func (r *robolectricRuntimes) InstallForceOS() (*android.OsType, *android.ArchType) {
Ddexpreopt_bootjars.go530 …e *bootImageConfig, profile android.WritablePath, requiredOsType android.OsType) bootImageFilesByA… argument
/build/soong/apex/
Dapex_test.go82 func withTargets(targets map[android.OsType][]android.Target) android.FixturePreparer {
3487 withTargets(map[android.OsType][]android.Target{