HomeSort by relevance Sort by last modified time
    Searched full:darwin (Results 776 - 800 of 2438) sorted by null

<<31323334353637383940>>

  /external/elfutils/libdw/
Android.mk 17 supported_platforms := linux-x86 darwin-x86
129 ifeq ($(HOST_OS),darwin)
  /external/libffi/
acinclude.m4 38 # VMS, and Darwin.
40 vms* | cygwin* | pe | mingw* | darwin* | ultrix* | hpux10* | hpux11.00)
  /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
  /external/llvm/test/CodeGen/ARM/
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
3 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-darwin | FileCheck %s --check-prefix=THUMB
shifter_operand.ll 1 ; RUN: llc < %s -mtriple=armv7-apple-darwin -mcpu=cortex-a8 | FileCheck %s -check-prefix=A8
2 ; RUN: llc < %s -mtriple=armv7-apple-darwin -mcpu=cortex-a9 | FileCheck %s -check-prefix=A9
trap.ll 1 ; RUN: llc < %s -mtriple=arm-apple-darwin | FileCheck %s -check-prefix=INSTR
2 ; RUN: llc < %s -mtriple=arm-apple-darwin -trap-func=_trap | FileCheck %s -check-prefix=FUNC
unaligned_load_store.ll 2 ; RUN: llc < %s -mtriple=armv6-apple-darwin -mcpu=cortex-a8 -mattr=-neon -arm-strict-align -pre-RA-sched=source | FileCheck %s -check-prefix=EXPANDED
3 ; RUN: llc < %s -mtriple=armv6-apple-darwin -mcpu=cortex-a8 | FileCheck %s -check-prefix=UNALIGNED
  /external/llvm/test/CodeGen/Thumb/
dyn-stackalloc.ll 1 ; RUN: llc < %s -mtriple=thumb-apple-darwin -disable-cgp-branch-opts -disable-post-ra | FileCheck %s
2 ; RUN: llc < %s -mtriple=thumb-apple-darwin -disable-cgp-branch-opts -disable-post-ra -regalloc=basic | FileCheck %s
  /external/llvm/test/CodeGen/X86/
2010-05-28-Crash.ll 1 ; RUN: llc -mtriple=x86_64-apple-darwin < %s | FileCheck %s
2 ; RUN: llc -mtriple=x86_64-apple-darwin -regalloc=basic < %s | FileCheck %s
bswap-inline-asm.ll 1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin | FileCheck -check-prefix CHK %s
2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin | FileCheck %s
  /external/qemu/distrib/sdl-1.2.15/
SDL.spec.in 86 - Removed support for Darwin, due to build problems on ps2linux
89 - Added support for Darwin, updated spec file
  /external/valgrind/main/drd/tests/
annotate_rwlock.c 64 /* Darwin doesn't have an implementation of pthread_yield(). */
88 /* Darwin doesn't have an implementation of pthread_yield(). */
filter_stderr 42 # Remove the message about experimental support for Darwin.
43 awk 'BEGIN{begin=1} { if ($0 == "WARNING: DRD support for Darwin is still considered as experimental.") { getline; getline; } else { if (begin) begin = 0; else print last_line; }; last_line = $0; } END { if (! begin) print last_line; }' |
  /external/valgrind/main/helgrind/tests/
annotate_rwlock.c 74 /* Darwin doesn't have an implementation of pthread_yield(). */
99 /* Darwin doesn't have an implementation of pthread_yield(). */
  /external/valgrind/main/include/
pub_tool_basics_asm.h 40 // same, but on Darwin they are different. The reason is that C names on
41 // Darwin always get a '_' prepended to them by the compiler. But in order to
  /external/valgrind/main/tests/
os_test.c 25 "darwin",
63 if ( 0 == strcmp( OS, "darwin" ) ) return True;
  /ndk/build/tools/
build-host-make.sh 82 if [ "$DARWIN" = "yes" ]; then
83 # Required for a proper darwin cross compile
  /ndk/sources/host-tools/nawk-20071023/
GNUmakefile 15 # cc if host can run windows binary (MINGW=yes) or darwin binary
16 # (DARWIN=yes)
  /packages/apps/Settings/res/xml/
timezones.xml 77 <timezone id="Australia/Darwin">Darwin</timezone>
  /packages/apps/Settings/res/xml-de/
timezones.xml 76 <timezone id="Australia/Darwin">Darwin</timezone>
  /packages/apps/Settings/res/xml-hr/
timezones.xml 76 <timezone id="Australia/Darwin">Darwin</timezone>
  /packages/apps/Settings/res/xml-id/
timezones.xml 75 <timezone id="Australia/Darwin">Darwin</timezone>
  /packages/apps/Settings/res/xml-in/
timezones.xml 76 <timezone id="Australia/Darwin">Darwin</timezone>
  /packages/apps/Settings/res/xml-it/
timezones.xml 76 <timezone id="Australia/Darwin">Darwin</timezone>
  /packages/apps/Settings/res/xml-iw/
timezones.xml 76 <timezone id="Australia/Darwin">Darwin</timezone>

Completed in 1988 milliseconds

<<31323334353637383940>>