Searched refs:OsType (Results 1 – 8 of 8) sorted by relevance
506 var defaultArchFeatureMap = map[OsType]map[ArchType][]string{}508 func RegisterDefaultArchVariantFeatures(os OsType, arch ArchType, features ...string) { argument581 var BuildOs = func() OsType {593 osTypeList []OsType596 NoOsType OsType604 osArchTypeMap = map[OsType][]ArchType{614 type OsType struct { struct645 func (os OsType) String() string { argument649 func (os OsType) Bionic() bool { argument653 func (os OsType) Linux() bool { argument[all …]
92 Targets map[OsType][]Target234 config.Targets = map[OsType][]Target{251 config.Targets = map[OsType][]Target{
64 Os() OsType549 func (a *ModuleBase) Os() OsType {1178 func (a *androidBaseContextImpl) Os() OsType {1614 osDeps := map[OsType]Paths{}
26 var toolchainFactories = make(map[android.OsType]map[android.ArchType]toolchainFactory)28 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) { argument35 func FindToolchain(os android.OsType, arch android.Arch) Toolchain { argument
270 var hostDynamicGccLibs, hostStaticGccLibs map[android.OsType][]string273 hostDynamicGccLibs = map[android.OsType][]string{282 hostStaticGccLibs = map[android.OsType][]string{
21 func GatherRequiredDepsForTest(os android.OsType) string { argument
36 Os() android.OsType
55 os android.OsType) *android.TestContext { argument108 func testCcWithConfigForOs(t *testing.T, bp string, config android.Config, os android.OsType) *andr… argument