Searched refs:not (Results 176 - 200 of 6383) sorted by relevance

1234567891011>>

/external/llvm/test/MC/ELF/
H A Dsubtraction-error.s1 // RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux < %s 2>&1 | FileCheck %s
8 ; CHECK: symbol 'a' could not be evaluated in a subtraction expression
/external/llvm/test/MC/Mips/mips64r6/
H A Dinvalid-mips4.s3 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips64r6 \
8 bgezal $0, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 bgezal $6, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 bltzal $6, 21100 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 ldxc1 $f8,$s7($15) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 lwxc1 $f12,$s1($s8) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 sdxc1 $f11,$10($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
14 swxc1 $f19,$12($k0) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/llvm/test/MC/X86/AlignedBundling/
H A Dbundle-group-too-large-error.s1 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
H A Dlock-without-bundle-mode-error.s1 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
H A Dunlock-without-lock-error.s1 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
/external/stlport/stlport/stl/
H A D_ioserr.h4 * _STLP_USE_NO_IOSTREAMS or _STLP_NO_IOSTREAMS being not defined, so that the
9 # error STLport iostreams header cannot be used; you chose not to use iostreams in the STLport configuration file (stlport/stl/config/user_config.h).
11 # error STLport iostreams header cannot be used; your compiler do not support it.
/external/valgrind/main/none/tests/
H A Dprocfs-non-linux.stderr.exp8 readlinkat: Function not implemented
9 readlinkat: Function not implemented
/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Danalysis_view.css11 .analysis-view:not(.viewing-object) {
/external/chromium_org/chrome/browser/resources/
H A Dabout_memory_linux.css9 table.list#browserComparison tr:not([class*='firstRow']) > *:nth-child(1),
10 table.list#browserComparison tr:not([class*='firstRow']) > *:nth-child(4),
15 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(2),
16 table.list#memoryDetails tr:not([class*='firstRow']) > *:nth-child(5),
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dpointer_overlay.css5 #pointer-overlay > .content-area > :not([hidden]) + :nth-child(2) {
/external/chromium_org/third_party/polymer/components/paper-icon-button/
H A Dpaper-icon-button.css15 :host(:not([fill])) /deep/ #focusBg {
/external/chromium_org/third_party/polymer/components-chromium/paper-icon-button/
H A Dpaper-icon-button.css15 :host(:not([fill])) /deep/ #focusBg {
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
H A Dinteger-warn.asm1 ; Tests warnings with integer constant handling (for output, not parsing)
H A Dinteger.asm1 ; Tests integer constant handling (for output, not parsing)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Dnasm-sectname.asm1 ; XXX: this test should really be in parsers/nasm/tests, not here.
/external/libcxx/test/depr/depr.c.headers/
H A Dstddef_h.pass.cpp16 #error NULL not defined
20 #error offsetof not defined
/external/llvm/test/MC/ARM/
H A Dldr-pseudo-parse-errors.s1 @RUN: not llvm-mc -triple=armv7-unknown-linux-gnueabi < %s 2>&1 | FileCheck %s
2 @RUN: not llvm-mc -triple=armv7-apple-darwin < %s 2>&1 | FileCheck %s
H A Dudf-arm-diagnostics.s1 @ RUN: not llvm-mc -triple arm-eabi %s 2>&1 | FileCheck %s
10 @ CHECK: error: instruction 'udf' is not predicable, but condition code specified
H A Dudf-thumb-diagnostics.s1 @ RUN: not llvm-mc -triple thumbv6m-eabi %s 2>&1 | FileCheck %s
10 @ CHECK: error: conditional execution not supported in Thumb1
/external/llvm/test/MC/COFF/
H A Dinvalid-def.s1 # RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
H A Dinvalid-scl-range.s1 # RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
H A Dinvalid-type-range.s1 # RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
/external/llvm/test/MC/ELF/ARM/
H A Dgnu-type-hash-diagnostics.s1 @ RUN: not llvm-mc -triple arm-elf -filetype asm -o /dev/null %s 2>&1 | FileCheck %s
/external/llvm/test/MC/X86/
H A Dx86-target-directives.s1 # RUN: not llvm-mc -triple i386 -filetype asm -o - %s 2>&1 | FileCheck %s
/external/robolectric/
H A Dfind-android.bat5 # not yet tested!

Completed in 672 milliseconds

1234567891011>>