Home
last modified time | relevance | path

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

12345678910>>...428

/third_party/libxml2/doc/
Dsite.xsl15 <xsl:when test="$name = '#Introducti'">
17 </xsl:when>
18 <xsl:when test="$name = '#Documentat'">
20 </xsl:when>
21 <xsl:when test="$name = '#Reporting'">
23 </xsl:when>
24 <xsl:when test="$name = '#help'">
26 </xsl:when>
27 <xsl:when test="$name = '#Help'">
29 </xsl:when>
[all …]
/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 …]
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 …]
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 …]
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 …]
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 …]
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 …]
DgettersAndSettersTypesAgree.errors.txt1 …AndSettersTypesAgree.ts(2,16): error TS1056: Accessors are only available when targeting ECMAScrip…
2 …AndSettersTypesAgree.ts(3,16): error TS1056: Accessors are only available when targeting ECMAScrip…
3 …AndSettersTypesAgree.ts(5,16): error TS1056: Accessors are only available when targeting ECMAScrip…
4 …AndSettersTypesAgree.ts(6,16): error TS1056: Accessors are only available when targeting ECMAScrip…
5 …AndSettersTypesAgree.ts(9,15): error TS1056: Accessors are only available when targeting ECMAScrip…
6 …AndSettersTypesAgree.ts(9,37): error TS1056: Accessors are only available when targeting ECMAScrip…
7 …ndSettersTypesAgree.ts(10,15): error TS1056: Accessors are only available when targeting ECMAScrip…
8 …ndSettersTypesAgree.ts(10,37): error TS1056: Accessors are only available when targeting ECMAScrip…
15 !!! error TS1056: Accessors are only available when targeting ECMAScript 5 and higher.
18 !!! error TS1056: Accessors are only available when targeting ECMAScript 5 and higher.
[all …]
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/
Dfeatures_test.dart25 when<bool>(mockFlutterConfig.getValue(any)).thenReturn(false);
26 when(mockPlatform.environment).thenReturn(const <String, String>{});
71 when(mockPlatform.environment).thenReturn(<String, String>{'FLUTTER_WEB': 'hello'});
75 when(mockPlatform.environment).thenReturn(<String, String>{'FLUTTER_WEB': 'true'});
113 when(mockFlutterVerion.channel).thenReturn('master');
119 when(mockFlutterVerion.channel).thenReturn('master');
120 when<bool>(mockFlutterConfig.getValue('enable-web')).thenReturn(true);
126 when(mockFlutterVerion.channel).thenReturn('master');
127 when(mockPlatform.environment).thenReturn(<String, String>{'FLUTTER_WEB': 'true'});
133 when(mockFlutterVerion.channel).thenReturn('dev');
[all …]
Dterminal_handler_test.dart52 when(mockResidentRunner.supportsServiceProtocol).thenReturn(true);
74 when(mockResidentRunner.supportsServiceProtocol).thenReturn(false);
82 when(mockResidentRunner.supportsServiceProtocol).thenReturn(true);
111 when(mockResidentRunner.supportsServiceProtocol).thenReturn(false);
120 when(mockResidentRunner.isRunningDebug).thenReturn(true);
121 when(mockResidentRunner.flutterDevices).thenReturn(<FlutterDevice>[mockFlutterDevice]);
122 when(mockFlutterDevice.views).thenReturn(<FlutterView>[]);
138 when(mockResidentRunner.supportsServiceProtocol).thenReturn(false);
145 when(mockResidentRunner.isRunningDebug).thenReturn(true);
153 when(mockResidentRunner.supportsServiceProtocol).thenReturn(false);
[all …]
Dresident_runner_test.dart53 when(mockDevFS.lastCompiled).thenReturn(DateTime(2000));
54 when(mockDevFS.sources).thenReturn(<Uri>[]);
55 when(mockDevFS.baseUri).thenReturn(Uri());
56 when(mockDevFS.destroy()).thenAnswer((Invocation invocation) async { });
57 when(mockDevFS.assetPathsToEvict).thenReturn(<String>{});
59 when(mockFlutterDevice.updateDevFS(
79 when(mockFlutterDevice.devFS).thenReturn(mockDevFS);
80 when(mockFlutterDevice.views).thenReturn(<FlutterView>[
83 when(mockFlutterDevice.device).thenReturn(mockDevice);
84 when(mockFlutterView.uiIsolate).thenReturn(mockIsolate);
[all …]
Dhot_test.dart106 when(mockDevFs.update(
121 when(mockDevFs.assetPathsToEvict).thenReturn(<String>{});
122 when(mockDevFs.baseUri).thenReturn(Uri.file('test'));
123 when(mockDevFs.sources).thenReturn(<Uri>[Uri.file('test')]);
124 when(mockDevFs.lastCompiled).thenReturn(DateTime.now());
128 when(mockArtifacts.getArtifactPath(Artifact.flutterPatchedSdkPath)).thenReturn('some/path');
131 testUsingContext('Does not hot restart when device does not support it', () async {
134 when(mockDevice.supportsHotReload).thenReturn(true);
135 when(mockDevice.supportsHotRestart).thenReturn(false);
136 when(mockDevice.targetPlatform).thenAnswer((Invocation _) async => TargetPlatform.tester);
[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/flutter/flutter/packages/flutter_tools/test/general.shard/macos/
Dxcode_validator_test.dart27 testUsingContext('Emits missing status when Xcode is not installed', () async {
28 when(xcode.isInstalled).thenReturn(false);
29 when(xcode.xcodeSelectPath).thenReturn(null);
37 testUsingContext('Emits missing status when Xcode installation is incomplete', () async {
38 when(xcode.isInstalled).thenReturn(false);
39 when(xcode.xcodeSelectPath).thenReturn('/Library/Developer/CommandLineTools');
47 testUsingContext('Emits partial status when Xcode version too low', () async {
48 when(xcode.isInstalled).thenReturn(true);
49 when(xcode.versionText)
51 when(xcode.isInstalledAndMeetsVersionCheck).thenReturn(false);
[all …]
Dxcode_test.dart29 testUsingContext('xcodeSelectPath returns null when xcode-select is not installed', () {
30 when(mockProcessManager.runSync(<String>['/usr/bin/xcode-select', '--print-path']))
33 when(mockProcessManager.runSync(<String>['/usr/bin/xcode-select', '--print-path']))
40 testUsingContext('xcodeSelectPath returns path when xcode-select is installed', () {
42 when(mockProcessManager.runSync(<String>['/usr/bin/xcode-select', '--print-path']))
49 testUsingContext('xcodeVersionSatisfactory is false when version is less than minimum', () {
50 when(mockXcodeProjectInterpreter.isInstalled).thenReturn(true);
51 when(mockXcodeProjectInterpreter.majorVersion).thenReturn(8);
52 when(mockXcodeProjectInterpreter.minorVersion).thenReturn(17);
58 … testUsingContext('xcodeVersionSatisfactory is false when xcodebuild tools are not installed', () {
[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/flutter/flutter/packages/flutter_tools/test/general.shard/ios/
Dcode_signing_test.dart34 when(mockIosProject.buildSettings).thenReturn(<String, String>{
42 when(mockIosProject.buildSettings).thenReturn(null);
48 when(mockIosProject.buildSettings).thenReturn(<String, String>{
61 when(mockProcessManager.runSync(<String>['which', 'security']))
71 when(mockProcessManager.runSync(<String>['which', 'security']))
73 when(mockProcessManager.runSync(<String>['which', 'openssl']))
75 when(mockProcessManager.runSync(
97 when(mockProcessManager.runSync(<String>['which', 'security']))
99 when(mockProcessManager.runSync(<String>['which', 'openssl']))
101 when(mockProcessManager.runSync(
[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>>...428