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

1 2

  /external/chromium/base/mac/
foundation_util.h 57 OSType CreatorCodeForCFBundleRef(CFBundleRef bundle);
65 OSType CreatorCodeForApplication();
  /external/chromium_org/chrome/common/
chrome_version_info.h 57 std::string OSType() const;
chrome_version_info.cc 110 current_version += OSType();
120 std::string VersionInfo::OSType() const {
  /external/llvm/include/llvm/ADT/
Triple.h 87 enum OSType {
138 OSType OS;
177 OSType getOS() const { return OS; }
361 void setOS(OSType Kind);
433 static const char *getOSTypeName(OSType Kind);
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 86 Triple::OSType OSType;
91 MipsAsmBackend(const Target &T, Triple::OSType _OSType,
93 :MCAsmBackend(), OSType(_OSType), IsLittle(_isLittle), Is64Bit(_is64Bit) {}
97 MCELFObjectTargetWriter::getOSABI(OSType), IsLittle, Is64Bit);
  /external/llvm/include/llvm/MC/
MCELFObjectWriter.h 61 static uint8_t getOSABI(Triple::OSType OSType) {
62 switch (OSType) {
  /external/chromium/chrome/browser/password_manager/
password_store_mac_internal.h 110 OSType creator_code);
117 OSType CreatorCodeForSearch();
password_store_mac.cc 42 const char* path, const char* username, OSType creator);
70 const char* username, OSType creator) {
716 const SecKeychainItemRef& keychain_item, OSType creator_code) {
725 OSType MacKeychainPasswordFormAdapter::CreatorCodeForSearch() {
    [all...]
  /external/chromium_org/chrome/browser/password_manager/
password_store_mac_internal.h 112 OSType creator_code);
119 OSType CreatorCodeForSearch();
password_store_mac.cc 45 const char* path, const char* username, OSType creator);
73 const char* username, OSType creator) {
723 const SecKeychainItemRef& keychain_item, OSType creator_code) {
732 OSType MacKeychainPasswordFormAdapter::CreatorCodeForSearch() {
    [all...]
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestAPICommon.h 85 SmallVector<Triple::OSType, 4> UnsupportedOSs;
  /external/chromium/chrome/browser/
keychain_mock_mac.cc 51 data_size = sizeof(OSType);
145 void MockKeychain::SetTestDataCreator(int item, OSType value) {
148 OSType* data = static_cast<OSType*>(attribute->data);
215 *(static_cast<OSType*>(data)));
416 OSType* data = static_cast<OSType*>(attribute->data);
keychain_mock_mac.h 140 void SetTestDataCreator(int item, OSType value);
  /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 189 void SetTestDataCreator(MockKeychainItemType item, OSType value);
  /external/chromium_org/base/mac/
foundation_util.h 70 OSType CreatorCodeForCFBundleRef(CFBundleRef bundle);
78 BASE_EXPORT OSType CreatorCodeForApplication();
  /external/llvm/lib/Support/
Triple.cpp 112 const char *Triple::getOSTypeName(OSType Kind) {
142 llvm_unreachable("Invalid OSType");
269 static Triple::OSType parseOS(StringRef OSName) {
270 return StringSwitch<Triple::OSType>(OSName)
368 OSType OS = UnknownOS;
628 void Triple::setOS(OSType Kind) {
  /external/chromium/third_party/libjingle/source/talk/base/
macutils.cc 95 static bool GetGestalt(OSType ostype, int* value) {
98 OSStatus result = Gestalt(ostype, &native_value);
104 DecodeFourChar(ostype, &str);
  /external/chromium_org/chrome/browser/component_updater/
component_updater_ping_manager.cc 103 chrome::VersionInfo().OSType().c_str(),
  /external/chromium_org/chrome/browser/ui/webui/
version_ui.cc 51 html_source->AddString("os_type", version_info.OSType());
  /external/chromium_org/third_party/libjingle/source/talk/base/
macutils.cc 87 static bool GetGestalt(OSType ostype, int* value) {
90 OSStatus result = Gestalt(ostype, &native_value);
96 DecodeFourChar(ostype, &str);
  /development/ide/xcode/ports/
SkOSWindow_Mac.cpp 104 static void getparam(EventRef inEvent, OSType name, OSType type, UInt32 size, void* data)

Completed in 1925 milliseconds

1 2