HomeSort by relevance Sort by last modified time
    Searched full:darwin (Results 201 - 225 of 4308) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/linux-x86/src/syscall/
export_unix_test.go 5 // +build darwin dragonfly freebsd linux netbsd openbsd
  /prebuilts/tools/common/m2/
BUILD 4 ":darwin": ["repository/com/google/protobuf/protoc/3.0.0-beta-2/protoc-3.0.0-beta-2-osx-x86_64.exe"],
14 ":darwin": ["repository/io/grpc/protoc-gen-grpc-java/0.13.2/protoc-gen-grpc-java-0.13.2-osx-x86_64.exe"],
22 name = "darwin",
23 values = {"host_cpu": "darwin"},
  /external/clang/test/Driver/
macho-embedded.c 1 // RUN: %clang -arch armv7 -target thumbv7-apple-darwin-eabi -### -c %s 2>&1 | FileCheck %s --check-prefix=CHECK-AAPCS
4 // RUN: %clang -arch armv7s -target thumbv7-apple-darwin -### -c %s 2>&1 | FileCheck %s --check-prefix=CHECK-APCS
5 // RUN: %clang -arch armv6m -target thumbv7-apple-darwin -### -c %s 2>&1 | FileCheck %s --check-prefix=CHECK-MACHO-EMBEDDED
6 // RUN: %clang -arch armv7m -target thumbv7-apple-darwin -### -c %s 2>&1 | FileCheck %s --check-prefix=CHECK-MACHO-EMBEDDED
7 // RUN: %clang -arch armv7em -target thumbv7-apple-darwin -### -c %s 2>&1 | FileCheck %s --check-prefix=CHECK-MACHO-EMBEDDED
darwin-verify-debug.c 7 // CHECK-MULTIARCH-ACTIONS: 0: input, "{{.*}}darwin-verify-debug.c", c
15 // CHECK-MULTIARCH-BINDINGS: # "x86_64-apple-darwin10" - "darwin::Dsymutil", inputs: ["a.out"], output: "a.out.dSYM"
16 // CHECK-MULTIARCH-BINDINGS: # "x86_64-apple-darwin10" - "darwin::VerifyDebug", inputs: ["a.out.dSYM"], output: (nothing)
24 // CHECK-OUTPUT-NAME: "x86_64-apple-darwin10" - "darwin::Linker", inputs: [{{.*}}], output: "foo"
25 // CHECK-OUTPUT-NAME: "x86_64-apple-darwin10" - "darwin::Dsymutil", inputs: ["foo"], output: "foo.dSYM"
26 // CHECK-OUTPUT-NAME: "x86_64-apple-darwin10" - "darwin::VerifyDebug", inputs: ["foo.dSYM"], output: (nothing)
darwin-sanitizer-ld.c 1 // Test sanitizer link flags on Darwin.
3 // RUN: %clang -no-canonical-prefixes -### -target x86_64-darwin \
11 // CHECK-ASAN: "-rpath" "{{.*}}lib{{.*}}darwin"
13 // RUN: %clang -no-canonical-prefixes -### -target x86_64-darwin \
21 // CHECK-ASAN-IOSSIM: "-rpath" "{{.*}}lib{{.*}}darwin"
23 // RUN: %clang -no-canonical-prefixes -### -target x86_64-darwin \
31 // CHECK-DYN-ASAN: "-rpath" "{{.*}}lib{{.*}}darwin"
33 // RUN: %clang -no-canonical-prefixes -### -target x86_64-darwin \
41 // CHECK-UBSAN: "-rpath" "{{.*}}lib{{.*}}darwin"
43 // RUN: %clang -no-canonical-prefixes -### -target x86_64-darwin \
    [all...]
qa_override.c 1 // RUN: env CCC_OVERRIDE_OPTIONS="#+-Os +-Oz +-O +-O3 +-Oignore +a +b +c xb Xa Omagic ^-### " %clang -target x86_64-apple-darwin %s -O2 b -O3 2>&1 | FileCheck %s
2 // RUN: env CCC_OVERRIDE_OPTIONS="x-Werror +-msse" %clang -target x86_64-apple-darwin -Werror %s -c -### 2>&1 | FileCheck %s -check-prefix=RM-WERROR
  /external/clang/test/SemaObjC/
