Home
last modified time | relevance | path

Searched refs:illegal (Results 1 – 25 of 374) sorted by relevance

12345678910>>...15

/third_party/lwip/test/unit/core/
Dtest_mem.c120 fail_unless(lwip_stats.mem.illegal == 0); in START_TEST()
128 fail_unless(lwip_stats.mem.illegal == 1); in START_TEST()
129 lwip_stats.mem.illegal = 0; in START_TEST()
133 fail_unless(lwip_stats.mem.illegal == 1); in START_TEST()
134 lwip_stats.mem.illegal = 0; in START_TEST()
137 fail_unless(lwip_stats.mem.illegal == 0); in START_TEST()
148 fail_unless(lwip_stats.mem.illegal == 0); in START_TEST()
164 fail_unless(lwip_stats.mem.illegal == 0); in START_TEST()
168 fail_unless(lwip_stats.mem.illegal == 1); in START_TEST()
169 lwip_stats.mem.illegal = 0; in START_TEST()
[all …]
/third_party/glslang/Test/
D420.tese7 float a2[2] = { 3.4, 4.2, 5.0 }; // illegal
8 vec2 b2 = { 1.0, 2.0, 3.0 }; // illegal
9 mat3x3 c2 = { vec3(0.0), vec3(1.0), vec3(2.0), vec3(3.0) }; // illegal
10 mat2x2 d = { 1.0, 0.0, 0.0, 1.0 }; // illegal, can't flatten nesting
25 } e3 = { 1.2, 2, 3 }; // illegal
27 int a3 = true; // illegal
28 vec4 b3[2] = { vec4(0.0), 1.0 }; // illegal
29 vec4 b4[2] = vec4[2](vec4(0.0), mat2x2(1.0)); // illegal
30 mat4x2 c3 = { vec3(0.0), vec3(1.0) }; // illegal
40 } d2[] = { S1(vec4(0.0), vec4(1.1)) }; // illegal
DspecExamples.frag75 uniform float Atten; // illegal, mismatched storage qualifier
181 //float a[2] = { 3.4, 4.2, 5.0 }; // illegal
182 //vec2 b = { 1.0, 2.0, 3.0 }; // illegal
183 //mat3x3 c = { vec3(0.0), vec3(1.0), vec3(2.0), vec3(3.0) }; // illegal
184 //mat2x2 d = { 1.0, 0.0, 0.0, 1.0 }; // illegal, can't flatten nesting
188 //} e = { 1.2, 2, 3 }; // illegal
201 //int a = true; // illegal
202 //vec4 b[2] = { vec4(0.0), 1.0 }; // illegal
203 //mat4x2 c = { vec3(0.0), vec3(1.0) }; // illegal
213 //} d[] = { S1(vec4(0.0), vec4(1.1)) }; // illegal
/third_party/node/deps/npm/node_modules/npm-user-validate/
Dnpm-user-validate.js10 illegal: 'Name may not contain illegal character'
40 var illegal = un.match(illegalCharacterRe)
41 if (illegal) {
42 return new Error(requirements.username.illegal + ' "' + illegal[0] + '"')
/third_party/elfutils/libcpu/defs/
Di386.doc27 {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>
/third_party/EGL/extensions/EXT/
DEGL_EXT_protected_surface.txt56 protected surface to any non-protected surface by GPU are considered illegal.
196 better to leave the defination of illegal operation behavior out of this
199 2. Should the spec enumerate the legal and illegal operations in client APIs
204 principles that determine whether an operation is legal or illegal. If a version
209 * glReadPixels is illegal when the READ framebuffer is protected,
210 * glCopyTexImage2D is illegal when the READ framebuffer is protected,
211 * glCopyTexSubImage2D is illegal when the READ framebuffer is protected, unless
213 * glBlitFramebuffer is illegal if the READ framebuffer is protected and the
224 5 01/13/14 Jesse Define illegal operation behavior more broadly.
225 4 01/10/14 Pontus Update description of illegal operation behavior in
[all …]
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/
DEGL_EXT_protected_surface.txt56 protected surface to any non-protected surface by GPU are considered illegal.
196 better to leave the defination of illegal operation behavior out of this
199 2. Should the spec enumerate the legal and illegal operations in client APIs
204 principles that determine whether an operation is legal or illegal. If a version
209 * glReadPixels is illegal when the READ framebuffer is protected,
210 * glCopyTexImage2D is illegal when the READ framebuffer is protected,
211 * glCopyTexSubImage2D is illegal when the READ framebuffer is protected, unless
213 * glBlitFramebuffer is illegal if the READ framebuffer is protected and the
224 5 01/13/14 Jesse Define illegal operation behavior more broadly.
225 4 01/10/14 Pontus Update description of illegal operation behavior in
[all …]
/third_party/typescript/tests/baselines/reference/
DcomputedPropertyNames30_ES6.types15 …/ Ideally, we would capture this. But the reference is // illegal, and not capturin…
19 >{ // Ideally, we would capture this. But the reference is // illegal
22 // illegal, and not capturing this is consistent with
DcomputedPropertyNames30_ES5.types15 …/ Ideally, we would capture this. But the reference is // illegal, and not capturin…
19 >{ // Ideally, we would capture this. But the reference is // illegal
22 // illegal, and not capturing this is consistent with
DcallNonGenericFunctionWithTypeArguments.types2 // it is always illegal to provide type arguments to a non-generic function
3 // all invocations here are illegal
DcallNonGenericFunctionWithTypeArguments.errors.txt13 // it is always illegal to provide type arguments to a non-generic function
14 // all invocations here are illegal
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
D125-es-short-circuit-undefined.c.expected1 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)
/third_party/vk-gl-cts/data/gles31/shaders/es31/
Dtessellation_negative_user_defined_io.test22 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
/third_party/glslang/Test/baseResults/
DlineContinuation100.vert.out11 ERROR: 0:40: '\' : illegal use of escape character
14 ERROR: 0:43: '\' : illegal use of escape character
15 ERROR: 0:45: '\' : illegal use of escape character
16 ERROR: 0:46: '\' : illegal use of escape character
Ddecls.frag.out2 ERROR: 0:19: 'vi4' : illegal use of type 'void'
3 ERROR: 0:20: 'vj' : illegal use of type 'void'
4 ERROR: 0:20: 'vk5' : illegal use of type 'void'
5 ERROR: 0:21: 'vm2' : illegal use of type 'void'
6 ERROR: 0:21: 'vm3' : illegal use of type 'void'
7 ERROR: 0:22: 'vn8' : illegal use of type 'void'
8 ERROR: 0:22: 'vp' : illegal use of type 'void'
DlineContinuation.vert.out6 ERROR: 0:42: '\' : illegal use of escape character
9 ERROR: 0:45: '\' : illegal use of escape character
10 ERROR: 0:47: '\' : illegal use of escape character
11 ERROR: 0:48: '\' : illegal use of escape character
/third_party/vk-gl-cts/data/gles31/shaders/es32/
Dtessellation_negative_user_defined_io.test40 patch out S patchVariable[2]; // array of structures is illegal
58 patch in S patchVariable[2]; // array of structures is illegal
98 patch out S patchVariable; // output structure containing array is illegal
115 patch in S patchVariable; // output structure containing array is illegal
/third_party/mtdev/test/
Dmtdev-kernel.c53 static int illegal(int nslot, int npos, unsigned x) in illegal() function
97 if (illegal(nslot, npos, x)) in generate_assignments()
/third_party/vk-gl-cts/doc/testspecs/GLES3/
Dfunctional.shaders.arrays.txt30 + Negative tests for illegal multi-dimensional arrays
31 + Negative tests for illegal C-style constructors
/third_party/icu/icu4c/source/test/cintltst/
Dtrie2test.c360 static const uint8_t illegal[]={ in testTrieUTF8() local
435 if(i8<(int32_t)sizeof(illegal)) { in testTrieUTF8()
436 U8_FWD_1(illegal, i8, sizeof(illegal)); in testTrieUTF8()
438 s[length++]=illegal[prev8++]; in testTrieUTF8()
444 while(i8<(int32_t)sizeof(illegal)) { in testTrieUTF8()
445 U8_FWD_1(illegal, i8, sizeof(illegal)); in testTrieUTF8()
447 s[length++]=illegal[prev8++]; in testTrieUTF8()
Ducptrietest.c496 static const uint8_t illegal[]={ in testTrieUTF8() local
572 if(i8<(int32_t)sizeof(illegal)) { in testTrieUTF8()
573 U8_FWD_1(illegal, i8, sizeof(illegal)); in testTrieUTF8()
575 s[length++]=illegal[prev8++]; in testTrieUTF8()
581 while(i8<(int32_t)sizeof(illegal)) { in testTrieUTF8()
582 U8_FWD_1(illegal, i8, sizeof(illegal)); in testTrieUTF8()
584 s[length++]=illegal[prev8++]; in testTrieUTF8()
/third_party/openssl/crypto/err/
Dopenssl.txt36 ASN1_R_ILLEGAL_BITSTRING_FORMAT:175:illegal bitstring format
37 ASN1_R_ILLEGAL_BOOLEAN:176:illegal boolean
38 ASN1_R_ILLEGAL_CHARACTERS:124:illegal characters
39 ASN1_R_ILLEGAL_FORMAT:177:illegal format
40 ASN1_R_ILLEGAL_HEX:178:illegal hex
41 ASN1_R_ILLEGAL_IMPLICIT_TAG:179:illegal implicit tag
42 ASN1_R_ILLEGAL_INTEGER:180:illegal integer
43 ASN1_R_ILLEGAL_NEGATIVE_VALUE:226:illegal negative value
44 ASN1_R_ILLEGAL_NESTED_TAGGING:181:illegal nested tagging
45 ASN1_R_ILLEGAL_NULL:125:illegal null
[all …]
/third_party/python/Doc/library/
Dconstants.rst11 are illegal and raise a :exc:`SyntaxError`.
17 are illegal and raise a :exc:`SyntaxError`.
24 are illegal and raise a :exc:`SyntaxError`.
/third_party/lwip/src/core/
Dmem.c630 MEM_STATS_INC_LOCKED(illegal); in mem_free()
642 MEM_STATS_INC_LOCKED(illegal); in mem_free()
656 MEM_STATS_INC_LOCKED(illegal); in mem_free()
665 MEM_STATS_INC_LOCKED(illegal); in mem_free()
727 MEM_STATS_INC_LOCKED(illegal); in mem_trim()
/third_party/ltp/testcases/network/stress/ns-tools/
D00_Descriptions.txt79 This utility is also able to set illegal information in the IP header
83 This utility is also able to set illegal information in the IP header

12345678910>>...15