HomeSort by relevance Sort by last modified time
    Searched refs:OsType (Results 1 - 10 of 10) sorted by null

  /build/soong/cc/config/
toolchain.go 26 var toolchainFactories = make(map[android.OsType]map[android.ArchType]toolchainFactory)
28 func registerToolchainFactory(os android.OsType, arch android.ArchType, factory toolchainFactory) {
35 func FindToolchain(os android.OsType, arch android.Arch) Toolchain {
  /build/soong/android/
arch.go 506 var defaultArchFeatureMap = map[OsType]map[ArchType][]string{}
508 func RegisterDefaultArchVariantFeatures(os OsType, arch ArchType, features ...string) {
581 var BuildOs = func() OsType {
593 osTypeList []OsType
596 NoOsType OsType
604 osArchTypeMap = map[OsType][]ArchType{
614 type OsType struct {
645 func (os OsType) String() string {
649 func (os OsType) Bionic() bool {
653 func (os OsType) Linux() bool
    [all...]
module.go 64 Os() OsType
549 func (a *ModuleBase) Os() OsType {
    [all...]
config.go 92 Targets map[OsType][]Target
234 config.Targets = map[OsType][]Target{
251 config.Targets = map[OsType][]Target{
  /build/soong/cc/
testing.go 21 func GatherRequiredDepsForTest(os android.OsType) string {
stl.go 270 var hostDynamicGccLibs, hostStaticGccLibs map[android.OsType][]string
273 hostDynamicGccLibs = map[android.OsType][]string{
282 hostStaticGccLibs = map[android.OsType][]string{
androidmk.go 36 Os() android.OsType
cc_test.go 55 os android.OsType) *android.TestContext {
108 func testCcWithConfigForOs(t *testing.T, bp string, config android.Config, os android.OsType) *android.TestContext {
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/
CommonObject.py 311 self.OsType = ''
325 def SetOS(self, OsType):
326 self.OsType = OsType
329 return self.OsType
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
CommonXml.py 476 OsType = XmlAttribute(XmlNode(SubItem, '%s/Filename' % Key), 'OS')
483 self.Files.append([Filename, Executable, OsType])
    [all...]

Completed in 939 milliseconds