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

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.h 30 Triple::OSType OSType;
35 MipsAsmBackend(const Target &T, Triple::OSType OSType, bool IsLittle,
37 : MCAsmBackend(), OSType(OSType), IsLittle(IsLittle), Is64Bit(Is64Bit) {}
MipsAsmBackend.cpp 171 MCELFObjectTargetWriter::getOSABI(OSType), IsLittle, Is64Bit);
  /external/opencv3/3rdparty/include/ffmpeg_/libavcodec/
vda.h 112 OSType cv_pix_fmt_type;
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcAsmBackend.cpp 270 Triple::OSType OSType;
272 ELFSparcAsmBackend(const Target &T, Triple::OSType OSType) :
273 SparcAsmBackend(T), OSType(OSType) { }
293 uint8_t OSABI = MCELFObjectTargetWriter::getOSABI(OSType);
  /external/llvm/include/llvm/MC/
MCELFObjectWriter.h 53 static uint8_t getOSABI(Triple::OSType OSType) {
54 switch (OSType) {
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestAPICommon.h 96 SmallVector<Triple::OSType, 4> UnsupportedOSs;
  /external/llvm/include/llvm/ADT/
Triple.h 133 enum OSType {
205 OSType OS;
260 OSType getOS() const { return OS; }
561 void setOS(OSType Kind);
654 static const char *getOSTypeName(OSType Kind);
  /prebuilts/gdb/darwin-x86/include/python2.7/
pymactoolbox.h 32 int PyMac_GetOSType(PyObject *, OSType *); /* argument parser for OSType */
33 PyObject *PyMac_BuildOSType(OSType); /* Convert OSType to PyObject */
  /prebuilts/gdb/linux-x86/include/python2.7/
pymactoolbox.h 32 int PyMac_GetOSType(PyObject *, OSType *); /* argument parser for OSType */
33 PyObject *PyMac_BuildOSType(OSType); /* Convert OSType to PyObject */
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymactoolbox.h 32 int PyMac_GetOSType(PyObject *, OSType *); /* argument parser for OSType */
33 PyObject *PyMac_BuildOSType(OSType); /* Convert OSType to PyObject */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymactoolbox.h 32 int PyMac_GetOSType(PyObject *, OSType *); /* argument parser for OSType */
33 PyObject *PyMac_BuildOSType(OSType); /* Convert OSType to PyObject */
  /external/libchrome/base/mac/
foundation_util.h 84 OSType CreatorCodeForCFBundleRef(CFBundleRef bundle);
92 BASE_EXPORT OSType CreatorCodeForApplication();
  /external/pdfium/third_party/freetype/src/base/
ftmac.c 303 static OSType
311 return ( OSType ) 0;
315 return ( OSType ) 0;
859 OSType fond_type;
931 OSType file_type;
    [all...]
  /external/llvm/unittests/Support/
ThreadPool.cpp 27 SmallVector<Triple::OSType, 4> UnsupportedOSs;
  /external/webrtc/webrtc/base/
macutils.cc 72 static bool GetGestalt(OSType ostype, int* value) {
75 OSStatus result = Gestalt(ostype, &native_value);
81 DecodeFourChar(ostype, &str);
  /external/opencv3/modules/videoio/src/
cap_qt.cpp 137 OSType myDataRefType = 0;
186 OSType whichMediaType = VisualMediaCharacteristic;
346 OSType myType = VisualMediaCharacteristic;
402 OSType myType = VisualMediaCharacteristic;
444 OSType myType = VisualMediaCharacteristic;
    [all...]
cap_ios_video_camera.mm 283 OSType format = self.grayscaleMode ? kCVPixelFormatType_420YpCbCr8BiPlanarFullRange : kCVPixelFormatType_32BGRA;
445 OSType format = CVPixelBufferGetPixelFormatType(imageBuffer);
  /external/llvm/lib/Support/
Triple.cpp 156 const char *Triple::getOSTypeName(OSType Kind) {
189 llvm_unreachable("Invalid OSType");
414 static Triple::OSType parseOS(StringRef OSName) {
415 return StringSwitch<Triple::OSType>(OSName)
682 OSType OS = UnknownOS;
1033 void Triple::setOS(OSType Kind) {
    [all...]
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 208 llvm::Triple::OSType os = triple.getOS();
354 llvm::Triple::OSType os = triple.getOS();
  /external/llvm/tools/llc/
llc.cpp 109 GetOutputStream(const char *TargetName, Triple::OSType OS,
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp     [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.c 136 OSType inComponentSignature,
1124 OSType inComponentSignature,
    [all...]
  /external/llvm/unittests/ADT/
TripleTest.cpp 279 C[2] = Triple::getOSTypeName(Triple::OSType(OS));
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 679 llvm::Triple::OSType OS = Ctx.getTargetInfo().getTriple().getOS();
    [all...]
  /external/clang/lib/Basic/
Targets.cpp     [all...]

Completed in 1017 milliseconds