/external/chromium_org/v8/src/ |
scanner.cc | 76 // should be illegal, but other JS VMs just return the 98 Token::ILLEGAL, 99 Token::ILLEGAL, 100 Token::ILLEGAL, 101 Token::ILLEGAL, 102 Token::ILLEGAL, 103 Token::ILLEGAL, 104 Token::ILLEGAL, 105 Token::ILLEGAL, 106 Token::ILLEGAL, [all...] |
/external/v8/src/ |
scanner.cc | 71 // should be illegal, but other JS VMs just return the 93 Token::ILLEGAL, 94 Token::ILLEGAL, 95 Token::ILLEGAL, 96 Token::ILLEGAL, 97 Token::ILLEGAL, 98 Token::ILLEGAL, 99 Token::ILLEGAL, 100 Token::ILLEGAL, 101 Token::ILLEGAL, [all...] |
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/ |
p2.cpp | 6 auto int ao; // expected-error {{illegal storage class on file-scoped variable}} 7 auto void af(); // expected-error {{illegal storage class on function}} 9 register int ro; // expected-error {{illegal storage class on file-scoped variable}} 10 register void rf(); // expected-error {{illegal storage class on function}} 22 auto void abf(); // expected-error {{illegal storage class on function}} 25 register void rbf(); // expected-error {{illegal storage class on function}}
|
/external/e2fsprogs/tests/f_badbblocks/ |
expect.1 | 3 ../e2fsck/e2fsck: Illegal indirect block found while reading bad blocks inode 6 Bad block inode has illegal block(s). Clear? yes 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/icu4c/samples/uresb/ |
en.txt | 7 "Illegal argument passed", 18 "Illegal char found", 24 "Illegal escape sequence",
|
/external/smali/smali/src/test/resources/LexerTest/ |
MiscTest.smali | 42 illegal-class-access 43 illegal-field-access 44 illegal-method-access
|
/external/chromium/base/third_party/icu/ |
icu_utf.cc | 73 * In Unicode, all UTF-8 byte sequences with more than 4 bytes are illegal; 74 * lead bytes above 0xf4 are illegal. 99 3, 3, 3, /* illegal in Unicode */ 100 4, 4, 4, 4, /* illegal in Unicode */ 101 5, 5, /* illegal in Unicode */ 102 0, 0 /* illegal bytes 0xfe and 0xff */ 119 * <0 "Safe" behavior of U8_NEXT(): All illegal byte sequences yield a negative 122 * All illegal byte sequences yield a positive code point such that this 124 * the illegal sequence. 127 * like illegal sequences 141 uint8 trail, illegal=0; local [all...] |
/external/chromium_org/base/third_party/icu/ |
icu_utf.cc | 73 * In Unicode, all UTF-8 byte sequences with more than 4 bytes are illegal; 74 * lead bytes above 0xf4 are illegal. 99 3, 3, 3, /* illegal in Unicode */ 100 4, 4, 4, 4, /* illegal in Unicode */ 101 5, 5, /* illegal in Unicode */ 102 0, 0 /* illegal bytes 0xfe and 0xff */ 119 * <0 "Safe" behavior of U8_NEXT(): All illegal byte sequences yield a negative 122 * All illegal byte sequences yield a positive code point such that this 124 * the illegal sequence. 127 * like illegal sequences 141 uint8 trail, illegal=0; local [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/ |
bin-farabs.asm | 17 ;mov bx, 0040h:001Eh ; Illegal 30 jmp near 0040h:001Eh ; Illegal in NASM ("mismatch in operand sizes") 47 jmp far keybuf ; Illegal in NASM ("value referenced by FAR is not relocatable") 48 jmp far 0040h:001Eh ; Illegal in NASM ("mismatch in operand sizes")
|
float-err.asm | 1 ; Tests illegal float handling
|
/external/clang/test/SemaCXX/ |
inline.cpp | 3 // Check that we don't allow illegal uses of inline
|
/external/e2fsprogs/lib/ext2fs/ |
ext2_err.c | 50 "Illegal inode number", 51 "Illegal block number", 54 "Illegal block number passed to ext2fs_mark_block_bitmap", 55 "Illegal block number passed to ext2fs_unmark_block_bitmap", 56 "Illegal block number passed to ext2fs_test_block_bitmap", 57 "Illegal inode number passed to ext2fs_mark_inode_bitmap", 58 "Illegal inode number passed to ext2fs_unmark_inode_bitmap", 59 "Illegal inode number passed to ext2fs_test_inode_bitmap", 62 "Illegal indirect block found" , 63 "Illegal doubly indirect block found" [all...] |
ext2_err.et.in | 135 "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/llvm/test/Other/ |
2009-09-14-function-elements.ll | 3 ; Arrays and structures with function types (not function pointers) are illegal.
|
/libcore/luni/src/main/java/java/nio/charset/ |
IllegalCharsetNameException.java | 21 * An {@code IllegalCharsetNameException} is thrown when an illegal charset name 32 // The illegal charset name 40 * the encountered illegal charset name. 48 * Returns the encountered illegal charset name.
|
/external/chromium_org/third_party/icu/source/common/ |
utf_impl.c | 44 * In Unicode, all UTF-8 byte sequences with more than 4 bytes are illegal; 45 * lead bytes above 0xf4 are illegal. 70 3, 3, 3, /* illegal in Unicode */ 71 4, 4, 4, 4, /* illegal in Unicode */ 72 5, 5, /* illegal in Unicode */ 73 0, 0 /* illegal bytes 0xfe and 0xff */ 90 * <0 "Safe" behavior of U8_NEXT(): All illegal byte sequences yield a negative 93 * All illegal byte sequences yield a positive code point such that this 95 * the illegal sequence. 98 * like illegal sequences 112 uint8_t trail, illegal=0; local [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/ |
curpos-err.asm | 15 dd $-foo ; illegal 21 dd (bar-$)+(foo-$) ; illegal (too many cross-segment)
|
curpos.asm | 15 ;dd $-foo ; illegal 21 ;dd (bar-$)+(foo-$) ; illegal (too many cross-segment)
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas64/ |
elf_gas64_curpos.asm | 15 #.4byte .-foo # illegal 21 #.4byte (bar-.)+(foo-.) # illegal (too many cross-segment)
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/ |
win32-curpos.asm | 15 ;dd $-foo ; illegal 21 ;dd (bar-$)+(foo-$) ; illegal (too many cross-segment)
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/ |
win64-curpos.asm | 15 ;dd $-foo ; illegal 21 ;dd (bar-$)+(foo-$) ; illegal (too many cross-segment)
|
/external/clang/test/SemaOpenCL/ |
invalid-kernel-parameters.cl | 18 bool x; // expected-note{{field of illegal type 'bool' declared here}} 27 image2d_t imageField; // expected-note{{field of illegal type 'image2d_t' declared here}} 34 int* ptrField; // expected-note{{field of illegal pointer type 'int *' declared here}} 41 int* ptrField; // expected-note{{field of illegal pointer type 'int *' declared here}} 51 int* ptrField; // expected-note 3 {{field of illegal pointer type 'int *' declared here}} 65 int* innerPtrField; // expected-note{{field of illegal pointer type 'int *' declared here}} 79 bool boolField; // expected-note 2 {{field of illegal type 'bool' declared here}} 92 bool boolField; // expected-note{{field of illegal type 'bool' declared here}}
|
/external/llvm/test/CodeGen/X86/ |
legalizedag_vec.ll | 4 ; Test case for r63760 where we generate a legalization assert that an illegal 6 ; v2i64 is a legal type but with mmx disabled, i64 is an illegal type. When
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/bin/ |
gas-comment.asm | 21 # Illegal; 1 seen on next line
|
/external/chromium_org/v8/test/mjsunit/ |
delay-syntax-error.js | 28 // To be compatible with JSC syntax errors for illegal returns should be delayed 32 // Do not throw syntax errors for illegal return at compile time. 35 // Throw syntax errors for illegal break and continue at compile time. 39 // Throw syntax errors for illegal return, break and continue at runtime.
|