HomeSort by relevance Sort by last modified time
    Searched refs:IOS (Results 1 - 25 of 34) 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/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 91 IOS,
200 /// This may also be called with IOS triples but the OS X version number is
206 /// only be called with IOS triples.
300 /// Is this an iOS triple.
302 return getOS() == Triple::IOS;
305 /// isOSDarwin - Is this a "Darwin" OS (OS X or iOS).
  /external/webkit/Source/WebCore/platform/iphone/
KeyEventIPhone.mm 29 #if PLATFORM(IOS)
119 #endif // PLATFORM(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 118 case IOS: return "ios";
268 .StartsWith("ios", Triple::IOS)
570 case IOS:
572 // the clang driver combines OS X and IOS support into a common Darwin
574 // IOS.
590 // the clang driver combines OS X and IOS support into a common Darwin
591 // toolchain that wants to know the iOS version number even when targeting
597 case IOS
    [all...]
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 260 bool isTargetIOS() const { return TargetTriple.getOS() == Triple::IOS; }
  /external/webkit/Source/JavaScriptCore/jit/
ExecutableAllocator.h 37 #if OS(IOS)
264 #elif CPU(ARM_THUMB2) && OS(IOS)
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 343 // memset_pattern16 is only available on iOS 3.0 and Mac OS/X 10.5 and later.
347 } else if (T.getOS() == Triple::IOS) {
530 // ffsl is available on at least Darwin, Mac OS X, iOS, FreeBSD, and
538 case 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 392 (triple.getOS() == llvm::Triple::IOS ||
  /external/webkit/Source/WebCore/platform/network/mac/
FormDataStreamMac.mm 51 #if PLATFORM(IOS)
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 159 if (triple.getOS() == llvm::Triple::IOS)
Transforms.cpp 51 // iOS is always safe to use 'weak'.
52 if (Ctx.getTargetInfo().getTriple().getOS() == llvm::Triple::IOS)
  /external/iproute2/doc/
ip-tunnels.tex 344 \section{Linux and Cisco IOS tunnels.}
346 Among another tunnels Cisco IOS supports IPIP and GRE.

Completed in 571 milliseconds

1 2