OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:apple
(Results
201 - 225
of
6892
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Sema/
arm-darwin-aapcs.cpp
1
// RUN: %clang_cc1 %s -triple thumbv7-
apple
-ios -target-abi aapcs -verify -fsyntax-only
2
// RUN: %clang_cc1 %s -triple thumbv7m-
apple
-macho -target-abi aapcs -verify -fsyntax-only
pragma-pack-4.c
1
// RUN: %clang_cc1 -triple i686-
apple
-darwin9 %s -fsyntax-only -verify
2
// RUN: %clang_cc1 -triple x86_64-
apple
-darwin9 %s -fsyntax-only -verify
/external/clang/test/SemaObjC/
block-attr.m
1
// RUN: %clang_cc1 -triple x86_64-
apple
-darwin10 -fsyntax-only -verify -fblocks -fobjc-gc-only %s
2
// RUN: %clang_cc1 -x objective-c++ -triple x86_64-
apple
-darwin10 -fsyntax-only -verify -fblocks -fobjc-gc-only %s
objc2-warn-weak-decl.m
1
// RUN: %clang_cc1 -triple i386-
apple
-darwin9 -fsyntax-only -fobjc-gc -verify %s
2
// RUN: %clang_cc1 -x objective-c++ -triple i386-
apple
-darwin9 -fsyntax-only -fobjc-gc -verify %s
/external/clang/tools/driver/
Info.plist.in
2
<!DOCTYPE plist PUBLIC "-//
Apple
//DTD PLIST 1.0//EN" "http://www.
apple
.com/DTDs/PropertyList-1.0.dtd">
/external/compiler-rt/lib/safestack/
CMakeLists.txt
9
if(
APPLE
)
10
# Build universal binary on
APPLE
.
/external/google-breakpad/src/client/mac/Framework/
Info.plist
2
<!DOCTYPE plist PUBLIC "-//
Apple
//DTD PLIST 1.0//EN" "http://www.
apple
.com/DTDs/PropertyList-1.0.dtd">
/external/google-breakpad/src/client/mac/
UnitTests-Info.plist
2
<!DOCTYPE plist PUBLIC "-//
Apple
//DTD PLIST 1.0//EN" "http://www.
apple
.com/DTDs/PropertyList-1.0.dtd">
/external/google-breakpad/src/client/mac/handler/
minidump_tests32-Info.plist
2
<!DOCTYPE plist PUBLIC "-//
Apple
//DTD PLIST 1.0//EN" "http://www.
apple
.com/DTDs/PropertyList-1.0.dtd">
minidump_tests64-Info.plist
2
<!DOCTYPE plist PUBLIC "-//
Apple
//DTD PLIST 1.0//EN" "http://www.
apple
.com/DTDs/PropertyList-1.0.dtd">
obj-cTestCases-Info.plist
2
<!DOCTYPE plist PUBLIC "-//
Apple
//DTD PLIST 1.0//EN" "http://www.
apple
.com/DTDs/PropertyList-1.0.dtd">
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/objectal/
ALSoundSourcePool.java
3
import org.robovm.
apple
.foundation.NSArray;
4
import org.robovm.
apple
.foundation.NSObject;
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/Mac/XCode-2.2/
ConsoleTest-Info.plist
2
<!DOCTYPE plist PUBLIC "-//
Apple
Computer//DTD PLIST 1.0//EN" "http://www.
apple
.com/DTDs/PropertyList-1.0.dtd">
OIS-Info.plist
2
<!DOCTYPE plist PUBLIC "-//
Apple
Computer//DTD PLIST 1.0//EN" "http://www.
apple
.com/DTDs/PropertyList-1.0.dtd">
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/mac/
freetype-Info.plist
2
<!DOCTYPE plist PUBLIC "-//
Apple
//DTD PLIST 1.0//EN"
3
"http://www.
apple
.com/DTDs/PropertyList-1.0.dtd">
/external/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/resources/ios/src/
IOSLauncher
3
import org.robovm.
apple
.foundation.NSAutoreleasePool;
4
import org.robovm.
apple
.uikit.UIApplication;
/external/llvm/test/Bitcode/
weak-macho-3.5.ll
7
target triple = "x86_64-
apple
-macosx10.9.0"
8
; CHECK: target triple = "x86_64-
apple
-macosx10.9.0"
/external/llvm/test/CodeGen/ARM/
fpcmp_ueq.ll
1
; RUN: llc < %s -mtriple=arm-
apple
-darwin | grep moveq
2
; RUN: llc < %s -mtriple=armv7-
apple
-darwin -mcpu=cortex-a8 | FileCheck %s
thumb-litpool.ll
1
; RUN: llc -mtriple=thumbv6m-
apple
-macho %s -relocation-model=static -o - | FileCheck %s
2
; RUN: llc -mtriple=thumbv6m-
apple
-macho %s -relocation-model=pic -o - | FileCheck %s
/external/llvm/test/CodeGen/Thumb/
barrier.ll
1
; RUN: llc -mtriple=thumbv6-
apple
-darwin %s -o - | FileCheck %s -check-prefix=V6
2
; RUN: llc -mtriple=thumbv7-
apple
-darwin -mattr=-db %s -o - | FileCheck %s -check-prefix=V6
cortex-m0-unaligned-access.ll
1
; RUN: llc -mtriple=thumbv6m-
apple
-unknown-macho -mattr=+strict-align < %s | FileCheck --check-prefix=V6M %s
2
; RUN: llc -mtriple=thumbv7m-
apple
-unknown-macho < %s | FileCheck --check-prefix=V7M %s
/external/llvm/test/CodeGen/WebAssembly/
returned.ll
14
%class.
Apple
= type { i8 }
16
declare %class.
Apple
* @_ZN5AppleC1Ev(%class.
Apple
* returned)
17
define %class.
Apple
* @_Z3foov() {
20
%0 = bitcast i8* %call to %class.
Apple
*
21
%call1 = tail call %class.
Apple
* @_ZN5AppleC1Ev(%class.
Apple
* %0)
22
ret %class.
Apple
* %0
/external/llvm/test/CodeGen/X86/
darwin-stub.ll
1
; RUN: llc < %s -mtriple=i386-
apple
-darwin | grep stub
2
; RUN: llc < %s -mtriple=i386-
apple
-darwin9 | not grep stub
fast-isel-fold-mem.ll
1
; RUN: llc < %s -mtriple=x86_64-
apple
-darwin | FileCheck %s
2
; RUN: llc < %s -fast-isel -fast-isel-abort=1 -mtriple=x86_64-
apple
-darwin | FileCheck %s
inline-asm-pic.ll
1
; RUN: llc < %s -mtriple=i386-
apple
-darwin -relocation-model=pic | grep lea
2
; RUN: llc < %s -mtriple=i386-
apple
-darwin -relocation-model=pic | grep call
Completed in 296 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>