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

<<31323334353637383940>>

  /system/extras/squashfs_utils/
Android.mk 28 LOCAL_MODULE_HOST_OS := linux darwin
  /toolchain/binutils/binutils-2.25/config/
elf.m4 16 *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
  /build/core/clang/
HOST_x86.mk 12 ifeq ($(HOST_OS),darwin)
13 CLANG_CONFIG_x86_HOST_TRIPLE := i686-apple-darwin
HOST_x86_64.mk 12 ifeq ($(HOST_OS),darwin)
13 CLANG_CONFIG_x86_64_HOST_TRIPLE := x86_64-apple-darwin
  /cts/tools/tradefed-host/tests/
run_unit_func_tests.sh 31 elif [ "$HOST" == "Darwin" ]; then
32 OS="darwin-x86"
run_unit_tests.sh 31 elif [ "$HOST" == "Darwin" ]; then
32 OS="darwin-x86"
  /external/clang/test/CodeGen/
arm-interrupt-attr.c 1 // RUN: %clang_cc1 -triple thumb-apple-darwin -target-abi aapcs -target-cpu cortex-m3 -emit-llvm -o - %s | FileCheck %s
2 // RUN: %clang_cc1 -triple arm-apple-darwin -target-abi apcs-gnu -emit-llvm -o - %s | FileCheck %s --check-prefix=CHECK-APCS
bmi2-builtins.c 1 // RUN: %clang_cc1 %s -triple=x86_64-apple-darwin -target-feature +bmi2 -emit-llvm -o - | FileCheck %s
2 // RUN: %clang_cc1 %s -triple=i386-apple-darwin -target-feature +bmi2 -emit-llvm -o - | FileCheck %s --check-prefix=B32
  /external/clang/test/CodeGenCXX/
constructor-for-array-members.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 - | \
ptr-to-member-function.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 - | \
  /external/clang/test/CodeGenObjC/
terminate.m 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.8 -emit-llvm -fexceptions -fobjc-exceptions -o - %s | FileCheck %s -check-prefix=CHECK-WITH
2 // RUN: %clang_cc1 -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.7 -emit-llvm -fexceptions -fobjc-exceptions -o - %s | FileCheck %s -check-prefix=CHECK-WITHOUT
  /external/clang/test/Driver/
ios-simulator-arcruntime.c 10 // RUN: %clang -### -x objective-c -target x86_64-apple-darwin -mtvos-simulator-version-min=8.3.0 -fobjc-arc -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-OPTIONS3 %s
14 // RUN: %clang -### -x objective-c -target x86_64-apple-darwin -mwatchos-simulator-version-min=2.0.0 -fobjc-arc -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-OPTIONS4 %s
  /external/clang/test/Lexer/
char-literal.cpp 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c++11 -Wfour-char-constants -fsyntax-only -verify %s
2 // RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c11 -x c -Wfour-char-constants -fsyntax-only -verify %s
  /external/clang/test/Preprocessor/
init.c     [all...]
  /external/curl/tests/data/
test1079 14 Server: Apache/1.3.27 (Darwin) PHP/4.1.2
30 Server: Apache/1.3.27 (Darwin) PHP/4.1.2
  /external/deqp/android/cts/runner/tests/
run_tests.sh 31 elif [ "$HOST" == "Darwin" ]; then
32 OS="darwin-x86"
  /external/libcxxabi/
Android.bp 80 darwin: {
81 // libcxxabi really doesn't like the non-LLVM assembler on Darwin
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftbase.h 59 /* Mac OS X/Darwin kernel often changes recommended method to access */
62 /* on Darwin VFS should be grouped and skip the rest methods after */
  /external/llvm/include/llvm/MC/
MCAsmInfoDarwin.h 1 //===---- MCAsmInfoDarwin.h - Darwin asm properties -------------*- C++ -*-===//
11 // should take in general on Darwin-based targets
  /external/llvm/
shared_llvm.mk 98 # Use prebuilts for linux and darwin unless
103 LOCAL_MODULE_HOST_OS := darwin linux windows
  /external/llvm/test/CodeGen/AArch64/
arm64-fast-isel-rem.ll 1 ; RUN: llc -O0 -fast-isel-abort=1 -verify-machineinstrs -mtriple=arm64-apple-darwin < %s | FileCheck %s
2 ; RUN: llc %s -O0 -fast-isel-abort=1 -mtriple=arm64-apple-darwin -print-machineinstrs=expand-isel-pseudos -o /dev/null 2> %t
madd-combiner.ll 1 ; RUN: llc -mtriple=aarch64-apple-darwin -verify-machineinstrs < %s | FileCheck %s
2 ; RUN: llc -mtriple=aarch64-apple-darwin -fast-isel -verify-machineinstrs < %s | FileCheck %s
  /external/llvm/test/CodeGen/X86/
2007-06-04-X86-64-CtorAsmBugs.ll 1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin | not grep GOTPCREL
2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin | grep ".align.*3"
aligned-variadic.ll 1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin | FileCheck %s -check-prefix=X64
2 ; RUN: llc < %s -mtriple=i686-apple-darwin | FileCheck %s -check-prefix=X32
fast-isel-mem.ll 1 ; RUN: llc < %s -fast-isel -mtriple=i386-apple-darwin -mcpu=generic | FileCheck %s
2 ; RUN: llc < %s -fast-isel -mtriple=i386-apple-darwin -mcpu=atom | FileCheck -check-prefix=ATOM %s

Completed in 839 milliseconds

<<31323334353637383940>>