OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:darwin
(Results
601 - 625
of
3268
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/lldb/test/python_api/process/io/
TestProcessIO.py
12
@unittest2.skipUnless(sys.platform.startswith("
darwin
"), "requires
Darwin
")
/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/AArch64/
arm64-fast-isel-rem.ll
1
; RUN: llc < %s -O0 -fast-isel-abort -mtriple=arm64-apple-
darwin
| FileCheck %s
2
; RUN: llc %s -O0 -fast-isel-abort -mtriple=arm64-apple-
darwin
-print-machineinstrs=expand-isel-pseudos -o /dev/null 2> %t
/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"
avx2-gather.ll
1
; RUN: not llc < %s -mtriple=x86_64-apple-
darwin
-mcpu=corei7-avx
2
; RUN: llc < %s -mtriple=x86_64-apple-
darwin
-mcpu=core-avx2 | FileCheck %s
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
thumb2-cbn-to-next-inst.s
1
@ RUN: llvm-mc -triple thumbv7-apple-
darwin
-filetype=obj -o %t.o %s
2
@ RUN: llvm-objdump -triple thumbv7-apple-
darwin
-d %t.o | FileCheck %s
/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/ARM/
version-min-diagnostics.s
1
// RUN: not llvm-mc -triple i386-apple-
darwin
%s 2> %t
3
// RUN: not llvm-mc -triple x86_64-apple-
darwin
%s 2> %t
/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftbase.h
54
/* Mac OS X/
Darwin
kernel often changes recommended method to access */
57
/* on
Darwin
VFS should be grouped and skip the rest methods after */
/ndk/tests/build/thin-archives/
build.sh
20
# regular
Darwin
-> 'current ar archive random library'
22
# thin
Darwin
-> 'data'
/packages/inputmethods/LatinIME/tools/dicttool/
NativeLib.mk
18
ifneq ($(LATINIME_HOST_OSNAME),
Darwin
) # TODO: Remove this
55
endif #
Darwin
- TODO: Remove this
/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')
/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/androidtv/leanback/
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/androidtv/visual-game-controller/
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
Completed in 370 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>