/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsAsmBackend.cpp | 81 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/ |
D | Triple.h | 80 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/ |
D | MCELFObjectWriter.h | 66 static uint8_t getOSABI(Triple::OSType OSType) { in getOSABI() argument 67 switch (OSType) { in getOSABI()
|
/external/chromium/chrome/browser/ |
D | keychain_mock_mac.cc | 51 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()
|
D | keychain_mock_mac.h | 140 void SetTestDataCreator(int item, OSType value);
|
D | platform_util_mac.mm | 47 const OSType finderCreatorCode = 'MACS';
|
/external/chromium/base/mac/ |
D | foundation_util.h | 57 OSType CreatorCodeForCFBundleRef(CFBundleRef bundle); 65 OSType CreatorCodeForApplication();
|
D | foundation_util.mm | 107 OSType CreatorCodeForCFBundleRef(CFBundleRef bundle) { 108 OSType creator = kUnknownType; 113 OSType CreatorCodeForApplication() {
|
/external/chromium/chrome/browser/password_manager/ |
D | password_store_mac_internal.h | 110 OSType creator_code); 117 OSType CreatorCodeForSearch();
|
D | password_store_mac.cc | 42 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/ |
D | Triple.cpp | 104 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/ |
D | QTMovie.cpp | 583 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/ |
D | macutils.cc | 95 static bool GetGestalt(OSType ostype, int* value) { in GetGestalt()
|
/external/webkit/WebKitLibraries/ |
D | WebKitSystemInterface.h | 54 OSType WKCarbonWindowPropertyCreator(void); 55 OSType WKCarbonWindowPropertyTag(void);
|
/external/webkit/Source/WebKit/mac/Carbon/ |
D | HIWebView.mm | 99 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/ |
D | AppleScriptController.m | 88 OSType type = [aeDesc typeCodeValue];
|
/external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/ |
D | WebKitSystemInterface.h | 150 …d *data, size_t data_size, size_t rowbytes, size_t width, size_t height, OSType pixel_format, CFDi…
|
/external/clang/lib/Frontend/ |
D | InitHeaderSearch.cpp | 214 llvm::Triple::OSType os = triple.getOS(); in AddDefaultCIncludePaths() 337 llvm::Triple::OSType os = triple.getOS(); in AddDefaultCPlusPlusIncludePaths()
|
/external/llvm/tools/llc/ |
D | llc.cpp | 294 Triple::OSType OS, in GetOutputStream()
|
/external/webkit/Source/WebKit2/UIProcess/mac/ |
D | WebPageProxyMac.mm | 57 static inline int callGestalt(OSType selector)
|
/external/llvm/unittests/ADT/ |
D | TripleTest.cpp | 181 C[2] = Triple::getOSTypeName(Triple::OSType(OS)); in TEST()
|
/external/mdnsresponder/mDNSShared/ |
D | DebugServices.c | 136 OSType inComponentSignature, 1124 OSType inComponentSignature, in DebugAssertOutputHandler()
|
/external/webkit/Source/WebKit/mac/Plugins/ |
D | WebNetscapePluginPackage.mm | 209 OSType type = 0;
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMCCodeEmitter.cpp | 61 Triple::OSType OS = TT.getOS(); in isTargetDarwin()
|
/external/clang/lib/Basic/ |
D | Targets.cpp | 4188 llvm::Triple::OSType os = Triple.getOS(); in AllocateTarget()
|