Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsAsmBackend.cpp86 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/
DTriple.h87 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/
DMCELFObjectWriter.h61 static uint8_t getOSABI(Triple::OSType OSType) { in getOSABI() argument
62 switch (OSType) { in getOSABI()
/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/
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);
/external/chromium_org/chrome/common/
Dchrome_version_info.cc110 current_version += OSType(); in CreateVersionString()
120 std::string VersionInfo::OSType() const { in OSType() function in chrome::VersionInfo
Dchrome_version_info.h57 std::string OSType() const;
/external/chromium_org/crypto/
Dmock_apple_keychain_mac.cc57 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()
Dmock_apple_keychain.h189 void SetTestDataCreator(MockKeychainItemType item, OSType value);
/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/chromium_org/chrome/browser/password_manager/
Dpassword_store_mac_internal.h102 OSType creator_code);
109 OSType CreatorCodeForSearch();
Dpassword_store_mac.cc47 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/
DTriple.cpp112 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/
DMCJITTestAPICommon.h85 SmallVector<Triple::OSType, 4> UnsupportedOSs;
/external/chromium_org/base/mac/
Dfoundation_util.h74 OSType CreatorCodeForCFBundleRef(CFBundleRef bundle);
82 BASE_EXPORT OSType CreatorCodeForApplication();
Dfoundation_util.mm84 OSType CreatorCodeForCFBundleRef(CFBundleRef bundle) {
85 OSType creator = kUnknownType;
90 OSType CreatorCodeForApplication() {
/external/chromium_org/chrome/browser/component_updater/
Dcomponent_updater_utils.cc63 chrome::VersionInfo().OSType().c_str(), // "platform" in BuildProtocolRequest()
/external/chromium_org/chrome/browser/ui/webui/
Dversion_ui.cc53 html_source->AddString("os_type", version_info.OSType()); in CreateVersionUIDataSource()
/external/chromium_org/third_party/libjingle/source/talk/base/
Dmacutils.cc89 static bool GetGestalt(OSType ostype, int* value) { in GetGestalt()
/external/chromium/third_party/libjingle/source/talk/base/
Dmacutils.cc95 static bool GetGestalt(OSType ostype, int* value) { in GetGestalt()
/external/skia/src/views/mac/
DSkOSWindow_Mac.cpp238 static void getparam(EventRef inEvent, OSType name, OSType type, UInt32 size, void* data) in getparam()
/external/chromium_org/third_party/skia/src/views/mac/
DSkOSWindow_Mac.cpp238 static void getparam(EventRef inEvent, OSType name, OSType type, UInt32 size, void* data) in getparam()

12