Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsAsmBackend.cpp81 Triple::OSType OSType; member in __anondfb32ddd0111::MipsAsmBackend
86 MipsAsmBackend(const Target &T, Triple::OSType _OSType, in MipsAsmBackend()
88 :MCAsmBackend(), OSType(_OSType), IsLittle(_isLittle), Is64Bit(_is64Bit) {} in MipsAsmBackend()
92 MCELFObjectTargetWriter::getOSABI(OSType), IsLittle, Is64Bit); in createObjectWriter()
/external/llvm/include/llvm/ADT/
DTriple.h80 enum OSType { enum
126 OSType OS;
165 OSType getOS() const { return OS; } in getOS()
339 void setOS(OSType Kind);
414 static const char *getOSTypeName(OSType Kind);
/external/llvm/include/llvm/MC/
DMCELFObjectWriter.h66 static uint8_t getOSABI(Triple::OSType OSType) { in getOSABI() argument
67 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.cpp104 const char *Triple::getOSTypeName(OSType Kind) { in getOSTypeName()
277 static Triple::OSType parseOS(StringRef OSName) { in parseOS()
278 return StringSwitch<Triple::OSType>(OSName) in parseOS()
371 OSType OS = UnknownOS; in normalize()
631 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.cpp214 llvm::Triple::OSType os = triple.getOS(); in AddDefaultCIncludePaths()
337 llvm::Triple::OSType os = triple.getOS(); in AddDefaultCPlusPlusIncludePaths()
/external/llvm/tools/llc/
Dllc.cpp294 Triple::OSType OS, in GetOutputStream()
/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.cpp61 Triple::OSType OS = TT.getOS(); in isTargetDarwin()
/external/clang/lib/Basic/
DTargets.cpp4188 llvm::Triple::OSType os = Triple.getOS(); in AllocateTarget()

12