HomeSort by relevance Sort by last modified time
    Searched full:invalid (Results 1 - 25 of 9943) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/
map_unaligned.stderr.exp 2 unaligned mmap failed: Invalid argument
  /external/e2fsprogs/tests/f_unused_itable/
name 0 Invalid bg_unused_itable shouldn't move files to lost+found
  /external/valgrind/main/memcheck/tests/
sigkill.stderr.exp-darwin 26 setting signal 9: Invalid argument
27 getting signal 9: Invalid argument
50 setting signal 17: Invalid argument
51 getting signal 17: Invalid argument
94 Invalid argument
97 setting signal 34: Invalid argument
98 getting signal 34: Invalid argument
100 setting signal 35: Invalid argument
101 getting signal 35: Invalid argument
103 setting signal 36: Invalid argumen
    [all...]
  /external/chromium/net/data/proxy_resolver_v8_unittest/
no_entrypoint.js 1 var x = "This is an invalid PAC script because it lacks a " +
missing_close_brace.js 1 // This PAC script is invalid, because there is a missing close brace
  /external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/south-east-asian/script-khmer/misc/
MANIFEST 2 other-marks-invalid.txt
  /frameworks/compile/slang/tests/F_set_target_api_foo/
stderr.txt.expect 1 error: invalid integral value 'foo' in '-target-api foo'
set_target_api_foo.rs 6 #error Invalid RS_VERSION
  /external/clang/test/SemaOpenCL/
invalid-logical-ops-1.1.cl 10 int flaf = 0.0f && 0.0f; // expected-error {{invalid operands}}
11 int flof = 0.0f || 0.0f; // expected-error {{invalid operands}}
12 float fbaf = 0.0f & 0.0f; // expected-error {{invalid operands}}
13 float fbof = 0.0f | 0.0f; // expected-error {{invalid operands}}
14 float fbxf = 0.0f ^ 0.0f; // expected-error {{invalid operands}}
15 int flai = 0.0f && 0; // expected-error {{invalid operands}}
16 int floi = 0.0f || 0; // expected-error {{invalid operands}}
17 float ibaf = 0 & 0.0f; // expected-error {{invalid operands}}
18 float ibof = 0 | 0.0f; // expected-error {{invalid operands}}
19 float bnf = ~0.0f; // expected-error {{invalid argument type}
    [all...]
invalid-logical-ops-1.2.cl 12 float fbaf = 0.0f & 0.0f; // expected-error {{invalid operands}}
13 float fbof = 0.0f | 0.0f; // expected-error {{invalid operands}}
14 float fbxf = 0.0f ^ 0.0f; // expected-error {{invalid operands}}
17 float ibaf = 0 & 0.0f; // expected-error {{invalid operands}}
18 float ibof = 0 | 0.0f; // expected-error {{invalid operands}}
19 float bnf = ~0.0f;// expected-error {{invalid argument type}}
27 float4 f4baf = f4 & 0.0f; // expected-error {{invalid operands}}
28 float4 f4bof = f4 | 0.0f; // expected-error {{invalid operands}}
29 float4 f4bxf = f4 ^ 0.0f; // expected-error {{invalid operands}}
30 float bnf4 = ~f4; // expected-error {{invalid argument type}
    [all...]
  /external/clang/test/CXX/class/class.friend/
p6.cpp 4 friend static class B; // expected-error {{'static' is invalid in friend declarations}}
5 friend extern class C; // expected-error {{'extern' is invalid in friend declarations}}
6 friend auto class D; // expected-warning {{incompatible with C++11}} expected-error {{'auto' is invalid in friend declarations}}
7 friend register class E; // expected-error {{'register' is invalid in friend declarations}}
8 friend mutable class F; // expected-error {{'mutable' is invalid in friend declarations}}
9 friend typedef class G; // expected-error {{'typedef' is invalid in friend declarations}}
  /external/llvm/test/MC/Disassembler/ARM/
invalid-CPS2p-arm.txt 1 # RUN: llvm-mc --disassemble %s -triple=arm-apple-darwin9 2>&1 | grep "invalid instruction encoding"
3 # invalid imod value (0b01)
  /external/valgrind/main/none/tests/s390x/
op00.c 1 /* Test for invalid instruction 00. */
  /external/webkit/LayoutTests/fast/encoding/
