HomeSort by relevance Sort by last modified time
    Searched full:darwin (Results 851 - 875 of 3268) sorted by null

<<31323334353637383940>>

  /external/valgrind/main/coregrind/
Makefile.in 70 # Some darwin specific stuff is needed as ptrace is not
72 # having access to Darwin, 'none' implementation is used.
120 # Darwin linker kludges
196 m_dispatch/dispatch-x86-darwin.S \
197 m_dispatch/dispatch-amd64-darwin.S m_gdbserver/inferiors.c \
210 m_initimg/initimg-linux.c m_initimg/initimg-darwin.c \
212 m_mach/mach_msg.c m_mach/mach_traps-x86-darwin.S \
213 m_mach/mach_traps-amd64-darwin.S \
226 m_sigframe/sigframe-x86-darwin.c \
227 m_sigframe/sigframe-amd64-darwin.c
    [all...]
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
  /external/lldb/docs/testsuite/
best-practices.txt 30 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
36 This tells the test harness that unless we are running "darwin", the test should
38 info, which is only available on the darwin platforms.
79 The default cleanup action performed by the plugins/darwin.py module invokes the
  /external/lldb/test/lang/cpp/class_static/
TestStaticVariables.py 16 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
30 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
75 if sys.platform.startswith("darwin") and self.getCompiler() in ['clang', 'llvm-gcc']:
  /external/llvm/test/CodeGen/ARM/
neon-spfp.ll 13 ; RUN: llc < %s -mtriple armv7a-none-darwin -mcpu=cortex-a5 | FileCheck %s -check-prefix=CHECK-DARWINA5
14 ; RUN: llc < %s -mtriple armv7a-none-darwin -mcpu=cortex-a8 | FileCheck %s -check-prefix=CHECK-DARWINA8
15 ; RUN: llc < %s -mtriple armv7a-none-darwin -mcpu=cortex-a9 | FileCheck %s -check-prefix=CHECK-DARWINA9
16 ; RUN: llc < %s -mtriple armv7a-none-darwin -mcpu=cortex-a15 | FileCheck %s -check-prefix=CHECK-DARWINA15
17 ; RUN: llc < %s -mtriple armv7a-none-darwin -mcpu=swift | FileCheck %s -check-prefix=CHECK-DARWINSWIFT
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
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
3 ; RUN: llc < %s -mtriple=arm-apple-darwin -trap-func=_trap -O0 | FileCheck %s -check-prefix=FUNC
  /ndk/build/tools/
prebuilt-common.sh 298 DARWIN=no
301 if [ "$DARWIN" = "yes" ]; then
302 echo "Can not have both --mingw and --darwin"
310 echo "Can not have both --mingw and --darwin"
313 DARWIN=yes;
320 register_option "--darwin" do_darwin_option "Generate darwin binaries on Linux."
575 # Check for the availability of a compatibility SDK in Darwin
604 # Probe Darwin SDK in specified diectory $DARWIN_SYSROOT, or
611 log "Use darwin sysroot $DARWIN_SYSROOT
    [all...]
  /external/compiler-rt/test/asan/TestCases/
large_func_test.cc 26 // Darwin.
28 // CHECK-Darwin: {{#0 0x.* in .*LargeFunction.*large_func_test.cc}}:[[@LINE-4]]
49 // CHECK-Darwin: {{ #0 0x.* in .*_Zna.*}}
  /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/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/llvm/test/MC/ARM/
thumb-hints.s 1 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -show-encoding < %s | FileCheck %s
2 @ RUN: llvm-mc -triple=thumbv6-apple-darwin -mcpu=cortex-m0 -show-encoding < %s | FileCheck %s
3 @ RUN: not llvm-mc -triple=thumbv6-apple-darwin -show-encoding < %s > %t 2> %t2
  /external/llvm/test/MC/X86/
stackmap-nops.ll 1 ; RUN: llc -mtriple=x86_64-apple-darwin -mcpu=corei7 -disable-fp-elim -filetype=obj %s -o - | llvm-objdump -d - | FileCheck %s
2 ; RUN: llc -mtriple=x86_64-apple-darwin -mcpu=corei7 -disable-fp-elim -filetype=asm %s -o - | llvm-mc -triple=x86_64-apple-darwin -mcpu=corei7 -filetype=obj - | llvm-objdump -d - | FileCheck %s
  /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
  /prebuilts/python/darwin-x86/2.7.5/bin/
python-config.sh 24 if [ "$(uname -s)" = "Darwin" ] ; then
25 # readlink in darwin can't handle -f. Use greadlink from MacPorts instead.
34 prefix_build="/tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64"
  /external/lldb/test/functionalities/breakpoint/breakpoint_conditions/
TestBreakpointConditions.py 15 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
22 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
29 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
  /external/lldb/test/lang/cpp/class_types/
TestClassTypes.py 14 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
21 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
45 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
  /external/lldb/test/python_api/hello_world/
TestHelloWorld.py 13 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
36 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
59 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
  /external/llvm/test/DebugInfo/X86/
dbg-value-inlined-parameter.ll 1 ; RUN: llc -mtriple=x86_64-apple-darwin < %s -filetype=obj \
2 ; RUN: | llvm-dwarfdump -debug-dump=info - | FileCheck --check-prefix=CHECK --check-prefix=DARWIN %s
5 ; RUN: llc -mtriple=x86_64-apple-darwin < %s -filetype=obj -regalloc=basic \
6 ; RUN: | llvm-dwarfdump -debug-dump=info - | FileCheck --check-prefix=CHECK --check-prefix=DARWIN %s
37 ;DARWIN: DW_AT_abstract_origin {{.*}}{[[ABS_SP]]}
38 ;DARWIN: DW_TAG_formal_parameter
  /external/qemu/docs/
BUILDING.TXT 19 $AOSP/prebuilts/gcc/darwin-x86/host/
25 You can only build the emulator on Linux or Darwin. Windows binaries are
148 Windows, but if you have ssh access to a Darwin machine with the command-line
153 - Perform a Darwin build there, and run GTest-based unit tests.
156 You can enable this by using the --darwin-ssh=<host> option, or by setting
161 Linux / Darwin / Windows packages.
  /cts/tools/tradefed-host/etc/
cts-tradefed 61 elif [ "$HOST" == "Darwin" ]; then
62 OS="darwin-x86"
  /external/chromium_org/remoting/tools/
register_local_nm_hosts.sh 49 if [ $(uname -s) == "Darwin" ]; then
74 if [ $(uname -s) == "Darwin" ]; then

Completed in 478 milliseconds

<<31323334353637383940>>