OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:darwin
(Results
426 - 450
of
2438
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/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/
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
/external/llvm/test/MC/ARM/
arm-trustzone.s
1
@ RUN: not llvm-mc -triple=armv7-apple-
darwin
-mcpu=cortex-a8 -show-encoding -mattr=-trustzone < %s | FileCheck %s -check-prefix=NOTZ
2
@ RUN: llvm-mc -triple=armv7-apple-
darwin
-mcpu=cortex-a8 -show-encoding -mattr=trustzone < %s | FileCheck %s -check-prefix=TZ
/external/llvm/test/MC/Disassembler/ARM/
arm-thumb-trustzone.txt
1
# RUN: llvm-mc -triple=thumbv7-apple-
darwin
-mcpu=cortex-a8 -disassemble -mattr=-trustzone < %s | FileCheck %s -check-prefix=NOTZ
2
# RUN: llvm-mc -triple=thumbv7-apple-
darwin
-mcpu=cortex-a8 -disassemble -mattr=trustzone < %s | FileCheck %s -check-prefix=TZ
arm-trustzone.txt
1
# RUN: llvm-mc -triple=armv7-apple-
darwin
-mcpu=cortex-a8 -disassemble -mattr=-trustzone < %s | FileCheck %s -check-prefix=NOTZ
2
# RUN: llvm-mc -triple=armv7-apple-
darwin
-mcpu=cortex-a8 -disassemble -mattr=trustzone < %s | FileCheck %s -check-prefix=TZ
/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
/ndk/tests/build/thin-archives/
build.sh
20
# regular
Darwin
-> 'current ar archive random library'
22
# thin
Darwin
-> 'data'
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pep277.py
27
if sys.platform != '
darwin
':
125
# Skip the test on
darwin
, because
darwin
does normalize the filename to
127
# NFKD in Python is useless, because
darwin
will normalize it later and so
129
@unittest.skipIf(sys.platform == '
darwin
', 'irrelevant test on Mac OS X')
145
# Skip the test on
darwin
, because
darwin
uses a normalization different
148
@unittest.skipIf(sys.platform == '
darwin
', 'irrelevant test on Mac OS X')
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pep277.py
27
if sys.platform != '
darwin
':
125
# Skip the test on
darwin
, because
darwin
does normalize the filename to
127
# NFKD in Python is useless, because
darwin
will normalize it later and so
129
@unittest.skipIf(sys.platform == '
darwin
', 'irrelevant test on Mac OS X')
145
# Skip the test on
darwin
, because
darwin
uses a normalization different
148
@unittest.skipIf(sys.platform == '
darwin
', 'irrelevant test on Mac OS X')
/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/build/
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/build/prebuilts/gradle/ActionBarCompat-Basic/
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/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/
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/build/prebuilts/gradle/ActionBarCompat-ShareActionProvider/
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/build/prebuilts/gradle/ActionBarCompat-Styled/
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 998 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>