opaque-is-access-warn.m 1 // RUN: %clang -target x86_64-apple-darwin -arch arm64 -mios-version-min=7 -fsyntax-only -Wdeprecated-objc-isa-usage %s -Xclang -verify
2 // RUN: %clang -target x86_64-apple-darwin -arch arm64 -mios-version-min=7 -fsyntax-only %s -Xclang -verify
3 // RUN: %clang -target x86_64-apple-darwin -mios-simulator-version-min=7 -fsyntax-only -Wdeprecated-objc-isa-usage %s -Xclang -verify
4 // RUN: %clang -target x86_64-apple-darwin -arch armv7k -mwatchos-version-min=2 -fsyntax-only -Wdeprecated-objc-isa-usage %s -Xclang -verify
6 // RUN: %clang -target x86_64-apple-darwin -arch x86_64 -fsyntax-only -Wdeprecated-objc-isa-usage %s -Xclang -verify
opaque-is-access.m 1 // RUN: %clang -target x86_64-apple-darwin -arch arm64 -mios-version-min=7 -fsyntax-only %s -Xclang -verify
2 // RUN: %clang -target x86_64-apple-darwin -arch x86_64 -mios-simulator-version-min=7 -fsyntax-only %s -Xclang -verify
  /external/llvm/test/CodeGen/X86/
stack-align2.ll 3 ; RUN: llc < %s -mcpu=generic -mtriple=i686-apple-darwin8 | FileCheck %s -check-prefix=DARWIN-I386
6 ; RUN: llc < %s -mcpu=generic -mtriple=x86_64-apple-darwin8 | FileCheck %s -check-prefix=DARWIN-X86_64
14 ; DARWIN-I386: subl $12, %esp
19 ; DARWIN-X86_64: pushq %{{.*}}
20 ; DARWIN-X86_64-NOT: subq {{.*}}, %rsp
mmx-arg-passing.ll 2 ; RUN: llc < %s -mtriple=i386-apple-darwin -mattr=+mmx | FileCheck %s --check-prefix=X86-32
3 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mattr=+mmx,+sse2 | FileCheck %s --check-prefix=X86-64
5 ; On Darwin x86-32, v8i8, v4i16, v2i32 values are passed in MM[0-2].
6 ; On Darwin x86-32, v1i64 values are passed in memory. In this example, they
8 ; On Darwin x86-64, v8i8, v4i16, v2i32 values are passed in XMM[0-7].
9 ; On Darwin x86-64, v1i64 values are passed in 64-bit GPRs.
  /external/valgrind/docs/internals/
