/external/dbus/test/data/auth/ |
invalid-hex-encoding.auth-script | 1 ## this tests an invalid hex encoding followed by successful authentication
|
/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...] |
/external/elfutils/tests/ |
msg_tst.c | 32 { ELF_E_INVALID_HANDLE, "invalid `Elf' handle" }, 33 { ELF_E_SOURCE_SIZE, "invalid size of source operand" }, 34 { ELF_E_DEST_SIZE, "invalid size of destination operand" }, 35 { ELF_E_INVALID_ENCODING, "invalid encoding" }, 37 { ELF_E_INVALID_FILE, "invalid file descriptor" }, 38 { ELF_E_INVALID_OP, "invalid operation" }, 40 { ELF_E_INVALID_CMD, "invalid command" }, 42 { ELF_E_ARCHIVE_FMAG, "invalid fmag field in archive header" }, 43 { ELF_E_INVALID_ARCHIVE, "invalid archive file" }, 48 { ELF_E_INVALID_CLASS, "invalid binary class" } [all...] |
/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/zlib/contrib/delphi/ |
ZLibConst.pas | 7 sInvalidStreamOp = 'Invalid stream operation';
|
/external/freetype/include/freetype/ |
fterrdef.h | 44 "invalid FreeType version" ) 48 "invalid argument" ) 61 "invalid glyph index" ) 63 "invalid character code" ) 69 "invalid outline" ) 71 "invalid composite glyph" ) 75 "invalid pixel size" ) 80 "invalid object handle" ) 82 "invalid library handle" ) 84 "invalid module handle" [all...] |
/external/e2fsprogs/tests/f_badsymlinks/ |
expect.1 | 19 Symlink /empty_link (inode #17) is invalid. 22 Symlink /long_fastlink (inode #13) is invalid. 25 Symlink /long_link (inode #14) is invalid. 28 Symlink /high_fastlink (inode #15) is invalid. 31 Symlink /high_link (inode #16) is invalid. 34 Symlink /empty_fastlink (inode #12) is invalid. 37 Symlink /bad_link_block (inode #19) is invalid. 40 Symlink /extra_link_block (inode #21) is invalid. 43 Symlink /bad_link_size (inode #22) is invalid. 46 Symlink /bad_fastlink_size (inode #23) is invalid [all...] |
/external/e2fsprogs/lib/ext2fs/ |
read_bb_file.c | 35 void (*invalid)(ext2_filsys fs, 63 if (invalid) 64 (invalid)(fs, blockno, buf, priv_data); 75 void (*invalid)(ext2_filsys, blk_t); member in struct:compat_struct 85 if (st->invalid) 86 (st->invalid)(fs, blk); 95 void (*invalid)(ext2_filsys fs, blk_t blk)) 99 st.invalid = invalid;
|
/dalvik/libcore/sql/src/main/java/org/apache/harmony/sql/internal/nls/ |
messages.properties | 31 sql.14=Invalid starting position or length 32 sql.15=Invalid position in BLOB object set 33 sql.16=Invalid offset in byte array set 37 sql.20=Invalid Clob object. Calls to getCharacterStream or getAsciiStream return null which cannot be serialized. 38 sql.21=Invalid position in CLOB object set 39 sql.22=Invalid position and substring length 41 sql.24=Invalid length for truncate 43 sql.26=Invalid column count. Cannot be less or equal to zero 44 sql.27=Invalid column index :{0} 45 sql.28=Invalid SQL type for colum [all...] |
/external/elfutils/libelf-po/ |
libelf.pot | 36 msgid "invalid `Elf' handle" 40 msgid "invalid size of source operand" 44 msgid "invalid size of destination operand" 48 msgid "invalid encoding" 56 msgid "invalid file descriptor" 60 msgid "invalid operation" 68 msgid "invalid command" 76 msgid "invalid fmag field in archive header" 80 msgid "invalid archive file" 100 msgid "invalid binary class [all...] |
/external/icu4c/samples/uresb/ |
en.txt | 9 "Format is invalid", 16 "Invalid char found", 19 "Invalid table format", 20 "Invalid table file",
|
/external/ipsec-tools/src/libipsec/ |
ipsec_strerror.c | 51 "Invalid argument", /*EIPSEC_INVAL_ARGUMENT*/ 52 "Invalid sadb message", /*EIPSEC_INVAL_SADBMSG*/ 53 "Invalid version", /*EIPSEC_INVAL_VERSION*/ 54 "Invalid security policy", /*EIPSEC_INVAL_POLICY*/ 55 "Invalid address specification", /*EIPSEC_INVAL_ADDRESS*/ 56 "Invalid ipsec protocol", /*EIPSEC_INVAL_PROTO*/ 57 "Invalid ipsec mode", /*EIPSEC_INVAL_MODE*/ 58 "Invalid ipsec level", /*EIPSEC_INVAL_LEVEL*/ 59 "Invalid SA type", /*EIPSEC_INVAL_SATYPE*/ 60 "Invalid message type", /*EIPSEC_INVAL_MSGTYPE* [all...] |
ipsec_strerror.h | 42 #define EIPSEC_INVAL_ARGUMENT 2 /*invalid argument*/ 43 #define EIPSEC_INVAL_SADBMSG 3 /*invalid sadb message*/ 44 #define EIPSEC_INVAL_VERSION 4 /*invalid version*/ 45 #define EIPSEC_INVAL_POLICY 5 /*invalid security policy*/ 46 #define EIPSEC_INVAL_ADDRESS 6 /*invalid address specification*/ 47 #define EIPSEC_INVAL_PROTO 7 /*invalid ipsec protocol*/ 48 #define EIPSEC_INVAL_MODE 8 /*Invalid ipsec mode*/ 49 #define EIPSEC_INVAL_LEVEL 9 /*invalid ipsec level*/ 50 #define EIPSEC_INVAL_SATYPE 10 /*invalid SA type*/ 51 #define EIPSEC_INVAL_MSGTYPE 11 /*invalid message type* [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
wps_attr_parse.c | 27 wpa_printf(MSG_DEBUG, "WPS: Invalid Version length %u", 35 wpa_printf(MSG_DEBUG, "WPS: Invalid Message Type " 43 wpa_printf(MSG_DEBUG, "WPS: Invalid Enrollee Nonce " 51 wpa_printf(MSG_DEBUG, "WPS: Invalid Registrar Nonce " 59 wpa_printf(MSG_DEBUG, "WPS: Invalid UUID-E length %u", 67 wpa_printf(MSG_DEBUG, "WPS: Invalid UUID-R length %u", 75 wpa_printf(MSG_DEBUG, "WPS: Invalid Authentication " 83 wpa_printf(MSG_DEBUG, "WPS: Invalid Encryption Type " 91 wpa_printf(MSG_DEBUG, "WPS: Invalid Connection Type " 99 wpa_printf(MSG_DEBUG, "WPS: Invalid Config Methods [all...] |
/external/elfutils/libelf/ |
elf_error.c | 95 N_("invalid `Elf' handle") 98 (ELF_E_INVALID_HANDLE_IDX + sizeof "invalid `Elf' handle") 99 N_("invalid size of source operand") 102 (ELF_E_SOURCE_SIZE_IDX + sizeof "invalid size of source operand") 103 N_("invalid size of destination operand") 106 (ELF_E_DEST_SIZE_IDX + sizeof "invalid size of destination operand") 107 N_("invalid encoding") 110 (ELF_E_INVALID_ENCODING_IDX + sizeof "invalid encoding") 115 N_("invalid file descriptor") 118 (ELF_E_INVALID_FILE_IDX + sizeof "invalid file descriptor" [all...] |
/external/e2fsprogs/tests/f_h_badroot/ |
expect.1 | 4 HTREE directory inode 13345 has an invalid root node. 10 HTREE directory inode 40033 has an invalid root node. 23 Problem in HTREE directory inode 86737: node (0) has invalid limit (511) 26 Problem in HTREE directory inode 93409: node (0) has invalid count (234) 31 Invalid HTREE directory inode 73393 (/test6). Clear HTree index? yes
|
/dalvik/libcore/auth/src/main/java/org/apache/harmony/auth/internal/nls/ |
messages.properties | 27 auth.09=invalid AccessControlContext 30 auth.0C=Invalid argument class. MUST be instance of {0} 36 auth.12=invalid syntax: Principal Class can not be a wildcard (*) value if Principal Name is not a wildcard (*) value 38 auth.14=Invalid prompt 39 auth.15=Invalid default text 40 auth.16=Invalid message type 41 auth.17=invalid defaultOption 42 auth.18=Invalid option type 43 auth.19=invalid selection 44 auth.1A=Invalid option [all...] |
/external/e2fsprogs/lib/et/test_cases/ |
imap_err.c | 13 "Mailbox has an invalid format", 17 "Invalid mailbox name", 19 "Unknown/invalid partition", 20 "Invalid identifier", 24 "Message contains invalid header", 28 "Invalid user",
|
/dalvik/dx/tests/003-magic-version-access/ |
info.txt | 2 invalid. That being said, the system should still have no trouble parsing and
|
/dalvik/dx/tests/006-interfaces/ |
info.txt | 2 invalid. That being said, the system should still have no trouble parsing and
|
/dalvik/dx/tests/007-no-superclass/ |
info.txt | 2 invalid. That being said, the system should still have no trouble parsing and
|
/dalvik/dx/tests/011-class-attrib-Synthetic/ |
info.txt | 2 invalid. That being said, the system should still have no trouble parsing and
|
/dalvik/dx/tests/012-class-attrib-SourceFile/ |
info.txt | 2 invalid. That being said, the system should still have no trouble parsing and
|
/dalvik/dx/tests/013-class-attrib-Deprecated/ |
info.txt | 2 invalid. That being said, the system should still have no trouble parsing and
|
/dalvik/dx/tests/015-field-attrib-Synthetic/ |
info.txt | 2 invalid. That being said, the system should still have no trouble parsing and
|