Searched
full:macosx (Results
451 -
475 of
1178) sorted by null
<<11121314151617181920>>
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/any/any.class/any.cons/ |
copy.pass.cpp | 12 // XFAIL: availability=macosx
|
move.pass.cpp | 12 // XFAIL: availability=macosx
|
value.pass.cpp | 12 // XFAIL: availability=macosx
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/any/any.class/any.modifiers/ |
swap.pass.cpp | 12 // XFAIL: availability=macosx
|
/sdk/eclipse/monitor/ |
build.gradle | 90 from zipTree(file(basePath + 'monitorproduct-macosx.cocoa.x86_64.zip'))
|
/build/soong/cc/config/ |
x86_darwin_host.go | 177 bytes, err := exec.Command(xcrun, "--sdk", "macosx"+selected, arg).Output() 185 bytes, err := exec.Command(xcrun, "--sdk", "macosx"+sdk, arg).Output()
|
/external/clang/test/ARCMT/ |
objcmt-ns-macros.m | 218 #define NS_AVAILABLE_MAC(X) __attribute__((availability(macosx,introduced=X))) 219 #define NS_ENUM_AVAILABLE_MAC(X) __attribute__((availability(macosx,introduced=X)))
|
objcmt-ns-macros.m.result | 212 #define NS_AVAILABLE_MAC(X) __attribute__((availability(macosx,introduced=X))) 213 #define NS_ENUM_AVAILABLE_MAC(X) __attribute__((availability(macosx,introduced=X)))
|
objcmt-atomic-property.m | 181 #define NS_AVAILABLE __attribute__((availability(macosx,introduced=10.0)))
|
objcmt-atomic-property.m.result | 158 #define NS_AVAILABLE __attribute__((availability(macosx,introduced=10.0)))
|
objcmt-ns-nonatomic-iosonly.m | 188 #define NS_AVAILABLE __attribute__((availability(macosx,introduced=10.0)))
|
/external/clang/test/Analysis/ |
NSContainers.m | 48 - (void)setObject:(id)obj atIndexedSubscript:(NSUInteger)idx __attribute__((availability(macosx,introduced=10.8))); 94 - (void)setObject:(id)obj forKeyedSubscript:(id <NSCopying>)key __attribute__((availability(macosx,introduced=10.8)));
|
/external/clang/test/CodeGenObjC/ |
mrc-weak.m | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-runtime=macosx-10.10 -emit-llvm -fblocks -fobjc-weak -o - %s | FileCheck %s -check-prefix=CHECK -check-prefix=CHECK-MODERN 2 // RUN: %clang_cc1 -triple i386-apple-darwin10 -fobjc-runtime=macosx-fragile-10.10 -emit-llvm -fblocks -fobjc-weak -o - %s | FileCheck %s -check-prefix=CHECK -check-prefix=CHECK-FRAGILE
|
fragile-arc.m | 1 // RUN: %clang_cc1 -triple i386-apple-darwin10 -emit-llvm -fblocks -fobjc-arc -fobjc-exceptions -fobjc-runtime=macosx-fragile-10.10 -o - %s | FileCheck %s 2 // RUN: %clang_cc1 -triple i386-apple-darwin10 -emit-llvm -fblocks -fobjc-arc -fobjc-exceptions -fobjc-runtime=macosx-fragile-10.10 -o - %s | FileCheck %s -check-prefix=GLOBALS
|
/external/clang/test/CodeGenObjCXX/ |
mrc-weak.mm | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-runtime=macosx-10.10 -emit-llvm -fblocks -fobjc-weak -o - %s | FileCheck %s -check-prefix=CHECK -check-prefix=CHECK-MODERN 2 // RUN: %clang_cc1 -triple i386-apple-darwin10 -fobjc-runtime=macosx-fragile-10.10 -emit-llvm -fblocks -fobjc-weak -o - %s | FileCheck %s -check-prefix=CHECK -check-prefix=CHECK-FRAGILE
|
/external/clang/test/Driver/ |
darwin-version.c | 30 // RUN: %clang -target x86_64-apple-macosx -mmacosx-version-min=10.10 -c %s -### 2>&1 | \ 33 // RUN: %clang -target x86_64-apple-macosx -mmacosx-version-min= -c %s -### 2>&1 | \
|
/libcore/ojluni/src/main/native/ |
Net.c | 213 #if defined(MACOSX) || defined(_AIX) 549 #ifdef MACOSX 583 #ifdef MACOSX 629 #ifdef MACOSX 658 #ifdef MACOSX
|
UnixFileSystem_md.c | 89 #ifdef MACOSX 336 #ifdef MACOSX
|
/external/icu/icu4j/eclipse-build/pdebuild/ |
build.properties | 50 # macosx, carbon, ppc 68 # macosx, carbon, ppc - antZip
|
/external/llvm/test/CodeGen/X86/ |
implicit-null-checks.mir | 1 # RUN: llc -run-pass implicit-null-checks -mtriple=x86_64-apple-macosx -o - %s | FileCheck %s 5 target triple = "x86_64-apple-macosx"
|
load-slice.ll | 1 ; RUN: llc -mtriple x86_64-apple-macosx -mcpu=corei7-avx -combiner-stress-load-slicing < %s -o - | FileCheck %s --check-prefix=STRESS 2 ; RUN: llc -mtriple x86_64-apple-macosx -mcpu=corei7-avx < %s -o - | FileCheck %s --check-prefix=REGULAR
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/Build/OSX/OGLES2HelloAPI.xcodeproj/ |
project.pbxproj | 315 SDKROOT = macosx; 335 SDKROOT = macosx;
|
/sdk/eclipse/buildConfig/ |
build.properties | 55 # macosx, carbon, ppc 73 # macosx, carbon, ppc - antZip
|
/external/boringssl/src/crypto/ |
CMakeLists.txt | 26 set(PERLASM_STYLE macosx)
|
/external/clang/lib/Frontend/ |
CreateInvocationFromCommandLine.cpp | 71 // On MacOSX real actions may end up being wrapped in BindArchAction
|
Completed in 315 milliseconds
<<11121314151617181920>>