Searched
full:invalid (Results
276 -
300 of
14636) sorted by null
<<11121314151617181920>>
/external/clang/test/CodeGen/ |
arm-asm-diag.c | 20 // CHECK: error: non-trivial scalar-to-vector conversion, possible invalid constraint for vector type 21 // CHECK: error: non-trivial scalar-to-vector conversion, possible invalid constraint for vector type 22 // CHECK: error: non-trivial scalar-to-vector conversion, possible invalid constraint for vector type 23 // CHECK: error: non-trivial scalar-to-vector conversion, possible invalid constraint for vector type
|
asm-errors.c | 8 // CHECK: error: invalid instruction mnemonic 'abc'
|
/external/clang/test/CodeGenCXX/ |
2010-06-21-LocalVarDbg.cpp | 3 // local variable info. For example. llvm.dbg.lv.~A is an invalid name.
|
/external/clang/test/Format/ |
style-on-command-line.cpp | 4 // RUN: clang-format -style="{BasedOnStyle: invalid, IndentWidth: 7}" %t.cpp 2>&1 | FileCheck -strict-whitespace -check-prefix=CHECK3 %s 13 // CHECK3: Unknown value for BasedOnStyle: invalid 14 // CHECK3: Error parsing -style: Invalid argument, using LLVM style 16 // CHECK4: Error parsing -style: Invalid argument, using LLVM style
|
/external/clang/test/Index/ |
asm-attribute.c | 6 // CHECK: <invalid loc>:0:0: asm label=_foo_ Extent=[1:24 - 1:31]
|
/external/clang/test/Sema/ |
extern-redecl.c | 29 int test2v = sizeof(test2_array); // expected-error {{invalid application of 'sizeof' to an incomplete type 'int []'}} 34 int x = sizeof(test3_array); // expected-error {{invalid application of 'sizeof' to an incomplete type 'int []'}} 43 int x = sizeof(test4_array); // expected-error {{invalid application of 'sizeof' to an incomplete type 'int []'}} 46 // Test that invalid local extern declarations of library
|
/external/e2fsprogs/e2fsck/ |
prof_err.c | 20 "Invalid argument passed to profile library", 30 "Invalid profile_section object", 37 "Invalid boolean value", 38 "Invalid integer value",
|
prof_err.et | 21 error_code PROF_EINVAL, "Invalid argument passed to profile library" 41 error_code PROF_INVALID_SECTION, "Invalid profile_section object" 60 error_code PROF_BAD_BOOLEAN, "Invalid boolean value" 61 error_code PROF_BAD_INTEGER, "Invalid integer value"
|
/external/e2fsprogs/tests/f_bad_local_jnl/ |
expect.1 | 1 Found invalid V2 journal superblock fields (from V1 journal).
|
/external/e2fsprogs/tests/f_extents/ |
expect.1 | 5 Inode 12 has an invalid extent 6 (logical block 0, invalid physical block 21994527527949, len 17) 14 Inode 17 has an invalid extent 15 (logical block 0, invalid physical block 22011707397135, len 15)
|
/external/e2fsprogs/tests/f_zero_inode_size/ |
expect.1 | 1 ../e2fsck/e2fsck: Superblock invalid, trying backup blocks...
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/ |
Modifier.java | 25 /** This variable indicates if the modifier is invalid (<b>true</b>) or not (<b>false</b>). */
26 protected boolean invalid;
field in class:Modifier 49 invalid = pError.isNotNull();
50 return !invalid;
|
/external/libvorbis/doc/ |
vorbis-errors.txt | 27 OV_EINVAL Invalid argument value. 31 OV_EBADHEADER Invalid Vorbis bitstream header. 37 OV_EBADPACKET Invalid packet submitted to vorbis_synthesis. 39 OV_EBADLINK Invalid stream section supplied to libvorbis/libvorbisfile,
|
/external/llvm/test/Assembler/ |
2007-03-18-InvalidNumberedVar.ll | 9 ret i32 %0 ; Invalid Type for %0
|
getelementptr_vec_struct.ll | 5 ; CHECK: invalid getelementptr indices
|
/external/llvm/test/CodeGen/X86/GC/ |
badrootproto.ll | 6 ; This usage is invalid now; instead, objects must be bitcast to i8* for input
|
/external/llvm/test/MC/Disassembler/SystemZ/ |
trunc-03.txt | 3 # CHECK: warning: invalid instruction encoding
|
/external/llvm/test/Verifier/ |
2006-10-15-AddrLabel.ll | 3 ; CHECK: basic block pointers are invalid
|
/external/openssh/openbsd-compat/ |
strtonum.c | 29 #define INVALID 1 45 { "invalid", EINVAL }, 53 error = INVALID; 57 error = INVALID;
|
/external/valgrind/main/exp-sgcheck/tests/ |
preen_invars.stderr.exp-glibc28-amd64 | 2 Invalid read of size 1
|
/external/valgrind/main/memcheck/tests/ |
badrw.c | 18 // Invalid reads and writes of sizes 4, 2, 1
|
clo_redzone_128.stderr.exp | 2 Invalid write of size 1
|
test-plo-yes.stderr.exp-le32 | 4 Invalid read of size 4
|
test-plo-yes.stderr.exp-le64 | 4 Invalid read of size 8
|
/frameworks/compile/slang/tests/F_bad_version_pragma/ |
stderr.txt.expect | 4 bad_version_pragma.rs:4:18: error: invalid digit 'a' in decimal constant
|
Completed in 608 milliseconds
<<11121314151617181920>>