HomeSort by relevance Sort by last modified time
    Searched full:darwin (Results 401 - 425 of 1949) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/platform/graphics/
GlyphBuffer.h 37 #if USE(CG) || (PLATFORM(WX) && OS(DARWIN)) || USE(SKIA_ON_MAC_CHROME)
61 #if USE(CG) || (PLATFORM(WX) && OS(DARWIN)) || USE(SKIA_ON_MAC_CHROME)
125 #if USE(CG) || (PLATFORM(WX) && OS(DARWIN)) || USE(SKIA_ON_MAC_CHROME)
156 #if USE(CG) || (PLATFORM(WX) && OS(DARWIN)) || USE(SKIA_ON_MAC_CHROME)
195 #if USE(CG) || (PLATFORM(WX) && OS(DARWIN)) || USE(SKIA_ON_MAC_CHROME)
  /external/compiler-rt/lib/asan/lit_tests/
strncpy-overflow.cc 27 // CHECK-Darwin: {{ #0 0x.* in _?wrap_strncpy}}
35 // CHECK-Darwin: {{ #0 0x.* in _?wrap_malloc.*}}
36 // CHECK-Darwin: {{ #1 0x.* in _?main .*strncpy-overflow.cc:}}[[@LINE-13]]
  /external/elfutils/libdw/
Android.mk 17 supported_platforms := linux-x86 darwin-x86
129 ifeq ($(HOST_OS),darwin)
132 ../host-darwin-fixup/getline.c
  /external/libmtp/
configure.ac 30 # Check for Darwin
31 AC_MSG_CHECKING([if the host operating system is Darwin])
33 *-darwin*)
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfoImpls.h 26 /// FnStubs - Darwin '$stub' stubs. The key is something like "Lfoo$stub",
30 /// GVStubs - Darwin '$non_lazy_ptr' stubs. The key is something like
35 /// HiddenGVStubs - Darwin '$non_lazy_ptr' stubs. The key is something like
  /external/llvm/lib/Support/Unix/
Host.inc 54 // On darwin, we want to update the version to match that of the
56 std::string::size_type DarwinDashIdx = Triple.find("-darwin");
58 Triple.resize(DarwinDashIdx + strlen("-darwin"));
  /external/llvm/test/CodeGen/ARM/
indirectbr.ll 1 ; RUN: llc < %s -relocation-model=pic -mtriple=armv6-apple-darwin | FileCheck %s -check-prefix=ARM
2 ; RUN: llc < %s -relocation-model=pic -mtriple=thumbv6-apple-darwin | FileCheck %s -check-prefix=THUMB
3 ; RUN: llc < %s -relocation-model=static -mtriple=thumbv7-apple-darwin | FileCheck %s -check-prefix=THUMB2
machine-licm.ll 1 ; RUN: llc < %s -mtriple=thumb-apple-darwin -relocation-model=pic -disable-fp-elim | FileCheck %s -check-prefix=THUMB
2 ; RUN: llc < %s -mtriple=arm-apple-darwin -relocation-model=pic -disable-fp-elim | FileCheck %s -check-prefix=ARM
3 ; RUN: llc < %s -mtriple=arm-apple-darwin -relocation-model=pic -disable-fp-elim -mattr=+v6t2 | FileCheck %s -check-prefix=MOVT
fast-isel-fold.ll 1 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-apple-darwin | FileCheck %s --check-prefix=ARM
2 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-darwin | FileCheck %s --check-prefix=THUMB
ldm.ll 1 ; RUN: llc < %s -mtriple=armv7-apple-darwin | FileCheck %s
2 ; RUN: llc < %s -mtriple=armv4t-apple-darwin | FileCheck %s -check-prefix=V4T
  /external/llvm/test/CodeGen/PowerPC/
indirectbr.ll 1 ; RUN: llc < %s -relocation-model=pic -march=ppc32 -mtriple=powerpc-apple-darwin | FileCheck %s -check-prefix=PIC
2 ; RUN: llc < %s -relocation-model=static -march=ppc32 -mtriple=powerpc-apple-darwin | FileCheck %s -check-prefix=STATIC
3 ; RUN: llc < %s -relocation-model=pic -march=ppc64 -mtriple=powerpc64-apple-darwin | FileCheck %s -check-prefix=PPC64
  /external/llvm/test/CodeGen/X86/
