HomeSort by relevance Sort by last modified time
    Searched full:apple (Results 126 - 150 of 6892) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/libpcap/
org.tcpdump.chmod_bpf.plist 2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  /external/llvm/test/CodeGen/X86/
hidden-vis-2.ll 1 ; RUN: llc < %s -mtriple=i386-apple-darwin9 | grep mov | count 1
2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin9 | not grep GOT
  /external/llvm/test/MC/AsmParser/
secure_log_unique.s 2 // RUN: env AS_SECURE_LOG_FILE=%t llvm-mc -triple x86_64-apple-darwin %s
3 // RUN: env AS_SECURE_LOG_FILE=%t llvm-mc -triple x86_64-apple-darwin %s
undefined-local-symbol.s 1 # RUN: not llvm-mc -triple i386-apple-darwin -filetype=obj -o /dev/null %s 2>&1 | FileCheck %s
3 # NOTE: apple-darwin portion of the triple is to enforce the convention choice
  /external/llvm/test/MC/MachO/ARM/
llvm-objdump-macho-stripped.s 1 @ RUN: llvm-mc -triple=thumbv7-apple-ios -filetype=obj -o - < %s | llvm-objdump -d -macho -triple=thumbv7-apple-ios - | FileCheck %s
  /external/llvm/utils/textmate/TableGen.tmbundle/
info.plist 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  /external/opencv3/platforms/ios/
Info.plist.in 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  /external/opencv3/platforms/osx/
Info.plist.in 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  /external/llvm/test/CodeGen/ARM/
MachO-subtypes.ll 3 ; RUN: llc -mtriple=armv4t-apple-darwin -filetype=obj -o - < %s \
6 ; RUN: llc -mtriple=armv5-apple-darwin -filetype=obj -o - < %s \
8 ; RUN: llc -mtriple=armv5e-apple-darwin -filetype=obj -o - < %s \
10 ; RUN: llc -mtriple=armv5t-apple-darwin -filetype=obj -o - < %s \
12 ; RUN: llc -mtriple=armv5te-apple-darwin -filetype=obj -o - < %s \
14 ; RUN: llc -mtriple=armv5tej-apple-darwin -filetype=obj -o - < %s \
17 ; RUN: llc -mtriple=armv6-apple-darwin -filetype=obj -o - < %s \
19 ; RUN: llc -mtriple=armv6k-apple-darwin -filetype=obj -o - < %s \
21 ; RUN: llc -mtriple=thumbv6-apple-darwin -filetype=obj -o - < %s \
23 ; RUN: llc -mtriple=thumbv6k-apple-darwin -filetype=obj -o - < %s
    [all...]
sjljehprepare-lower-empty-struct.ll 1 ; RUN: llc -mtriple=armv7-apple-ios -O0 < %s | FileCheck %s
2 ; RUN: llc -mtriple=armv7-apple-ios -O1 < %s | FileCheck %s
3 ; RUN: llc -mtriple=armv7-apple-ios -O2 < %s | FileCheck %s
4 ; RUN: llc -mtriple=armv7-apple-ios -O3 < %s | FileCheck %s
5 ; RUN: llc -mtriple=armv7k-apple-ios < %s | FileCheck %s
  /external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/custom/
UIAccelerometerDelegate.java 29 import org.robovm.apple.foundation.*;
30 import org.robovm.apple.coreanimation.*;
31 import org.robovm.apple.coregraphics.*;
32 import org.robovm.apple.coredata.*;
33 import org.robovm.apple.coreimage.*;
34 import org.robovm.apple.coretext.*;
35 import org.robovm.apple.corelocation.*;
UIAccelerometerDelegateAdapter.java 29 import org.robovm.apple.foundation.*;
30 import org.robovm.apple.coreanimation.*;
31 import org.robovm.apple.coregraphics.*;
32 import org.robovm.apple.coredata.*;
33 import org.robovm.apple.coreimage.*;
34 import org.robovm.apple.coretext.*;
35 import org.robovm.apple.corelocation.*;
  /external/llvm/test/Linker/
apple-version.ll 1 ; RUN: llvm-link %s %S/Inputs/apple-version/1.ll -S -o - 2>%t.err | FileCheck %s -check-prefix=CHECK1
3 ; RUN: llvm-link %s %S/Inputs/apple-version/2.ll -S -o - 2>%t.err | FileCheck %s -check-prefix=CHECK2
5 ; RUN: llvm-link %s %S/Inputs/apple-version/3.ll -S -o /dev/null 2>%t.err
7 ; RUN: llvm-link %s %S/Inputs/apple-version/4.ll -S -o /dev/null 2>%t.err
13 ; CHECK1: target triple = "x86_64-apple-macosx10.10.0"
15 ; CHECK2: target triple = "x86_64-apple-macosx10.9.0"
24 target triple = "x86_64-apple-macosx10.9.0"
  /external/clang/test/Frontend/
