OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:apple
(Results
151 - 175
of
6892
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Driver/
arch-armv7k.c
3
// RUN: %clang -target x86_64-
apple
-macosx10.9 -arch armv7k -c %s -### 2>&1 | FileCheck %s
7
// "thumbv7k-
apple
-ios" is a bit of a weird triple, but since the backend is
11
// RUN: %clang -target x86_64-
apple
-macosx10.9 -arch armv7k -miphoneos-version-min=9.0 -c %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-SJLJ
arm-float-abi.c
1
// RUN: not %clang %s -target armv7-
apple
-ios -mfloat-abi=hard 2>&1 | FileCheck -check-prefix=ARMV7-ERROR %s
2
// RUN: %clang %s -target armv7-
apple
-ios -mfloat-abi=softfp -### 2>&1 | FileCheck -check-prefix=NOERROR %s
3
// RUN: %clang %s -arch armv7 -target thumbv7-
apple
-darwin-eabi -mfloat-abi=hard -### 2>&1 | FileCheck -check-prefix=NOERROR %s
arc.c
1
// RUN: not %clang -ObjC -target i386-
apple
-darwin10 -m32 -fobjc-arc %s -fsyntax-only 2>&1 | FileCheck %s
2
// RUN: not %clang -x objective-c -target i386-
apple
-darwin10 -m32 -fobjc-arc %s -fsyntax-only 2>&1 | FileCheck %s
3
// RUN: not %clang -x objective-c++ -target i386-
apple
-darwin10 -m32 -fobjc-arc %s -fsyntax-only 2>&1 | FileCheck %s
4
// RUN: not %clang -x c -target i386-
apple
-darwin10 -m32 -fobjc-arc %s -fsyntax-only 2>&1 | FileCheck -check-prefix NOTOBJC %s
5
// RUN: not %clang -x c++ -target i386-
apple
-darwin10 -m32 -fobjc-arc %s -fsyntax-only 2>&1 | FileCheck -check-prefix NOTOBJC %s
6
// RUN: not %clang -x objective-c -target x86_64-
apple
-darwin11 -mmacosx-version-min=10.5 -fobjc-arc %s -fsyntax-only 2>&1 | FileCheck -check-prefix UNSUPPORTED %s
/external/clang/test/Index/
retain-target-options.c
1
// RUN: c-index-test -test-load-source all -target x86_64-
apple
-darwin10.0.0 -msse4.1 %s 2>&1 | FileCheck %s
2
// RUN: c-index-test -test-load-source-reparse 1 all -target x86_64-
apple
-darwin10.0.0 -msse4.1 %s 2>&1 | FileCheck %s
3
// RUN: c-index-test -test-load-source-reparse 5 all -target x86_64-
apple
-darwin10.0.0 -msse4.1 %s 2>&1 | FileCheck %s
/external/clang/test/PCH/
reloc.c
1
// RUN: %clang -target x86_64-
apple
-darwin10 --relocatable-pch -o %t \
3
// RUN: %clang -target x86_64-
apple
-darwin10 -fsyntax-only \
5
// RUN: not %clang -target x86_64-
apple
-darwin10 -include-pch %t %s
arc.m
3
// RUN: %clang_cc1 -fblocks -triple x86_64-
apple
-darwin11 -fobjc-arc -include %S/Inputs/arc.h -fsyntax-only -emit-llvm-only %s
6
// RUN: %clang_cc1 -emit-pch -fblocks -triple x86_64-
apple
-darwin11 -fobjc-arc -x objective-c-header -o %t %S/Inputs/arc.h
7
// RUN: %clang_cc1 -fblocks -triple x86_64-
apple
-darwin11 -fobjc-arc -include-pch %t -fsyntax-only -emit-llvm-only %s
10
// RUN: not %clang_cc1 -fblocks -triple x86_64-
apple
-darwin11 -include-pch %t -fsyntax-only -emit-llvm-only %s 2>&1 | FileCheck -check-prefix=CHECK-ERR1 %s
11
// RUN: %clang_cc1 -emit-pch -fblocks -triple x86_64-
apple
-darwin11 -x objective-c-header -o %t %S/Inputs/arc.h
12
// RUN: not %clang_cc1 -fblocks -triple x86_64-
apple
-darwin11 -fobjc-arc -include-pch %t -fsyntax-only -emit-llvm-only %s 2>&1 | FileCheck -check-prefix=CHECK-ERR2 %s
/external/clang/test/Sema/
format-strings-fixit-ssize_t.c
2
// RUN: %clang_cc1 -triple x86_64-
apple
-darwin10 -pedantic -Wall -fixit %t
3
// RUN: %clang_cc1 -triple x86_64-
apple
-darwin10 -fsyntax-only -pedantic -Wall -Werror %t
4
// RUN: %clang_cc1 -triple x86_64-
apple
-darwin10 -E -o - %t | FileCheck %s
/external/llvm/test/CodeGen/ARM/
eh-resume-darwin.ll
1
; RUN: llc < %s -mtriple=armv7-
apple
-ios -arm-atomic-cfg-tidy=0 | FileCheck %s -check-prefix=IOS
2
; RUN: llc < %s -mtriple=armv7k-
apple
-ios -arm-atomic-cfg-tidy=0 | FileCheck %s -check-prefix=IOS
3
; RUN: llc < %s -mtriple=armv7k-
apple
-watchos -arm-atomic-cfg-tidy=0 | FileCheck %s -check-prefix=WATCHOS
/external/llvm/test/CodeGen/PowerPC/
atomics-fences.ll
1
; RUN: llc < %s -mtriple=powerpc-
apple
-darwin -march=ppc32 -verify-machineinstrs | FileCheck %s --check-prefix=CHECK
2
; RUN: llc < %s -mtriple=powerpc-
apple
-darwin -march=ppc64 -verify-machineinstrs | FileCheck %s --check-prefix=CHECK
3
; RUN: llc < %s -mtriple=powerpc-
apple
-darwin -mcpu=440 | FileCheck %s --check-prefix=PPC440
/external/llvm/test/CodeGen/X86/
memset64-on-x86-32.ll
1
; RUN: llc < %s -mtriple=i386-
apple
-darwin -mcpu=nehalem | grep movups | count 5
2
; RUN: llc < %s -mtriple=i386-
apple
-darwin -mcpu=core2 | grep movl | count 20
4
; RUN: llc < %s -mtriple=x86_64-
apple
-darwin -mcpu=core2 | grep movq | count 10
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
AppleMeanBox.java
1
package com.coremedia.iso.boxes.
apple
;
10
*
Apple
Meaning box. Allowed as subbox of "----" box.
12
* @see com.coremedia.iso.boxes.
apple
.AppleGenericBox
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Resources/
Info.plist
2
<!DOCTYPE plist PUBLIC "-//
Apple
//DTD PLIST 1.0//EN" "http://www.
apple
.com/DTDs/PropertyList-1.0.dtd">
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Resources/
Info.plist
2
<!DOCTYPE plist PUBLIC "-//
Apple
//DTD PLIST 1.0//EN" "http://www.
apple
.com/DTDs/PropertyList-1.0.dtd">
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Resources/
Info.plist
2
<!DOCTYPE plist PUBLIC "-//
Apple
//DTD PLIST 1.0//EN" "http://www.
apple
.com/DTDs/PropertyList-1.0.dtd">
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR/ANTLRTests/
ANTLRTests-Info.plist
2
<!DOCTYPE plist PUBLIC "-//
Apple
//DTD PLIST 1.0//EN" "http://www.
apple
.com/DTDs/PropertyList-1.0.dtd">
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBitsetTest-Info.plist
2
<!DOCTYPE plist PUBLIC "-//
Apple
//DTD PLIST 1.0//EN" "http://www.
apple
.com/DTDs/PropertyList-1.0.dtd">
ANTLRCommonTokenTest-Info.plist
2
<!DOCTYPE plist PUBLIC "-//
Apple
//DTD PLIST 1.0//EN" "http://www.
apple
.com/DTDs/PropertyList-1.0.dtd">
ANTLRCommonTreeTest-Info.plist
2
<!DOCTYPE plist PUBLIC "-//
Apple
//DTD PLIST 1.0//EN" "http://www.
apple
.com/DTDs/PropertyList-1.0.dtd">
ANTLRFastQueueTest-Info.plist
2
<!DOCTYPE plist PUBLIC "-//
Apple
//DTD PLIST 1.0//EN" "http://www.
apple
.com/DTDs/PropertyList-1.0.dtd">
ANTLRIntArrayTest-Info.plist
2
<!DOCTYPE plist PUBLIC "-//
Apple
//DTD PLIST 1.0//EN" "http://www.
apple
.com/DTDs/PropertyList-1.0.dtd">
ANTLRStringStreamTest-Info.plist
2
<!DOCTYPE plist PUBLIC "-//
Apple
//DTD PLIST 1.0//EN" "http://www.
apple
.com/DTDs/PropertyList-1.0.dtd">
Info.plist
2
<!DOCTYPE plist PUBLIC "-//
Apple
Computer//DTD PLIST 1.0//EN" "http://www.
apple
.com/DTDs/PropertyList-1.0.dtd">
Test-Info.plist
2
<!DOCTYPE plist PUBLIC "-//
Apple
//DTD PLIST 1.0//EN" "http://www.
apple
.com/DTDs/PropertyList-1.0.dtd">
Tests-Info.plist
2
<!DOCTYPE plist PUBLIC "-//
Apple
Computer//DTD PLIST 1.0//EN" "http://www.
apple
.com/DTDs/PropertyList-1.0.dtd">
/external/clang/test/ARCMT/
assign-prop-no-arc-runtime.m
1
// RUN: %clang_cc1 -triple x86_64-
apple
-darwin10 -fsyntax-only -fobjc-arc -x objective-c %s.result
2
// RUN: arcmt-test --args -triple x86_64-
apple
-macosx10.6 -fsyntax-only %s > %t
Completed in 581 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>