Darwin-notes.txt 7 /* IMPORTANT: on Darwin it is essential to use the _nocancel versions
9 is available. See docs/internals/Darwin-notes.txt for the reason
20 Why? Because on Darwin, pthread cancellation is done within the
36 (compared to succeeding using native Darwin semaphores). And if the
39 using native Darwin semaphores.
56 functionality. Furthermore, a Darwin-specific hack was required in
64 * m_syswrap/syscall-amd64-darwin.S
68 * m_syswrap/syswrap-darwin.c:
72 * Cleanups: sort wrappers in syswrap-darwin.c and priv_syswrap-darwin.
    [all...]
  /external/llvm/test/CodeGen/Thumb2/
div.ll 1 ; RUN: llc -mtriple=thumb-apple-darwin -mcpu=arm1156t2-s -mattr=+thumb2 %s -o - \
3 ; RUN: llc -mtriple=thumb-apple-darwin -mcpu=cortex-m3 -mattr=+thumb2 %s -o - \
5 ; RUN: llc -mtriple=thumb-apple-darwin -mcpu=swift %s -o - \
7 ; RUN: llc -mtriple=thumb-apple-darwin -mcpu=cortex-r4 %s -o - \
9 ; RUN: llc -mtriple=thumb-apple-darwin -mcpu=cortex-r4f %s -o - \
11 ; RUN: llc -mtriple=thumb-apple-darwin -mcpu=cortex-r5 %s -o - \
  /external/llvm/test/Object/
nm-darwin-m.test 1 RUN: llvm-nm -format darwin %p/Inputs/darwin-m-test1.mach0-armv7 \
3 RUN: llvm-nm -format darwin %p/Inputs/darwin-m-test2.macho-i386 \
5 RUN: llvm-nm -m %p/Inputs/darwin-m-test3.macho-x86-64 \
20 # This is testing is using darwin-m-test3.macho-x86-64 that is linked with
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_sysconfigdata.py 4 'AR': 'x86_64-apple-darwin-ar',
17 'BINDIR': '/Volumes/Android/buildbot/src/android/master-ndk/out/build/buildhost/darwin-x86_64/install/host-tools/bin',
18 'BINLIBDEST': '/Volumes/Android/buildbot/src/android/master-ndk/out/build/buildhost/darwin-x86_64/install/host-tools/lib/python2.7',
20 'BLDSHARED': 'x86_64-apple-darwin-gcc -bundle -undefined dynamic_lookup',
23 'CC': 'x86_64-apple-darwin-gcc',
28 'CONFIG_ARGS': "'--prefix=/Volumes/Android/buildbot/src/android/master-ndk/out/build/buildhost/darwin-x86_64/install/host-tools' '--build=x86_64-apple-darwin' '--host=x86_64-apple-darwin' '--with-build-sysroot' '--disable-ipv6' 'build_alias=x86_64-apple-darwin' 'host_alias=x86_64-apple-darwin' 'CC=x86_64-apple-darwin-gcc' 'CFLAGS=-O2 -Os -fomit-frame-pointer -s' 'LDFLAGS='"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_sysconfigdata.py 4 'AR': 'x86_64-apple-darwin-ar',
17 'BINDIR': '/tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/bin',
18 'BINLIBDEST': '/tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64/lib/python2.7',
20 'BLDSHARED': 'x86_64-apple-darwin-gcc -bundle -undefined dynamic_lookup',
23 'CC': 'x86_64-apple-darwin-gcc',
28 'CONFIG_ARGS': "'--prefix=/tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64' '--build=x86_64-apple-darwin' '--host=x86_64-apple-darwin' '--with-build-sysroot' '--disable-ipv6' 'build_alias=x86_64-apple-darwin' 'host_alias=x86_64-apple-darwin' 'CC=x86_64-apple-darwin-gcc' 'CFLAGS=-O2 -Os -fomit-frame-pointer -s' 'LDFLAGS='"
    [all...]
  /external/clang/test/CodeGenCXX/
array-value-initialize.cpp 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o - %s
2 // RUN: %clang_cc1 -triple i386-apple-darwin -emit-llvm -o - %s
call-arg-zero-temp.cpp 2 // RUN: %clang_cc1 -triple x86_64-apple-darwin -S %s -o %t-64.s
4 // RUN: %clang_cc1 -triple i386-apple-darwin -S %s -o %t-32.s
cast-conversion.cpp 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c++11 -emit-llvm %s -o - | \
3 // RUN: %clang_cc1 -triple i386-apple-darwin -std=c++11 -emit-llvm %s -o - | \
constructor-default-arg.cpp 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c++11 -emit-llvm %s -o - | \
3 // RUN: %clang_cc1 -triple i386-apple-darwin -std=c++11 -emit-llvm %s -o - | \
debug-info-vtable-optzn.cpp 1 // RUN: %clang_cc1 -emit-llvm -debug-info-kind=standalone -triple x86_64-apple-darwin %s -o - | FileCheck %s
6 // Darwin and FreeBSD.
  /external/clang/test/CodeGenObjC/
extended-block-signature-encode.m 1 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin -fencode-extended-block-signature -emit-llvm %s -o - | FileCheck %s
2 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin -emit-llvm %s -o - | FileCheck %s -check-prefix=CHECK-BRIEF
objc-read-weak-byref.m 1 // RUN: %clang_cc1 -fblocks -fobjc-gc -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.5 -emit-llvm %s -o - | \
3 // RUN: %clang_cc1 -fblocks -fobjc-gc -triple i386-apple-darwin -fobjc-runtime=macosx-fragile-10.5 -emit-llvm %s -o - | \
objc2-weak-block-call.m 1 // RUN: %clang_cc1 -fblocks -fobjc-gc -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.5 -emit-llvm %s -o - | FileCheck -check-prefix CHECK-LP64 %s
2 // RUN: %clang_cc1 -fblocks -fobjc-gc -triple i386-apple-darwin -fobjc-runtime=macosx-fragile-10.5 -emit-llvm %s -o - | FileCheck -check-prefix CHECK-LP32 %s
stret.m 2 // RUN: %clang_cc1 -fblocks -triple arm-apple-darwin %s -emit-llvm -o - | FileCheck %s -check-prefix=ARM
3 // RUN: %clang_cc1 -fblocks -triple arm64-apple-darwin %s -emit-llvm -o - | FileCheck %s -check-prefix=ARM64
  /external/compiler-rt/lib/builtins/Darwin-excludes/
README.TXT 2 libraries for Darwin. There are two reasons symbols are excluded:
4 (1) They aren't supported on Darwin

Completed in 522 milliseconds

1 2 3 4 5 6 7 891011>>