Searched refs:invalid (Results 126 - 150 of 559) sorted by relevance

1234567891011>>

/external/clang/test/Sema/
H A Dimplicit-builtin-decl.c28 expected-warning {{implicit declaration of function 'fprintf' is invalid in C99}}
H A Dimplicit-decl.c13 expected-error {{implicit declaration of function '_CFCalendarDecomposeAbsoluteTimeV' is invalid in C99}}
16 printg("Hello, World!\n"); // expected-error{{implicit declaration of function 'printg' is invalid in C99}} \
30 formatd("Hello, World!\n"); // expected-error{{implicit declaration of function 'formatd' is invalid in C99}} \
H A Dstatic-assert.c17 _Static_assert(1, invalid); // expected-error {{expected string literal for diagnostic message in static_assert}}
/external/expat/tests/
H A Dxmltest.sh93 ibm/invalid/P* \
96 xmltest/invalid \
97 xmltest/invalid/not-sa \
100 sun/invalid ; do
/external/llvm/test/MC/ARM/
H A Dudf-thumb-2-diagnostics.s22 @ CHECK: error: invalid operand for instruction
/external/llvm/test/MC/Mips/mips3/
H A Dinvalid-mips5.s1 # Instructions that are invalid
8 bc1f $fcc1, 4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
9 bc1t $fcc1, 4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
14 movf $gp,$8,$fcc7 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
16 movf.d $f6,$f11,$fcc5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
18 movf.s $f23,$f5,$fcc6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
23 movt $zero,$s4,$fcc5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
26 movt.s $f30,$f2,$fcc1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
H A Dinvalid-mips32.s1 # Instructions that are invalid
/external/llvm/test/MC/Mips/
H A Dset-at-noat-bad-syntax.s20 # CHECK: error: invalid register
23 # CHECK: error: invalid register
H A Dmips-register-names-invalid.s7 # CHECK: :[[@LINE+1]]:17: error: invalid operand for instruction
/external/ltp/testcases/kernel/power_management/
H A Drunpwtests01.sh44 check_input "${invalid_input}" invalid $test_file
H A Drunpwtests02.sh43 check_input "${invalid_input}" invalid $test_file
H A Drunpwtests06.sh42 check_input "${invalid_input}" invalid $test_file
/external/tcpdump/
H A Dprint-geonet.c128 goto invalid;
234 goto invalid;
244 goto invalid;
271 invalid:
/external/swiftshader/third_party/LLVM/test/MC/ARM/
H A Ddiagnostics.s4 @ Check for various assembly diagnostic messages on invalid input.
13 adc r1, r2, r3, lsl #invalid
23 @ CHECK-ERRORS: error: invalid immediate shift value
24 @ CHECK-ERRORS: adc r1, r2, r3, lsl #invalid
54 @ CHECK-ERRORS: error: invalid operand for instruction
64 @ CHECK-ERRORS: error: invalid operand for instruction
65 @ CHECK-ERRORS: error: invalid operand for instruction
66 @ CHECK-ERRORS: error: invalid operand for instruction
67 @ CHECK-ERRORS: error: invalid operand for instruction
73 @ CHECK-ERRORS: error: invalid operan
[all...]
H A Dthumb-diagnostics.s6 @ Check for various assembly diagnostic messages on invalid input.
10 @ CHECK-ERRORS: error: invalid instruction
28 @ CHECK-ERRORS: error: invalid operand for instruction
31 @ CHECK-ERRORS: error: invalid operand for instruction
38 error: invalid operand for instruction
41 error: invalid operand for instruction
84 @ CHECK-ERRORS: error: invalid operand for instruction
87 @ CHECK-ERRORS: error: invalid operand for instruction
115 @ CHECK-ERRORS: error: invalid operand for instruction
128 @ CHECK-ERRORS: error: invalid operan
[all...]
/external/libxml2/python/tests/
H A DvalidRNG.py39 invalid="""<?xml version="1.0"?>
56 # Test invalid document
57 doc = libxml2.parseDoc(invalid)
60 print("Error: document supposed to be RelaxNG invalid")
H A DvalidSchemas.py42 invalid="""<?xml version="1.0" encoding="iso-8859-1"?>
63 # Test invalid document
64 doc = libxml2.parseDoc(invalid)
67 print("Error: document supposer to be schema invalid")
/external/llvm/bindings/ocaml/analysis/
H A Dllvm_analysis.mli16 [Some reason] if it is invalid. [reason] is a string containing a
21 [Some reason] if it is invalid. [reason] is a string containing a
26 validation report to [stderr] and aborts the program if it is invalid. See
32 validation report to [stderr] and aborts the program if it is invalid. See
/external/llvm/test/MC/AsmParser/
H A Dalign_invalid.s10 # DARWIN: error: invalid alignment value
/external/llvm/test/MC/Mips/mips1/
H A Dinvalid-mips32.s1 # Instructions that are invalid
/external/llvm/test/MC/Mips/mips32r2/
H A Dinvalid-mips64r2.s1 # Instructions that are invalid
/external/llvm/test/MC/Mips/mips32r3/
H A Dinvalid-mips64r2.s1 # Instructions that are invalid
/external/llvm/test/MC/Mips/mips32r5/
H A Dinvalid-mips64r2.s1 # Instructions that are invalid
/external/llvm/test/MC/Mips/mips32r6/
H A Dinvalid-mips2-wrong-error.s1 # Instructions that are invalid and are correctly rejected but use the wrong
H A Dinvalid-mips4-wrong-error.s1 # Instructions that are invalid and are correctly rejected but use the wrong

Completed in 2142 milliseconds

1234567891011>>