Searched
full:macosx (Results
276 -
300 of
824) sorted by null
<<11121314151617181920>>
/external/lldb/test/macosx/universal/ |
TestUniversal.py | 11 mydir = os.path.join("macosx", "universal") 31 target = self.dbg.CreateTargetWithFileAndTargetTriple(exe, "i386-apple-macosx")
|
/external/llvm/test/CodeGen/X86/ |
2012-10-02-DAGCycle.ll | 1 ; RUN: llc -mtriple=i386-apple-macosx -relocation-model=pic < %s > /dev/null 2 ; RUN: llc -mtriple=x86_64-apple-macosx -relocation-model=pic < %s > /dev/null
|
2012-08-07-CmpISelBug.ll | 1 ; RUN: llc < %s -mtriple=x86_64-apple-macosx | FileCheck %s
|
ins_split_regalloc.ll | 1 ; RUN: llc -O1 -regalloc=greedy -mtriple=x86_64-apple-macosx -march x86-64 < %s -o - | FileCheck %s
|
/external/clang/test/CodeGenObjC/ |
image-info.m | 1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o %t %s
|
local-static-block.m | 1 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.5 -emit-llvm %s -o %t-64.ll
|
objc2-assign-global.m | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -fobjc-gc -emit-llvm -o %t %s
|
protocols-lazy.m | 1 // RUN: %clang_cc1 -emit-llvm -triple i686-apple-darwin8 -fobjc-runtime=macosx-fragile-10.5 -o %t %s
|
weak-metaclass-visibility.m | 11 __attribute__((availability(macosx,introduced=9876.5)))
|
/external/clang/test/CodeGenObjCXX/ |
implicit-copy-constructor.mm | 1 // RUN: %clang_cc1 -fobjc-gc -triple x86_64-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - %s | FileCheck %s
|
mangle-blocks.mm | 1 // RUN: %clang_cc1 -emit-llvm -fblocks -o - -triple x86_64-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 %s | FileCheck %s
|
/external/clang/test/CoverageMapping/ |
objc.m | 1 // RUN: %clang_cc1 -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name objc.m -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.5 %s | FileCheck %s
|
/external/clang/test/Rewriter/ |
properties.m | 1 // RUN: %clang_cc1 -triple i686-pc-windows -x objective-c -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
|
rewrite-elaborated-type.mm | 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
|
rewrite-nested-blocks-1.mm | 1 // RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
|
rewrite-nested-property-in-blocks.mm | 1 // RUN: %clang_cc1 -triple i686-pc-windows -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
|
/external/clang/test/SemaObjC/ |
class-unavail-warning.m | 47 __attribute__((visibility("default"))) __attribute__((availability(macosx,unavailable)))
|
incomplete-implementation.m | 5 - unavailableMeth __attribute__((availability(macosx,unavailable)));
|
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/ |
Natives.java | 293 extractNativeLib("macosx", "lwjgl"); 296 // extractNativeLib("macosx", "openal"); 298 extractNativeLib("macosx", "jinput-osx"); 301 extractNativeLib("macosx", "bulletjme", true, false);
|
/external/lldb/scripts/Python/ |
finish-swig-Python-LLDB.sh | 245 # lldb/macosx 248 create_python_package "/macosx" "${package_files}" 255 # Copy files needed by lldb/macosx/heap.py to build libheap.dylib 256 heap_dir="${framework_python_dir}/macosx/heap"
|
/external/lldb/test/macosx/order/ |
TestOrderFile.py | 13 mydir = os.path.join("macosx", "order")
|
/external/llvm/test/DebugInfo/X86/ |
objc-fwd-decl.ll | 1 ; RUN: llc -mtriple=x86_64-macosx %s -o %t -filetype=obj
|
/external/llvm/test/Transforms/LoopVectorize/X86/ |
rauw-bug.ll | 4 target triple = "x86_64-apple-macosx"
|
/external/nanopb-c/tools/ |
make_mac_package.sh | 11 VERSION=`git describe --always`-macosx-x86
|
/external/svox/pico/lib/ |
picopltf.h | 60 #define PICO_PLATFORM_STRING "MacOSX"
|
Completed in 292 milliseconds
<<11121314151617181920>>