HomeSort by relevance Sort by last modified time
    Searched refs:OSType (Results 1 - 25 of 43) sorted by null

1 2

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.h 30 Triple::OSType OSType;
35 MipsAsmBackend(const Target &T, Triple::OSType _OSType, bool _isLittle,
37 : MCAsmBackend(), OSType(_OSType), IsLittle(_isLittle),
MipsAsmBackend.cpp 144 MCELFObjectTargetWriter::getOSABI(OSType), IsLittle, Is64Bit);
  /external/llvm/include/llvm/MC/
MCELFObjectWriter.h 41 static uint8_t getOSABI(Triple::OSType OSType) {
42 switch (OSType) {
  /external/chromium_org/chrome/common/
chrome_version_info.h 57 std::string OSType() const;
chrome_version_info.cc 109 current_version += OSType();
119 std::string VersionInfo::OSType() const {
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcAsmBackend.cpp 226 Triple::OSType OSType;
228 ELFSparcAsmBackend(const Target &T, Triple::OSType OSType) :
229 SparcAsmBackend(T), OSType(OSType) { }
248 uint8_t OSABI = MCELFObjectTargetWriter::getOSABI(OSType);
  /external/llvm/include/llvm/ADT/
Triple.h 96 enum OSType {
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/
password_store_mac_internal.h 100 OSType creator_code);
107 OSType CreatorCodeForSearch();
password_store_mac.cc 55 const OSType* creator);
86 const OSType* creator) {
670 OSType creator = CreatorCodeForSearch();
812 OSType creator = CreatorCodeForSearch();
848 const SecKeychainItemRef& keychain_item, OSType creator_code) {
    [all...]
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestAPICommon.h 90 SmallVector<Triple::OSType, 4> UnsupportedOSs;
  /external/chromium_org/third_party/mozilla/
NSURL+Utils.m 47 OSType fileType = NSHFSTypeCodeFromFileType(NSHFSTypeOfFile(urlPathString));
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymactoolbox.h 32 int PyMac_GetOSType(PyObject *, OSType *); /* argument parser for OSType */
33 PyObject *PyMac_BuildOSType(OSType); /* Convert OSType to PyObject */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymactoolbox.h 32 int PyMac_GetOSType(PyObject *, OSType *); /* argument parser for OSType */
33 PyObject *PyMac_BuildOSType(OSType); /* Convert OSType to PyObject */
  /external/chromium_org/crypto/
mock_apple_keychain_mac.cc 57 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);
mock_apple_keychain.h 188 void SetTestDataCreator(MockKeychainItemType item, OSType value);
  /external/chromium_org/chrome/browser/ui/webui/
version_ui.cc 54 html_source->AddString("os_type", version_info.OSType());
  /external/lldb/source/Plugins/DynamicLoader/Static/
DynamicLoaderStatic.cpp 33 const llvm::Triple::OSType os_type = triple_ref.getOS();
  /external/chromium_org/base/mac/
foundation_util.h 74 OSType CreatorCodeForCFBundleRef(CFBundleRef bundle);
82 BASE_EXPORT OSType CreatorCodeForApplication();
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftmac.c 297 static OSType
305 return ( OSType ) 0;
309 return ( OSType ) 0;
847 OSType fond_type;
917 OSType file_type;
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
ui_thread_search_terms_data.cc 185 version += " " + version_info.OSType();
  /external/chromium_org/third_party/webrtc/base/
macutils.cc 72 static bool GetGestalt(OSType ostype, int* value) {
75 OSStatus result = Gestalt(ostype, &native_value);
81 DecodeFourChar(ostype, &str);
  /development/ide/xcode/ports/
SkOSWindow_Mac.cpp 104 static void getparam(EventRef inEvent, OSType name, OSType type, UInt32 size, void* data)
  /external/llvm/lib/Support/
Triple.cpp 128 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/
chrome_component_updater_configurator.cc 244 return chrome::VersionInfo().OSType();
  /external/chromium_org/chrome/renderer/media/
cast_session_delegate.cc 154 gen_desc->set_os(version_info.OSType());

Completed in 684 milliseconds

1 2