HomeSort by relevance Sort by last modified time
    Searched full:darwin (Results 226 - 250 of 1673) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/tests/
platform_test 17 all_platforms="$all_platforms x86-darwin amd64-darwin"
  /sdk/emulator/opengl/tests/translator_tests/GLES_CM/
Android.mk 11 ifeq ($(HOST_OS),darwin)
28 ifeq ($(HOST_OS),darwin)
  /external/webkit/Source/JavaScriptCore/heap/
MachineStackMarker.cpp 37 #if OS(DARWIN)
79 #if USE(PTHREADS) && !OS(WINDOWS) && !OS(DARWIN)
106 #if OS(DARWIN)
130 #if USE(PTHREADS) && !OS(WINDOWS) && !OS(DARWIN)
182 #if OS(DARWIN)
284 #if OS(DARWIN)
297 #if OS(DARWIN)
310 #if OS(DARWIN)
336 #if OS(DARWIN)
364 // end OS(DARWIN)
    [all...]
  /external/qemu/
INSTALL 10 - Darwin x86
11 - Darwin ppc (experimental only)
14 Note that development on 64-bit versions of Darwin and Windows is
39 Darwin x86: gcc-4.0.1 (build 5341)
40 Darwin ppc: gcc-3.3 (build 1819)
45 Note that on Darwin, the *build* number of your compiler *is* important.
46 Some builds of gcc-4.0.1 are known to generate bad binaries on Darwin x86,
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontWx.cpp 42 #if OS(DARWIN)
54 #if OS(WINDOWS) || OS(DARWIN)
63 #if OS(DARWIN)
85 #if OS(WINDOWS) || OS(DARWIN)
121 #if OS(WINDOWS) || OS(DARWIN)
170 #if OS(WINDOWS) || OS(DARWIN)
186 #if OS(WINDOWS) || OS(DARWIN)
  /external/webkit/Source/WebKit/chromium/tests/
KeyboardTest.cpp 82 #if OS(DARWIN)
126 #if !OS(DARWIN)
133 #if !OS(DARWIN)
140 #if !OS(DARWIN)
147 #if !OS(DARWIN)
154 #if !OS(DARWIN)
161 #if !OS(DARWIN)
  /external/clang/test/CodeGenCXX/
sizeof-unwind-exception.cpp 3 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -fcxx-exceptions -fexceptions %s -O2 -o - | FileCheck %s --check-prefix=ARM-DARWIN
22 // ARM-DARWIN: [[T0:%.*]] = tail call i8* @__cxa_begin_catch(i8* [[EXN:%.*]]) nounwind
23 // ARM-DARWIN-NEXT: [[T1:%.*]] = getelementptr i8* [[EXN]], i64 32
2012-03-16-StoreAlign.cpp 1 // RUN: %clang_cc1 -emit-llvm -o - -triple x86_64-apple-darwin %s | FileCheck %s
block-in-ctor-dtor.cpp 1 // RUN: %clang_cc1 %s -fblocks -triple x86_64-apple-darwin -emit-llvm -o - | FileCheck %s
cxx-block-objects.cpp 1 // RUN: %clang_cc1 %s -fblocks -triple x86_64-apple-darwin -emit-llvm -o - | FileCheck %s
debug-info-template-member.cpp 1 // RUN: %clang_cc1 -emit-llvm -g -triple x86_64-apple-darwin %s -o - | FileCheck %s
vararg-conversion-ctor.cpp 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c++11 -emit-llvm %s -o %t-64.ll
  /external/llvm/test/CodeGen/ARM/
globals.ll 1 ; RUN: llc < %s -mtriple=armv6-apple-darwin -relocation-model=static | FileCheck %s -check-prefix=DarwinStatic
2 ; RUN: llc < %s -mtriple=armv6-apple-darwin -relocation-model=dynamic-no-pic | FileCheck %s -check-prefix=DarwinDynamic
3 ; RUN: llc < %s -mtriple=armv6-apple-darwin -relocation-model=pic | FileCheck %s -check-prefix=DarwinPIC
  /external/mdnsresponder/mDNSPosix/
mdnsd.sh 50 echo -n "Starting Apple Darwin Multicast DNS / DNS Service Discovery daemon:"
56 echo -n "Stopping Apple Darwin Multicast DNS / DNS Service Discovery daemon:"
61 echo -n "Restarting Apple Darwin Multicast DNS / DNS Service Discovery daemon:"
  /external/openssh/
sandbox-darwin.c 36 /* Darwin/OS X sandbox */
51 debug3("%s: preparing Darwin sandbox", __func__);
64 debug3("%s: starting Darwin sandbox", __func__);
  /external/qemu/distrib/
update-audio.sh 26 Darwin)
29 OS=darwin-x86
31 OS=darwin-ppc
  /external/valgrind/tsan/
get_and_build_tsan.sh 28 elif [ "$OS" == "Darwin" ]; then
29 VG_OS="darwin"
33 grep "\(Linux \(amd64\|x86\)\)\|Darwin x86" >/dev/null
  /external/webkit/Source/JavaScriptCore/wtf/
VMTags.h 31 #if OS(DARWIN)
80 #else // OS(DARWIN)
88 #endif // OS(DARWIN)
  /external/clang/test/CodeGen/
2009-02-13-zerosize-union-field.c 1 // RUN: %clang_cc1 %s -triple i686-apple-darwin -emit-llvm -o - | FileCheck %s
2010-07-14-ref-off-end.c 1 // RUN: %clang_cc1 %s -emit-llvm -triple i386-apple-darwin -o - | FileCheck %s
private-extern-redef.c 1 // RUN: %clang_cc1 -triple x86_64-darwin-apple -emit-llvm -o - %s | FileCheck %s
restrict.c 1 // RUN: %clang_cc1 -triple x86_64-darwin-apple -emit-llvm %s -o - | FileCheck %s
struct-init.c 1 // RUN: %clang_cc1 -S -triple armv7-apple-darwin %s -emit-llvm -o - | FileCheck %s
  /external/clang/test/CodeGenObjC/
ivar-base-as-invariant-load.m 1 // RUN: %clang_cc1 -emit-llvm -triple x86_64-apple-darwin -x objective-c %s -o - | FileCheck %s
ivar-layout-array0-struct.m 2 // RUN: %clang_cc1 -fobjc-gc -triple x86_64-apple-darwin -fobjc-fragile-abi -O0 -S %s -o %t-64.s

Completed in 284 milliseconds

1 2 3 4 5 6 7 8 91011>>