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

1 2

  /external/srtp/crypto/include/
config.h 196 #elif defined(IOS)
  /external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/
BuildTarget.java 24 Windows, Linux, MacOsX, Android, IOS
153 if(type == TargetOs.IOS) {
154 // iOS, 386 simulator and armv7a, compiled to fat static lib
155 BuildTarget ios = new BuildTarget(TargetOs.IOS, false, new String[] {"**/*.c"}, new String[0], local
160 return ios;
AntScriptGenerator.java 101 if (target.os != TargetOs.MacOsX && target.os != TargetOs.IOS) {
110 if (target.os != TargetOs.Android && target.os != TargetOs.IOS) {
174 if (os == TargetOs.IOS) {
207 if (target.os == TargetOs.IOS) {
208 template = new FileDescriptor("com/badlogic/gdx/jnigen/resources/scripts/build-ios.xml.template", FileType.Classpath)
  /external/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/
DependencyBank.java 62 projectDep.getDependencies(ProjectType.IOS),
88 new String[]{"com.mobidevelop.robovm:robovm-rt:$roboVMVersion", "com.mobidevelop.robovm:robovm-cocoatouch:$roboVMVersion", "com.badlogicgames.gdx:gdx-backend-robovm:$gdxVersion", "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-ios"},
89 new String[]{"com.badlogicgames.gdx:gdx-backend-moe:$gdxVersion", "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-ios"},
99 new String[]{"com.badlogicgames.gdx:gdx-bullet-platform:$gdxVersion:natives-ios"},
100 new String[]{"com.badlogicgames.gdx:gdx-bullet-platform:$gdxVersion:natives-ios"},
110 new String[]{"com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-ios"},
111 new String[]{"com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-ios"},
132 new String[]{}, // works on iOS but never reports any controllers :)
133 new String[]{}, // works on iOS but never reports any controllers :)
143 new String[]{"com.badlogicgames.gdx:gdx-box2d-platform:$gdxVersion:natives-ios"},
    [all...]
BuildScriptHelper.java 52 if (projects.contains(ProjectType.IOS)) {
GdxSetup.java 304 // ios robovm
305 if (builder.modules.contains(ProjectType.IOS)) {
306 project.files.add(new ProjectFile("ios/src/IOSLauncher", "ios/src/" + packageDir + "/IOSLauncher.java", true));
307 project.files.add(new ProjectFile("ios/data/Default.png", false));
308 project.files.add(new ProjectFile("ios/data/Default@2x.png", false));
309 project.files.add(new ProjectFile("ios/data/Default@2x~ipad.png", false));
310 project.files.add(new ProjectFile("ios/data/Default-568h@2x.png", false));
311 project.files.add(new ProjectFile("ios/data/Default~ipad.png", false));
312 project.files.add(new ProjectFile("ios/data/Default-375w-667h@2x.png", false));
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/utils/
Box2DBuild.java 20 BuildTarget ios = BuildTarget.newDefaultTarget(TargetOs.IOS, false); local
22 new AntScriptGenerator().generate(new BuildConfig("gdx-box2d"), win32, win64, lin32, lin64, mac32, mac64, android, ios);
  /external/libavc/common/
ithread.c 167 #ifndef IOS
  /external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/
FreetypeBuild.java 124 BuildTarget ios = BuildTarget.newDefaultTarget(TargetOs.IOS, false); local
125 ios.headerDirs = headers;
126 ios.cIncludes = sources;
127 ios.cFlags += " -DFT2_BUILD_LIBRARY";
128 ios.cppFlags += " -DFT2_BUILD_LIBRARY";
132 .generate(new BuildConfig("gdx-freetype"), win32home, win32, win64, lin32, lin64, mac, mac64, android, ios);
  /external/libhevc/test/decoder/
main.c 45 #ifndef IOS
81 #ifdef IOS
222 /* For IOS diplay */
348 #ifdef IOS
425 #if IOS
440 #if (!defined(IOS)) && (!defined(_WIN32))
    [all...]
  /external/libgdx/extensions/gdx-bullet/src/com/badlogic/gdx/physics/bullet/
BulletBuild.java 96 BuildTarget ios = BuildTarget.newDefaultTarget(TargetOs.IOS, false); local
97 ios.cExcludes = ios.cppExcludes = excludes;
98 ios.headerDirs = headers;
99 ios.cppFlags += cppFlags;
101 new AntScriptGenerator().generate(new BuildConfig("gdx-bullet"), win32home, win32, win64, lin32, lin64, mac, mac64, android, ios);
  /external/llvm/include/llvm/ADT/
Triple.h 140 IOS,
301 /// This may also be called with IOS triples but the OS X version number is
307 /// only be called with IOS or generic triples.
412 /// Is this an iOS triple.
413 /// Note: This identifies tvOS as a variant of iOS. If that ever
418 return getOS() == Triple::IOS || isTvOS();
431 /// isOSDarwin - Is this a "Darwin" OS (OS X, iOS, or watchOS).
  /external/libavc/test/decoder/
main.c 47 #ifndef IOS
84 #ifdef IOS
223 /* For IOS diplay */
355 #ifdef IOS
432 #if IOS
447 #if (!defined(IOS)) && (!defined(_WIN32))
    [all...]
  /external/libmpeg2/test/decoder/
main.c 47 #ifndef IOS
81 #ifdef IOS
217 /* For IOS diplay */
365 #ifdef IOS
440 #if IOS
453 #if (!defined(IOS)) && (!defined(_WIN32))
    [all...]
  /external/llvm/lib/Support/
Triple.cpp 164 case IOS: return "ios";
420 .StartsWith("ios", Triple::IOS)
956 case IOS:
960 // the clang driver combines OS X and IOS support into a common Darwin
962 // IOS.
978 // the clang driver combines OS X and IOS support into a common Darwin
979 // toolchain that wants to know the iOS version number even when targeting
985 case IOS
    [all...]
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 83 // memset_pattern16 is only available on iOS 3.0 and Mac OS X 10.5 and later.
286 // exp10 and exp10f are not available on OS X until 10.9 and iOS until 7.0
288 // OS X or iOS.
298 case Triple::IOS:
326 // ffsl is available on at least Darwin, Mac OS X, iOS, FreeBSD, and
334 case Triple::IOS:
350 case Triple::IOS:
  /external/libavc/test/encoder/
main.c 32 #ifndef IOS
263 #elif IOS
    [all...]
  /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/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp     [all...]
  /external/clang/lib/Driver/
Driver.cpp     [all...]
Tools.cpp 679 case llvm::Triple::IOS:
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0/
protos-25.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-alpha6/
protos-25.2.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-alpha7/
protos-25.2.0-alpha7.jar 

Completed in 601 milliseconds

1 2