/external/llvm-project/llvm/unittests/ADT/ |
D | StringSwitchTest.cpp | 156 enum class OSType { Windows, Linux, Unknown }; in TEST() enum 159 return llvm::StringSwitch<OSType>(S) in TEST() 161 OSType::Windows) in TEST() 162 .Cases("linux", "unix", "*nix", "posix", OSType::Linux) in TEST() 163 .Default(OSType::Unknown); in TEST() 166 EXPECT_EQ(OSType::Windows, Translate(llvm::StringRef("wind\0ws", 7))); in TEST() 167 EXPECT_EQ(OSType::Windows, Translate("win32")); in TEST() 168 EXPECT_EQ(OSType::Windows, Translate("winnt")); in TEST() 170 EXPECT_EQ(OSType::Linux, Translate("linux")); in TEST() 171 EXPECT_EQ(OSType::Linux, Translate("unix")); in TEST() [all …]
|
/external/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
D | AVRAsmBackend.h | 31 AVRAsmBackend(Triple::OSType OSType) in AVRAsmBackend() argument 32 : MCAsmBackend(support::little), OSType(OSType) {} in AVRAsmBackend() 64 Triple::OSType OSType;
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsAsmBackend.h | 30 Triple::OSType OSType; variable 35 MipsAsmBackend(const Target &T, Triple::OSType OSType, bool IsLittle, in MipsAsmBackend() argument 37 : MCAsmBackend(), OSType(OSType), IsLittle(IsLittle), Is64Bit(Is64Bit) {} in MipsAsmBackend()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/ |
D | AVRAsmBackend.h | 33 AVRAsmBackend(Triple::OSType OSType) in AVRAsmBackend() argument 34 : MCAsmBackend(support::little), OSType(OSType) {} in AVRAsmBackend() 74 Triple::OSType OSType;
|
/external/llvm-project/llvm/lib/Target/VE/MCTargetDesc/ |
D | VEAsmBackend.cpp | 180 Triple::OSType OSType; member in __anoncffce2500111::ELFVEAsmBackend 183 ELFVEAsmBackend(const Target &T, Triple::OSType OSType) in ELFVEAsmBackend() argument 184 : VEAsmBackend(T), OSType(OSType) {} in ELFVEAsmBackend() 213 uint8_t OSABI = MCELFObjectTargetWriter::getOSABI(OSType); in createObjectTargetWriter()
|
/external/llvm/lib/Target/Sparc/MCTargetDesc/ |
D | SparcAsmBackend.cpp | 271 Triple::OSType OSType; member in __anon05097f3e0111::ELFSparcAsmBackend 273 ELFSparcAsmBackend(const Target &T, Triple::OSType OSType) : in ELFSparcAsmBackend() argument 274 SparcAsmBackend(T), OSType(OSType) { } in ELFSparcAsmBackend() 294 uint8_t OSABI = MCELFObjectTargetWriter::getOSABI(OSType); in createObjectWriter()
|
/external/python/cpython2/Mac/Modules/folder/ |
D | _Foldermodule.c | 28 OSType folderType; in Folder_FindFolder() 54 OSType folderType; in Folder_ReleaseFolder() 72 OSType folderType; in Folder_FSFindFolder() 98 OSType badgeSignature; in Folder_AddFolderDescriptor() 99 OSType badgeType; in Folder_AddFolderDescriptor() 167 OSType foldType; in Folder_GetFolderName() 189 OSType fileType; in Folder_AddFolderRouting() 216 OSType fileType; in Folder_RemoveFolderRouting() 234 OSType fileType; in Folder_FindFolderRouting()
|
/external/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
D | LanaiAsmBackend.cpp | 45 Triple::OSType OSType; member in __anonb8f0d4c40111::LanaiAsmBackend 48 LanaiAsmBackend(const Target &T, Triple::OSType OST) in LanaiAsmBackend() 49 : MCAsmBackend(support::big), OSType(OST) {} in LanaiAsmBackend() 125 return createLanaiELFObjectWriter(MCELFObjectTargetWriter::getOSABI(OSType)); in createObjectTargetWriter()
|
/external/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/ |
D | SparcAsmBackend.cpp | 288 Triple::OSType OSType; member in __anon44e21a6c0111::ELFSparcAsmBackend 290 ELFSparcAsmBackend(const Target &T, Triple::OSType OSType) : in ELFSparcAsmBackend() argument 291 SparcAsmBackend(T), OSType(OSType) { } in ELFSparcAsmBackend() 314 uint8_t OSABI = MCELFObjectTargetWriter::getOSABI(OSType); in createObjectTargetWriter()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/MCTargetDesc/ |
D | SparcAsmBackend.cpp | 293 Triple::OSType OSType; member in __anonb8f640600111::ELFSparcAsmBackend 295 ELFSparcAsmBackend(const Target &T, Triple::OSType OSType) : in ELFSparcAsmBackend() argument 296 SparcAsmBackend(T), OSType(OSType) { } in ELFSparcAsmBackend() 319 uint8_t OSABI = MCELFObjectTargetWriter::getOSABI(OSType); in createObjectTargetWriter()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/ |
D | LanaiAsmBackend.cpp | 45 Triple::OSType OSType; member in __anon2d04fab80111::LanaiAsmBackend 48 LanaiAsmBackend(const Target &T, Triple::OSType OST) in LanaiAsmBackend() 49 : MCAsmBackend(support::big), OSType(OST) {} in LanaiAsmBackend() 134 return createLanaiELFObjectWriter(MCELFObjectTargetWriter::getOSABI(OSType)); in createObjectTargetWriter()
|
/external/llvm/lib/Target/Lanai/MCTargetDesc/ |
D | LanaiAsmBackend.cpp | 46 Triple::OSType OSType; member in __anon791839960111::LanaiAsmBackend 49 LanaiAsmBackend(const Target &T, Triple::OSType OST) in LanaiAsmBackend() 50 : MCAsmBackend(), OSType(OST) {} in LanaiAsmBackend() 127 MCELFObjectTargetWriter::getOSABI(OSType)); in createObjectWriter()
|
/external/webrtc/sdk/objc/unittests/ |
D | RTCCVPixelBuffer_xctest.mm | 193 - (void)cropAndScaleTestWithNV12InputFormat:(OSType)inputFormat outputFormat:(OSType)outputFormat { argument 194 [self cropAndScaleTestWithNV12InputFormat:(OSType)inputFormat 195 outputFormat:(OSType)outputFormat 199 - (void)cropAndScaleTestWithNV12InputFormat:(OSType)inputFormat 200 outputFormat:(OSType)outputFormat 245 - (void)cropAndScaleTestWithRGBPixelFormat:(OSType)pixelFormat { argument 249 - (void)cropAndScaleTestWithRGBPixelFormat:(OSType)pixelFormat cropX:(int)cropX cropY:(int)cropY { argument 285 - (void)toI420WithPixelFormat:(OSType)pixelFormat { argument
|
/external/python/cpython2/Mac/Modules/menu/ |
D | menuedit.py | 111 (OSType, 'inPropertyCreator', InMode), 112 (OSType, 'inPropertyTag', InMode), 120 (OSType, 'inPropertyCreator', InMode), 121 (OSType, 'inPropertyTag', InMode),
|
/external/llvm-project/lldb/source/Target/ |
D | AssertFrameRecognizer.cpp | 36 bool GetAbortLocation(llvm::Triple::OSType os, SymbolLocation &location) { in GetAbortLocation() 67 bool GetAssertLocation(llvm::Triple::OSType os, SymbolLocation &location) { in GetAssertLocation() 90 llvm::Triple::OSType os = target.GetArchitecture().GetTriple().getOS(); in RegisterAssertFrameRecognizer() 109 llvm::Triple::OSType os = target.GetArchitecture().GetTriple().getOS(); in RecognizeFrame()
|
/external/llvm-project/lldb/unittests/Utility/ |
D | ArchSpecTest.cpp | 147 EXPECT_EQ(llvm::Triple::OSType::Linux, B.GetTriple().getOS()); in TEST() 154 EXPECT_EQ(llvm::Triple::OSType::Linux, A.GetTriple().getOS()); in TEST() 172 EXPECT_EQ(llvm::Triple::OSType::Linux, B.GetTriple().getOS()); in TEST() 180 EXPECT_EQ(llvm::Triple::OSType::Linux, A.GetTriple().getOS()); in TEST() 187 EXPECT_EQ(llvm::Triple::OSType::WatchOS, D.GetTriple().getOS()); in TEST() 193 EXPECT_EQ(llvm::Triple::OSType::WatchOS, C.GetTriple().getOS()); in TEST() 208 EXPECT_EQ(llvm::Triple::OSType::Linux, B.GetTriple().getOS()); in TEST() 216 EXPECT_EQ(llvm::Triple::OSType::Linux, A.GetTriple().getOS()); in TEST() 238 EXPECT_EQ(llvm::Triple::OSType::Linux, A.GetTriple().getOS()); in TEST() 239 EXPECT_EQ(llvm::Triple::OSType::Linux, B.GetTriple().getOS()); in TEST() [all …]
|
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformAppleSimulator.h | 31 lldb_private::ConstString plugin_name, llvm::Triple::OSType preferred_os, 40 llvm::Triple::OSType preferred_os, 41 llvm::SmallVector<llvm::Triple::OSType, 4> supported_os, 103 llvm::Triple::OSType m_os_type = llvm::Triple::UnknownOS;
|
/external/llvm-project/lldb/test/API/functionalities/data-formatter/ostypeformatting/ |
D | main.mm | 8 OSType a = 'test'; 9 OSType b = 'best';
|
/external/llvm/include/llvm/MC/ |
D | MCELFObjectWriter.h | 67 static uint8_t getOSABI(Triple::OSType OSType) { in getOSABI() argument 68 switch (OSType) { in getOSABI()
|
/external/llvm-project/lldb/source/Plugins/ABI/X86/ |
D | ABISysV_x86_64.cpp | 72 const llvm::Triple::OSType os_type = arch.GetTriple().getOS(); in CreateInstance() 77 case llvm::Triple::OSType::IOS: in CreateInstance() 78 case llvm::Triple::OSType::TvOS: in CreateInstance() 79 case llvm::Triple::OSType::WatchOS: in CreateInstance() 91 case llvm::Triple::OSType::Darwin: in CreateInstance() 92 case llvm::Triple::OSType::FreeBSD: in CreateInstance() 93 case llvm::Triple::OSType::Linux: in CreateInstance() 94 case llvm::Triple::OSType::MacOSX: in CreateInstance() 95 case llvm::Triple::OSType::NetBSD: in CreateInstance() 96 case llvm::Triple::OSType::Solaris: in CreateInstance() [all …]
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCELFObjectWriter.h | 72 static uint8_t getOSABI(Triple::OSType OSType) { in getOSABI() argument 73 switch (OSType) { in getOSABI()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCELFObjectWriter.h | 73 static uint8_t getOSABI(Triple::OSType OSType) { in getOSABI() argument 74 switch (OSType) { in getOSABI()
|
/external/python/cpython2/Mac/Modules/icn/ |
D | _Icnmodule.c | 675 OSType iconType; in Icn_SetIconFamilyData() 699 OSType iconType; in Icn_GetIconFamilyData() 802 OSType creator; in Icn_GetIconRef() 803 OSType iconType; in Icn_GetIconRef() 859 OSType creator; in Icn_RegisterIconRefFromIconFamily() 860 OSType iconType; in Icn_RegisterIconRefFromIconFamily() 885 OSType creator; in Icn_RegisterIconRefFromResource() 886 OSType iconType; in Icn_RegisterIconRefFromResource() 914 OSType creator; in Icn_RegisterIconRefFromFSRef() 915 OSType iconType; in Icn_RegisterIconRefFromFSRef() [all …]
|
/external/llvm/include/llvm/ADT/ |
D | Triple.h | 140 enum OSType { enum 216 OSType OS; 271 OSType getOS() const { return OS; } in getOS() 607 void setOS(OSType Kind); 705 static const char *getOSTypeName(OSType Kind);
|
/external/python/cpython2/Mac/Modules/ctl/ |
D | ctlsupport.py | 62 DataBrowserViewStyle = OSType 72 DataBrowserPropertyPart = OSType 78 DataBrowserPropertyType = OSType
|