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

1 2

  /external/stlport/test/eh/
intel45.mak 43 IOS = SGI
44 #IOS = NOSGI
45 #IOS = NONE
47 !IF "$(IOS)" == "NOSGI"
49 !ELSEIF "$(IOS)" == "NONE"
intel50.mak 44 IOS = SGI
45 #IOS = NOSGI
46 #IOS = NONE
48 !IF "$(IOS)" == "NOSGI"
50 !ELSEIF "$(IOS)" == "NONE"
  /external/webkit/Source/JavaScriptCore/runtime/
RegExpCache.h 51 #if PLATFORM(IOS)
  /external/srtp/crypto/include/
config.h 196 #elif defined(IOS)
  /external/webkit/Source/JavaScriptCore/profiler/
ProfilerServer.mm 68 #if !PLATFORM(IOS) || PLATFORM(IOS_SIMULATOR)
79 #if !PLATFORM(IOS) || PLATFORM(IOS_SIMULATOR)
  /external/webkit/Source/JavaScriptCore/wtf/
Platform.h 402 /* OS(IOS) - iOS */
403 /* OS(MAC_OS_X) - Mac OS X (not including iOS) */
515 /* PLATFORM(IOS) */
543 #if PLATFORM(MAC) || PLATFORM(IOS)
546 #if PLATFORM(MAC) || PLATFORM(IOS) || (PLATFORM(WIN) && USE(CG))
581 #if (PLATFORM(GTK) || PLATFORM(IOS) || PLATFORM(MAC) || PLATFORM(WIN) || (PLATFORM(QT) && (OS(DARWIN) || USE(PTHREAD_BASED_QT)) && !ENABLE(SINGLE_THREADED))) && !defined(ENABLE_JSC_MULTIPLE_THREADS)
614 #if PLATFORM(MAC) && !PLATFORM(IOS)
637 #endif /* PLATFORM(MAC) && !PLATFORM(IOS) */
657 #if PLATFORM(IOS)
    [all...]
  /external/webkit/Source/WebCore/platform/network/
Credential.h 30 #define CERTIFICATE_CREDENTIALS_SUPPORTED ((PLATFORM(MAC) || PLATFORM(IOS)) && !defined(BUILDING_ON_TIGER) && !defined(BUILDING_ON_LEOPARD))
  /external/libyuv/files/source/
row_posix.cc 332 #if defined(OSX) || defined(IOS)
378 #if defined(OSX) || defined(IOS)
424 #if defined(OSX) || defined(IOS)
470 #if defined(OSX) || defined(IOS)
509 #if defined(OSX) || defined(IOS)
  /external/webkit/Source/WebCore/platform/cocoa/
KeyEventCocoa.mm 34 #if PLATFORM(IOS)
474 #if PLATFORM(IOS)
535 #if PLATFORM(IOS)
  /external/chromium/third_party/libjingle/source/talk/base/
nethelpers.cc 154 #elif defined(OSX) || defined(IOS)
166 #if defined(OSX) || defined(IOS)
physicalsocketserver.cc 427 #elif defined(IOS) || defined(OSX)
482 #elif defined(IOS) || defined(OSX) || defined(BSD)
    [all...]
  /external/llvm/include/llvm/ADT/
Triple.h 88 IOS,
194 /// This may also be called with IOS triples but the OS X version number is
200 /// only be called with IOS triples.
294 /// isOSDarwin - Is this a "Darwin" OS (OS X or iOS).
296 return isMacOSX() || getOS() == Triple::IOS;
  /external/webkit/Source/WebCore/platform/iphone/
KeyEventIPhone.mm 29 #if PLATFORM(IOS)
119 #endif // PLATFORM(IOS)
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 231 bool isTargetIOS() const { return TargetTriple.getOS() == Triple::IOS; }
  /external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
CollatorICU.cpp 64 #if !defined(BUILDING_ON_TIGER) && !defined(BUILDING_ON_LEOPARD) && !OS(IOS)
  /external/webkit/Source/WebCore/
config.h 215 // CoreAnimation is available to IOS, Mac and Windows if using CG
216 #if PLATFORM(MAC) || PLATFORM(IOS) || (PLATFORM(WIN) && USE(CG))
  /external/webkit/Source/WebCore/loader/cache/
MemoryCache.h 220 #if PLATFORM(IOS)
  /external/llvm/lib/Support/
Triple.cpp 113 case IOS: return "ios";
284 .StartsWith("ios", Triple::IOS)
583 case IOS:
585 // the clang driver combines OS X and IOS support into a common Darwin
587 // IOS.
603 // the clang driver combines OS X and IOS support into a common Darwin
604 // toolchain that wants to know the iOS version number even when targeting
610 case IOS
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
ExecutableAllocator.h 37 #if OS(IOS)
264 #elif CPU(ARM_THUMB2) && OS(IOS)
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 192 // memset_pattern16 is only available on iOS 3.0 and Mac OS/X 10.5 and later.
196 } else if (T.getOS() == Triple::IOS) {
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 116 #elif defined(IOS) || defined(ANDROID)
117 // We don't use DeviceWatcher on iOS or Android, so just stub out a noop class.
126 #if !defined(LINUX) && !defined(IOS)
965 #if !defined(LINUX) && !defined(IOS)
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 387 (triple.getOS() == llvm::Triple::IOS ||
  /external/webkit/Source/WebCore/platform/network/mac/
FormDataStreamMac.mm 51 #if PLATFORM(IOS)
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 200 if (triple.getOS() == llvm::Triple::IOS)
Transforms.cpp 50 // iOS is always safe to use 'weak'.
51 if (Ctx.getTargetInfo().getTriple().getOS() == llvm::Triple::IOS)

Completed in 338 milliseconds

1 2