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

<<11121314151617181920>>

  /external/clang/test/Driver/
Xlinker-args.c 7 // RUN: FileCheck -check-prefix=DARWIN < %t %s
14 // DARWIN-NOT: --no-demangle
15 // DARWIN: "one" "two" "three" "four"
darwin-dsymutil.c 7 // CHECK-MULTIARCH-ACTIONS: 0: input, "{{.*}}darwin-dsymutil.c", c
21 // CHECK-MULTIARCH-BINDINGS: "x86_64-apple-darwin10" - "darwin::Lipo", inputs: [{{.*}}, {{.*}}], output: "a.out"
22 // CHECK-MULTIARCH-BINDINGS: # "x86_64-apple-darwin10" - "darwin::Dsymutil", inputs: ["a.out"], output: "a.out.dSYM"
30 // CHECK-OUTPUT-NAME: "x86_64-apple-darwin10" - "darwin::Link", inputs: [{{.*}}], output: "foo"
31 // CHECK-OUTPUT-NAME: "x86_64-apple-darwin10" - "darwin::Dsymutil", inputs: ["foo"], output: "foo.dSYM"
45 // CHECK-LOCATION: "x86_64-apple-darwin10" - "darwin::Dsymutil", inputs: ["bar/foo"], output: "bar/foo.dSYM"
darwin-embedded.c 1 // RUN: %clang -target x86_64-apple-darwin -arch armv6m -resource-dir=%S/Inputs/resource_dir %s -### 2> %t
2 // RUN: %clang -target x86_64-apple-darwin -arch armv7em -resource-dir=%S/Inputs/resource_dir %s -### 2>> %t
3 // RUN: %clang -target x86_64-apple-darwin -arch armv7em -mhard-float -resource-dir=%S/Inputs/resource_dir %s -### 2>> %t
5 // RUN: %clang -target x86_64-apple-darwin -arch armv7m -fPIC -resource-dir=%S/Inputs/resource_dir %s -### 2>> %t
6 // RUN: %clang -target x86_64-apple-darwin -arch armv7em -fPIC -mfloat-abi=hard -resource-dir=%S/Inputs/resource_dir %s -### 2>> %t
7 // RUN: %clang -target x86_64-apple-darwin -arch armv7em -fPIC -mfloat-abi=softfp -resource-dir=%S/Inputs/resource_dir %s -### 2>> %t
  /external/clang/test/PCH/
subscripting-literals.m 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o %t.nopch.ll %s
2 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-pch -o %t.pch %s
3 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o %t.pch.ll %s -include-pch %t.pch
  /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
  /external/compiler-rt/test/asan/TestCases/Darwin/
reexec-insert-libraries-env.cc 7 // RUN: -dynamiclib -o darwin-dummy-shared-lib-so.dylib
10 // RUN: DYLD_INSERT_LIBRARIES=darwin-dummy-shared-lib-so.dylib \
20 // CHECK: {{DYLD_INSERT_LIBRARIES=.*darwin-dummy-shared-lib-so.dylib.*}}
unset-insert-libraries-on-exec.cc 7 // RUN: -dynamiclib -o %t-darwin-dummy-shared-lib-so.dylib
13 // RUN: DYLD_INSERT_LIBRARIES=%t-darwin-dummy-shared-lib-so.dylib \
20 // CHECK: {{DYLD_INSERT_LIBRARIES = .*darwin-dummy-shared-lib-so.dylib.*}}
  /external/llvm/test/CodeGen/AArch64/
arm64-strict-align.ll 1 ; RUN: llc < %s -mtriple=arm64-apple-darwin | FileCheck %s
2 ; RUN: llc < %s -mtriple=arm64-apple-darwin -aarch64-no-strict-align | FileCheck %s
3 ; RUN: llc < %s -mtriple=arm64-apple-darwin -aarch64-strict-align | FileCheck %s --check-prefix=CHECK-STRICT
  /external/llvm/test/CodeGen/X86/
stack-protector.ll 4 ; RUN: llc -mtriple=x86_64-apple-darwin < %s -o - | FileCheck --check-prefix=DARWIN-X64 %s
40 ; DARWIN-X64-LABEL: test1a:
41 ; DARWIN-X64-NOT: callq ___stack_chk_fail
42 ; DARWIN-X64: .cfi_endproc
72 ; DARWIN-X64-LABEL: test1b:
73 ; DARWIN-X64: mov{{l|q}} ___stack_chk_guard
74 ; DARWIN-X64: callq ___stack_chk_fail
108 ; DARWIN-X64-LABEL: test1c:
109 ; DARWIN-X64: mov{{l|q}} ___stack_chk_guar
    [all...]
commute-two-addr.ll 6 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=corei7 | FileCheck %s -check-prefix=DARWIN
40 ; DARWIN-LABEL: t3:
41 ; DARWIN: shlq $32, %rcx
42 ; DARWIN-NEXT: orq %rcx, %rax
43 ; DARWIN-NEXT: shll $8
44 ; DARWIN-NOT: leaq
  /external/llvm/test/CodeGen/ARM/
