Home
last modified time | relevance | path

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

12345678910>>...55

/third_party/typescript/tests/baselines/reference/
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/uboot/u-boot-2020.01/arch/arm/dts/
Dimx7ulp.dtsi214 assigned-clock-rates = <48000000>;
215 assigned-clocks = <&clks IMX7ULP_CLK_LPIT1>;
216 assigned-clock-parents = <&clks IMX7ULP_CLK_FIRC>;
225 assigned-clocks = <&clks IMX7ULP_CLK_LPI2C4>;
226 assigned-clock-parents = <&clks IMX7ULP_CLK_FIRC>;
227 assigned-clock-rates = <48000000>;
237 assigned-clocks = <&clks IMX7ULP_CLK_LPI2C5>;
238 assigned-clock-parents = <&clks IMX7ULP_CLK_FIRC>;
239 assigned-clock-rates = <48000000>;
249 assigned-clocks = <&clks IMX7ULP_CLK_LPSPI2>;
[all …]
Dfsl-imx8qm.dtsi247 assigned-clocks = <&clk IMX8QM_I2C0_CLK>;
248 assigned-clock-rates = <24000000>;
261 assigned-clocks = <&clk IMX8QM_I2C1_CLK>;
262 assigned-clock-rates = <24000000>;
275 assigned-clocks = <&clk IMX8QM_I2C2_CLK>;
276 assigned-clock-rates = <24000000>;
289 assigned-clocks = <&clk IMX8QM_I2C3_CLK>;
290 assigned-clock-rates = <24000000>;
303 assigned-clocks = <&clk IMX8QM_I2C4_CLK>;
304 assigned-clock-rates = <24000000>;
[all …]
Dfsl-imx8dx.dtsi273 assigned-clocks = <&clk IMX8QXP_I2C0_CLK>;
274 assigned-clock-rates = <24000000>;
289 assigned-clocks = <&clk IMX8QXP_I2C1_CLK>;
290 assigned-clock-rates = <24000000>;
304 assigned-clocks = <&clk IMX8QXP_I2C2_CLK>;
305 assigned-clock-rates = <24000000>;
320 assigned-clocks = <&clk IMX8QXP_I2C3_CLK>;
321 assigned-clock-rates = <24000000>;
423 assigned-clocks = <&clk IMX8QXP_UART0_CLK>;
424 assigned-clock-rates = <80000000>;
[all …]
Dimx7d-pico.dtsi76 assigned-clocks = <&clks IMX7D_CLKO2_ROOT_SRC>,
78 assigned-clock-parents = <&clks IMX7D_CKIL>;
79 assigned-clock-rates = <0>, <32768>;
92 assigned-clocks = <&clks IMX7D_ENET1_TIME_ROOT_SRC>,
94 assigned-clock-parents = <&clks IMX7D_PLL_ENET_MAIN_100M_CLK>;
95 assigned-clock-rates = <0>, <100000000>;
237 assigned-clocks = <&clks IMX7D_SAI1_ROOT_SRC>,
239 assigned-clock-parents = <&clks IMX7D_PLL_AUDIO_POST_DIV>;
240 assigned-clock-rates = <0>, <24576000>;
270 assigned-clocks = <&clks IMX7D_UART5_ROOT_SRC>;
[all …]
Dimx7s-warp.dts84 assigned-clocks = <&clks IMX7D_PLL_AUDIO_POST_DIV>;
85 assigned-clock-rates = <884736000>;
225 assigned-clocks = <&clks IMX7D_SAI1_ROOT_SRC>,
227 assigned-clock-parents = <&clks IMX7D_PLL_AUDIO_POST_DIV>;
228 assigned-clock-rates = <0>, <36864000>;
235 assigned-clocks = <&clks IMX7D_UART1_ROOT_SRC>;
236 assigned-clock-parents = <&clks IMX7D_PLL_SYS_MAIN_240M_CLK>;
243 assigned-clocks = <&clks IMX7D_UART3_ROOT_SRC>;
244 assigned-clock-parents = <&clks IMX7D_PLL_SYS_MAIN_240M_CLK>;
252 assigned-clocks = <&clks IMX7D_UART6_ROOT_SRC>;
[all …]
Dmt7629.dtsi96 assigned-clocks = <&topckgen CLK_TOP_HIF_SEL>;
97 assigned-clock-parents = <&topckgen CLK_TOP_UNIVPLL1_D2>;
187 assigned-clocks = <&topckgen CLK_TOP_AXI_SEL>;
188 assigned-clock-parents = <&topckgen CLK_TOP_SYSPLL1_D2>;
200 assigned-clocks = <&topckgen CLK_TOP_AXI_SEL>;
201 assigned-clock-parents = <&topckgen CLK_TOP_SYSPLL1_D2>;
213 assigned-clocks = <&topckgen CLK_TOP_AXI_SEL>;
214 assigned-clock-parents = <&topckgen CLK_TOP_SYSPLL1_D2>;
224 assigned-clocks = <&topckgen CLK_TOP_AXI_SEL>,
226 assigned-clock-parents = <&topckgen CLK_TOP_SYSPLL1_D2>,
[all …]
Dimx7d-meerkat96.dts143 assigned-clocks = <&clks IMX7D_UART1_ROOT_SRC>;
144 assigned-clock-parents = <&clks IMX7D_PLL_SYS_MAIN_240M_CLK>;
151 assigned-clocks = <&clks IMX7D_UART3_ROOT_SRC>;
152 assigned-clock-parents = <&clks IMX7D_PLL_SYS_MAIN_240M_CLK>;
160 assigned-clocks = <&clks IMX7D_UART6_ROOT_SRC>;
161 assigned-clock-parents = <&clks IMX7D_PLL_SYS_MAIN_240M_CLK>;
168 assigned-clocks = <&clks IMX7D_UART7_ROOT_SRC>;
169 assigned-clock-parents = <&clks IMX7D_PLL_SYS_MAIN_240M_CLK>;
Dk3-j721e-r5-common-proc-board.dts29 assigned-clocks = <&k3_clks 202 2>, <&k3_clks 61 1>;
30 assigned-clock-rates = <2000000000>, <200000000>;
139 /delete-property/ assigned-clocks;
140 /delete-property/ assigned-clock-parents;
150 /delete-property/ assigned-clocks;
151 /delete-property/ assigned-clock-parents;
/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/uboot/u-boot-2020.01/doc/device-tree-bindings/remoteproc/
Dk3-rproc.txt28 - assigned-clocks: Should contain a phandle to clock node and an args
32 - assigned-clock-rates: One entry for each entry of assigned-clocks. This is
34 to be assigned.
45 assigned-clocks = <&k3_clks 202 0>;
46 assigned-clock-rates = <800000000>;
/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/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/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/uboot/u-boot-2020.01/configs/
Dficus-rk3399_defconfig25 …"pinctrl-0 pinctrl-names clock-names interrupt-parent assigned-clocks assigned-clock-rates assigne…
Dleez-rk3399_defconfig24 …"pinctrl-0 pinctrl-names clock-names interrupt-parent assigned-clocks assigned-clock-rates assigne…
/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 …]

12345678910>>...55