invalid-UTF-8-2-expected.txt 1 This tests the decoding of invalid UTF-8 sequences.
  /frameworks/compile/slang/tests/F_rs_prefix/
stderr.txt.expect 1 rs_prefix.rs:4:6: error: invalid function name prefix, "rs" is reserved: 'rs_foo'
  /frameworks/compile/slang/tests/P_unknown_function/
stderr.txt.expect 1 unknown_function.rs:6:5: warning: implicit declaration of function 'rsgProgramStoreGetDepthFunc' is invalid in C99
  /external/dropbear/libtomcrypt/src/misc/
error_to_string.c 25 "Invalid keysize for block cipher.",
26 "Invalid number of rounds for block cipher.",
30 "Invalid input packet.",
32 "Invalid number of bits for a PRNG.",
35 "Invalid cipher specified.",
36 "Invalid hash specified.",
37 "Invalid PRNG specified.",
41 "Invalid PK key or key type specified for function.",
44 "Invalid argument provided.",
47 "Invalid PK type."
    [all...]
  /prebuilts/sdk/tools/linux/
libbcinfo.so 
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt.h 35 CRYPT_INVALID_KEYSIZE, /* Invalid key size given */
36 CRYPT_INVALID_ROUNDS, /* Invalid number of rounds */
40 CRYPT_INVALID_PACKET, /* Invalid input packet given */
42 CRYPT_INVALID_PRNGSIZE, /* Invalid number of bits for a PRNG */
45 CRYPT_INVALID_CIPHER, /* Invalid cipher specified */
46 CRYPT_INVALID_HASH, /* Invalid hash specified */
47 CRYPT_INVALID_PRNG, /* Invalid PRNG specified */
54 CRYPT_INVALID_ARG, /* Generic invalid argument */
57 CRYPT_PK_INVALID_TYPE, /* Invalid type of PK key */
58 CRYPT_PK_INVALID_SYSTEM,/* Invalid PK system specified *
    [all...]
  /external/clang/test/SemaCXX/
nullptr_in_arithmetic_ops.cpp 7 a = 0 ? nullptr + a : a + nullptr; // expected-error 2{{invalid operands to binary expression}}
8 a = 0 ? nullptr - a : a - nullptr; // expected-error 2{{invalid operands to binary expression}}
9 a = 0 ? nullptr / a : a / nullptr; // expected-error 2{{invalid operands to binary expression}}
10 a = 0 ? nullptr * a : a * nullptr; // expected-error 2{{invalid operands to binary expression}}
11 a = 0 ? nullptr >> a : a >> nullptr; // expected-error 2{{invalid operands to binary expression}}
12 a = 0 ? nullptr << a : a << nullptr; // expected-error 2{{invalid operands to binary expression}}
13 a = 0 ? nullptr % a : a % nullptr; // expected-error 2{{invalid operands to binary expression}}
14 a = 0 ? nullptr & a : a & nullptr; // expected-error 2{{invalid operands to binary expression}}
15 a = 0 ? nullptr | a : a | nullptr; // expected-error 2{{invalid operands to binary expression}}
16 a = 0 ? nullptr ^ a : a ^ nullptr; // expected-error 2{{invalid operands to binary expression}
    [all...]
cxx-member-pointer-op.cpp 11 c->*pmfc(); // expected-error {{invalid use of pointer to member type after ->*}}
13 c1.*pmfc(); // expected-error {{invalid use of pointer to member type after .*}}
14 c->*(pmfc()); // expected-error {{invalid use of pointer to member type after ->*}}
15 c1.*((pmfc())); // expected-error {{invalid use of pointer to member type after .*}}
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
p8.cpp 3 void f(A* p = this) { } // expected-error{{invalid use of 'this'}}
  /external/llvm/test/Bitcode/
null-type.ll 5 ; CHECK: Invalid MODULE_CODE_FUNCTION record
  /external/llvm/test/YAMLParser/
spec-05-02-utf8.data 3 # Invalid use of BOM
  /external/webkit/LayoutTests/fast/dom/beforeload/
remove-bad-object-in-beforeload-listener-expected.txt 1 This page tests that you can correctly remove an object element with an invalid data URL in its beforeload listener without causing a crash.

Completed in 952 milliseconds

1 2 3 4 5 6 7 8 91011>>