/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsAsmBackend.cpp | 86 Triple::OSType OSType; member in __anon9dfa66e10111::MipsAsmBackend 91 MipsAsmBackend(const Target &T, Triple::OSType _OSType, in MipsAsmBackend() 93 :MCAsmBackend(), OSType(_OSType), IsLittle(_isLittle), Is64Bit(_is64Bit) {} in MipsAsmBackend() 97 MCELFObjectTargetWriter::getOSABI(OSType), IsLittle, Is64Bit); in createObjectWriter()
|
/external/llvm/include/llvm/ADT/ |
D | Triple.h | 87 enum OSType { enum 138 OSType OS; 177 OSType getOS() const { return OS; } in getOS() 361 void setOS(OSType Kind); 433 static const char *getOSTypeName(OSType Kind);
|
/external/llvm/include/llvm/MC/ |
D | MCELFObjectWriter.h | 61 static uint8_t getOSABI(Triple::OSType OSType) { in getOSABI() argument 62 switch (OSType) { in getOSABI()
|
/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/ |
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);
|
/external/chromium_org/chrome/common/ |
D | chrome_version_info.cc | 110 current_version += OSType(); in CreateVersionString() 120 std::string VersionInfo::OSType() const { in OSType() function in chrome::VersionInfo
|
D | chrome_version_info.h | 57 std::string OSType() const;
|
/external/chromium_org/crypto/ |
D | mock_apple_keychain_mac.cc | 57 data_size = sizeof(OSType); in InitializeKeychainData() 158 OSType value) { in SetTestDataCreator() 161 OSType* data = static_cast<OSType*>(attribute->data); in SetTestDataCreator() 232 mutable_this->SetTestDataCreator(key, *(static_cast<OSType*>(data))); in ItemModifyAttributesAndData() 485 OSType* data = static_cast<OSType*>(attribute->data); in CreatorCodesSetForAddedItems()
|
D | mock_apple_keychain.h | 189 void SetTestDataCreator(MockKeychainItemType item, OSType value);
|
/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/chromium_org/chrome/browser/password_manager/ |
D | password_store_mac_internal.h | 102 OSType creator_code); 109 OSType CreatorCodeForSearch();
|
D | password_store_mac.cc | 47 const char* path, const char* username, OSType creator); 75 const char* username, OSType creator) { in Init() 809 const SecKeychainItemRef& keychain_item, OSType creator_code) { in SetKeychainItemCreatorCode() 818 OSType MacKeychainPasswordFormAdapter::CreatorCodeForSearch() { in CreatorCodeForSearch()
|
/external/llvm/lib/Support/ |
D | Triple.cpp | 112 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() 368 OSType OS = UnknownOS; in normalize() 628 void Triple::setOS(OSType Kind) { in setOS()
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITTestAPICommon.h | 85 SmallVector<Triple::OSType, 4> UnsupportedOSs;
|
/external/chromium_org/base/mac/ |
D | foundation_util.h | 74 OSType CreatorCodeForCFBundleRef(CFBundleRef bundle); 82 BASE_EXPORT OSType CreatorCodeForApplication();
|
D | foundation_util.mm | 84 OSType CreatorCodeForCFBundleRef(CFBundleRef bundle) { 85 OSType creator = kUnknownType; 90 OSType CreatorCodeForApplication() {
|
/external/chromium_org/chrome/browser/component_updater/ |
D | component_updater_utils.cc | 63 chrome::VersionInfo().OSType().c_str(), // "platform" in BuildProtocolRequest()
|
/external/chromium_org/chrome/browser/ui/webui/ |
D | version_ui.cc | 53 html_source->AddString("os_type", version_info.OSType()); in CreateVersionUIDataSource()
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | macutils.cc | 89 static bool GetGestalt(OSType ostype, int* value) { in GetGestalt()
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | macutils.cc | 95 static bool GetGestalt(OSType ostype, int* value) { in GetGestalt()
|
/external/skia/src/views/mac/ |
D | SkOSWindow_Mac.cpp | 238 static void getparam(EventRef inEvent, OSType name, OSType type, UInt32 size, void* data) in getparam()
|
/external/chromium_org/third_party/skia/src/views/mac/ |
D | SkOSWindow_Mac.cpp | 238 static void getparam(EventRef inEvent, OSType name, OSType type, UInt32 size, void* data) in getparam()
|