Home
last modified time | relevance | path

Searched refs:Illegal (Results 1 – 25 of 57) sorted by relevance

123

/external/e2fsprogs/tests/f_messy_inode/
Dexpect.16 Illegal block #2 (4294901760) in inode 14. CLEARED.
7 Illegal block #3 (4294901760) in inode 14. CLEARED.
8 Illegal block #4 (4294901760) in inode 14. CLEARED.
9 Illegal block #5 (4294901760) in inode 14. CLEARED.
10 Illegal block #6 (4294901760) in inode 14. CLEARED.
11 Illegal block #7 (4294901760) in inode 14. CLEARED.
12 Illegal block #8 (4294901760) in inode 14. CLEARED.
13 Illegal block #9 (4294901760) in inode 14. CLEARED.
14 Illegal block #10 (4294901760) in inode 14. CLEARED.
/external/e2fsprogs/tests/f_lotsbad/
Dexpect.113 Illegal block #12 (778398818) in inode 12. CLEARED.
14 Illegal block #13 (1768444960) in inode 12. CLEARED.
15 Illegal block #14 (1752375411) in inode 12. CLEARED.
16 Illegal block #15 (1684829551) in inode 12. CLEARED.
17 Illegal block #16 (1886349344) in inode 12. CLEARED.
18 Illegal block #17 (1819633253) in inode 12. CLEARED.
19 Illegal block #18 (1663072620) in inode 12. CLEARED.
20 Illegal block #19 (1735287144) in inode 12. CLEARED.
21 Illegal block #20 (1310731877) in inode 12. CLEARED.
22 Illegal block #21 (560297071) in inode 12. CLEARED.
[all …]
/external/e2fsprogs/tests/f_badbblocks/
Dexpect.13 ../e2fsck/e2fsck: Illegal indirect block found while reading bad blocks inode
8 Illegal block #1 (101) in bad block inode. CLEARED.
9 Illegal block #2 (103) in bad block inode. CLEARED.
10 Illegal block #3 (234523) in bad block inode. CLEARED.
11 Illegal indirect block (200) in bad block inode. CLEARED.
/external/e2fsprogs/lib/ext2fs/
Dext2_err.et.in135 "Illegal inode number"
138 "Illegal block number"
147 "Illegal block number passed to ext2fs_mark_block_bitmap"
150 "Illegal block number passed to ext2fs_unmark_block_bitmap"
153 "Illegal block number passed to ext2fs_test_block_bitmap"
156 "Illegal inode number passed to ext2fs_mark_inode_bitmap"
159 "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
162 "Illegal inode number passed to ext2fs_test_inode_bitmap"
171 "Illegal indirect block found"
174 "Illegal doubly indirect block found"
[all …]
/external/chromium_org/v8/test/webkit/
Djs-continue-break-restrictions-expected.txt30 PASS if (0) { L:{ break; } } threw exception SyntaxError: Illegal break statement.
32 PASS if (0) { L:{ continue; } } threw exception SyntaxError: Illegal continue statement.
33 PASS if (0) { switch (1) { case 1: continue; } } threw exception SyntaxError: Illegal continue stat…
35 PASS if (0) { A:L:{ break; } } threw exception SyntaxError: Illegal break statement.
37 PASS if (0) { A:L:{ continue; } } threw exception SyntaxError: Illegal continue statement.
39 PASS if (0) { L:A:{ break; } } threw exception SyntaxError: Illegal break statement.
41 PASS if (0) { L:A:{ continue; } } threw exception SyntaxError: Illegal continue statement.
Dbreak-ASI-expected.txt37 'Shouldn't have parsed this.'; threw exception SyntaxError: Illegal newline after throw.
/external/icu/icu4c/source/samples/uresb/
Den.txt7 "Illegal argument passed",
18 "Illegal char found",
24 "Illegal escape sequence",
/external/valgrind/main/memcheck/tests/
Dmempool2.stderr.exp42 Illegal memory pool address
54 Illegal memory pool address
62 Illegal memory pool address
74 Illegal memory pool address
/external/e2fsprogs/tests/f_badjourblks/
Dname1 Illegal blocks in journal inode (and backup in superblock)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/bin/
Dgas-comment.asm21 # Illegal; 1 seen on next line
/external/icu/icu4c/source/extra/uconv/resources/
Droot.txt107 U_ILLEGAL_ARGUMENT_ERROR { "Illegal argument" }
118 U_ILLEGAL_CHAR_FOUND { "Illegal character found" }
124 U_ILLEGAL_ESCAPE_SEQUENCE { "Illegal escape sequence found" }
/external/e2fsprogs/tests/f_holedir/
Dexpect.16 Illegal block #6 (200) in inode 11. CLEARED.
/external/valgrind/main/none/tests/s390x/
Dop00.stderr.exp217 Illegal opcode at address 0x........
Dop00.stderr.exp117 Illegal opcode at address 0x........
/external/e2fsprogs/tests/f_badsymlinks/
Dexpect.17 Illegal block #0 (1234567890) in inode 19. CLEARED.
/external/clang/test/SemaObjC/
Dnsobject-attribute.m4 typedef struct CGColor * __attribute__((NSObject(12))) Illegal; // expected-error {{'NSObject' att… typedef
/external/e2fsprogs/lib/et/test_cases/
Dheimdal2.et49 ec KADM_ILL_WILDCARD, "Illegal use of wildcard"
/external/chromium_org/v8/test/webkit/fast/js/
Dbasic-strict-mode-expected.txt108 PASS 'use strict'; return threw exception SyntaxError: Illegal return statement.
109 PASS 'use strict'; break threw exception SyntaxError: Illegal break statement.
110 PASS (function(){'use strict'; break}) threw exception SyntaxError: Illegal break statement.
111 PASS 'use strict'; continue threw exception SyntaxError: Illegal continue statement.
112 PASS (function(){'use strict'; continue}) threw exception SyntaxError: Illegal continue statement.
113 PASS 'use strict'; for(;;)return threw exception SyntaxError: Illegal return statement.
/external/valgrind/main/docs/internals/
D3_4_BUGSTATUS.txt100 189232 Illegal opcode - unhandled instruction bytes: 0xCB 0x55
/external/libexif/m4m/
Dgp-check-popt.m418 Illegal argument to $0: `$1'
/external/llvm/lib/Support/Windows/
DMemory.inc45 llvm_unreachable("Illegal memory protection flag specified!");
/external/chromium_org/v8/src/
Dbuiltins.h45 V(Illegal, NO_EXTRA_ARGUMENTS) \
/external/e2fsprogs/po/
Dzh_CN.po166 msgid "Illegal number of blocks!\n"
4196 msgid "Illegal number for blocks per group"
4204 msgid "Illegal number for flex_bg size"
5701 msgid "Illegal inode number"
5706 msgid "Illegal block number"
5718 msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
5722 msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
5726 msgid "Illegal block number passed to ext2fs_test_block_bitmap"
5730 msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
5734 msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
[all …]
De2fsprogs.pot169 msgid "Illegal number of blocks!\n"
4400 msgid "Illegal number for blocks per group"
4408 msgid "Illegal number for flex_bg size"
5899 msgid "Illegal inode number"
5903 msgid "Illegal block number"
5915 msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
5919 msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
5923 msgid "Illegal block number passed to ext2fs_test_block_bitmap"
5927 msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
5931 msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
[all …]
/external/chromium_org/third_party/ply/
DREADME180 print("Illegal character '%s'" % t.value[0])

123