Home
last modified time | relevance | path

Searched refs:OSType (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsAsmBackend.cpp67 Triple::OSType OSType; member in __anon008f915b0111::MipsAsmBackend
72 MipsAsmBackend(const Target &T, Triple::OSType _OSType, in MipsAsmBackend()
74 :MCAsmBackend(), OSType(_OSType), IsLittle(_isLittle), Is64Bit(_is64Bit) {} in MipsAsmBackend()
77 return createMipsELFObjectWriter(OS, OSType, IsLittle, Is64Bit); in createObjectWriter()
/external/llvm/include/llvm/ADT/
DTriple.h79 enum OSType { enum
124 OSType OS;
163 OSType getOS() const { return OS; } in getOS()
332 void setOS(OSType Kind);
407 static const char *getOSTypeName(OSType Kind);
/external/llvm/include/llvm/MC/
DMCELFObjectWriter.h64 static uint8_t getOSABI(Triple::OSType OSType) { in getOSABI() argument
65 switch (OSType) { in getOSABI()
/external/chromium/chrome/browser/
Dkeychain_mock_mac.cc51 data_size = sizeof(OSType); in MockKeychain()
145 void MockKeychain::SetTestDataCreator(int item, OSType value) { in SetTestDataCreator()
148 OSType* data = static_cast<OSType*>(attribute->data); in SetTestDataCreator()
215 *(static_cast<OSType*>(data))); in ItemModifyAttributesAndData()
416 OSType* data = static_cast<OSType*>(attribute->data); in CreatorCodesSetForAddedItems()
Dkeychain_mock_mac.h140 void SetTestDataCreator(int item, OSType value);
Dplatform_util_mac.mm47 const OSType finderCreatorCode = 'MACS';
/external/chromium/base/mac/
Dfoundation_util.h57 OSType CreatorCodeForCFBundleRef(CFBundleRef bundle);
65 OSType CreatorCodeForApplication();
Dfoundation_util.mm107 OSType CreatorCodeForCFBundleRef(CFBundleRef bundle) {
108 OSType creator = kUnknownType;
113 OSType CreatorCodeForApplication() {
/external/chromium/chrome/browser/password_manager/
Dpassword_store_mac_internal.h110 OSType creator_code);
117 OSType CreatorCodeForSearch();
Dpassword_store_mac.cc42 const char* path, const char* username, OSType creator);
70 const char* username, OSType creator) { in Init()
716 const SecKeychainItemRef& keychain_item, OSType creator_code) { in SetKeychainItemCreatorCode()
725 OSType MacKeychainPasswordFormAdapter::CreatorCodeForSearch() { in CreatorCodeForSearch()
/external/llvm/lib/Support/
DTriple.cpp98 const char *Triple::getOSTypeName(OSType Kind) { in getOSTypeName()
269 static Triple::OSType parseOS(StringRef OSName) { in parseOS()
270 return StringSwitch<Triple::OSType>(OSName) in parseOS()
362 OSType OS = UnknownOS; in normalize()
599 void Triple::setOS(OSType Kind) { in setOS()
/external/webkit/Source/WebCore/platform/graphics/win/
DQTMovie.cpp583 OSType mode = kQTApertureMode_CleanAperture; in load()
601 static HashSet<OSType>* allowedTrackTypes = 0; in disableUnsupportedTracks()
603 allowedTrackTypes = new HashSet<OSType>; in disableUnsupportedTracks()
643 OSType mediaType; in disableUnsupportedTracks()
685 OSType mediaType; in disableUnsupportedTracks()
/external/chromium/third_party/libjingle/source/talk/base/
Dmacutils.cc95 static bool GetGestalt(OSType ostype, int* value) { in GetGestalt()
/external/webkit/WebKitLibraries/
DWebKitSystemInterface.h54 OSType WKCarbonWindowPropertyCreator(void);
55 OSType WKCarbonWindowPropertyTag(void);
/external/webkit/Source/WebKit/mac/Carbon/
DHIWebView.mm99 static const OSType NSAppKitPropertyCreator = 'akit';
102 static const OSType NSViewCarbonControlViewPropertyTag = 'view';
103 static const OSType NSViewCarbonControlAutodisplayPropertyTag = 'autd';
104 static const OSType NSViewCarbonControlFirstResponderViewPropertyTag = 'frvw';
106 static const OSType NSCarbonWindowPropertyTag = 'win ';
1230 OSType tag;
1372 …GetEventParameter(inEvent, kEventParamControlDataTag, typeEnumeration, NULL, sizeof(OSType), NULL,…
/external/webkit/Tools/DumpRenderTree/mac/
DAppleScriptController.m88 OSType type = [aeDesc typeCodeValue];
/external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
DWebKitSystemInterface.h150 …d *data, size_t data_size, size_t rowbytes, size_t width, size_t height, OSType pixel_format, CFDi…
/external/clang/lib/Frontend/
DInitHeaderSearch.cpp207 llvm::Triple::OSType os = triple.getOS(); in AddDefaultCIncludePaths()
328 llvm::Triple::OSType os = triple.getOS(); in AddDefaultCPlusPlusIncludePaths()
/external/llvm/tools/llc/
Dllc.cpp271 Triple::OSType OS, in GetOutputStream()
/external/clang/test/Analysis/
Dretain-release.m1087 typedef FourCharCode OSType; typedef
1098 OSType pixelFormatType,
1111 OSType pixelFormatType,
1127 OSType pixelFormatType,
1136 OSType pixelFormatType, void *baseAddress,
1154 OSType pixelFormatType, void *dataPtr, size_t dataSize,
/external/webkit/Source/WebKit2/UIProcess/mac/
DWebPageProxyMac.mm57 static inline int callGestalt(OSType selector)
/external/llvm/unittests/ADT/
DTripleTest.cpp181 C[2] = Triple::getOSTypeName(Triple::OSType(OS)); in TEST()
/external/mdnsresponder/mDNSShared/
DDebugServices.c136 OSType inComponentSignature,
1124 OSType inComponentSignature, in DebugAssertOutputHandler()
/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapePluginPackage.mm209 OSType type = 0;
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCCodeEmitter.cpp59 Triple::OSType OS = TT.getOS(); in isTargetDarwin()

12