Searched refs:OSType (Results 1 - 25 of 40) sorted by relevance

12

/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.h30 Triple::OSType OSType; member in class:llvm::MipsAsmBackend
35 MipsAsmBackend(const Target &T, Triple::OSType _OSType, bool _isLittle,
37 : MCAsmBackend(), OSType(_OSType), IsLittle(_isLittle),
H A DMipsAsmBackend.cpp144 MCELFObjectTargetWriter::getOSABI(OSType), IsLittle, Is64Bit);
/external/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h41 static uint8_t getOSABI(Triple::OSType OSType) { argument
42 switch (OSType) {
/external/chromium_org/chrome/common/
H A Dchrome_version_info.h57 std::string OSType() const;
H A Dchrome_version_info.cc109 current_version += OSType();
119 std::string VersionInfo::OSType() const { function in class:chrome::VersionInfo
/external/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp226 Triple::OSType OSType; member in class:__anon26135::ELFSparcAsmBackend
228 ELFSparcAsmBackend(const Target &T, Triple::OSType OSType) : argument
229 SparcAsmBackend(T), OSType(OSType) { }
248 uint8_t OSABI = MCELFObjectTargetWriter::getOSABI(OSType);
/external/llvm/include/llvm/ADT/
H A DTriple.h96 enum OSType { enum in class:llvm::Triple
158 OSType OS;
200 OSType getOS() const { return OS; }
424 void setOS(OSType Kind);
499 static const char *getOSTypeName(OSType Kind);
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_store_mac_internal.h100 OSType creator_code);
107 OSType CreatorCodeForSearch();
H A Dpassword_store_mac.cc55 const OSType* creator);
86 const OSType* creator) {
670 OSType creator = CreatorCodeForSearch();
812 OSType creator = CreatorCodeForSearch();
848 const SecKeychainItemRef& keychain_item, OSType creator_code) {
857 OSType MacKeychainPasswordFormAdapter::CreatorCodeForSearch() {
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTestAPICommon.h90 SmallVector<Triple::OSType, 4> UnsupportedOSs;
/external/chromium_org/third_party/mozilla/
H A DNSURL+Utils.m47 OSType fileType = NSHFSTypeCodeFromFileType(NSHFSTypeOfFile(urlPathString));
H A DNSPasteboard+Utils.mm194 OSType fileType = NSHFSTypeCodeFromFileType(NSHFSTypeOfFile(file));
/external/chromium_org/crypto/
H A Dmock_apple_keychain_mac.cc57 data_size = sizeof(OSType);
158 OSType value) {
161 OSType* data = static_cast<OSType*>(attribute->data);
232 mutable_this->SetTestDataCreator(key, *(static_cast<OSType*>(data)));
485 OSType* data = static_cast<OSType*>(attribute->data);
H A Dmock_apple_keychain.h188 void SetTestDataCreator(MockKeychainItemType item, OSType value);
/external/chromium_org/chrome/browser/ui/webui/
H A Dversion_ui.cc54 html_source->AddString("os_type", version_info.OSType());
/external/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp33 const llvm::Triple::OSType os_type = triple_ref.getOS();
/external/chromium_org/base/mac/
H A Dfoundation_util.h74 OSType CreatorCodeForCFBundleRef(CFBundleRef bundle);
82 BASE_EXPORT OSType CreatorCodeForApplication();
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftmac.c297 static OSType
305 return ( OSType ) 0;
309 return ( OSType ) 0;
847 OSType fond_type;
917 OSType file_type;
/external/chromium_org/chrome/browser/search_engines/
H A Dui_thread_search_terms_data.cc185 version += " " + version_info.OSType();
/external/chromium_org/third_party/webrtc/base/
H A Dmacutils.cc72 static bool GetGestalt(OSType ostype, int* value) {
/external/llvm/lib/Support/
H A DTriple.cpp128 const char *Triple::getOSTypeName(OSType Kind) {
158 llvm_unreachable("Invalid OSType");
307 static Triple::OSType parseOS(StringRef OSName) {
308 return StringSwitch<Triple::OSType>(OSName)
443 OSType OS = UnknownOS;
736 void Triple::setOS(OSType Kind) {
/external/chromium_org/chrome/browser/component_updater/
H A Dchrome_component_updater_configurator.cc244 return chrome::VersionInfo().OSType();
/external/chromium_org/chrome/renderer/media/
H A Dcast_session_delegate.cc154 gen_desc->set_os(version_info.OSType());
/external/chromium_org/third_party/skia/src/views/mac/
H A DSkOSWindow_Mac.cpp238 static void getparam(EventRef inEvent, OSType name, OSType type, UInt32 size, void* data)
/external/clang/lib/Frontend/
H A DInitHeaderSearch.cpp226 llvm::Triple::OSType os = triple.getOS();
349 llvm::Triple::OSType os = triple.getOS();

Completed in 2594 milliseconds

12