Home
last modified time | relevance | path

Searched refs:initialization (Results 1 – 25 of 687) sorted by relevance

12345678910>>...28

/third_party/typescript/tests/baselines/reference/
DuseBeforeDeclaration_propertyAssignment.errors.txt1 …laration_propertyAssignment.ts(2,27): error TS2729: Property 'b' is used before its initialization.
2 …laration_propertyAssignment.ts(2,38): error TS2729: Property 'c' is used before its initialization.
3 …laration_propertyAssignment.ts(2,47): error TS2729: Property 'b' is used before its initialization.
4 …laration_propertyAssignment.ts(2,59): error TS2729: Property 'c' is used before its initialization.
5 …laration_propertyAssignment.ts(8,32): error TS2729: Property 'B' is used before its initialization.
6 …aration_propertyAssignment.ts(13,12): error TS2729: Property 'D' is used before its initialization.
13 !!! error TS2729: Property 'b' is used before its initialization.
16 !!! error TS2729: Property 'c' is used before its initialization.
19 !!! error TS2729: Property 'b' is used before its initialization.
22 !!! error TS2729: Property 'c' is used before its initialization.
[all …]
DclassUsedBeforeInitializedVariables.errors.txt1 …BeforeInitializedVariables.ts(4,15): error TS2729: Property 'p4' is used before its initialization.
2 …edVariables.ts(13,34): error TS2729: Property 'directlyAssigned' is used before its initialization.
3 …ariables.ts(22,15): error TS2729: Property 'withinObjectLiteral' is used before its initialization.
4 …s(26,19): error TS2729: Property 'withinObjectLiteralGetterName' is used before its initialization.
5 …s(32,19): error TS2729: Property 'withinObjectLiteralSetterName' is used before its initialization.
6 …35,64): error TS2729: Property 'withinClassDeclarationExtension' is used before its initialization.
15 !!! error TS2729: Property 'p4' is used before its initialization.
27 !!! error TS2729: Property 'directlyAssigned' is used before its initialization.
39 !!! error TS2729: Property 'withinObjectLiteral' is used before its initialization.
46 !!! error TS2729: Property 'withinObjectLiteralGetterName' is used before its initialization.
[all …]
DuseBeforeDeclaration_jsx.errors.txt1 …r/useBeforeDeclaration_jsx.tsx(6,19): error TS2729: Property 'z' is used before its initialization.
2 …r/useBeforeDeclaration_jsx.tsx(7,19): error TS2729: Property 'z' is used before its initialization.
3 …r/useBeforeDeclaration_jsx.tsx(8,28): error TS2729: Property 'x' is used before its initialization.
4 …r/useBeforeDeclaration_jsx.tsx(9,28): error TS2729: Property 'y' is used before its initialization.
5 …/useBeforeDeclaration_jsx.tsx(10,25): error TS2729: Property 'y' is used before its initialization.
16 !!! error TS2729: Property 'z' is used before its initialization.
20 !!! error TS2729: Property 'z' is used before its initialization.
24 !!! error TS2729: Property 'x' is used before its initialization.
28 !!! error TS2729: Property 'y' is used before its initialization.
32 !!! error TS2729: Property 'y' is used before its initialization.
DassignParameterPropertyToPropertyDeclarationESNext.errors.txt1 …PropertyDeclarationESNext.ts(2,16): error TS2729: Property 'bar' is used before its initialization.
2 …PropertyDeclarationESNext.ts(3,16): error TS2729: Property 'foo' is used before its initialization.
3 …oPropertyDeclarationESNext.ts(6,19): error TS2729: Property 'm3' is used before its initialization.
4 …ropertyDeclarationESNext.ts(12,17): error TS2729: Property 'baz' is used before its initialization.
5 …ropertyDeclarationESNext.ts(13,16): error TS2729: Property 'foo' is used before its initialization.
12 !!! error TS2729: Property 'bar' is used before its initialization.
16 !!! error TS2729: Property 'foo' is used before its initialization.
22 !!! error TS2729: Property 'm3' is used before its initialization.
31 !!! error TS2729: Property 'baz' is used before its initialization.
35 !!! error TS2729: Property 'foo' is used before its initialization.
DdefineProperty(target=esnext).errors.txt1 …Declarations/defineProperty.ts(3,14): error TS2729: Property 'y' is used before its initialization.
2 …eclarations/defineProperty.ts(10,14): error TS2729: Property 'y' is used before its initialization.
3 …clarations/defineProperty.ts(18,14): error TS2729: Property 'ka' is used before its initialization.
4 …clarations/defineProperty.ts(22,15): error TS2729: Property 'ka' is used before its initialization.
12 !!! error TS2729: Property 'y' is used before its initialization.
22 !!! error TS2729: Property 'y' is used before its initialization.
33 !!! error TS2729: Property 'ka' is used before its initialization.
40 !!! error TS2729: Property 'ka' is used before its initialization.
DclassStaticBlock3(target=es2022).errors.txt1 …ticBlock/classStaticBlock3.ts(7,29): error TS2729: Property 'f2' is used before its initialization.
2 …ticBlock/classStaticBlock3.ts(7,35): error TS2729: Property 'f3' is used before its initialization.
3 …icBlock/classStaticBlock3.ts(13,35): error TS2729: Property 'f3' is used before its initialization.
15 !!! error TS2729: Property 'f2' is used before its initialization.
18 !!! error TS2729: Property 'f3' is used before its initialization.
27 !!! error TS2729: Property 'f3' is used before its initialization.
DclassStaticBlock3(target=esnext).errors.txt1 …ticBlock/classStaticBlock3.ts(7,29): error TS2729: Property 'f2' is used before its initialization.
2 …ticBlock/classStaticBlock3.ts(7,35): error TS2729: Property 'f3' is used before its initialization.
3 …icBlock/classStaticBlock3.ts(13,35): error TS2729: Property 'f3' is used before its initialization.
15 !!! error TS2729: Property 'f2' is used before its initialization.
18 !!! error TS2729: Property 'f3' is used before its initialization.
27 !!! error TS2729: Property 'f3' is used before its initialization.
DclassStaticInitializersUsePropertiesBeforeDeclaration.errors.txt2 …PropertiesBeforeDeclaration.ts(2,30): error TS2729: Property 'A' is used before its initialization.
4 …PropertiesBeforeDeclaration.ts(3,42): error TS2729: Property 'A' is used before its initialization.
5 …PropertiesBeforeDeclaration.ts(4,40): error TS2729: Property 'A' is used before its initialization.
15 !!! error TS2729: Property 'A' is used before its initialization.
22 !!! error TS2729: Property 'A' is used before its initialization.
26 !!! error TS2729: Property 'A' is used before its initialization.
DforwardRefInClassProperties.errors.txt1 …orwardRefInClassProperties.ts(3,15): error TS2729: Property '_a' is used before its initialization.
2 …orwardRefInClassProperties.ts(6,22): error TS2729: Property '_A' is used before its initialization.
11 !!! error TS2729: Property '_a' is used before its initialization.
17 !!! error TS2729: Property '_A' is used before its initialization.
23 let a = b; // Property 'b' is used before its initialization.
DclassStaticBlock9(target=esnext).errors.txt1 …icBlock/classStaticBlock9.ts(2,20): error TS2729: Property 'foo' is used before its initialization.
2 …icBlock/classStaticBlock9.ts(4,11): error TS2729: Property 'foo' is used before its initialization.
9 !!! error TS2729: Property 'foo' is used before its initialization.
14 !!! error TS2729: Property 'foo' is used before its initialization.
DclassStaticBlock9(target=es5).errors.txt1 …icBlock/classStaticBlock9.ts(2,20): error TS2729: Property 'foo' is used before its initialization.
2 …icBlock/classStaticBlock9.ts(4,11): error TS2729: Property 'foo' is used before its initialization.
9 !!! error TS2729: Property 'foo' is used before its initialization.
14 !!! error TS2729: Property 'foo' is used before its initialization.
DclassStaticBlock9(target=es2022).errors.txt1 …icBlock/classStaticBlock9.ts(2,20): error TS2729: Property 'foo' is used before its initialization.
2 …icBlock/classStaticBlock9.ts(4,11): error TS2729: Property 'foo' is used before its initialization.
9 !!! error TS2729: Property 'foo' is used before its initialization.
14 !!! error TS2729: Property 'foo' is used before its initialization.
DclassStaticBlock9(target=es2015).errors.txt1 …icBlock/classStaticBlock9.ts(2,20): error TS2729: Property 'foo' is used before its initialization.
2 …icBlock/classStaticBlock9.ts(4,11): error TS2729: Property 'foo' is used before its initialization.
9 !!! error TS2729: Property 'foo' is used before its initialization.
14 !!! error TS2729: Property 'foo' is used before its initialization.
DclassStaticBlock4(target=esnext).errors.txt1 …ticBlock/classStaticBlock4.ts(8,14): error TS2729: Property 's2' is used before its initialization.
2 …ticBlock/classStaticBlock4.ts(9,11): error TS2729: Property 's2' is used before its initialization.
15 !!! error TS2729: Property 's2' is used before its initialization.
19 !!! error TS2729: Property 's2' is used before its initialization.
DclassStaticBlock4(target=es2022).errors.txt1 …ticBlock/classStaticBlock4.ts(8,14): error TS2729: Property 's2' is used before its initialization.
2 …ticBlock/classStaticBlock4.ts(9,11): error TS2729: Property 's2' is used before its initialization.
15 !!! error TS2729: Property 's2' is used before its initialization.
19 !!! error TS2729: Property 's2' is used before its initialization.
DprivateNamesUseBeforeDef.errors.txt1 …privateNamesUseBeforeDef.ts(2,17): error TS2729: Property '#bar' is used before its initialization.
2 …rivateNamesUseBeforeDef.ts(17,17): error TS2729: Property '#bar' is used before its initialization.
9 !!! error TS2729: Property '#bar' is used before its initialization.
27 !!! error TS2729: Property '#bar' is used before its initialization.
DinitializerWithThisPropertyAccess.errors.txt1 …lizerWithThisPropertyAccess.ts(3,14): error TS2729: Property 'a' is used before its initialization.
2 …erWithThisPropertyAccess.ts(24,29): error TS2729: Property 'bar' is used before its initialization.
10 !!! error TS2729: Property 'a' is used before its initialization.
34 !!! error TS2729: Property 'bar' is used before its initialization.
DscopeCheckStaticInitializer.errors.txt1 …peCheckStaticInitializer.ts(2,38): error TS2729: Property 'data' is used before its initialization.
3 …peCheckStaticInitializer.ts(5,29): error TS2729: Property 'data' is used before its initialization.
11 !!! error TS2729: Property 'data' is used before its initialization.
20 !!! error TS2729: Property 'data' is used before its initialization.
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdsegmenttemplatenode.c51 self->initialization = g_value_dup_string (value); in gst_mpd_segment_template_node_set_property()
75 g_value_set_string (value, self->initialization); in gst_mpd_segment_template_node_get_property()
95 if (self->initialization) in gst_mpd_segment_template_node_finalize()
96 xmlFree (self->initialization); in gst_mpd_segment_template_node_finalize()
122 if (self->initialization) in gst_mpd_segment_template_get_xml_node()
124 self->initialization); in gst_mpd_segment_template_get_xml_node()
171 self->initialization = NULL; in gst_mpd_segment_template_node_init()
/third_party/skia/third_party/externals/angle2/extensions/
DANGLE_robust_resource_initialization.txt38 context that supports this extension, and resource initialization.
42 This extension specifies the behavior for initialization of
44 initialization ensures that access will not be provided by the
76 If <data> is NULL, and robust resource initialization is enabled,
97 robust resource initialization is enabled, the contents of the image
102 initialization is not enabled, the image contents are undefined, and
112 for target. If robust resource initialization is enabled, the
120 If robust resource initialization is enabled, the contents of each
134 Queries of pname RESOURCE_INITIALIZED_ANGLE return the initialization
145 initialization is enabled, the contents of each pixel in the data
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.cpp13656 const std::string& initialization = getInitialization(); in prepareShaderSource() local
13702 …Utils::replaceToken("INITIALIZATION", position, initialization.c_str(), out_source.m_parts[0].m_co… in prepareShaderSource()
13905 std::string initialization; in getInitialization() local
13910 initialization.append(getVectorInitializer(0 /*column*/, test_case.m_n_rows)); in getInitialization()
13915 initialization = "{ "; in getInitialization()
13916 initialization.append(getVectorArrayList(test_case.m_n_cols, test_case.m_n_rows)); in getInitialization()
13917 initialization.append(" }"); in getInitialization()
13923 initialization = "{ "; in getInitialization()
13924 initialization.append(getVectorArrayCtr(test_case.m_n_cols, test_case.m_n_rows)); in getInitialization()
13925 initialization.append(" }"); in getInitialization()
[all …]
/third_party/python/Doc/c-api/
Dmodule.rst132 which export an initialization function), or compiled-in modules
133 (where the initialization function is added using :c:func:`PyImport_AppendInittab`).
136 The initialization function can either pass a module definition instance
138 or request "multi-phase initialization" by returning the definition struct itself.
175 initialization.
186 An array of slot definitions for multi-phase initialization, terminated by
188 When using single-phase initialization, *m_slots* must be ``NULL``.
248 Single-phase initialization
251 The module initialization function may create and return the module object
252 directly. This is referred to as "single-phase initialization", and uses one
[all …]
/third_party/icu/docs/userguide/dev/sync/
Dcustom.md30 requirements to provide their own mutex and one-time initialization
72 one-time initialization. Their implementation is split into a
190 // tested. It is not held while initialization functions are running.
191 // Threads needing to block, waiting for an initialization to complete, will wait
194 // all blocked threads will wake if any (possibly unrelated) initialization completes.
202 // reveals that initialization has not completed, that we either need to call the
203 // function on this thread, or wait for some other thread to complete the initialization.
207 // the inline code needs to invoke the Init function, or false if the initialization
223 // Another thread is currently running the initialization.
234 // unblock any threads that may be waiting on the initialization.
/third_party/curl/m4/
Dxc-am-iface.m430 dnl This macro performs embedding of automake initialization
44 ## Start of automake initialization code ##
53 ## End of automake initialization code ##
69 dnl initialization option 'subdir-objects' is used to
/third_party/glslang/Test/
Dhlsl.matrixindex.frag12 const float3x2 m1 = { { 10, 11 }, // row-wise initialization
16 …const float3x2 m2 = { 20, 21, 22, 23, 24, 25 }; // component-wise matrix initialization is allowed
17 …const float3x2 m3 = { 30, 31, 33, 33, 34, 35 }; // component-wise matrix initialization is allowed

12345678910>>...28