Searched refs:not (Results 226 - 250 of 6383) sorted by relevance

1234567891011>>

/external/llvm/test/MC/ARM/
H A Ddirective-arch_extension-sec.s1 @ RUN: not llvm-mc -triple armv6-eabi -filetype asm -o /dev/null 2>&1 %s \
3 @ RUN: not llvm-mc -triple armv7-eabi -filetype asm -o /dev/null 2>&1 %s \
5 @ RUN: not llvm-mc -triple thumbv6-eabi -filetype asm -o /dev/null 2>&1 %s \
7 @ RUN: not llvm-mc -triple thumbv7-eabi -filetype asm -o /dev/null 2>&1 %s \
13 @ CHECK-V6: error: architectural extension 'sec' is not allowed for the current base architecture
23 @ CHECK-V6: error: architectural extension 'sec' is not allowed for the current base architecture
H A Ddirective-eabi_attribute-diagnostics.s1 @ RUN: not llvm-mc -triple armv7-elf -filetype asm -o /dev/null %s 2>&1 \
8 @ CHECK: error: attribute name not recognised: Tag_unknown_name
33 @ CHECK: error: attribute name not recognised: Tag_MPextension_use_old
H A Darm-qualifier-diagnostics.s1 @ RUN: not llvm-mc -triple armv7-eabi -filetype asm -o - %s 2>&1 | FileCheck %s
9 @ CHECK: error: instruction with .n (narrow) qualifier not allowed in arm mode
H A Darm-thumb-cpus.s1 @ RUN: not llvm-mc -show-encoding -triple=arm-eabi < %s 2>&1 \
10 @ RUN: not llvm-mc -show-encoding -triple=arm-eabi -mcpu=cortex-m3 < %s 2>&1 \
13 @ RUN: not llvm-mc -show-encoding -triple=armv7m-eabi < %s 2>&1 \
16 @ RUN: not llvm-mc -show-encoding -triple=armv6m-eabi < %s 2>&1 \
25 @ CHECK-ARM-THUMB-NOT: target does not support
27 @ CHECK-ARM-ONLY: target does not support Thumb mode
28 @ CHECK-ARM-ONLY: target does not support Thumb mode
30 @ CHECK-THUMB-ONLY: target does not support ARM mode
31 @ CHECK-THUMB-ONLY: target does not support ARM mode
H A Dudf-thumb-2-diagnostics.s1 @ RUN: not llvm-mc -triple thumbv7-eabi -mattr +thumb2 %s 2>&1 | FileCheck %s
10 @ CHECK: error: instruction 'udf' is not predicable, but condition code specified
/external/valgrind/main/memcheck/tests/
H A Dexecve1.stderr.exp4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
9 Address 0x........ is not stack'd, malloc'd or (recently) free'd
14 Address 0x........ is not stack'd, malloc'd or (recently) free'd
H A Dexecve2.stderr.exp4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
H A Dsignal2.stderr.exp3 Address 0x........ is not stack'd, malloc'd or (recently) free'd
/external/chromium_org/third_party/libsrtp/srtp/
H A Dinstall-win.bat12 @if not exist %destdir% (
13 echo %destdir% not found
18 if not exist "%%d" (
19 echo "%%d not found: are you in the right directory?"
/external/chromium_org/ui/file_manager/file_manager/foreground/css/
H A Dlist.css37 list:not([disabled]) > :hover,
38 grid:not([disabled]) > :hover {
65 select):not(.custom-appearance):not(.link-button) {
/external/clang/test/Modules/
H A Dmacros.c7 // RUN: not %clang_cc1 -E -fmodules -x objective-c -fmodules-cache-path=%t -I %S/Inputs %s | FileCheck -check-prefix CHECK-PREPROCESSED %s
24 # error FLOAT macro should not be visible
28 # error MODULE macro should not be visible
39 int i = INTEGER; // the value was exported, the macro was not.
52 // their macros should not be visible.
54 # error LEFT should not be visible
58 # error RIGHT should not be visible
62 # error TOP should not be visible
73 # error RIGHT should not be visible
81 # error TOP_LEFT_UNDEF should not b
[all...]
/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp64 #define not macro
149 not
/external/e2fsprogs/lib/ext2fs/
H A Dflushb.c33 * not all portable header file does so for us. This really should be
69 #warning BLKFLSBUF not defined
74 #warning FDFLUSH not defined
/external/llvm/test/MC/AsmParser/
H A Ddot-symbol-non-absolute.s1 # RUN: not llvm-mc -filetype=obj -triple i386-unknown-unknown %s 2> %t
/external/llvm/test/MC/X86/AlignedBundling/
H A Dalign-mode-argument-error.s1 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
H A Dbundle-lock-option-error.s1 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DBinderTest.java5 import static org.hamcrest.CoreMatchers.not;
28 assertThat(pid, not(equalTo(0)));
H A DProcessTest.java4 import static org.hamcrest.CoreMatchers.not;
19 assertThat(pid, not(equalTo(0)));
/external/valgrind/main/auxprogs/
H A Dchange-copyright-year19 for i in `find . -name '*.[chS]' -type f -not -path '*.svn\/*'` ; do
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dmillion.S7 xor %rcx,%rcx # not needed, pads total to 1M
8 xor %rax,%rax # not needed, pads total to 1M
/external/chromium_org/dbus/
H A Ddbus_export.h14 #error dbus support is not currently expected to work on windows
/external/clang/test/Frontend/
H A Dverify.c2 // RUN: not %clang_cc1 -DTEST2 -verify %s 2>&1 | FileCheck -check-prefix=CHECK2 %s
3 // RUN: not %clang_cc1 -DTEST3 -verify %s 2>&1 | FileCheck -check-prefix=CHECK3 %s
4 // RUN: not %clang_cc1 -DTEST4 -verify %s 2>&1 | FileCheck -check-prefix=CHECK4 %s
5 // RUN: not %clang_cc1 -DTEST5 -verify %s 2>&1 | FileCheck -check-prefix=CHECK5 %s
26 #error should not be ignored
27 // expected-error@-1 1+ {{should not be ignored}}
35 // expected-error@+2 {{file not found}} check that multi-line handled correctly: \
49 // are not inadvertently included in the diagnostic checking!
51 // CHECK2: error: 'error' diagnostics expected but not seen:
54 // CHECK2-NEXT: error: 'error' diagnostics seen but not expecte
[all...]
/external/clang/test/Lexer/
H A Dunicode.c5 // This file contains Unicode characters; please do not "fix" them!
25 CHECK: The preprocessor should not complain about Unicode characters like ©.
/external/compiler-rt/make/
H A Dfilter-inputs20 if base not in seen:
/external/e2fsprogs/include/nonunix/linux/
H A Dtypes.h5 #error _MSC_VER not defined

Completed in 8545 milliseconds

1234567891011>>