/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()
|
D | MipsAsmBackend.cpp | 171 MCELFObjectTargetWriter::getOSABI(OSType), IsLittle, Is64Bit); in createObjectWriter()
|
/external/llvm/lib/Target/Sparc/MCTargetDesc/ |
D | SparcAsmBackend.cpp | 270 Triple::OSType OSType; member in __anon208986980111::ELFSparcAsmBackend 272 ELFSparcAsmBackend(const Target &T, Triple::OSType OSType) : in ELFSparcAsmBackend() argument 273 SparcAsmBackend(T), OSType(OSType) { } in ELFSparcAsmBackend() 293 uint8_t OSABI = MCELFObjectTargetWriter::getOSABI(OSType); in createObjectWriter()
|
/external/llvm/include/llvm/MC/ |
D | MCELFObjectWriter.h | 53 static uint8_t getOSABI(Triple::OSType OSType) { in getOSABI() argument 54 switch (OSType) { in getOSABI()
|
/external/lldb/test/functionalities/data-formatter/rdar-11628688/ |
D | main.mm | 17 OSType a = 'test'; 18 OSType b = 'best';
|
/external/llvm/include/llvm/ADT/ |
D | Triple.h | 133 enum OSType { enum 205 OSType OS; 260 OSType getOS() const { return OS; } in getOS() 561 void setOS(OSType Kind); 654 static const char *getOSTypeName(OSType Kind);
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/mac/ |
D | ftmac.c | 618 static OSType 629 return ( OSType ) 0; in get_file_type_from_path() 633 return ( OSType ) 0; in get_file_type_from_path() 644 return ( OSType ) 0; in get_file_type_from_path() 647 return ( OSType ) 0; in get_file_type_from_path() 1236 OSType fond_type; in FT_New_Face_From_FOND() 1352 OSType file_type; in FT_New_Face_From_Resource()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/ |
D | ftmac.c | 303 static OSType 311 return ( OSType ) 0; in get_file_type_from_path() 315 return ( OSType ) 0; in get_file_type_from_path() 859 OSType fond_type; in FT_New_Face_From_FOND() 931 OSType file_type; in FT_New_Face_From_Resource()
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftmac.c | 303 static OSType 311 return ( OSType ) 0; in get_file_type_from_path() 315 return ( OSType ) 0; in get_file_type_from_path() 859 OSType fond_type; in FT_New_Face_From_FOND() 931 OSType file_type; in FT_New_Face_From_Resource()
|
/external/libchrome/base/mac/ |
D | foundation_util.h | 84 OSType CreatorCodeForCFBundleRef(CFBundleRef bundle); 92 BASE_EXPORT OSType CreatorCodeForApplication();
|
D | foundation_util.mm | 97 OSType CreatorCodeForCFBundleRef(CFBundleRef bundle) { 98 OSType creator = kUnknownType; 103 OSType CreatorCodeForApplication() {
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITTestAPICommon.h | 96 SmallVector<Triple::OSType, 4> UnsupportedOSs;
|
/external/lldb/source/Plugins/DynamicLoader/Static/ |
D | DynamicLoaderStatic.cpp | 33 const llvm::Triple::OSType os_type = triple_ref.getOS(); in CreateInstance()
|
/external/llvm/unittests/Support/ |
D | ThreadPool.cpp | 27 SmallVector<Triple::OSType, 4> UnsupportedOSs;
|
/external/llvm/lib/Support/ |
D | Triple.cpp | 156 const char *Triple::getOSTypeName(OSType Kind) { in getOSTypeName() 414 static Triple::OSType parseOS(StringRef OSName) { in parseOS() 415 return StringSwitch<Triple::OSType>(OSName) in parseOS() 682 OSType OS = UnknownOS; in normalize() 1033 void Triple::setOS(OSType Kind) { in setOS()
|
/external/webrtc/webrtc/base/ |
D | macutils.cc | 72 static bool GetGestalt(OSType ostype, int* value) { in GetGestalt()
|
/external/clang/lib/Frontend/ |
D | InitHeaderSearch.cpp | 208 llvm::Triple::OSType os = triple.getOS(); in AddDefaultCIncludePaths() 354 llvm::Triple::OSType os = triple.getOS(); in AddDefaultCPlusPlusIncludePaths()
|
/external/llvm/tools/llc/ |
D | llc.cpp | 109 GetOutputStream(const char *TargetName, Triple::OSType OS, in GetOutputStream()
|
/external/lldb/source/Core/ |
D | ArchSpec.cpp | 773 const llvm::Triple::OSType lhs_triple_os = lhs_triple.getOS(); in IsEqualTo() 774 const llvm::Triple::OSType rhs_triple_os = rhs_triple.getOS(); in IsEqualTo()
|
D | Debugger.cpp | 1436 … llvm::Triple::OSType ostype = arch.IsValid() ? arch.GetTriple().getOS() : llvm::Triple::UnknownOS; in IsTokenWithFormat()
|
/external/clang/test/ARCMT/ |
D | objcmt-arc-cf-annotations.m | 1168 typedef FourCharCode OSType; typedef 1179 OSType pixelFormatType, 1192 OSType pixelFormatType, 1208 OSType pixelFormatType, 1217 OSType pixelFormatType, void *baseAddress, 1235 OSType pixelFormatType, void *dataPtr, size_t dataSize,
|
D | objcmt-arc-cf-annotations.m.result | 1210 typedef FourCharCode OSType; 1221 OSType pixelFormatType, 1234 OSType pixelFormatType, 1250 OSType pixelFormatType, 1259 OSType pixelFormatType, void *baseAddress, 1277 OSType pixelFormatType, void *dataPtr, size_t dataSize,
|
/external/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 938 Triple::OSType ExpectedOS = Triple::UnknownOS; in parseVersionMin()
|
/external/mdnsresponder/mDNSShared/ |
D | DebugServices.c | 136 OSType inComponentSignature, 1124 OSType inComponentSignature, in DebugAssertOutputHandler()
|
/external/llvm/unittests/ADT/ |
D | TripleTest.cpp | 279 C[2] = Triple::getOSTypeName(Triple::OSType(OS)); in TEST()
|