/external/chromium/base/third_party/icu/ |
D | icu_utf.cc | 141 uint8 trail, illegal=0; in utf8_nextCharSafeBody() local 150 illegal=1; in utf8_nextCharSafeBody() 156 illegal|=(trail&0xc0)^0x80; in utf8_nextCharSafeBody() 159 illegal=1; in utf8_nextCharSafeBody() 165 illegal|=(trail&0xc0)^0x80; in utf8_nextCharSafeBody() 169 illegal|=(trail&0xc0)^0x80; in utf8_nextCharSafeBody() 193 if(illegal || (c)<utf8_minLegal[count] || (CBU_IS_SURROGATE(c) && strict!=-2)) { in utf8_nextCharSafeBody()
|
/external/icu4c/common/ |
D | utf_impl.c | 112 uint8_t trail, illegal=0; in utf8_nextCharSafeBody() local 121 illegal=1; in utf8_nextCharSafeBody() 127 illegal|=(trail&0xc0)^0x80; in utf8_nextCharSafeBody() 130 illegal=1; in utf8_nextCharSafeBody() 136 illegal|=(trail&0xc0)^0x80; in utf8_nextCharSafeBody() 140 illegal|=(trail&0xc0)^0x80; in utf8_nextCharSafeBody() 164 if(illegal || (c)<utf8_minLegal[count] || (UTF_IS_SURROGATE(c) && strict!=-2)) { in utf8_nextCharSafeBody()
|
D | ustrtrns.c | 270 uint8_t trail, illegal=0; in utf8_nextCharSafeBodyTerminated() local 279 illegal=1; in utf8_nextCharSafeBodyTerminated() 286 illegal=1; in utf8_nextCharSafeBodyTerminated() 293 illegal=1; in utf8_nextCharSafeBodyTerminated() 301 illegal=1; in utf8_nextCharSafeBodyTerminated() 312 if(illegal || c<utf8_minLegal[count] || UTF_IS_SURROGATE(c)) { in utf8_nextCharSafeBodyTerminated() 338 uint8_t trail, illegal=0; in utf8_nextCharSafeBodyPointer() local 348 illegal=1; in utf8_nextCharSafeBodyPointer() 354 illegal|=(trail&0xc0)^0x80; in utf8_nextCharSafeBodyPointer() 357 illegal=1; in utf8_nextCharSafeBodyPointer() [all …]
|
/external/smali/smali/src/test/resources/LexerTest/ |
D | MiscTest.smali | 42 illegal-class-access 43 illegal-field-access 44 illegal-method-access
|
D | MiscTest.tokens | 42 VERIFICATION_ERROR_TYPE("illegal-class-access") 43 VERIFICATION_ERROR_TYPE("illegal-field-access") 44 VERIFICATION_ERROR_TYPE("illegal-method-access")
|
/external/clang/test/SemaObjC/ |
D | continuation-class-err.m | 15 @property(readonly) id object1; // expected-error {{illegal redeclaration of property in continuati… 34 @property (copy) id foo; // expected-error {{illegal redeclaration of property in continuation clas… 35 @property (copy) id fee; // expected-error {{illegal redeclaration of property in continuation clas…
|
D | objc-container-subscripting.m | 23 …oldObject = array[10]++; // expected-error {{illegal operation on objective-c container subscripti… 24 …oldObject = array[10]--; // expected-error {{illegal operation on objective-c container subscripti… 25 …oldObject = --array[10]; // expected-error {{illegal operation on objective-c container subscripti…
|
/external/e2fsprogs/tests/f_filetype/ |
D | expect.1 | 24 Inode 18 (/badchar) is an illegal character device. 27 Inode 19 (/badblock) is an illegal block device. 30 Inode 20 (/badfifo) is an illegal FIFO.
|
D | name | 1 set filetype information and illegal special files
|
/external/llvm/test/CodeGen/X86/ |
D | 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/e2fsprogs/tests/f_badinode/ |
D | expect.1 | 16 Inode 14 (/block_dev) is an illegal block device. 19 Inode 15 (/char_dev) is an illegal character device.
|
/external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/ |
D | set-href-attribute-pathname-expected.txt | 18 Set pathname that includes illegal characters to URL that contains illegal characters.
|
/external/clang/test/Parser/ |
D | missing-end-4.m | 41 @protocol P2; // expected-error {{illegal interface qualifier}} 42 @class C2; // expected-error {{illegal interface qualifier}}
|
/external/e2fsprogs/tests/f_lotsbad/ |
D | expect.1 | 11 Inode 12 has illegal block(s). Clear? yes 24 Too many illegal blocks in inode 12.
|
D | name | 1 too many illegal blocks in inode
|
/external/e2fsprogs/tests/f_illibitmap/ |
D | name | 1 illegal inode bitmap
|
/external/e2fsprogs/tests/f_illitable/ |
D | name | 1 illegal inode table
|
/external/e2fsprogs/tests/f_illbbitmap/ |
D | name | 1 illegal block bitmap
|
/external/e2fsprogs/tests/f_crashdisk/ |
D | name | 1 Superblock with illegal values
|
/external/e2fsprogs/tests/f_illitable_flexbg/ |
D | name | 1 illegal inode table with FLEX_BG
|
/external/e2fsprogs/tests/f_holedir/ |
D | name | 1 directory with holes and illegal blocks
|
/external/e2fsprogs/tests/f_badbblocks/ |
D | name | 1 illegal blocks in bad block inode
|
/external/e2fsprogs/tests/f_extents2/ |
D | name | 1 multiply claimed blocks in extents and other illegal extents
|
/external/chromium/base/i18n/ |
D | file_util_icu.cc | 146 IllegalCharacters* illegal = IllegalCharacters::GetInstance(); in ReplaceIllegalCharactersInPath() local 170 if (illegal->contains(code_point)) { in ReplaceIllegalCharactersInPath()
|
/external/mesa3d/src/glsl/tests/ |
D | array-10.glsl | 4 * illegal in GLSL 1.10.
|