load-global.ll 1 ; RUN: llc < %s -mtriple=armv6-apple-darwin -relocation-model=static | FileCheck %s -check-prefix=STATIC
2 ; RUN: llc < %s -mtriple=armv6-apple-darwin -relocation-model=dynamic-no-pic | FileCheck %s -check-prefix=DYNAMIC
3 ; RUN: llc < %s -mtriple=armv6-apple-darwin -relocation-model=pic | FileCheck %s -check-prefix=PIC
4 ; RUN: llc < %s -mtriple=thumbv6-apple-darwin -relocation-model=pic | FileCheck %s -check-prefix=PIC_T
5 ; RUN: llc < %s -mtriple=armv7-apple-darwin -relocation-model=pic | FileCheck %s -check-prefix=PIC_V7
memfunc.ll 2 ; RUN: llc < %s -mtriple=thumbv7m-none-macho -o - | FileCheck %s --check-prefix=DARWIN
23 ; DARWIN: movs r1, #0
24 ; DARWIN: memset
  /build/core/combo/
HOST_darwin-x86_64.mk 17 # Configuration for Darwin (Mac OS X) on x86_64.
34 HOST_TOOLCHAIN_ROOT := prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1
35 HOST_TOOLCHAIN_PREFIX := $(HOST_TOOLCHAIN_ROOT)/bin/i686-apple-darwin$(gcc_darwin_version)
42 host_toolchain_header := $(HOST_TOOLCHAIN_ROOT)/lib/gcc/i686-apple-darwin$(gcc_darwin_version)/4.2.1/include
51 # HOST_TOOLCHAIN_ROOT is a Darwin-specific define
66 -include $(call select-android-config-h,darwin-x86)
  /external/lldb/test/functionalities/inferior-crashing/recursive-inferior/
TestRecursiveInferior.py 12 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
24 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
41 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
52 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
63 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
    [all...]
  /ndk/build/tools/
make-release.sh 53 register_var_option "--darwin-ssh=<hostname>" DARWIN_SSH "Specify Darwin hostname to ssh to for the build."
70 # If darwin toolchain exist, build darwin too
72 HOST_SYSTEMS="$HOST_SYSTEMS,darwin-x86"
76 if [ -n "$DARWIN_SSH" -a "$HOST_SYSTEMS" = "${HOST_SYSTEMS%darwin-x86*}" ]; then
77 HOST_SYSTEMS="$HOST_SYSTEMS,darwin-x86"
104 # Filter out darwin-x86 in $HOST_FLAGS, because
105 # 1) On linux when cross-compiling is done via "--darwin-ssh", keeping darwin-x86 in --systems lis
    [all...]
  /external/lldb/test/types/
HideTestFailures.py 42 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
57 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
72 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
87 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
103 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
    [all...]
  /external/lldb/test/functionalities/inferior-crashing/
TestInferiorCrashing.py 12 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
23 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
40 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
51 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
62 @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
    [all...]
  /development/build/
sdk-darwin-x86.atree 31 prebuilts/sdk/tools/darwin/arm-linux-androideabi-ld strip build-tools/${PLATFORM_NAME}/arm-linux-androideabi-ld
32 prebuilts/sdk/tools/darwin/i686-linux-android-ld strip build-tools/${PLATFORM_NAME}/i686-linux-android-ld
33 prebuilts/sdk/tools/darwin/mipsel-linux-android-ld strip build-tools/${PLATFORM_NAME}/mipsel-linux-android-ld
  /external/clang/test/CodeGen/
address-space.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm < %s | FileCheck %s
2 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm < %s | grep 'load.*addrspace(2).. @A'
3 // RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm < %s | grep 'load.*addrspace(2).. @B'
unsigned-trapv.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin %s -emit-llvm -o - -fsanitize=unsigned-integer-overflow | FileCheck %s --check-prefix=UNSIGNED
2 // RUN: %clang_cc1 -triple x86_64-apple-darwin %s -emit-llvm -o - -ftrapv | FileCheck %s --check-prefix=TRAPV
3 // RUN: %clang_cc1 -triple x86_64-apple-darwin %s -emit-llvm -o - -fsanitize=unsigned-integer-overflow -ftrapv | FileCheck %s --check-prefix=BOTH
  /external/llvm/test/CodeGen/Thumb2/
thumb2-ifcvt3.ll 1 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin -arm-atomic-cfg-tidy=0 | FileCheck %s
2 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin -arm-atomic-cfg-tidy=0 -arm-default-it | FileCheck %s
3 ; RUN: llc < %s -mtriple=thumbv8-apple-darwin -arm-atomic-cfg-tidy=0 -arm-no-restrict-it | FileCheck %s
  /external/qemu/android/utils/
host_bitness.c 39 ## On Linux or Darwin, a 64-bit kernel (*) doesn't mean that the user-land
43 ## Note that on Darwin, a single executable can contain both x86 and
44 ## x86_64 machine code, so just look for x86_64 (darwin) or x86-64 (Linux)
  /external/valgrind/main/
darwin10-drd.supp 1 # DRD suppressions for Darwin 10.x / Mac OS X 10.6 Snow Leopard
122 drd-darwin-pthread-join-1
128 drd-darwin-pthread-join-2
  /build/libs/host/
Android.mk 10 ifeq ($(HOST_OS),darwin)
  /external/chromium_org/third_party/brotli/src/
shared.mk 10 ifeq ($(OS), Darwin)

Completed in 409 milliseconds

<<11121314151617181920>>