/external/libweave/third_party/chromium/base/third_party/icu/ |
D | icu_utf.cc | 145 uint8_t trail, illegal=0; in utf8_nextCharSafeBody() local 154 illegal=1; in utf8_nextCharSafeBody() 160 illegal|=(trail&0xc0)^0x80; in utf8_nextCharSafeBody() 163 illegal=1; in utf8_nextCharSafeBody() 169 illegal|=(trail&0xc0)^0x80; in utf8_nextCharSafeBody() 173 illegal|=(trail&0xc0)^0x80; in utf8_nextCharSafeBody() 197 if(illegal || (c)<utf8_minLegal[count] || (CBU_IS_SURROGATE(c) && strict!=-2)) { in utf8_nextCharSafeBody()
|
/external/libchrome/base/third_party/icu/ |
D | icu_utf.cc | 140 uint8_t trail, illegal = 0; in utf8_nextCharSafeBody() local 149 illegal=1; in utf8_nextCharSafeBody() 155 illegal|=(trail&0xc0)^0x80; in utf8_nextCharSafeBody() 158 illegal=1; in utf8_nextCharSafeBody() 164 illegal|=(trail&0xc0)^0x80; in utf8_nextCharSafeBody() 168 illegal|=(trail&0xc0)^0x80; in utf8_nextCharSafeBody() 192 if(illegal || (c)<utf8_minLegal[count] || (CBU_IS_SURROGATE(c) && strict!=-2)) { in utf8_nextCharSafeBody()
|
/external/elfutils/libcpu/defs/ |
D | i386.doc | 27 {gg} 00 = b, 01 = w, 10 = d, 11 = <illegal> 28 {0g} 00 = b, 01 = w, 10 = <illegal>, 11 = <illegal> 29 {GG} 00 = <illegal>, 01 = w, 10 = d, 11 = q 30 {gG} 00 = <illegal>, 01 = w, 10 = d, 11 = <illegal>
|
/external/clang/test/SemaOpenCL/ |
D | 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/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/icu/icu4c/source/common/ |
D | ustrtrns.cpp | 274 uint8_t trail, illegal=0; in utf8_nextCharSafeBodyTerminated() local 284 illegal=1; in utf8_nextCharSafeBodyTerminated() 291 illegal=1; in utf8_nextCharSafeBodyTerminated() 298 illegal=1; in utf8_nextCharSafeBodyTerminated() 306 illegal=1; in utf8_nextCharSafeBodyTerminated() 317 if(illegal || c<utf8_minLegal[count] || U_IS_SURROGATE(c)) { in utf8_nextCharSafeBodyTerminated() 343 uint8_t trail, illegal=0; in utf8_nextCharSafeBodyPointer() local 353 illegal=1; in utf8_nextCharSafeBodyPointer() 359 illegal|=(trail&0xc0)^0x80; in utf8_nextCharSafeBodyPointer() 362 illegal=1; in utf8_nextCharSafeBodyPointer() [all …]
|
/external/clang/test/SemaObjCXX/ |
D | boxing-illegal-types.mm | 33 id boxed = @(p); // expected-error {{illegal type 'point' used in a boxed expression}} 38 …id boxed_null = @(null); // expected-error {{illegal type 'void *' used in a boxed expressi… 40 …id boxed_numbers = @(numbers); // expected-error {{illegal type 'int *' used in a boxed expressio…
|
/external/clang/test/SemaObjC/ |
D | continuation-class-err.m | 15 @property(readonly) id object1; // expected-error {{illegal redeclaration of property in class exte… 34 @property (copy) id foo; // expected-error {{illegal redeclaration of property in class extension '… 35 @property (copy) id fee; // expected-error {{illegal redeclaration of property in class extension '…
|
D | boxing-illegal.m | 33 id boxed = @(p); // expected-error {{illegal type 'point' used in a boxed expression}} 38 …id boxed_null = @(null); // expected-error {{illegal type 'void *' used in a boxed expressi… 40 …id boxed_numbers = @(numbers); // expected-error {{illegal type 'int *' used in a boxed expressio…
|
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…
|
D | objc-boxed-expressions-nsvalue.m | 85 …id err = @(s); // expected-error{{illegal type 'SomeStruct' (aka 'struct _SomeStruct') used in a b… 100 …id rv_some_struct = @(getSomeStruct()); // expected-error {{illegal type 'SomeStruct' (aka 'struct…
|
/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.
|
/external/llvm/test/CodeGen/X86/ |
D | fold-vector-sext-crash.ll | 3 ; Make sure that we don't introduce illegal build_vector dag nodes 6 ; due to an illegal build_vector of type MVT::v4i64.
|
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
|
D | tail-call-legality.ll | 5 ; both return {i32, i32, i32} (since i64 is illegal) which is fine for a tail 14 ; of illegal types: a single "trunc i64 %whatever to i32" is probably valid
|
/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/deqp/data/gles31/shaders/ |
D | tessellation_negative_user_defined_io.test | 22 patch out S patchVariable[2]; // array of structures is illegal 40 patch in S patchVariable[2]; // array of structures is illegal 81 patch out S patchVariable; // output structure containing array is illegal 98 patch in S patchVariable; // output structure containing array is illegal
|
/external/clang/test/SemaTemplate/ |
D | instantiate-objc-1.mm | 53 …return @(value); // expected-error {{illegal type 'int *' used in a boxed expr… 54 … // expected-error {{illegal type 'long double' used in a boxed expression}}
|
/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/deqp/doc/testspecs/GLES3/ |
D | functional.shaders.arrays.txt | 30 + Negative tests for illegal multi-dimensional arrays 31 + Negative tests for illegal C-style constructors
|
/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.
|
/external/e2fsprogs/tests/f_illibitmap/ |
D | name | 1 illegal inode bitmap
|
/external/e2fsprogs/tests/f_illbbitmap/ |
D | name | 1 illegal block bitmap
|
/external/e2fsprogs/tests/f_illitable/ |
D | name | 1 illegal inode table
|