/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/unicode/ |
D | ExpectedOutput.txt | 2 One test of illegal UTF-32 will be peroformed. 3 Two illegal result messages are expected; one in test 02A; one in test 03A. 11 !!! Test02A: note expected illegal result for 0x0000D800 16 !!! Test03A: note expected illegal result for 0x0000D800
|
/external/clang/test/SemaOpenCL/ |
D | invalid-kernel-parameters.cl | 18 bool x; // expected-note{{field of illegal type 'bool' declared here}} 30 …image2d_t imageField; // expected-note{{field of illegal type '__read_only image2d_t' declared her… 37 int* ptrField; // expected-note{{field of illegal pointer type 'int *' declared here}} 44 int* ptrField; // expected-note{{field of illegal pointer type 'int *' declared here}} 54 int* ptrField; // expected-note 3 {{field of illegal pointer type 'int *' declared here}} 68 int* innerPtrField; // expected-note{{field of illegal pointer type 'int *' declared here}} 82 bool boolField; // expected-note 2 {{field of illegal type 'bool' declared here}} 95 bool boolField; // expected-note{{field of illegal type 'bool' declared here}}
|
D | cl20-device-side-enqueue.cl | 19 …enqueue_kernel(vptr, flags, ndrange, ^(void) { // expected-error{{illegal call to enqueue_kernel, … 23 …enqueue_kernel(default_queue, vptr, ndrange, ^(void) { // expected-error{{illegal call to enqueue_… 27 …enqueue_kernel(default_queue, flags, vptr, ^(void) { // expected-error{{illegal call to enqueue_ke… 31 …enqueue_kernel(default_queue, flags, ndrange, vptr); // expected-error{{illegal call to enqueue_ke… 42 …enqueue_kernel(default_queue, flags, ndrange, 1, vptr, &evt, ^(void) // expected-error{{illegal ca… 47 …e, flags, ndrange, 1, &event_wait_list, vptr, ^(void) // expected-error{{illegal call to enqueue_k… 52 …ue, flags, ndrange, 1, &event_wait_list, &evt, vptr); // expected-error{{illegal call to enqueue_k… 119 …lt_queue, flags, ndrange, 1, &event_wait_list, &evt); // expected-error{{illegal call to enqueue_k… 121 …enqueue_kernel(default_queue, flags, ndrange, 1, 1); // expected-error{{illegal call to enqueue_ke…
|
/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/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 125-es-short-circuit-undefined.c.expected | 1 0:10(16): preprocessor error: undefined macro NOT_DEFINED in expression (illegal in GLES) 2 0:14(23): preprocessor error: undefined macro ALSO_NOT_DEFINED in expression (illegal in GLES)
|
/external/icu/icu4c/source/common/ |
D | ustrtrns.cpp | 276 uint8_t trail, illegal=0; in utf8_nextCharSafeBodyTerminated() local 286 illegal=1; in utf8_nextCharSafeBodyTerminated() 293 illegal=1; in utf8_nextCharSafeBodyTerminated() 301 illegal=1; in utf8_nextCharSafeBodyTerminated() 310 illegal=1; in utf8_nextCharSafeBodyTerminated() 321 if(illegal || c<utf8_minLegal[count] || U_IS_SURROGATE(c)) { in utf8_nextCharSafeBodyTerminated() 347 uint8_t trail, illegal=0; in utf8_nextCharSafeBodyPointer() local 357 illegal=1; in utf8_nextCharSafeBodyPointer() 363 illegal|=(trail&0xc0)^0x80; in utf8_nextCharSafeBodyPointer() 366 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/swiftshader/third_party/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/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/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/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/e2fsprogs/tests/f_lotsbad/ |
D | expect.1 | 11 Inode 12 has illegal block(s). Clear? yes 24 Too many illegal blocks in inode 12.
|