darwin-version.c 1 // RUN: %clang_cc1 -triple armv6-apple-ios3.0.0 -dM -E -o %t %s
4 // RUN: %clang_cc1 -triple armv6-apple-ios2.0.0 -dM -E -o %t %s
7 // RUN: %clang_cc1 -triple armv6-apple-ios2.2.0 -dM -E -o %t %s
10 // RUN: %clang_cc1 -triple armv6-apple-ios2.3.1 -dM -E -o %t %s
13 // RUN: %clang_cc1 -triple i386-apple-macosx10.4.0 -dM -E -o %t %s
18 // RUN: %clang_cc1 -triple i386-apple-macosx10.4.10 -dM -E -o %t %s
21 // RUN: %clang_cc1 -triple i386-apple-macosx10.5.0 -dM -E -o %t %s
24 // RUN: %clang_cc1 -triple i386-apple-macosx10.6.0 -dM -E -o %t %s
27 // RUN: %clang_cc1 -triple x86_64-apple-macosx10.10.0 -dM -E -o %t %s
31 // RUN: %clang_cc1 -triple arm64-apple-tvos8.3 -dM -E -o %t %
    [all...]
  /external/clang/test/Driver/
darwin-verify-debug.c 3 // RUN: %clang -target x86_64-apple-darwin10 -ccc-print-phases \
11 // RUN: %clang -target x86_64-apple-darwin10 -ccc-print-bindings \
15 // CHECK-MULTIARCH-BINDINGS: # "x86_64-apple-darwin10" - "darwin::Dsymutil", inputs: ["a.out"], output: "a.out.dSYM"
16 // CHECK-MULTIARCH-BINDINGS: # "x86_64-apple-darwin10" - "darwin::VerifyDebug", inputs: ["a.out.dSYM"], output: (nothing)
20 // RUN: %clang -target x86_64-apple-darwin10 -ccc-print-bindings \
24 // CHECK-OUTPUT-NAME: "x86_64-apple-darwin10" - "darwin::Linker", inputs: [{{.*}}], output: "foo"
25 // CHECK-OUTPUT-NAME: "x86_64-apple-darwin10" - "darwin::Dsymutil", inputs: ["foo"], output: "foo.dSYM"
26 // CHECK-OUTPUT-NAME: "x86_64-apple-darwin10" - "darwin::VerifyDebug", inputs: ["foo.dSYM"], output: (nothing)
31 // RUN: %clang -target x86_64-apple-darwin10 -ccc-print-bindings \
flags.c 1 // RUN: %clang -target i386-apple-darwin9 -### -S -msoft-float %s 2>&1 | FileCheck -check-prefix=TEST1 %s
4 // RUN: %clang -target i386-apple-darwin9 -### -S -msoft-float -mno-soft-float %s 2>&1 | FileCheck -check-prefix=TEST2 %s
7 // RUN: %clang -target i386-apple-darwin9 -### -S -mno-soft-float %s -msoft-float 2>&1 | FileCheck -check-prefix=TEST3 %s
10 // RUN: %clang -target i386-apple-darwin9 -### -S -mno-implicit-float %s 2>&1 | FileCheck -check-prefix=TEST4 %s
13 // RUN: %clang -target i386-apple-darwin9 -### -S -mno-implicit-float -mimplicit-float %s 2>&1 | FileCheck -check-prefix=TEST4A %s
16 // RUN: %clang -target i386-apple-darwin9 -### -S -mkernel %s 2>&1 | FileCheck -check-prefix=TEST5 %s
19 // RUN: %clang -target i386-apple-darwin9 -### -S -mkernel -mno-soft-float %s 2>&1 | FileCheck -check-prefix=TEST6 %s
22 // RUN: %clang -target armv7-apple-darwin10 -### -S -mno-implicit-float %s 2>&1 | FileCheck -check-prefix=TEST7 %s
25 // RUN: %clang -target armv7-apple-darwin10 -### -S -mno-implicit-float -mimplicit-float %s 2>&1 | FileCheck -check-prefix=TEST8 %s
target-triple-deployment.c 2 // RUN: %clang -target x86_64-apple-macosx -### %t.o 2> %t.log
3 // RUN: %clang -target x86_64-apple-darwin9 -### %t.o 2>> %t.log
4 // RUN: %clang -target x86_64-apple-macosx10.7 -### %t.o 2>> %t.log
6 // RUN: %clang -target armv7-apple-ios -### %t.o 2>> %t.log
7 // RUN: %clang -target armv7-apple-ios0.0 -### %t.o 2>> %t.log
8 // RUN: %clang -target armv7-apple-ios1.2.3 -### %t.o 2>> %t.log
9 // RUN: %clang -target armv7-apple-ios5.0 -### %t.o 2>> %t.log
10 // RUN: %clang -target armv7-apple-ios7.0 -### %t.o 2>> %t.log
11 // RUN: %clang -target arm64-apple-ios -### %t.o 2>> %t.log
darwin-xarch.c 1 // RUN: %clang -target x86_64-apple-darwin10 -### \
7 // CHECK-COMPILE: clang{{.*}}" "-cc1" "-triple" "i386-apple-macosx10.4.0"
8 // CHECK-COMPILE: clang{{.*}}" "-cc1" "-triple" "x86_64-apple-macosx10.5.0"
10 // RUN: %clang -target x86_64-apple-darwin10 -### \
16 // RUN: %clang -target x86_64-apple-darwin10 -### \
implicit-function-as-error.c 1 // RUN: %clang -target x86_64-apple-darwin -mios-simulator-version-min=7 -fsyntax-only %s -Xclang -verify
2 // RUN: %clang -target x86_64-apple-darwin -arch arm64 -target x86_64-apple-darwin -mios-version-min=7 -fsyntax-only %s -Xclang -verify
3 // RUN: %clang -target armv7k-apple-watchos -arch armv7k -target armv7k-apple-watchos -fsyntax-only %s -Xclang -verify
Xarch.c 1 // RUN: %clang -target i386-apple-darwin9 -m32 -Xarch_i386 -O2 %s -S -### 2> %t.log
3 // RUN: %clang -target i386-apple-darwin9 -m64 -Xarch_i386 -O2 %s -S -### 2> %t.log
6 // RUN: not %clang -target i386-apple-darwin9 -m32 -Xarch_i386 -o -Xarch_i386 -S %s -S -Xarch_i386 -o 2> %t.log
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
CMakeLists.txt 50 IF (APPLE AND BUILD_SHARED_LIBS AND FRAMEWORK)
52 ELSE (APPLE AND BUILD_SHARED_LIBS AND FRAMEWORK)
59 ENDIF (APPLE AND BUILD_SHARED_LIBS AND FRAMEWORK)
62 IF (APPLE AND BUILD_SHARED_LIBS AND FRAMEWORK)
65 ENDIF (APPLE AND BUILD_SHARED_LIBS AND FRAMEWORK)
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
CMakeLists.txt 54 IF (APPLE AND BUILD_SHARED_LIBS AND FRAMEWORK)
56 ELSE (APPLE AND BUILD_SHARED_LIBS AND FRAMEWORK)
64 ENDIF (APPLE AND BUILD_SHARED_LIBS AND FRAMEWORK)
67 IF (APPLE AND BUILD_SHARED_LIBS AND FRAMEWORK)
70 ENDIF (APPLE AND BUILD_SHARED_LIBS AND FRAMEWORK)
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/
CMakeLists.txt 34 IF (APPLE AND BUILD_SHARED_LIBS AND FRAMEWORK)
36 ELSE (APPLE AND BUILD_SHARED_LIBS AND FRAMEWORK)
41 ENDIF (APPLE AND BUILD_SHARED_LIBS AND FRAMEWORK)
44 IF (APPLE AND BUILD_SHARED_LIBS AND FRAMEWORK)
47 ENDIF (APPLE AND BUILD_SHARED_LIBS AND FRAMEWORK)
  /external/clang/test/CodeGen/
asm-errors.c 4 // UN: not %clang_cc1 -triple i386-apple-darwin10 -emit-obj %s -o /dev/null > %t 2>&1
6 // RUN: %clang_cc1 -triple i386-apple-darwin10 -emit-llvm-bc %s -o %t.bc
7 // RUN: %clang_cc1 -triple i386-apple-darwin10 -emit-obj %t.bc -o /dev/null 2>&1 | \
  /external/clang/test/CodeGenObjC/
stret.m 1 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin9 %s -emit-llvm -o - | FileCheck %s -check-prefix=X86
2 // RUN: %clang_cc1 -fblocks -triple arm-apple-darwin %s -emit-llvm -o - | FileCheck %s -check-prefix=ARM
3 // RUN: %clang_cc1 -fblocks -triple arm64-apple-darwin %s -emit-llvm -o - | FileCheck %s -check-prefix=ARM64

Completed in 375 milliseconds

1 2 3 4 56 7 8 91011>>