/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/MCTargetDesc/ |
H A D | AVRAsmBackend.h | 31 AVRAsmBackend(Triple::OSType OSType) in AVRAsmBackend() argument 32 : MCAsmBackend(support::little), OSType(OSType) {} in AVRAsmBackend() 66 Triple::OSType OSType;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/ |
H A D | AVRAsmBackend.h | 33 AVRAsmBackend(Triple::OSType OSType) in AVRAsmBackend() argument 34 : MCAsmBackend(support::little), OSType(OSType) {} in AVRAsmBackend() 74 Triple::OSType OSType;
|
/aosp_15_r20/external/llvm/lib/Target/Mips/MCTargetDesc/ |
H A 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()
|
/aosp_15_r20/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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/VE/MCTargetDesc/ |
H A D | VEAsmBackend.cpp | 184 Triple::OSType OSType; member in __anonfcf7fc790111::ELFVEAsmBackend 187 ELFVEAsmBackend(const Target &T, Triple::OSType OSType) in ELFVEAsmBackend() argument 188 : VEAsmBackend(T), OSType(OSType) {} in ELFVEAsmBackend() 217 uint8_t OSABI = MCELFObjectTargetWriter::getOSABI(OSType); in createObjectTargetWriter()
|
/aosp_15_r20/external/llvm/lib/Target/Sparc/MCTargetDesc/ |
H A D | SparcAsmBackend.cpp | 271 Triple::OSType OSType; member in __anon1eb30fad0111::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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/MCTargetDesc/ |
H A D | SparcAsmBackend.cpp | 293 Triple::OSType OSType; member in __anon3022a48f0111::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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Sparc/MCTargetDesc/ |
H A D | SparcAsmBackend.cpp | 336 Triple::OSType OSType; member in __anonc05c6f550111::ELFSparcAsmBackend 338 ELFSparcAsmBackend(const Target &T, Triple::OSType OSType) : in ELFSparcAsmBackend() argument 339 SparcAsmBackend(T), OSType(OSType) { } in ELFSparcAsmBackend() 364 uint8_t OSABI = MCELFObjectTargetWriter::getOSABI(OSType); in createObjectTargetWriter()
|
/aosp_15_r20/external/webrtc/sdk/objc/unittests/ |
H A D | RTCCVPixelBuffer_xctest.mm | 301 - (void)cropAndScaleTestWithNV12InputFormat:(OSType)inputFormat outputFormat:(OSType)outputFormat { argument 302 [self cropAndScaleTestWithNV12InputFormat:(OSType)inputFormat 303 outputFormat:(OSType)outputFormat 307 - (void)cropAndScaleTestWithNV12InputFormat:(OSType)inputFormat argument 308 outputFormat:(OSType)outputFormat 353 - (void)cropAndScaleTestWithRGBPixelFormat:(OSType)pixelFormat { argument 357 - (void)cropAndScaleTestWithRGBPixelFormat:(OSType)pixelFormat cropX:(int)cropX cropY:(int)cropY { argument 393 - (void)toI420WithPixelFormat:(OSType)pixelFormat { argument 416 - (void)toI420WithCropAndScaleWithPixelFormat:(OSType)pixelFormat argument
|
/aosp_15_r20/external/llvm/lib/Target/Lanai/MCTargetDesc/ |
H A D | LanaiAsmBackend.cpp | 46 Triple::OSType OSType; member in __anon92c1ca050111::LanaiAsmBackend 49 LanaiAsmBackend(const Target &T, Triple::OSType OST) in LanaiAsmBackend() 50 : MCAsmBackend(), OSType(OST) {} in LanaiAsmBackend() 127 MCELFObjectTargetWriter::getOSABI(OSType)); in createObjectWriter()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/ |
H A D | LanaiAsmBackend.cpp | 45 Triple::OSType OSType; member in __anona4315ee70111::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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Lanai/MCTargetDesc/ |
H A D | LanaiAsmBackend.cpp | 45 Triple::OSType OSType; member in __anon346b29ad0111::LanaiAsmBackend 48 LanaiAsmBackend(const Target &T, Triple::OSType OST) in LanaiAsmBackend() 49 : MCAsmBackend(support::big), OSType(OST) {} in LanaiAsmBackend() 127 return createLanaiELFObjectWriter(MCELFObjectTargetWriter::getOSABI(OSType)); in createObjectTargetWriter()
|
/aosp_15_r20/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 …]
|
/aosp_15_r20/external/python/pyfakefs/pyfakefs/pytest_tests/ |
D | pytest_plugin_test.py | 5 from pyfakefs.fake_filesystem import OSType 67 fs.os = OSType.WINDOWS 72 fs.os = OSType.LINUX 77 fs.os = OSType.MACOS
|
/aosp_15_r20/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),
|
/aosp_15_r20/external/llvm/include/llvm/ADT/ |
H A 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);
|
/aosp_15_r20/external/python/cpython2/Mac/Modules/snd/ |
D | _Sndmodule.c | 151 OSType selector; in SndCh_SndGetInfo() 170 OSType selector; in SndCh_SndSetInfo() 616 OSType format; in Snd_GetCompressionInfo() 641 OSType theType; in Snd_SetSoundPreference() 661 OSType theType; in Snd_GetSoundPreference() 681 OSType compressionType; in Snd_GetCompressionName() 711 OSType quality; in Snd_SndRecord() 915 OSType infoType; in Snd_SPBGetDeviceInfo() 936 OSType infoType; in Snd_SPBSetDeviceInfo()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/TargetParser/ |
H A D | Triple.h | 185 enum OSType { enum 305 OSType OS{}; 364 OSType getOS() const { return OS; } in getOS() 985 void setOS(OSType Kind); 1083 static StringRef getOSTypeName(OSType Kind); 1098 static VersionTuple getCanonicalVersionForOS(OSType OSKind,
|
/aosp_15_r20/external/llvm/include/llvm/MC/ |
H A D | MCELFObjectWriter.h | 67 static uint8_t getOSABI(Triple::OSType OSType) { in getOSABI() argument 68 switch (OSType) { in getOSABI()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | Triple.h | 157 enum OSType { enum 245 OSType OS; 306 OSType getOS() const { return OS; } in getOS() 768 void setOS(OSType Kind); 872 static StringRef getOSTypeName(OSType Kind);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/TargetParser/ |
D | Triple.h | 186 enum OSType { enum 313 OSType OS{}; 372 OSType getOS() const { return OS; } in getOS() 1052 void setOS(OSType Kind); 1153 static StringRef getOSTypeName(OSType Kind); 1171 static VersionTuple getCanonicalVersionForOS(OSType OSKind,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/TargetParser/ |
D | Triple.h | 187 enum OSType { enum 317 OSType OS{}; 376 OSType getOS() const { return OS; } in getOS() 1076 void setOS(OSType Kind); 1177 static StringRef getOSTypeName(OSType Kind); 1195 static VersionTuple getCanonicalVersionForOS(OSType OSKind,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/TargetParser/ |
D | Triple.h | 199 enum OSType { enum 329 OSType OS{}; 388 OSType getOS() const { return OS; } in getOS() 1092 void setOS(OSType Kind); 1193 static StringRef getOSTypeName(OSType Kind); 1211 static VersionTuple getCanonicalVersionForOS(OSType OSKind,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/TargetParser/ |
D | Triple.h | 187 enum OSType { enum 317 OSType OS{}; 376 OSType getOS() const { return OS; } in getOS() 1076 void setOS(OSType Kind); 1177 static StringRef getOSTypeName(OSType Kind); 1195 static VersionTuple getCanonicalVersionForOS(OSType OSKind,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/ |
D | MCELFObjectWriter.h | 72 static uint8_t getOSABI(Triple::OSType OSType) { in getOSABI() argument 73 switch (OSType) { in getOSABI()
|