OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:macosx
(Results
226 - 250
of
1178
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Driver/
darwin-objc-defaults.m
10
// CHECK-CHECK-I386_OSX10_5: -fobjc-runtime=
macosx
-fragile-10.5
19
// CHECK-CHECK-I386_OSX10_6: -fobjc-runtime=
macosx
-fragile-10.6
47
// CHECK-CHECK-X86_64_OSX10_5: -fobjc-runtime=
macosx
-10.5
56
// CHECK-CHECK-X86_64_OSX10_6: -fobjc-runtime=
macosx
-10.6
74
// CHECK-CHECK-ARMV7_OSX10_5: -fobjc-runtime=
macosx
-10.5
83
// CHECK-CHECK-ARMV7_OSX10_6: -fobjc-runtime=
macosx
-10.6
darwin-objc-options.m
8
// CHECK-CHECK-X86_64_ABI1: -fobjc-runtime=
macosx
-fragile-10.6.0
17
// CHECK-CHECK-I386_ABI2: -fobjc-runtime=
macosx
-10.6.0
/libcore/ojluni/src/main/native/
java_props_md.c
45
#ifdef
MACOSX
146
#ifdef
MACOSX
188
#ifdef
MACOSX
375
#ifdef
MACOSX
382
#endif /*
MACOSX
*/
385
#ifdef
MACOSX
386
sprops.printerJob = "sun.lwawt.
macosx
.CPrinterJob";
395
#ifdef
MACOSX
405
#ifdef
MACOSX
414
#ifdef
MACOSX
[
all
...]
/external/clang/test/Index/
complete-property-flags.m
10
// RUN: c-index-test -code-completion-at=%s:7:11 %s -fobjc-runtime=
macosx
-10.4 -fno-objc-arc | FileCheck -check-prefix=CHECK-CC1 -check-prefix=CHECK-CC1-NOWEAK %s
11
// RUN: c-index-test -code-completion-at=%s:7:11 %s -fobjc-runtime=
macosx
-10.8 -Xclang -fobjc-weak -fno-objc-arc | FileCheck -check-prefix=CHECK-CC1 -check-prefix=CHECK-CC1-WEAK %s
30
// RUN: c-index-test -code-completion-at=%s:7:11 %s -fobjc-arc -fobjc-runtime=
macosx
-10.7 | FileCheck -check-prefix=CHECK-CC1-ARC %s
/external/clang/test/SemaObjCXX/
message.mm
1
// RUN: %clang_cc1 -fsyntax-only -fobjc-runtime=
macosx
-fragile-10.5 -verify -Wno-objc-root-class %s
2
// RUN: %clang_cc1 -fsyntax-only -fobjc-runtime=
macosx
-fragile-10.5 -verify -Wno-objc-root-class -std=c++98 %s
3
// RUN: %clang_cc1 -fsyntax-only -fobjc-runtime=
macosx
-fragile-10.5 -verify -Wno-objc-root-class -std=c++11 %s
/external/valgrind/
README
40
- x86/
MacOSX
41
- AMD64/
MacOSX
49
on Intel processors. Also note that the core of
MacOSX
is called
/external/clang/test/CodeGenObjC/
id-isa-codegen.m
1
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-runtime=
macosx
-fragile-10.5 -emit-llvm -o - %s | FileCheck -check-prefix CHECK-LP64 %s
2
// RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=
macosx
-fragile-10.5 -emit-llvm -o - %s | FileCheck -check-prefix CHECK-LP32 %s
objc2-write-barrier-2.m
1
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-runtime=
macosx
-fragile-10.5 -fobjc-gc -emit-llvm -o %t %s
5
// RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin10 -fobjc-runtime=
macosx
-fragile-10.5 -fobjc-gc -emit-llvm -o %t %s
variadic-sends.m
1
// RUN: %clang_cc1 -triple i386-unknown-unknown -fobjc-runtime=
macosx
-fragile-10.5 -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-X86-32 %s
2
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -fobjc-runtime=
macosx
-fragile-10.5 -emit-llvm -o - %s | FileCheck -check-prefix=CHECK-X86-64 %s
2010-03-17-StructRef.m
1
// RUN: %clang_cc1 %s -emit-llvm -triple x86_64-apple-darwin -fobjc-runtime=
macosx
-fragile-10.5 -o - | FileCheck %s
constant-string-class.m
1
// RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=
macosx
-fragile-10.5 -fno-constant-cfstrings -fconstant-string-class Foo -emit-llvm -o %t %s
misc-atomic-property.m
2
// RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=
macosx
-fragile-10.5 -emit-llvm -o - %s | FileCheck %s
ns-constant-strings.m
1
// RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=
macosx
-fragile-10.5 -fno-constant-cfstrings -emit-llvm -o %t %s
objc-align.m
3
// RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=
macosx
-fragile-10.5 -emit-llvm -o - %s | FileCheck %s
objc-assign-ivar.m
1
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-runtime=
macosx
-fragile-10.5 -fobjc-gc -emit-llvm -o %t %s
optimized-setter.m
1
// RUN: %clang_cc1 %s -emit-llvm -fobjc-runtime=
macosx
-10.8 -triple x86_64-apple-macosx10.8.0 -o - | FileCheck %s
protocol-in-extended-class.m
4
// RUN: %clang_cc1 -triple i386-apple-darwin -fobjc-runtime=
macosx
-fragile-10.5 -S %s -o %t-32.s
unoptimized-setter.m
1
// RUN: %clang_cc1 %s -emit-llvm -fobjc-runtime=
macosx
-10.6.0 -triple x86_64-apple-macosx10.6.0 -o - | FileCheck %s
/external/llvm/test/CodeGen/X86/
shift-and.ll
1
; RUN: llc < %s -mtriple=i386-apple-
macosx
| FileCheck %s --check-prefix=X32
2
; RUN: llc < %s -mtriple=x86_64-apple-
macosx
| FileCheck %s --check-prefix=X64
/external/python/cpython3/Lib/distutils/tests/
test_util.py
106
self.assertEqual(get_platform(), '
macosx
-10.3-i386')
118
self.assertEqual(get_platform(), '
macosx
-10.4-fat')
122
self.assertEqual(get_platform(), '
macosx
-10.4-fat')
131
self.assertEqual(get_platform(), '
macosx
-10.4-intel')
138
self.assertEqual(get_platform(), '
macosx
-10.4-fat3')
145
self.assertEqual(get_platform(), '
macosx
-10.4-universal')
153
self.assertEqual(get_platform(), '
macosx
-10.4-fat64')
162
self.assertEqual(get_platform(), '
macosx
-10.4-%s'%(arch,))
/external/python/cpython3/Lib/test/
test_sysconfig.py
148
self.assertEqual(get_platform(), '
macosx
-10.3-ppc')
150
self.assertEqual(get_platform(), '
macosx
-10.3-ppc64')
166
self.assertEqual(get_platform(), '
macosx
-10.3-i386')
168
self.assertEqual(get_platform(), '
macosx
-10.3-x86_64')
180
self.assertEqual(get_platform(), '
macosx
-10.4-fat')
188
self.assertEqual(get_platform(), '
macosx
-10.4-intel')
195
self.assertEqual(get_platform(), '
macosx
-10.4-fat3')
202
self.assertEqual(get_platform(), '
macosx
-10.4-universal')
210
self.assertEqual(get_platform(), '
macosx
-10.4-fat64')
219
self.assertEqual(get_platform(), '
macosx
-10.4-%s' % arch
[
all
...]
/external/brotli/
premake5.lua
33
configuration { "
macosx
" }
/external/clang/test/ARCMT/
checking-in-arc.m
1
// RUN: %clang_cc1 -arcmt-check -fobjc-arc -fobjc-runtime=
macosx
-10.8.0 -triple x86_64-apple-darwin12 -fblocks -Werror %s
/external/clang/test/CodeGenObjCXX/
block-in-template-inst.mm
1
// RUN: %clang_cc1 -emit-llvm-only -std=c++11 -fblocks -o - -triple x86_64-apple-darwin10 -fobjc-runtime=
macosx
-fragile-10.5 %s
blocks.mm
1
// RUN: %clang_cc1 -x objective-c++ -fblocks -triple x86_64-apple-darwin -fobjc-runtime=
macosx
-fragile-10.5 %s -verify -std=c++11 -emit-llvm -o %t
Completed in 349 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>