Home
last modified time | relevance | path

Searched refs:assigned (Results 1 – 25 of 1076) sorted by relevance

12345678910>>...44

/third_party/typescript/tests/baselines/reference/
DcontrolFlowDestructuringVariablesInTryCatch.errors.txt1 …estructuringVariablesInTryCatch.ts(16,1): error TS2454: Variable 'a' is used before being assigned.
2 …estructuringVariablesInTryCatch.ts(17,1): error TS2454: Variable 'b' is used before being assigned.
3 …estructuringVariablesInTryCatch.ts(18,1): error TS2454: Variable 'c' is used before being assigned.
4 …estructuringVariablesInTryCatch.ts(19,1): error TS2454: Variable 'd' is used before being assigned.
5 …estructuringVariablesInTryCatch.ts(20,1): error TS2454: Variable 'e' is used before being assigned.
26 !!! error TS2454: Variable 'a' is used before being assigned.
29 !!! error TS2454: Variable 'b' is used before being assigned.
32 !!! error TS2454: Variable 'c' is used before being assigned.
35 !!! error TS2454: Variable 'd' is used before being assigned.
38 !!! error TS2454: Variable 'e' is used before being assigned.
DstrictPropertyInitialization.errors.txt1 …5): error TS2564: Property 'a' has no initializer and is not definitely assigned in the constructo…
2 …5): error TS2564: Property 'c' has no initializer and is not definitely assigned in the constructo…
3 …): error TS2564: Property '#f' has no initializer and is not definitely assigned in the constructo…
4 …): error TS2564: Property '#h' has no initializer and is not definitely assigned in the constructo…
5 …5): error TS2564: Property 'a' has no initializer and is not definitely assigned in the constructo…
6 …): error TS2564: Property '#b' has no initializer and is not definitely assigned in the constructo…
7 …5): error TS2564: Property 'a' has no initializer and is not definitely assigned in the constructo…
8 …/strictPropertyInitialization.ts(113,22): error TS2565: Property 'a' is used before being assigned.
9 …/strictPropertyInitialization.ts(114,23): error TS2565: Property 'b' is used before being assigned.
10 …strictPropertyInitialization.ts(115,23): error TS2565: Property '#d' is used before being assigned.
[all …]
DenumPropertyAccessBeforeInitalisation.errors.txt1 …ropertyAccessBeforeInitalisation.ts(2,9): error TS2565: Property 'A' is used before being assigned.
2 …ropertyAccessBeforeInitalisation.ts(3,9): error TS2565: Property 'B' is used before being assigned.
3 …ropertyAccessBeforeInitalisation.ts(4,9): error TS2565: Property 'C' is used before being assigned.
4 …opertyAccessBeforeInitalisation.ts(5,13): error TS2565: Property 'D' is used before being assigned.
11 !!! error TS2565: Property 'A' is used before being assigned.
14 !!! error TS2565: Property 'B' is used before being assigned.
17 !!! error TS2565: Property 'C' is used before being assigned.
20 !!! error TS2565: Property 'D' is used before being assigned.
DindexWithUndefinedAndNullStrictNullChecks.errors.txt1 …ndefinedAndNullStrictNullChecks.ts(9,19): error TS2454: Variable 'n' is used before being assigned.
3 …ndefinedAndNullStrictNullChecks.ts(10,7): error TS2454: Variable 'n' is used before being assigned.
5 …definedAndNullStrictNullChecks.ts(11,19): error TS2454: Variable 's' is used before being assigned.
7 …ndefinedAndNullStrictNullChecks.ts(12,7): error TS2454: Variable 's' is used before being assigned.
22 !!! error TS2454: Variable 'n' is used before being assigned.
27 !!! error TS2454: Variable 'n' is used before being assigned.
32 !!! error TS2454: Variable 's' is used before being assigned.
37 !!! error TS2454: Variable 's' is used before being assigned.
DtypeFromPropertyAssignment36.errors.txt1 …sa/typeFromPropertyAssignment36.ts(11,7): error TS2565: Property 'q' is used before being assigned.
2 …sa/typeFromPropertyAssignment36.ts(42,3): error TS2565: Property 'q' is used before being assigned.
3 …eFromPropertyAssignment36.ts(64,3): error TS2565: Property 'expando' is used before being assigned.
16 // error d.q might not be assigned
19 !!! error TS2565: Property 'q' is used before being assigned.
52 !!! error TS2565: Property 'q' is used before being assigned.
76 !!! error TS2565: Property 'expando' is used before being assigned.
DreadonlyTupleAndArrayElaboration.errors.txt2 …The type 'readonly [3, 4]' is 'readonly' and cannot be assigned to the mutable type '[number, numb…
4 The type 'readonly [3, 4]' is 'readonly' and cannot be assigned to the mutable type 'number[]'.
6 The type 'readonly [3, 4]' is 'readonly' and cannot be assigned to the mutable type 'number[]'.
8 The type 'readonly number[]' is 'readonly' and cannot be assigned to the mutable type 'number[]'.
10 The type 'readonly number[]' is 'readonly' and cannot be assigned to the mutable type 'number[]'.
12 The type 'readonly number[]' is 'readonly' and cannot be assigned to the mutable type 'number[]'.
15 …0,7): error TS4104: The type 'readonly [1]' is 'readonly' and cannot be assigned to the mutable ty…
22 … error TS4104: The type 'readonly number[]' is 'readonly' and cannot be assigned to the mutable ty…
29 …4,7): error TS4104: The type 'readonly [1]' is 'readonly' and cannot be assigned to the mutable ty…
36 … error TS4104: The type 'readonly number[]' is 'readonly' and cannot be assigned to the mutable ty…
[all …]
DexportBinding.errors.txt2 …rmance/es6/modules/exportConsts.ts(3,16): error TS2454: Variable 'x' is used before being assigned.
3 …formance/es6/modules/exportVars.ts(3,16): error TS2454: Variable 'y' is used before being assigned.
14 !!! error TS2454: Variable 'x' is used before being assigned.
26 !!! error TS2454: Variable 'y' is used before being assigned.
DjsxAttributeWithoutExpressionReact.errors.txt4 …utExpressionReact.tsx(4,35): error TS17000: JSX attributes must only be assigned a non-empty 'expr…
5 …utExpressionReact.tsx(5,44): error TS17000: JSX attributes must only be assigned a non-empty 'expr…
22 !!! error TS17000: JSX attributes must only be assigned a non-empty 'expression'.
25 !!! error TS17000: JSX attributes must only be assigned a non-empty 'expression'.
DcontrolFlowIIFE.errors.txt1 …nce/controlFlow/controlFlowIIFE.ts(64,5): error TS2454: Variable 'v' is used before being assigned.
2 …nce/controlFlow/controlFlowIIFE.ts(72,5): error TS2454: Variable 'v' is used before being assigned.
71 !!! error TS2454: Variable 'v' is used before being assigned.
81 !!! error TS2454: Variable 'v' is used before being assigned.
DnarrowingOfDottedNames.errors.txt1 …5): error TS2564: Property 'x' has no initializer and is not definitely assigned in the constructo…
2 …5): error TS2564: Property 'x' has no initializer and is not definitely assigned in the constructo…
52 !!! error TS2564: Property 'x' has no initializer and is not definitely assigned in the constructor.
63 !!! error TS2564: Property 'x' has no initializer and is not definitely assigned in the constructor.
/third_party/openssl/doc/internal/man3/
Devp_md_get_number.pod40 Returns the internal dynamic number assigned to I<cipher>.
44 Returns the internal dynamic number assigned to the I<cipher>. This is only
49 Keturns the internal dynamic number assigned to I<kdf>.
53 Returns the internal dynamic number assigned to I<kem>.
57 Returns the internal dynamic number assigned to the I<exchange>.
61 Returns the internal dynamic number assigned to the I<keymgmt>.
65 Returns the internal dynamic number assigned to I<mac>.
69 Returns the internal dynamic number assigned to the I<md>. This is
74 Returns the internal dynamic number assigned to I<rand>.
78 Returns the internal dynamic number assigned to I<signature>.
[all …]
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/
DRangeTableTest.java133 assertThat(table).assigned(TYPE).containsExactly("[1-37]xxxxxx", "82xxxxx"); in testApplyChanges()
134 assertThat(table).assigned(AREA_CODE_LENGTH).containsExactly("[18]2xxxxx"); in testApplyChanges()
137 assertThat(table).assigned(TYPE, FIXED_LINE).containsExactly("[1-3]xxxxxx"); in testApplyChanges()
138 assertThat(table).assigned(TYPE, MOBILE).containsExactly("7xxxxxx", "82xxxxx"); in testApplyChanges()
140 assertThat(table).assigned(AREA_CODE_LENGTH, 3).containsExactly("[18]2xxxxx"); in testApplyChanges()
153 assertThat(table).assigned(TYPE).containsExactly("12xxxx"); in testBareRangeAddition()
169 assertThat(table).assigned(TYPE).containsExactly("1[5-9]xxxx"); in testAssignAndUnassign()
185 assertThat(table).assigned(TYPE).containsExactly("1[0-4]xxxx"); in testAssignAndRemove()
203 assertThat(exported).containsCell(assigned("1xxxxxx", TYPE, MOBILE)); in testTableImportExport()
204 assertThat(exported).containsCell(assigned("1xxxxxx", AREA_CODE_LENGTH, 3)); in testTableImportExport()
[all …]
/third_party/mesa3d/src/etnaviv/ci/
Detnaviv-gc2000-flakes.txt32 dEQP-GLES2.functional.uniform_api.value.assigned.by_pointer.render.struct_in_array.sampler2D_sample…
33 dEQP-GLES2.functional.uniform_api.value.assigned.by_value.render.array_in_struct.sampler2D_samplerC…
34 dEQP-GLES2.functional.uniform_api.value.assigned.by_value.render.basic_array.sampler2D_both
35 dEQP-GLES2.functional.uniform_api.value.assigned.by_value.render.basic_struct.sampler2D_samplerCube…
36 dEQP-GLES2.functional.uniform_api.value.assigned.by_value.render.basic.sampler2D_vertex
37 dEQP-GLES2.functional.uniform_api.value.assigned.by_value.render.basic.samplerCube_vertex
38 dEQP-GLES2.functional.uniform_api.value.assigned.by_value.render.struct_in_array.sampler2D_samplerC…
/third_party/icu/icu4c/source/test/intltest/
Dquantityformattertest.cpp104 QuantityFormatter assigned; in TestBasic() local
105 assigned = fmt; in TestBasic()
108 assigned.getByVariant("other")->getTextWithNoArguments(), in TestBasic()
112 assigned.getByVariant("one")->getTextWithNoArguments(), in TestBasic()
116 assigned.getByVariant("few")->getTextWithNoArguments(), in TestBasic()
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.6.x/src/
Dgles2-hw-issues.txt17 dEQP-GLES2.functional.uniform_api.value.assigned.by_pointer.get_uniform.nested_structs_arrays.mat4_…
18 dEQP-GLES2.functional.uniform_api.value.assigned.by_pointer.get_uniform.nested_structs_arrays.mat4_…
19 dEQP-GLES2.functional.uniform_api.value.assigned.by_pointer.render.nested_structs_arrays.mat4_mat2_…
20 dEQP-GLES2.functional.uniform_api.value.assigned.by_pointer.render.nested_structs_arrays.mat4_mat2_…
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.5.x/src/
Dgles2-hw-issues.txt17 dEQP-GLES2.functional.uniform_api.value.assigned.by_pointer.get_uniform.nested_structs_arrays.mat4_…
18 dEQP-GLES2.functional.uniform_api.value.assigned.by_pointer.get_uniform.nested_structs_arrays.mat4_…
19 dEQP-GLES2.functional.uniform_api.value.assigned.by_pointer.render.nested_structs_arrays.mat4_mat2_…
20 dEQP-GLES2.functional.uniform_api.value.assigned.by_pointer.render.nested_structs_arrays.mat4_mat2_…
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.4.x/src/
Dgles2-hw-issues.txt17 dEQP-GLES2.functional.uniform_api.value.assigned.by_pointer.get_uniform.nested_structs_arrays.mat4_…
18 dEQP-GLES2.functional.uniform_api.value.assigned.by_pointer.get_uniform.nested_structs_arrays.mat4_…
19 dEQP-GLES2.functional.uniform_api.value.assigned.by_pointer.render.nested_structs_arrays.mat4_mat2_…
20 dEQP-GLES2.functional.uniform_api.value.assigned.by_pointer.render.nested_structs_arrays.mat4_mat2_…
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/src/
Dgles2-hw-issues.txt17 dEQP-GLES2.functional.uniform_api.value.assigned.by_pointer.get_uniform.nested_structs_arrays.mat4_…
18 dEQP-GLES2.functional.uniform_api.value.assigned.by_pointer.get_uniform.nested_structs_arrays.mat4_…
19 dEQP-GLES2.functional.uniform_api.value.assigned.by_pointer.render.nested_structs_arrays.mat4_mat2_…
20 dEQP-GLES2.functional.uniform_api.value.assigned.by_pointer.render.nested_structs_arrays.mat4_mat2_…
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/master/src/
Dgles2-hw-issues.txt17 dEQP-GLES2.functional.uniform_api.value.assigned.by_pointer.get_uniform.nested_structs_arrays.mat4_…
18 dEQP-GLES2.functional.uniform_api.value.assigned.by_pointer.get_uniform.nested_structs_arrays.mat4_…
19 dEQP-GLES2.functional.uniform_api.value.assigned.by_pointer.render.nested_structs_arrays.mat4_mat2_…
20 dEQP-GLES2.functional.uniform_api.value.assigned.by_pointer.render.nested_structs_arrays.mat4_mat2_…
/third_party/glslang/Test/
Dspv.buffer.autoassign.frag2 cbuffer MyUB1 : register(b5) // explicitly assigned & offsetted
8 cbuffer MyUB2 // implicitly assigned
13 cbuffer MyUB3 // implicitly assigned
/third_party/python/Doc/library/
Dunicodedata.rst40 Returns the name assigned to the character *chr* as a string. If no
47 Returns the decimal value assigned to the character *chr* as integer.
54 Returns the digit value assigned to the character *chr* as integer.
61 Returns the numeric value assigned to the character *chr* as float.
68 Returns the general category assigned to the character *chr* as
74 Returns the bidirectional class assigned to the character *chr* as
80 Returns the canonical combining class assigned to the character *chr*
86 Returns the east asian width assigned to the character *chr* as
92 Returns the mirrored property assigned to the character *chr* as
99 Returns the character decomposition mapping assigned to the character
/third_party/openGLES/extensions/NV/
DNV_explicit_attrib_location.txt68 automatically assigned by the GL when the program is linked."
76 GetAttribLocation. LinkProgram will fail if the assigned binding of
85 assigned by BindAttribLocation, the assignment in the shader text is
133 assigned multiple locations starting with the location specified.
134 The number of locations assigned for each matrix will be equal to
139 will establish that input <transform> is assigned to vector location
142 If an attribute variable with no location assigned in the shader
144 assigned location will be used. Otherwise, such variables will be
145 assigned a location by the linker. See section 2.10.4 of the OpenGL
168 "LinkProgram will fail if the assigned binding of an active attribute
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_explicit_attrib_location.txt68 automatically assigned by the GL when the program is linked."
76 GetAttribLocation. LinkProgram will fail if the assigned binding of
85 assigned by BindAttribLocation, the assignment in the shader text is
133 assigned multiple locations starting with the location specified.
134 The number of locations assigned for each matrix will be equal to
139 will establish that input <transform> is assigned to vector location
142 If an attribute variable with no location assigned in the shader
144 assigned location will be used. Otherwise, such variables will be
145 assigned a location by the linker. See section 2.10.4 of the OpenGL
168 "LinkProgram will fail if the assigned binding of an active attribute
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_explicit_attrib_location.txt76 bindings assigned by BindAttribLocation do not leave not enough space
80 the shader text and a different binding assigned by BindAttribLocation,
96 assigned by BindFragDataLocationIndexed or BindFragDataLocation, the
103 * if the program has an active output assigned to a location greater
105 active output assigned an index greater than or equal to one;
242 If the named vertex shader input is an array, it will be assigned
250 If the named vertex shader input is an <n>x<m> matrix, it will be assigned
252 locations assigned for each matrix will be the same as for an <n>-element
257 will establish that input <transforms> is assigned to vector location
258 numbers 9-16, with transforms[0] being assigned to locations 9-12 and
[all …]
/third_party/openGLES/extensions/ARB/
DARB_explicit_attrib_location.txt86 bindings assigned by BindAttribLocation do not leave not enough space
90 the shader text and a different binding assigned by BindAttribLocation,
106 assigned by BindFragDataLocationIndexed or BindFragDataLocation, the
113 * if the program has an active output assigned to a location greater
115 active output assigned an index greater than or equal to one;
252 If the named vertex shader input is an array, it will be assigned
260 If the named vertex shader input is an <n>x<m> matrix, it will be assigned
262 locations assigned for each matrix will be the same as for an <n>-element
267 will establish that input <transforms> is assigned to vector location
268 numbers 9-16, with transforms[0] being assigned to locations 9-12 and
[all …]

12345678910>>...44