Home
last modified time | relevance | path

Searched full:when (Results 1 – 25 of 11494) sorted by relevance

12345678910>>...460

/third_party/typescript/tests/baselines/reference/
DobjectLiteralGettersAndSetters.errors.txt1 …ralGettersAndSetters.ts(2,24): error TS1056: Accessors are only available when targeting ECMAScrip…
2 …ralGettersAndSetters.ts(2,50): error TS1056: Accessors are only available when targeting ECMAScrip…
3 …ralGettersAndSetters.ts(3,24): error TS1056: Accessors are only available when targeting ECMAScrip…
4 …ralGettersAndSetters.ts(3,50): error TS1056: Accessors are only available when targeting ECMAScrip…
5 …ralGettersAndSetters.ts(4,24): error TS1056: Accessors are only available when targeting ECMAScrip…
6 …ralGettersAndSetters.ts(4,51): error TS1056: Accessors are only available when targeting ECMAScrip…
7 …ralGettersAndSetters.ts(5,24): error TS1056: Accessors are only available when targeting ECMAScrip…
8 …ralGettersAndSetters.ts(5,49): error TS1056: Accessors are only available when targeting ECMAScrip…
9 …ralGettersAndSetters.ts(6,24): error TS1056: Accessors are only available when targeting ECMAScrip…
10 …ralGettersAndSetters.ts(6,51): error TS1056: Accessors are only available when targeting ECMAScrip…
[all …]
DreactDefaultPropsInferenceSuccess.types8 when?: ((value: string) => boolean) | "a" | "b";
9 >when : "a" | "b" | ((value: string) => boolean) | undefined
26 >defaultProps : { when: () => boolean; }
27 >{ when: () => true } : { when: () => boolean; }
29 when: () => true
30 >when : () => boolean
47 const Test1 = () => <FieldFeedback when={value => !!value} />;
49 >() => <FieldFeedback when={value => !!value} /> : () => JSX.Element
50 ><FieldFeedback when={value => !!value} /> : JSX.Element
52 >when : (value: string) => boolean
[all …]
DnewWithSpread.errors.txt1 …13): error TS2472: Spread operator in 'new' expressions is only available when targeting ECMAScrip…
2 …13): error TS2472: Spread operator in 'new' expressions is only available when targeting ECMAScrip…
3 …,8): error TS2472: Spread operator in 'new' expressions is only available when targeting ECMAScrip…
4 …13): error TS2472: Spread operator in 'new' expressions is only available when targeting ECMAScrip…
5 …13): error TS2472: Spread operator in 'new' expressions is only available when targeting ECMAScrip…
6 …13): error TS2472: Spread operator in 'new' expressions is only available when targeting ECMAScrip…
7 …15): error TS2472: Spread operator in 'new' expressions is only available when targeting ECMAScrip…
8 …15): error TS2472: Spread operator in 'new' expressions is only available when targeting ECMAScrip…
9 …17): error TS2472: Spread operator in 'new' expressions is only available when targeting ECMAScrip…
10 …17): error TS2472: Spread operator in 'new' expressions is only available when targeting ECMAScrip…
[all …]
DtupleTypeInference.types18 when<T>(t?: T): IPromise<T>;
19 >when : <T>(t?: T) => IPromise<T>
31 var a = $q.all([$q.when<string>(), $q.when<number>()]);
33 >$q.all([$q.when<string>(), $q.when<number>()]) : IPromise<[string, number]>
37 >[$q.when<string>(), $q.when<number>()] : [IPromise<string>, IPromise<number>]
38 >$q.when<string>() : IPromise<string>
39 >$q.when : <T>(t?: T) => IPromise<T>
41 >when : <T>(t?: T) => IPromise<T>
42 >$q.when<number>() : IPromise<number>
43 >$q.when : <T>(t?: T) => IPromise<T>
[all …]
DunparenthesizedFunctionTypeInUnionOrIntersection.errors.txt1 …tion.ts(1,19): error TS1385: Function type notation must be parenthesized when used in a union typ…
2 …tion.ts(2,19): error TS1385: Function type notation must be parenthesized when used in a union typ…
3 …tion.ts(3,12): error TS1385: Function type notation must be parenthesized when used in a union typ…
4 …tion.ts(4,12): error TS1385: Function type notation must be parenthesized when used in a union typ…
5 …tion.ts(5,19): error TS1385: Function type notation must be parenthesized when used in a union typ…
6 …ction.ts(8,4): error TS1385: Function type notation must be parenthesized when used in a union typ…
7 …ion.ts(11,19): error TS1387: Function type notation must be parenthesized when used in an intersec…
8 …ion.ts(12,19): error TS1387: Function type notation must be parenthesized when used in an intersec…
9 …ion.ts(13,12): error TS1387: Function type notation must be parenthesized when used in an intersec…
10 …ion.ts(14,12): error TS1387: Function type notation must be parenthesized when used in an intersec…
[all …]
DunparenthesizedConstructorTypeInUnionOrIntersection.errors.txt1 …n.ts(1,19): error TS1386: Constructor type notation must be parenthesized when used in a union typ…
2 …n.ts(2,19): error TS1386: Constructor type notation must be parenthesized when used in a union typ…
3 …n.ts(3,12): error TS1386: Constructor type notation must be parenthesized when used in a union typ…
4 …n.ts(4,12): error TS1386: Constructor type notation must be parenthesized when used in a union typ…
5 …n.ts(5,19): error TS1386: Constructor type notation must be parenthesized when used in a union typ…
6 …on.ts(8,4): error TS1386: Constructor type notation must be parenthesized when used in a union typ…
7 ….ts(11,19): error TS1388: Constructor type notation must be parenthesized when used in an intersec…
8 ….ts(12,19): error TS1388: Constructor type notation must be parenthesized when used in an intersec…
9 ….ts(13,12): error TS1388: Constructor type notation must be parenthesized when used in an intersec…
10 ….ts(14,12): error TS1388: Constructor type notation must be parenthesized when used in an intersec…
[all …]
DreadonlyPropertySubtypeRelationDirected.js5 // When the non-readonly type is declared first, the unioned type of `three` in `doSomething` is ne…
10 …// when `one` comes first in the conditional check, the return type of `doSomething` is inferred a…
16 …// the inferred (displayed?) type of `a` also depends on the order of the condition above. When `o…
17 …// when `two` comes first, the displayed type is `string`, but the diagnostic will always correctl…
24 // When the non-readonly type is declared first, the unioned type of `three` in `doSomething` is ne…
29 …// when `two` comes first in the conditional check, the return type of `doSomething` is inferred a…
35 …// the inferred (displayed?) type of `a` also depends on the order of the condition above. When `o…
36 …// when `two` comes first, the displayed type is `string`, but the diagnostic will always correctl…
44 // When the readonly type is declared first, the unioned type of `three` in `doSomething` is always…
49 …// when `one` comes first in the conditional check, the return type of `doSomething` is inferred a…
[all …]
DreactDefaultPropsInferenceSuccess.symbols10 when?: ((value: string) => boolean) | "a" | "b";
11 >when : Symbol(BaseProps.when, Decl(reactDefaultPropsInferenceSuccess.tsx, 4, 21))
36 when: () => true
37 >when : Symbol(when, Decl(reactDefaultPropsInferenceSuccess.tsx, 13, 25))
51 const Test1 = () => <FieldFeedback when={value => !!value} />;
54 >when : Symbol(when, Decl(reactDefaultPropsInferenceSuccess.tsx, 23, 34))
59 const Test2 = () => <FieldFeedback when={value => console.log(value)} />;
62 >when : Symbol(when, Decl(reactDefaultPropsInferenceSuccess.tsx, 26, 34))
83 when: () => true
84 >when : Symbol(when, Decl(reactDefaultPropsInferenceSuccess.tsx, 29, 36))
[all …]
DsuperInStaticMembers1(target=es2015).errors.txt1 … TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emitting 'super' re…
2 … TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emitting 'super' re…
3 … TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emitting 'super' re…
4 … TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emitting 'super' re…
5 … TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emitting 'super' re…
6 … TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emitting 'super' re…
7 … TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emitting 'super' re…
8 … TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emitting 'super' re…
9 … TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emitting 'super' re…
10 … TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emitting 'super' re…
[all …]
DsuperInStaticMembers1(target=es2021).errors.txt1 … TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emitting 'super' re…
2 … TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emitting 'super' re…
3 … TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emitting 'super' re…
4 … TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emitting 'super' re…
5 … TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emitting 'super' re…
6 … TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emitting 'super' re…
7 … TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emitting 'super' re…
8 … TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emitting 'super' re…
9 … TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emitting 'super' re…
10 … TS2818: Duplicate identifier 'Reflect'. Compiler reserves name 'Reflect' when emitting 'super' re…
[all …]
DtupleTypeInference.symbols48 when<T>(t?: T): IPromise<T>;
49 >when : Symbol(IQService.when, Decl(tupleTypeInference.ts, 5, 47))
73 var a = $q.all([$q.when<string>(), $q.when<number>()]);
78 >$q.when : Symbol(IQService.when, Decl(tupleTypeInference.ts, 5, 47))
80 >when : Symbol(IQService.when, Decl(tupleTypeInference.ts, 5, 47))
81 >$q.when : Symbol(IQService.when, Decl(tupleTypeInference.ts, 5, 47))
83 >when : Symbol(IQService.when, Decl(tupleTypeInference.ts, 5, 47))
86 var b = $q.all<string, number>([$q.when<string>(), $q.when<number>()]);
91 >$q.when : Symbol(IQService.when, Decl(tupleTypeInference.ts, 5, 47))
93 >when : Symbol(IQService.when, Decl(tupleTypeInference.ts, 5, 47))
[all …]
Daccessors_spec_section-4.5_inference.errors.txt1 …ection-4.5_inference.ts(6,16): error TS1056: Accessors are only available when targeting ECMAScrip…
2 …ection-4.5_inference.ts(7,16): error TS1056: Accessors are only available when targeting ECMAScrip…
3 …ection-4.5_inference.ts(9,16): error TS1056: Accessors are only available when targeting ECMAScrip…
4 …ction-4.5_inference.ts(10,16): error TS1056: Accessors are only available when targeting ECMAScrip…
5 …ction-4.5_inference.ts(13,16): error TS1056: Accessors are only available when targeting ECMAScrip…
6 …ction-4.5_inference.ts(14,16): error TS1056: Accessors are only available when targeting ECMAScrip…
7 …ction-4.5_inference.ts(16,16): error TS1056: Accessors are only available when targeting ECMAScrip…
8 …ction-4.5_inference.ts(17,16): error TS1056: Accessors are only available when targeting ECMAScrip…
9 …ction-4.5_inference.ts(19,16): error TS1056: Accessors are only available when targeting ECMAScrip…
10 …ction-4.5_inference.ts(20,16): error TS1056: Accessors are only available when targeting ECMAScrip…
[all …]
DprivateNameES5Ban(target=es5).errors.txt1 …NameES5Ban.ts(3,5): error TS18028: Private identifiers are only available when targeting ECMAScrip…
2 …NameES5Ban.ts(4,5): error TS18028: Private identifiers are only available when targeting ECMAScrip…
3 …ameES5Ban.ts(5,12): error TS18028: Private identifiers are only available when targeting ECMAScrip…
4 …ameES5Ban.ts(6,12): error TS18028: Private identifiers are only available when targeting ECMAScrip…
5 …NameES5Ban.ts(7,9): error TS18028: Private identifiers are only available when targeting ECMAScrip…
6 …NameES5Ban.ts(8,9): error TS18028: Private identifiers are only available when targeting ECMAScrip…
7 …ameES5Ban.ts(9,16): error TS18028: Private identifiers are only available when targeting ECMAScrip…
8 …meES5Ban.ts(10,16): error TS18028: Private identifiers are only available when targeting ECMAScrip…
16 !!! error TS18028: Private identifiers are only available when targeting ECMAScript 2015 and higher.
19 !!! error TS18028: Private identifiers are only available when targeting ECMAScript 2015 and higher.
[all …]
DprivateNameES5Ban(target=es3).errors.txt1 …NameES5Ban.ts(3,5): error TS18028: Private identifiers are only available when targeting ECMAScrip…
2 …NameES5Ban.ts(4,5): error TS18028: Private identifiers are only available when targeting ECMAScrip…
3 …ameES5Ban.ts(5,12): error TS18028: Private identifiers are only available when targeting ECMAScrip…
4 …ameES5Ban.ts(6,12): error TS18028: Private identifiers are only available when targeting ECMAScrip…
5 …mes/privateNameES5Ban.ts(7,9): error TS1056: Accessors are only available when targeting ECMAScrip…
6 …mes/privateNameES5Ban.ts(8,9): error TS1056: Accessors are only available when targeting ECMAScrip…
7 …es/privateNameES5Ban.ts(9,16): error TS1056: Accessors are only available when targeting ECMAScrip…
8 …s/privateNameES5Ban.ts(10,16): error TS1056: Accessors are only available when targeting ECMAScrip…
16 !!! error TS18028: Private identifiers are only available when targeting ECMAScript 2015 and higher.
19 !!! error TS18028: Private identifiers are only available when targeting ECMAScript 2015 and higher.
[all …]
DinterfaceImplementation5.errors.txt1 …rfaceImplementation5.ts(6,16): error TS1056: Accessors are only available when targeting ECMAScrip…
2 …faceImplementation5.ts(10,16): error TS1056: Accessors are only available when targeting ECMAScrip…
3 …faceImplementation5.ts(14,16): error TS1056: Accessors are only available when targeting ECMAScrip…
4 …faceImplementation5.ts(15,16): error TS1056: Accessors are only available when targeting ECMAScrip…
5 …faceImplementation5.ts(19,16): error TS1056: Accessors are only available when targeting ECMAScrip…
6 …faceImplementation5.ts(23,16): error TS1056: Accessors are only available when targeting ECMAScrip…
7 …faceImplementation5.ts(27,16): error TS1056: Accessors are only available when targeting ECMAScrip…
8 …faceImplementation5.ts(28,16): error TS1056: Accessors are only available when targeting ECMAScrip…
19 !!! error TS1056: Accessors are only available when targeting ECMAScript 5 and higher.
25 !!! error TS1056: Accessors are only available when targeting ECMAScript 5 and higher.
[all …]
/third_party/mesa3d/.gitlab-ci/
Dtest-source-dep.yml8 when: on_success
15 when: never
40 when: on_success
62 when: on_success
73 when: on_success
81 when: on_success
90 when: on_success
99 when: on_success
111 when: on_success
126 when: on_success
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/
DFromJsonTest.java144 .patternJs("match {$foo} when (1) {one} when * {other}")
145 .pattern("match {$foo :select} when (1) {one} when * {other}")
150 .pattern("match {$foo :plural} when 1 {one} when * {other}")
156 .pattern("match {$foo :select} when (1) {one} when * {other}")
161 .patternJs("match {$foo} when 1 {one} when * {other}")
162 .pattern("match {$foo :plural} when 1 {one} when * {other}")
167 .pattern("match {$foo :plural} when 1 {one} when * {other}")
172 .pattern("match {$foo} when 1 {one} when * {other}")
177 .patternJs("match {$foo} when 1 {one} when * {other}")
178 .pattern("match {$foo :plural} when 1 {one} when * {other}")
[all …]
/third_party/unity/auto/
Dcolour_prompt.rb42 when :black then 0
43 when :dark_blue then 1
44 when :dark_green then 2
45 when :dark_cyan then 3
46 when :dark_red then 4
47 when :dark_purple then 5
48 when :dark_yellow, :narrative then 6
49 when :default_white, :default, :dark_white then 7
50 when :silver then 8
51 when :blue then 9
[all …]
/third_party/cJSON/tests/unity/auto/
Dcolour_prompt.rb41 when :black then 0
42 when :dark_blue then 1
43 when :dark_green then 2
44 when :dark_cyan then 3
45 when :dark_red then 4
46 when :dark_purple then 5
47 when :dark_yellow, :narrative then 6
48 when :default_white, :default, :dark_white then 7
49 when :silver then 8
50 when :blue then 9
[all …]
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
Dcomplex_test.cpp23 * @tc.desc: This test verifies whether the return value is 0 when both the real and imaginary parts…
35 * @tc.desc: This test verifies whether the return value is 0 when both the real and imaginary parts…
47 * @tc.desc: This test verifies whether the return value is 0 when both the real and imaginary parts…
59 * @tc.desc: Test whether the cacos result is M_PI_2 when the parameter is 0.0.
69 * @tc.desc: Test whether the cacosf result is M_PI_2 when the parameter is 0.0.
79 * @tc.desc: Test whether the cacosl result is M_PI_2L when the parameter is 0.0.
89 * @tc.desc: Test whether the cacosh result is 0.0 when the parameter is 1.0.
99 * @tc.desc: Test whether the cacosh result is 0.0 when the parameter is 1.0.
109 * @tc.desc: Test whether the cacosh result is 0.0 when the parameter is 1.0.
119 * @tc.desc: Test whether the carg result is 0.0 when the parameter is 0.
[all …]
/third_party/libcoap/include/coap3/
Dcoap_event.h38 /** Triggerred when (D)TLS session closed */
40 /** Triggered when (D)TLS session connected */
42 /** Triggered when (D)TLS session renegotiated */
44 /** Triggered when (D)TLS error occurs */
50 /** Triggered when TCP layer connects */
52 /** Triggered when TCP layer is closed */
54 /** Triggered when TCP layer fails for some reason */
60 /** Triggered when TCP layer completes exchange of CSM information */
62 /** Triggered when TCP layer closes following exchange of CSM information */
64 /** Triggered when TCP layer fails following exchange of CSM information */
[all …]
/third_party/typescript/src/testRunner/unittests/tsserver/
DprojectReferencesSourcemap.ts288 describe("when main tsconfig doesnt have project reference", () => {
312 …it(`when usage file changes, document position mapper doesnt change, when timeout occurs before re…
332 …it(`when usage file changes, document position mapper doesnt change, when timeout does not occur b…
352 …it(`when dependency .d.ts changes, document position mapper doesnt change, when timeout occurs bef…
372 …it(`when dependency .d.ts changes, document position mapper doesnt change, when timeout does not o…
392 it(`when dependency file's map changes, when timeout occurs before request`, () => {
412 … it(`when dependency file's map changes, when timeout does not occur before request`, () => {
431 it(`with depedency files map file, when file is not present`, () => {
445 … it(`with depedency files map file, when file is created after actions on projects`, () => {
464 … it(`with depedency files map file, when file is deleted after actions on the projects`, () => {
[all …]
/third_party/python/Lib/asyncio/
Dprotocols.py15 The only case when BaseProtocol should be implemented directly is
22 """Called when a connection is made.
26 When the connection is closed, connection_lost() is called.
30 """Called when the connection is lost or closed.
38 """Called when the transport's buffer goes over the high-water mark.
41 once when the buffer goes strictly over the high-water mark
43 more), and eventually resume_writing() is called once when the
48 Conversely, resume_writing() is called when the buffer size is
50 are important to ensure that things go as expected when either
55 effect when it's most needed (when the app keeps writing
[all …]
/third_party/gstreamer/gstreamer/gst/
Dgsterror.h43 * @GST_CORE_ERROR_NOT_IMPLEMENTED: use this when you do not want to implement
88 * @GST_LIBRARY_ERROR_INIT: used when the library could not be opened.
89 * @GST_LIBRARY_ERROR_SHUTDOWN: used when the library could not be closed.
90 * @GST_LIBRARY_ERROR_SETTINGS: used when the library doesn't accept settings.
91 * @GST_LIBRARY_ERROR_ENCODE: used when the library generated an encoding error.
114 * @GST_RESOURCE_ERROR_NOT_FOUND: used when the resource could not be found.
115 * @GST_RESOURCE_ERROR_BUSY: used when resource is busy.
116 * @GST_RESOURCE_ERROR_OPEN_READ: used when resource fails to open for reading.
117 * @GST_RESOURCE_ERROR_OPEN_WRITE: used when resource fails to open for writing.
118 * @GST_RESOURCE_ERROR_OPEN_READ_WRITE: used when resource cannot be opened for
[all …]
/third_party/python/Doc/library/
Dexceptions.rst41 When raising (or re-raising) an exception in an :keyword:`except` or
47 When raising a new exception (rather than using a bare ``raise`` to re-raise
61 when debugging.
65 exception in :attr:`__cause__` is always shown when present. An implicitly
103 the argument(s) to the instance are returned, or the empty string when
146 Raised when a :ref:`buffer <bufferobjects>` related operation cannot be
152 The base class for the exceptions that are raised when a key or index used on
166 Raised when an :keyword:`assert` statement fails.
171 Raised when an attribute reference (see :ref:`attribute-references`) or
172 assignment fails. (When an object does not support attribute references or
[all …]

12345678910>>...460