pic_jumptable.ll 3 ; RUN: llc < %s -relocation-model=pic -mark-data-regions -mtriple=i686-apple-darwin -asm-verbose=false \
5 ; RUN: llc < %s -relocation-model=pic -mtriple=i686-apple-darwin -asm-verbose=false \
7 ; RUN: llc < %s -mtriple=x86_64-apple-darwin | not grep 'lJTI'
  /external/mdnsresponder/mDNSShared/
mDNSResponder.8 19 .Os Darwin \" Operating System
101 .Pa http://developer.apple.com/darwin/projects/bonjour/
112 Also available from the Darwin open source repository
  /external/valgrind/main/VEX/
Makefile-gcc 164 libvex-x86-darwin.a: TAG-x86-darwin libvex.a
165 mv -f libvex.a libvex-x86-darwin.a
166 TAG-x86-darwin:
167 if [ ! -f TAG-x86-darwin ] ; then rm -f $(LIB_OBJS) TAG-* libvex.a ; fi
168 touch TAG-x86-darwin
170 libvex-amd64-darwin.a: TAG-amd64-darwin libvex.a
171 mv -f libvex.a libvex-amd64-darwin.a
172 TAG-amd64-darwin
    [all...]
  /external/webkit/Source/WebCore/platform/audio/
VectorMath.cpp 31 #if OS(DARWIN)
39 #if OS(DARWIN)
88 #endif // OS(DARWIN)
Biquad.cpp 39 #if OS(DARWIN)
49 #if OS(DARWIN)
69 #if OS(DARWIN)
117 #if OS(DARWIN)
172 #endif // OS(DARWIN)
179 #if OS(DARWIN)
  /external/valgrind/main/coregrind/
link_tool_exe_darwin.in 40 # -o memcheck-amd64-darwin -u __start -e __start \
44 # ../coregrind/libcoregrind-amd64-darwin.a \
45 # ../VEX/libvex-amd64-darwin.a
50 # -o memcheck-x86-darwin -u __start -e __start \
54 # ../coregrind/libcoregrind-x86-darwin.a \
55 # ../VEX/libvex-x86-darwin.a
  /cts/tools/tradefed-host/etc/
cts-tradefed 58 elif [ "$HOST" == "Darwin" ]; then
59 OS="darwin-x86"
  /external/clang/test/CodeGenObjC/
mrr-captured-block-var-inlined-layout.m 1 // RUN: %clang_cc1 -fblocks -fobjc-runtime-has-weak -triple x86_64-apple-darwin -O0 -print-ivar-layout -emit-llvm -o /dev/null %s > %t-64.layout
3 // RUN: %clang_cc1 -fblocks -fobjc-runtime-has-weak -triple i386-apple-darwin -O0 -print-ivar-layout -emit-llvm -o /dev/null %s > %t-32.layout
  /external/compiler-rt/lib/ubsan/lit_tests/
lit.cfg 63 # Linux and Darwin only.
64 if config.host_os not in ['Linux', 'Darwin']:
  /external/compiler-rt/make/platform/
darwin_fat.mk 12 # support (e.g., on Darwin). This should only be used to build fat
24 Description := Target for building universal libraries for Darwin.
  /external/elfutils/libdwfl/
Android.mk 17 supported_platforms := linux-x86 darwin-x86
62 ifeq ($(HOST_OS),darwin)
  /external/expat/
Android.mk 35 ifeq ($(HOST_OS),darwin)
52 ifeq ($(HOST_OS),darwin)
  /external/llvm/runtime/libprofile/
Makefile 26 ifeq ($(HOST_OS),Darwin)
43 DARWIN_VERS := $(shell echo $(TARGET_TRIPLE) | sed 's/.*darwin\([0-9]*\).*/\1/')
  /external/llvm/test/Analysis/CostModel/X86/
intrinsic-cost.ll 1 ; RUN: opt -S -mtriple=x86_64-apple-darwin -mcpu=core2 -cost-model -analyze < %s | FileCheck %s -check-prefix=CORE2
2 ; RUN: opt -S -mtriple=x86_64-apple-darwin -mcpu=corei7 -cost-model -analyze < %s | FileCheck %s -check-prefix=COREI7

Completed in 464 milliseconds

<<11121314151617181920>>