Searched refs:IOS (Results 1 - 25 of 33) sorted by relevance

12

/external/stlport/test/eh/
H A Dintel45.mak43 IOS = SGI macro
44 #IOS = NOSGI
45 #IOS = NONE
47 !IF "$(IOS)" == "NOSGI"
49 !ELSEIF "$(IOS)" == "NONE"
H A Dintel50.mak44 IOS = SGI macro
45 #IOS = NOSGI
46 #IOS = NONE
48 !IF "$(IOS)" == "NOSGI"
50 !ELSEIF "$(IOS)" == "NONE"
/external/srtp/crypto/include/
H A Dconfig.h196 #elif defined(IOS)
/external/chromium_org/chrome/browser/resources/print_preview/data/
H A Dcloud_parsers.js52 IOS: 'IOS_CHROME_SNAPSHOT'
113 typeStr == CloudDestinationParser.CloudType_.IOS) {
/external/chromium_org/third_party/leveldatabase/src/
H A Dbuild_detect_platform134 IOS)
135 PLATFORM=IOS
H A DMakefile186 ifeq ($(PLATFORM), IOS)
/external/llvm/include/llvm/ADT/
H A DTriple.h104 IOS, enumerator in enum:llvm::Triple::OSType
232 /// This may also be called with IOS triples but the OS X version number is
238 /// only be called with IOS triples.
334 return getOS() == Triple::IOS;
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp351 if (!T.isMacOSX() && T.getOS() != Triple::IOS)
361 if (T.getOS() == Triple::IOS && T.isOSVersionLT(7, 0))
605 case Triple::IOS:
636 case Triple::IOS:
/external/libhevc/test/decoder/
H A Dmain.c45 #ifndef IOS
81 #ifdef IOS
222 /* For IOS diplay */
362 #ifdef IOS
437 #if IOS
450 #if (!defined(IOS)) && (!defined(_WIN32))
1733 #ifdef IOS
1794 #ifdef IOS
1806 #ifndef IOS
1919 #ifndef IOS
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Ddevicemanager.cc126 #if defined(ANDROID) || defined(IOS)
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformiOSSimulator.cpp99 case llvm::Triple::IOS: // IOS is not used for simulator triples, but accept it just in case
H A DPlatformRemoteiOS.cpp122 case llvm::Triple::IOS: // This is the right triple value for iOS debugging
/external/llvm/lib/Support/
H A DTriple.cpp137 case IOS: return "ios";
314 .StartsWith("ios", Triple::IOS)
688 case IOS:
690 // the clang driver combines OS X and IOS support into a common Darwin
692 // IOS.
708 // the clang driver combines OS X and IOS support into a common Darwin
715 case IOS:
/external/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp422 return getTargetTriple().getOS() == Triple::IOS &&
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideocapturer.cc199 #if !defined(IOS)
H A Dwebrtcvoiceengine.cc767 #if defined(IOS)
775 #if defined(IOS) || defined(ANDROID)
999 #if !defined(IOS)
1099 #endif // !IOS
/external/chromium_org/third_party/webrtc/base/
H A Dunixfilesystem.cc375 #elif IOS
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp226 case llvm::Triple::IOS:
/external/iproute2/doc/
H A Dip-tunnels.tex344 \section{Linux and Cisco IOS tunnels.}
346 Among another tunnels Cisco IOS supports IPIP and GRE.
H A Dip-cref.tex1988 Cisco IOS~\cite{IOS} does. Let us call it ``match \& set''.
2583 to the forwarding engine has been proposed in~\cite{IOS-BGP-PP}.
2679 \bibitem{IOS} ``Cisco IOS Release 12.0 Network Protocols
2681 ``Cisco IOS Release 12.0 Quality of Service Solutions
2692 \bibitem{IOS-BGP-PP} ``Cisco IOS Release 12.0 Quality of Service Solutions
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp152 case llvm::Triple::IOS: // For arm targets
/external/lldb/source/Core/
H A DArchSpec.cpp682 m_triple.setOS (llvm::Triple::IOS);
H A DModule.cpp343 object_arch.GetTriple().setOS(llvm::Triple::IOS);
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp162 case llvm::Triple::IOS:
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp119 case llvm::Triple::IOS:

Completed in 1583 milliseconds

12