Home
last modified time | relevance | path

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

12345678910>>...427

/third_party/boost/libs/beast/doc/xsl/
Dclass_detail.xsl2 <xsl:when test="$normal-tparam = 'Allocator'"> <xsl:text>__Allocator__</xsl:text></xsl…
3 <xsl:when test="$normal-tparam = 'AsyncStream'"> <xsl:text>__AsyncStream__</xsl:text></x…
4 <xsl:when test="$normal-tparam = 'AsyncReadStream'"> <xsl:text>__AsyncReadStream__</xsl:text…
5 <xsl:when test="$normal-tparam = 'AsyncWriteStream'"> <xsl:text>__AsyncWriteStream__</xsl:tex…
6 <xsl:when test="$normal-tparam = 'Body'"> <xsl:text>__Body__</xsl:text></xsl:when>
7 <xsl:when test="$normal-tparam = 'BufferSequence'"> <xsl:text>__BufferSequence__</xsl:text>…
8 <xsl:when test="$normal-tparam = 'BufferSequence'"> <xsl:text>__BufferSequence__</xsl:text>…
9 <xsl:when test="$normal-tparam = 'CompletionCondition'"> <xsl:text>__CompletionCondition__</xsl:…
10 <xsl:when test="$normal-tparam = 'CompletionHandler'"> <xsl:text>__CompletionHandler__</xsl:te…
11 <xsl:when test="$normal-tparam = 'CompletionToken'"> <xsl:text>__CompletionToken__</xsl:text…
[all …]
/third_party/boost/boost/proto/transform/detail/preprocessed/
Dfold_impl.hpp12 typedef typename when<_, State0>::template impl<Expr, State, Data>::result_type state0;
13 …typedef typename when<_, Fun>::template impl< typename result_of::child_c<Expr, 0>::type , state0 …
22 typename when<_, State0>::template impl<Expr, State, Data>()(e, s, d); in operator ()()
23 …state1 s1 = typename when<_, Fun>::template impl< typename result_of::child_c<Expr, 0>::type , sta… in operator ()()
31 typedef typename when<_, State0>::template impl<Expr, State, Data>::result_type state1;
32 …typedef typename when<_, Fun>::template impl< typename result_of::child_c< Expr , 0 >::type , stat…
41 typename when<_, State0>::template impl<Expr, State, Data>()(e, s, d); in operator ()()
42 …state0 s0 = typename when<_, Fun>::template impl< typename result_of::child_c< Expr , 0 >::type , … in operator ()()
50 typedef typename when<_, State0>::template impl<Expr, State, Data>::result_type state0;
51 … typename when<_, Fun>::template impl< typename result_of::child_c<Expr, 0>::type , state0 , Data …
[all …]
Dmake_gcc_workaround.hpp69 … detail::as_lvalue( typename when<_, A0>::template impl<Expr, State, Data>()(e, s, d) ) in operator ()()
90 … detail::as_lvalue( typename when<_, A0>::template impl<Expr, State, Data>()(e, s, d) ) in operator ()()
112 …detail::as_lvalue( typename when<_, A0>::template impl<Expr, State, Data>()(e, s, d) ) , detail::a… in operator ()()
133 …detail::as_lvalue( typename when<_, A0>::template impl<Expr, State, Data>()(e, s, d) ) , detail::a… in operator ()()
155when<_, A0>::template impl<Expr, State, Data>()(e, s, d) ) , detail::as_lvalue( typename when<_, A… in operator ()()
176when<_, A0>::template impl<Expr, State, Data>()(e, s, d) ) , detail::as_lvalue( typename when<_, A… in operator ()()
198when<_, A0>::template impl<Expr, State, Data>()(e, s, d) ) , detail::as_lvalue( typename when<_, A… in operator ()()
219when<_, A0>::template impl<Expr, State, Data>()(e, s, d) ) , detail::as_lvalue( typename when<_, A… in operator ()()
241when<_, A0>::template impl<Expr, State, Data>()(e, s, d) ) , detail::as_lvalue( typename when<_, A… in operator ()()
262when<_, A0>::template impl<Expr, State, Data>()(e, s, d) ) , detail::as_lvalue( typename when<_, A… in operator ()()
[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/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/boost/tools/boostbook/xsl/
Dcallout.xsl21 <xsl:when test="$callout.graphics != 0
32 </xsl:when>
34 <xsl:when test="$callout.unicode != 0
37 <xsl:when test="$callout.unicode.start.character = 10102">
39 <xsl:when test="$conum = 1">&#10102;</xsl:when>
40 <xsl:when test="$conum = 2">&#10103;</xsl:when>
41 <xsl:when test="$conum = 3">&#10104;</xsl:when>
42 <xsl:when test="$conum = 4">&#10105;</xsl:when>
43 <xsl:when test="$conum = 5">&#10106;</xsl:when>
44 <xsl:when test="$conum = 6">&#10107;</xsl:when>
[all …]
Dhtml-base.xsl15 <xsl:when test = "$boost.defaults = 'Boost'">
17 </xsl:when>
26 <xsl:when test = "$boost.defaults = 'Boost'">
28 </xsl:when>
122 <xsl:when test="$month=1">January</xsl:when>
123 <xsl:when test="$month=2">February</xsl:when>
124 <xsl:when test="$month=3">March</xsl:when>
125 <xsl:when test="$month=4">April</xsl:when>
126 <xsl:when test="$month=5">May</xsl:when>
127 <xsl:when test="$month=6">June</xsl:when>
[all …]
Dsource-highlight.xsl16 <xsl:when test="$boost.syntax.highlight='1'">
20 </xsl:when>
43 <xsl:when test="$boost.syntax.highlight='1'">
47 </xsl:when>
57 <xsl:when test="contains($keywords, concat(' ', $identifier, ' '))">
61 </xsl:when>
62 <xsl:when test="$boost.syntax.highlight='1'">
66 </xsl:when>
76 <xsl:when test="$boost.syntax.highlight='1'">
80 </xsl:when>
[all …]
/third_party/Linux_Kernel/scripts/coccinelle/iterators/
Duse_after_iter.cocci5 //#False positives arise when there is a goto in the iterator and the
41 list_for_each_entry@p1(c,...,member) { ... when != break;
42 when forall
43 when strict
46 list_for_each_entry_reverse@p1(c,...,member) { ... when != break;
47 when forall
48 when strict
51 list_for_each_entry_continue@p1(c,...,member) { ... when != break;
52 when forall
53 when strict
[all …]
Dfen.cocci1 /// These iterators only exit normally when the loop cursor is NULL, so there
24 ... when != break;
25 when != goto l;
27 ... when != np = E
37 ... when != break;
38 when != goto l;
40 ... when != np = E
50 ... when != break;
51 when != goto l;
53 ... when != np = E
[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/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/boost/libs/asio/doc/
Dreference.xsl108 <xsl:when test="@kind='class' or @kind='struct'">
122 </xsl:when>
154 <xsl:when test="contains($name, 'boost::system::is_error_code_enum')">
156 </xsl:when>
157 <xsl:when test="contains($name, 'asio::')">
159 </xsl:when>
170 <xsl:when test="contains($name, 'boost::system::is_error_code_enum')">
172 </xsl:when>
173 <xsl:when test="contains($name, '::') and contains($name, '&lt;')">
175 …<xsl:when test="string-length(substring-before($name, '::')) &lt; string-length(substring-before($…
[all …]
/third_party/boost/boost/msm/front/euml/
Dguard_grammar.hpp33 : proto::when<
40 : proto::when<
47 : proto::when<
54 : proto::when<
61 : proto::when<
68 : proto::when<
75 : proto::when<
82 : proto::when<
89 : proto::when<
96 : proto::when<
[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/boost/libs/thread/doc/
Dconfiguration.qbk51 [warning When defined BOOST_THREAD_PLATFORM_WIN32 BOOST_THREAD_USES_CHRONO is defined independently…
60 When `BOOST_THREAD_VERSION==2` define `BOOST_THREAD_USES_MOVE ` if you want to use Boost.Move inter…
61 When `BOOST_THREAD_VERSION>=3` define `BOOST_THREAD_DONT_USE_MOVE ` if you don't want to use Boost.…
75 When `BOOST_THREAD_VERSION<=3` && defined BOOST_THREAD_PLATFORM_PTHREAD define `BOOST_THREAD_DONT_U…
76 When `BOOST_THREAD_VERSION>3` && defined BOOST_THREAD_PLATFORM_PTHREAD define `BOOST_THREAD_USES_D…
78 [warning When defined BOOST_THREAD_PLATFORM_WIN32 BOOST_THREAD_USES_DATETIME is defined independent…
98 When `BOOST_THREAD_PROVIDES_THREAD_EQ` is defined Boost.Thread provides these deprecated feature.
107 When `BOOST_THREAD_VERSION>=4` define `BOOST_THREAD_PROVIDES_THREAD_EQ ` if you want this feature.
108 When `BOOST_THREAD_VERSION<4` define `BOOST_THREAD_DONT_PROVIDE_THREAD_EQ ` if you don't want this …
114 `boost::condition` is deprecated. When `BOOST_THREAD_PROVIDES_CONDITION` is defined Boost.Thread pr…
[all …]
/third_party/Linux_Kernel/scripts/coccinelle/locks/
Dcall_kern.cocci25 ... when != read_unlock_irq(...)
26 when != write_unlock_irq(...)
27 when != read_unlock_irqrestore(...)
28 when != write_unlock_irqrestore(...)
29 when != spin_unlock(...)
30 when != spin_unlock_irq(...)
31 when != spin_unlock_irqrestore(...)
32 when != local_irq_enable(...)
33 when any
35 ... when any
[all …]
/third_party/python/Doc/library/
Dexceptions.rst37 When raising (or re-raising) an exception in an :keyword:`except` or
43 When raising a new exception (rather than using a bare ``raise`` to re-raise
57 when debugging.
61 exception in :attr:`__cause__` is always shown when present. An implicitly
80 the argument(s) to the instance are returned, or the empty string when
118 Raised when a :ref:`buffer <bufferobjects>` related operation cannot be
124 The base class for the exceptions that are raised when a key or index used on
138 Raised when an :keyword:`assert` statement fails.
143 Raised when an attribute reference (see :ref:`attribute-references`) or
144 assignment fails. (When an object does not support attribute references or
[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/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/boost/boost/proto/detail/preprocessed/
Dand_n.hpp23 …typedef typename proto::when<proto::_, G0> ::template impl<Expr, State, Data> Gimpl0; typedef type…
57when<proto::_, G0> ::template impl<Expr, State, Data> Gimpl0; typedef typename proto::when<proto::…
91when<proto::_, G0> ::template impl<Expr, State, Data> Gimpl0; typedef typename proto::when<proto::…
125when<proto::_, G0> ::template impl<Expr, State, Data> Gimpl0; typedef typename proto::when<proto::…
159when<proto::_, G0> ::template impl<Expr, State, Data> Gimpl0; typedef typename proto::when<proto::…
193when<proto::_, G0> ::template impl<Expr, State, Data> Gimpl0; typedef typename proto::when<proto::…
227when<proto::_, G0> ::template impl<Expr, State, Data> Gimpl0; typedef typename proto::when<proto::…
261when<proto::_, G0> ::template impl<Expr, State, Data> Gimpl0; typedef typename proto::when<proto::…
295when<proto::_, G0> ::template impl<Expr, State, Data> Gimpl0; typedef typename proto::when<proto::…

12345678910>>...427