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

  /external/srtp/crypto/include/
config.h 196 #elif defined(IOS)
  /external/libavc/common/
ithread.c 167 #ifndef IOS
  /external/llvm/include/llvm/ADT/
Triple.h 129 IOS,
274 /// This may also be called with IOS triples but the OS X version number is
280 /// only be called with IOS triples.
380 /// Is this an iOS triple.
382 return getOS() == Triple::IOS;
385 /// isOSDarwin - Is this a "Darwin" OS (OS X or iOS).
  /external/libavc/test/decoder/
main.c 47 #ifndef IOS
82 #ifdef IOS
224 /* For IOS diplay */
371 #ifdef IOS
446 #if IOS
459 #if (!defined(IOS)) && (!defined(_WIN32))
    [all...]
  /external/libhevc/test/decoder/
main.c 45 #ifndef IOS
81 #ifdef IOS
222 /* For IOS diplay */
362 #ifdef IOS
437 #if IOS
450 #if (!defined(IOS)) && (!defined(_WIN32))
    [all...]
  /external/libmpeg2/test/decoder/
main.c 47 #ifndef IOS
81 #ifdef IOS
216 /* For IOS diplay */
361 #ifdef IOS
436 #if IOS
449 #if (!defined(IOS)) && (!defined(_WIN32))
    [all...]
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformiOSSimulator.cpp 99 case llvm::Triple::IOS: // IOS is not used for simulator triples, but accept it just in case
130 static ConstString g_name("ios-simulator");
137 return "iOS simulator platform plug-in.";
366 // For iOS, the SDK files are all cached locally on the host
410 // All iOS simulator binaries are currently i386
PlatformRemoteiOS.cpp 122 case llvm::Triple::IOS: // This is the right triple value for iOS debugging
154 static ConstString g_name("remote-ios");
161 return "Remote iOS platform plug-in.";
318 FileSpec local_sdk_cache("~/Library/Developer/Xcode/iOS DeviceSupport", true);
675 // For iOS, the SDK files are all cached locally on the host
  /external/llvm/lib/Support/
Triple.cpp 148 case IOS: return "ios";
354 .StartsWith("ios", Triple::IOS)
803 case IOS:
805 // the clang driver combines OS X and IOS support into a common Darwin
807 // IOS.
823 // the clang driver combines OS X and IOS support into a common Darwin
824 // toolchain that wants to know the iOS version number even when targeting
830 case IOS
    [all...]
  /external/libavc/test/encoder/
main.c 32 #ifndef IOS
261 #elif IOS
    [all...]
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 74 // memset_pattern16 is only available on iOS 3.0 and Mac OS X 10.5 and later.
276 // exp10 and exp10f are not available on OS X until 10.9 and iOS until 7.0
278 // OS X or iOS.
288 case Triple::IOS:
311 // ffsl is available on at least Darwin, Mac OS X, iOS, FreeBSD, and
319 case 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.
ip-cref.tex     [all...]
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDP.cpp 150 case llvm::Triple::Darwin: // Should use "macosx" for desktop and "ios" for iOS, but accept darwin just in case
152 case llvm::Triple::IOS: // For arm targets
    [all...]
  /external/lldb/source/Core/
ArchSpec.cpp 682 m_triple.setOS (llvm::Triple::IOS);
    [all...]
Module.cpp 335 // LLVM wants this to be set to iOS or MacOSX; if we're working on
343 object_arch.GetTriple().setOS(llvm::Triple::IOS);
    [all...]
  /external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DynamicLoaderDarwinKernel.cpp 162 case llvm::Triple::IOS:
    [all...]
  /external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DynamicLoaderMacOSXDYLD.cpp 119 case llvm::Triple::IOS:
    [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationClient.cpp     [all...]
  /external/clang/lib/Driver/
Driver.cpp     [all...]
Tools.cpp 643 case llvm::Triple::IOS: {
    [all...]
  /external/lldb/source/Plugins/Instruction/ARM/
EmulateInstructionARM.cpp 298 case llvm::Triple::IOS:
316 case llvm::Triple::IOS:
    [all...]

Completed in 1673 milliseconds