HomeSort by relevance Sort by last modified time
    Searched refs:IOS (Results 1 - 25 of 31) 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/srtp/crypto/include/
config.h 196 #elif defined(IOS)
  /external/chromium_org/third_party/leveldatabase/src/
build_detect_platform 134 IOS)
135 PLATFORM=IOS
Makefile 97 -rm -f $(PROGRAMS) $(BENCHMARKS) $(LIBRARY) $(SHARED) $(MEMENVLIBRARY) */*.o */*/*.o ios-x86/*/*.o ios-arm/*/*.o build_config.mk
98 -rm -rf ios-x86/* ios-arm/*
186 ifeq ($(PLATFORM), IOS)
187 # For iOS, create universal object files to be used on both the simulator and
196 mkdir -p ios-x86/$(dir $@)
197 $(CXX) $(CXXFLAGS) -isysroot $(SIMULATORROOT)/SDKs/iPhoneSimulator$(IOSVERSION).sdk -arch i686 -arch x86_64 -c $< -o ios-x86/$@
198 mkdir -p ios-arm/$(dir $@)
199 xcrun -sdk iphoneos $(CXX) $(CXXFLAGS) -isysroot $(DEVICEROOT)/SDKs/iPhoneOS$(IOSVERSION).sdk $(IOSARCH) -c $< -o ios-arm/$
    [all...]
  /external/llvm/include/llvm/ADT/
Triple.h 104 IOS,
232 /// This may also be called with IOS triples but the OS X version number is
238 /// only be called with IOS triples.
332 /// Is this an iOS triple.
334 return getOS() == Triple::IOS;
337 /// isOSDarwin - Is this a "Darwin" OS (OS X or iOS).
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 351 if (!T.isMacOSX() && T.getOS() != Triple::IOS)
361 if (T.getOS() == Triple::IOS && T.isOSVersionLT(7, 0))
391 // memset_pattern16 is only available on iOS 3.0 and Mac OS X 10.5 and later.
593 // exp10 and exp10f are not available on OS X until 10.9 and iOS until 7.0
595 // OS X or iOS.
605 case Triple::IOS:
628 // ffsl is available on at least Darwin, Mac OS X, iOS, FreeBSD, and
636 case Triple::IOS:
  /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/chromium_org/third_party/libjingle/source/talk/media/devices/
devicemanager.cc 126 #if defined(ANDROID) || defined(IOS)
127 // On Android and iOS, we treat the camera(s) as a single device. Even if
274 // (desktop) or don't use device manager for audio devices (iOS).
  /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 137 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
709 // toolchain that wants to know the iOS version number even when targeting
715 case IOS
    [all...]
  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 422 return getTargetTriple().getOS() == Triple::IOS &&
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideocapturer.cc 197 // when capabilities for iOS are implemented
199 #if !defined(IOS)
webrtcvoiceengine.cc 767 #if defined(IOS)
768 // On iOS, VPIO provides built-in EC and AGC.
775 #if defined(IOS) || defined(ANDROID)
776 // Set the AGC mode for iOS as well despite disabling it above, to avoid
    [all...]
  /external/chromium_org/third_party/webrtc/base/
unixfilesystem.cc 375 #elif IOS
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp 226 case 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.
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...]

Completed in 658 milliseconds

1 2