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

<<11121314151617181920>>

  /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 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-apple-darwin | FileCheck %s --check-prefix=ARM
2 ; RUN: llc < %s -O0 -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/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)
FFTFrameStub.cpp 32 #if !OS(DARWIN) && !USE(WEBAUDIO_MKL) && !USE(WEBAUDIO_FFTW)
105 #endif // !OS(DARWIN) && !USE(WEBAUDIO_MKL) && !USE(WEBAUDIO_FFTW)
  /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/CodeGenCXX/
derived-to-base-conv.cpp 2 // RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c++11 -S %s -o %t-64.s
4 // RUN: %clang_cc1 -triple i386-apple-darwin -std=c++11 -S %s -o %t-32.s
  /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 30 ifeq ($(HOST_OS),darwin)
46 ifeq ($(HOST_OS),darwin)
  /external/llvm/runtime/libprofile/
Makefile 28 ifeq ($(HOST_OS),Darwin)
45 DARWIN_VERS := $(shell echo $(TARGET_TRIPLE) | sed 's/.*darwin\([0-9]*\).*/\1/')
  /external/llvm/test/CodeGen/X86/
sibcall-5.ll 2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mattr=+sse2 | FileCheck %s --check-prefix=X64
3 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mattr=-sse3 | FileCheck %s --check-prefix=X64_BAD
  /external/llvm/tools/lto/
Makefile 25 ifeq ($(HOST_OS),Darwin)
46 DARWIN_VERS := $(shell echo $(TARGET_TRIPLE) | sed 's/.*darwin\([0-9]*\).*/\1/')
  /external/webkit/Source/JavaScriptCore/runtime/
InitializeThreading.cpp 45 #if OS(DARWIN) && ENABLE(JSC_MULTIPLE_THREADS)
67 #if OS(DARWIN) && ENABLE(JSC_MULTIPLE_THREADS)
  /external/webkit/Source/JavaScriptCore/wtf/
RandomNumberSeed.h 52 #if OS(DARWIN)
53 // On Darwin we use arc4random which initialises itself.
  /frameworks/compile/libbcc/runtime/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.

Completed in 2337 milliseconds

<<11121314151617181920>>