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

<<41424344454647484950>>

  /external/clang/include/clang/Driver/
ToolChain.h 217 /// example, on Darwin the -mmacosx-version-min= command line argument (which
266 /// for kernel extensions (Darwin-specific).
  /external/libsepol/src/
node_record.c 73 #ifdef DARWIN
165 #ifdef DARWIN
  /external/libusb/libusb/os/
darwin_usb.c 2 * darwin backend for libusb 1.0
73 return "could not establish a connection to the Darwin kernel";
169 usbi_dbg ("libusb/darwin.c usb_get_next_device: could not set up plugin for service: %s\n", darwin_error_str (result));
295 usbi_info (ctx, "libopenusb/darwin.c event_thread_main: thread ready to receive events");
300 usbi_info (ctx, "libopenusb/darwin.c event_thread_main: thread exiting");
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.h 84 // For the Darwin ABI:
109 // For the Darwin ABI / 64-bit SVR4 ABI:
  /external/llvm/test/CodeGen/X86/
fold-pcmpeqd-2.ll 1 ; RUN: llc < %s -mtriple=i386-apple-darwin -mcpu=yonah -regalloc=basic | FileCheck %s
2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -regalloc=basic | FileCheck %s
postra-licm.ll 1 ; RUN: llc < %s -mtriple=i386-apple-darwin -relocation-model=pic -disable-fp-elim | FileCheck %s -check-prefix=X86-32
2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -relocation-model=pic -disable-fp-elim | FileCheck %s -check-prefix=X86-64
  /external/llvm/test/
Makefile 98 # dsymutil is used on the Darwin to manipulate DWARF debugging information.
99 ifeq ($(TARGET_OS),Darwin)
  /external/markdown/
test-markdown.py 20 if platform.system().lower() == "darwin": # Darwin
  /external/qemu/
Makefile.android 73 ifeq ($(HOST_OS),darwin)
212 ifeq ($(HOST_OS),darwin)
  /external/valgrind/main/
config.h 19 /* Define to 1 if you're using Darwin */
22 /* Darwin / Mac OS X version */
  /external/valgrind/main/coregrind/m_syswrap/
syscall-x86-darwin.S 3 /*--- Support for doing system calls. syscall-x86-darwin.S ---*/
76 /* from vki-darwin.h, checked at startup by m_vki.c */
syswrap-darwin.c 3 /*--- Darwin-specific syscalls, etc. syswrap-darwin.c ---*/
63 #include "priv_syswrap-darwin.h" /* for decls of darwin-ish wrappers */
93 VG_(debugLog)(1, "syswrap-darwin",
124 VG_(debugLog)(1, "syswrap-darwin",
164 VG_(debugLog)( 2, "syswrap-darwin", "stack for tid %d at %p; init_SP=%p\n",
210 VG_(debugLog)(1, "syswrap-darwin",
220 VG_(debugLog)(1, "syswrap-darwin",
253 VG_(debugLog)(1, "syswrap-darwin",
    [all...]
  /external/webkit/Source/WebCore/platform/audio/fftw/
FFTFrameFFTW.cpp 32 #if !OS(DARWIN) && USE(WEBAUDIO_FFTW)
303 #endif // !OS(DARWIN) && USE(WEBAUDIO_FFTW)
  /ndk/build/tools/
build-host-gdb.sh 42 darwin-x86
43 darwin-x86_64
  /ndk/sources/cxx-stl/llvm-libc++/include/
thread 191 // FIXME: pthread_t is a pointer on Darwin but a long on Linux.
192 // NULL is the no-thread value on Darwin. Someone needs to check
  /external/bison/
Android.mk 107 ifeq ($(BUILD_OS),darwin)
  /external/bison/m4/
frexpl.m4 224 aix | aix[3-6]* | beos* | darwin* | irix* | mingw* | pw*)
locale-ja.m4 42 On Mac OS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET)
locale-zh.m4 43 On Mac OS X 10.3.5 (Darwin 7.5) in the fr_FR locale, nl_langinfo(CODESET)
  /external/ceres-solver/data/nist/
ENSO.dat 12 differences between Easter Island and Darwin,
  /external/chromium/chrome/browser/resources/options/
advanced_options.html 113 <if expr="os == 'darwin'">
personal_options.html 139 <if expr="pp_ifdef('toolkit_views') or os == 'win32' or os == 'darwin'">
  /external/clang/
Makefile 57 # Disable -fstrict-aliasing. Darwin disables it by default (and LLVM doesn't
  /external/clang/test/CodeGen/
builtins.c 3 // RUN: %clang_cc1 %s -emit-llvm -o - -triple x86_64-darwin-apple | FileCheck %s
compound-literal.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm %s -o - | FileCheck %s

Completed in 5492 milliseconds

<<41424344454647484950>>