HomeSort by relevance Sort by last modified time
    Searched full:darwin (Results 351 - 375 of 1949) sorted by null

<<11121314151617181920>>

  /cts/tools/tradefed-host/tests/
run_unit_tests.sh 31 elif [ "$HOST" == "Darwin" ]; then
32 OS="darwin-x86"
  /external/clang/test/CodeGen/
bmi2-builtins.c 1 // RUN: %clang_cc1 %s -O3 -triple=x86_64-apple-darwin -target-feature +bmi2 -emit-llvm -o - | FileCheck %s
2 // RUN: %clang_cc1 %s -O3 -triple=i386-apple-darwin -target-feature +bmi2 -emit-llvm -o - | FileCheck %s --check-prefix=B32
  /external/clang/test/CodeGenCXX/
constructor-conversion.cpp 2 // RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c++11 -S %s -o %t-64.s
4 // RUN: %clang_cc1 -triple i386-apple-darwin -std=c++11 -S %s -o %t-32.s
constructor-for-array-members.cpp 2 // RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c++11 -S %s -o %t-64.s
4 // RUN: %clang_cc1 -triple i386-apple-darwin -std=c++11 -S %s -o %t-32.s
ptr-to-member-function.cpp 2 // RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c++11 -S %s -o %t-64.s
4 // RUN: %clang_cc1 -triple i386-apple-darwin -std=c++11 -S %s -o %t-32.s
  /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/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/libffi/
Libffi.mk 37 ifeq ($(ffi_os)-$(ffi_arch),darwin-x86)
38 LOCAL_SRC_FILES := src/x86/ffi.c src/x86/darwin.S
  /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/test/CodeGen/ARM/
fast-isel-static.ll 1 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin -O0 -verify-machineinstrs -relocation-model=static -arm-long-calls | FileCheck -check-prefix=LONG %s
2 ; RUN: llc < %s -mtriple=thumbv7-apple-darwin -O0 -verify-machineinstrs -relocation-model=static | FileCheck -check-prefix=NORM %s
thumb1-varalloc.ll 1 ; RUN: llc < %s -mtriple=thumbv6-apple-darwin | FileCheck %s
2 ; RUN: llc < %s -mtriple=thumbv6-apple-darwin -regalloc=basic | 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"
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
sibcall-2.ll 1 ; RUN: llc < %s -mtriple=i386-apple-darwin -disable-fp-elim | FileCheck %s -check-prefix=32
2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -disable-fp-elim | FileCheck %s -check-prefix=64
vec_shuffle-16.ll 1 ; RUN: llc < %s -march=x86 -mcpu=penryn -mattr=+sse,-sse2 -mtriple=i386-apple-darwin | FileCheck %s -check-prefix=sse
2 ; RUN: llc < %s -march=x86 -mcpu=penryn -mattr=+sse2 -mtriple=i386-apple-darwin | FileCheck %s -check-prefix=sse2
  /external/llvm/test/MC/MachO/
linker-options.ll 1 ; RUN: llc -O0 -mtriple=x86_64-apple-darwin -o - %s > %t
7 ; RUN: llc -O0 -mtriple=x86_64-apple-darwin -filetype=obj -o - %s | macho-dump > %t
  /external/webkit/Source/WebCore/platform/
SecureTextInput.cpp 29 #if PLATFORM(CHROMIUM) && OS(DARWIN)
52 #endif // PLATFORM(CHROMIUM) && OS(DARWIN)
  /external/webkit/Source/WebCore/platform/chromium/
DragImageRef.h 32 #if OS(DARWIN)
40 #if OS(DARWIN)
  /external/webkit/Tools/Scripts/webkitpy/common/system/
platforminfo.py 36 # platform.platform() returns Darwin information for Mac, which is just confusing.
37 if platform.system() == "Darwin":
  /build/core/combo/
HOST_darwin-x86.mk 17 # Configuration for Darwin (Mac OS X) on x86.
77 HOST_TOOLCHAIN_ROOT := prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1
78 HOST_TOOLCHAIN_PREFIX := $(HOST_TOOLCHAIN_ROOT)/bin/i686-apple-darwin$(gcc_darwin_version)
85 host_toolchain_header := $(HOST_TOOLCHAIN_ROOT)/lib/gcc/i686-apple-darwin$(gcc_darwin_version)/4.2.1/include
106 -include $(call select-android-config-h,darwin-x86)
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/
gradlew 32 darwin=false
37 Darwin* )
38 darwin=true
93 if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
108 # For Darwin, add options to specify how the application appears in the dock
109 if $darwin; then
  /developers/samples/android/connectivity/network/BasicNetworkDemo/
gradlew 32 darwin=false
37 Darwin* )
38 darwin=true
93 if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
108 # For Darwin, add options to specify how the application appears in the dock
109 if $darwin; then
  /developers/samples/android/connectivity/network/NetworkConnect/
gradlew 32 darwin=false
37 Darwin* )
38 darwin=true
93 if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
108 # For Darwin, add options to specify how the application appears in the dock
109 if $darwin; then
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/
gradlew 32 darwin=false
37 Darwin* )
38 darwin=true
93 if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
108 # For Darwin, add options to specify how the application appears in the dock
109 if $darwin; then
  /developers/samples/android/content/contacts/BasicContactables/
gradlew 32 darwin=false
37 Darwin* )
38 darwin=true
93 if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
108 # For Darwin, add options to specify how the application appears in the dock
109 if $darwin; then

Completed in 758 milliseconds

<<11121314151617181920>>