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

1 2

  /external/chromium/base/mac/
foundation_util.h 57 OSType CreatorCodeForCFBundleRef(CFBundleRef bundle);
65 OSType CreatorCodeForApplication();
  /external/llvm/include/llvm/ADT/
Triple.h 80 enum OSType {
126 OSType OS;
165 OSType getOS() const { return OS; }
339 void setOS(OSType Kind);
414 static const char *getOSTypeName(OSType Kind);
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 81 Triple::OSType OSType;
86 MipsAsmBackend(const Target &T, Triple::OSType _OSType,
88 :MCAsmBackend(), OSType(_OSType), IsLittle(_isLittle), Is64Bit(_is64Bit) {}
92 MCELFObjectTargetWriter::getOSABI(OSType), IsLittle, Is64Bit);
  /external/llvm/include/llvm/MC/
MCELFObjectWriter.h 66 static uint8_t getOSABI(Triple::OSType OSType) {
67 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/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/webkit/Tools/DumpRenderTree/mac/
AppleScriptController.m 88 OSType type = [aeDesc typeCodeValue];
  /external/llvm/lib/Support/
Triple.cpp 104 const char *Triple::getOSTypeName(OSType Kind) {
131 llvm_unreachable("Invalid OSType");
277 static Triple::OSType parseOS(StringRef OSName) {
278 return StringSwitch<Triple::OSType>(OSName)
371 OSType OS = UnknownOS;
631 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);
  /development/ide/xcode/ports/
SkOSWindow_Mac.cpp 104 static void getparam(EventRef inEvent, OSType name, OSType type, UInt32 size, void* data)
  /external/webkit/Source/WebCore/platform/graphics/win/
QTMovie.cpp 583 OSType mode = kQTApertureMode_CleanAperture;
601 static HashSet<OSType>* allowedTrackTypes = 0;
603 allowedTrackTypes = new HashSet<OSType>;
643 OSType mediaType;
685 OSType mediaType;
  /external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
WebKitSystemInterface.h 150 uint64_t wkCAImageQueueRegisterPixelBuffer(CAImageQueueRef iq, void *data, size_t data_size, size_t rowbytes, size_t width, size_t height, OSType pixel_format, CFDictionaryRef attachments, uint32_t flags);
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 214 llvm::Triple::OSType os = triple.getOS();
337 llvm::Triple::OSType os = triple.getOS();
  /external/webkit/Source/WebKit/mac/Carbon/
HIWebView.mm 99 static const OSType NSAppKitPropertyCreator = 'akit';
102 static const OSType NSViewCarbonControlViewPropertyTag = 'view';
103 static const OSType NSViewCarbonControlAutodisplayPropertyTag = 'autd';
104 static const OSType NSViewCarbonControlFirstResponderViewPropertyTag = 'frvw';
106 static const OSType NSCarbonWindowPropertyTag = 'win ';
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebPageProxyMac.mm 57 static inline int callGestalt(OSType selector)
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 54 OSType WKCarbonWindowPropertyCreator(void);
55 OSType WKCarbonWindowPropertyTag(void);
  /external/llvm/tools/llc/
llc.cpp 294 Triple::OSType OS,
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginPackage.mm 209 OSType type = 0;
  /external/llvm/unittests/ADT/
TripleTest.cpp 181 C[2] = Triple::getOSTypeName(Triple::OSType(OS));
  /external/mdnsresponder/mDNSShared/
DebugServices.c 136 OSType inComponentSignature,
1124 OSType inComponentSignature,
    [all...]
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 554 Triple::OSType pOSType,
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp 61 Triple::OSType OS = TT.getOS();
    [all...]
  /external/clang/lib/Basic/
Targets.cpp     [all...]

Completed in 857 milliseconds

1 2