Home
last modified time | relevance | path

Searched +full:cancel +full:- +full:in +full:- +full:progress (Results 1 – 25 of 220) sorted by relevance

123456789

/third_party/python/Lib/distutils/command/
Dbdist_msi.py23 then a list of buttons: back, next, cancel. Optionally a bitmap at the
27 default, cancel, bitmap=true)"""
29 ruler = self.h - 36
38 # text, in VerdanaBold10
43 """Add a back button with a given title, the tab-next button,
44 its name in the Control table, possibly initially disabled.
51 return self.pushbutton(name, 180, self.h-27 , 56, 17, flags, title, next)
53 def cancel(self, title, next, name = "Cancel", active = 1): member in PyDialog
54 """Add a cancel button with a given title, the tab-next button,
55 its name in the Control table, possibly initially disabled.
[all …]
/third_party/libuv/docs/src/guide/
Dthreads.rst5 way** to do *web-scale programming*? Well... no. Threads are still the medium in
21 required, signal errors directly via return values, and, as shown in the
22 :ref:`first example <thread-create-example>`, don't even require a running
29 running in one thread (the main thread)**. No other thread interacts
33 ----------------------
38 .. _thread-create-example:
40 .. rubric:: thread-create/main.c
41 .. literalinclude:: ../../code/thread-create/main.c
44 :lines: 26-36
45 :emphasize-lines: 3-7
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/
D7-1.c13 * requested operations cannot be canceled because it is in progress.
18 * then cancel all operation belonging to this file descriptor
20 * - if aio_error() is EINPROGRESS and aio_cancel() is not AIO_NOTCANCELED
22 * - if aio_error() is succes (0) and aio_cancel() is AIO_NOTCANCELED
24 * - otherwise result is unresolved
41 #define TNAME "aio_cancel/7-1.c"
61 if (fd == -1) { in main()
79 aiocb[i]->aio_fildes = fd; in main()
80 aiocb[i]->aio_buf = malloc(BUF_SIZE); in main()
82 if (aiocb[i]->aio_buf == NULL) { in main()
[all …]
D3-1.c18 * next we try to cancel all operations on this file descriptor
19 * we guess some have been finished, other are in progress,
21 * we guess we can cancel all operations waiting
22 * then we analyze aio_error() in the event handler
24 * otherwise, we don't know (perhaps we haven't cancel any operation ?)
26 * the test fails (in fact it hangs).
45 #define TNAME "aio_cancel/3-1.c"
56 struct aiocb *a = info->si_value.sival_ptr; in sig_handler()
63 countdown--; in sig_handler()
84 if (fd == -1) { in main()
[all …]
Dcoverage.txt17 - cancelable operations are implementation specific
18 - we have no way to be sure we try to cancel an operation that is not
19 already done or is in progress.
/third_party/flutter/flutter/packages/flutter/lib/src/gestures/
Dmultitap.dart2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
19 /// location twice in quick succession.
97 final Offset offset = event.position - _initialGlobalPosition;
110 /// Recognizes when the user has tapped the screen at the same location twice in
114 /// only when it has a non-null callback. If it has no callbacks, it is a no-op.
126 // The double tap recognizer can be in one of four states. There's no
129 // Waiting on first tap: In this state, the _trackers list is empty, and
131 // First tap in progress: In this state, the _trackers list contains all
134 // Waiting on second tap: In this state, one of the in-progress taps has
[all …]
/third_party/flutter/flutter/packages/flutter_tools/lib/src/base/
Dlogger.dart2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
52 /// fail in some way.
54 /// The `message` argument is printed to the stderr in red by default.
59 /// The `emphasis` argument will cause the output message be printed in bold text.
61 /// The `color` argument will print the message in the supplied color instead
66 /// message. If wrapping is enabled in [outputPreferences], then the wrapped
70 /// by this much more than the first line, if wrapping is enabled in
86 /// progress messages, success messages, or just normal command output.
88 /// The `message` argument is printed to the stderr in red by default.
[all …]
/third_party/cef/include/capi/
Dcef_urlrequest_capi.h3 // Redistribution and use in source and binary forms, with or without
9 // * Redistributions in binary form must reproduce the above
11 // in the documentation and/or other materials provided with the
21 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
26 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30 // ---------------------------------------------------------------------------
33 // by hand. See the translator.README.txt file in the tools directory for
58 // can be created on any valid CEF thread in either the browser or render
70 // object is read-only and should not be modified.
[all …]
Dcef_download_handler_capi.h3 // Redistribution and use in source and binary forms, with or without
9 // * Redistributions in binary form must reproduce the above
11 // in the documentation and/or other materials provided with the
21 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
26 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30 // ---------------------------------------------------------------------------
33 // by hand. See the translator.README.txt file in the tools directory for
72 // Callback structure used to asynchronously cancel a download.
81 // Call to cancel the download.
[all …]
Dcef_print_handler_capi.h3 // Redistribution and use in source and binary forms, with or without
9 // * Redistributions in binary form must reproduce the above
11 // in the documentation and/or other materials provided with the
21 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
26 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30 // ---------------------------------------------------------------------------
33 // by hand. See the translator.README.txt file in the tools directory for
67 // Cancel the printing.
69 void(CEF_CALLBACK* cancel)(struct _cef_print_dialog_callback_t* self);
[all …]
/third_party/mesa3d/src/panfrost/midgard/
Dnir_fuse_io_16.c6 * to deal in the Software without restriction, including without limitation
12 * paragraph) shall be included in all copies or substantial portions of the
17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
21 * IN THE SOFTWARE.
38 nir_instr *parent = use->parent_instr; in nir_src_is_f2fmp()
40 if (parent->type != nir_instr_type_alu) in nir_src_is_f2fmp()
44 return (alu->op == nir_op_f2fmp); in nir_src_is_f2fmp()
50 bool progress = false; in nir_fuse_io_16() local
[all …]
/third_party/cef/include/
Dcef_download_handler.h3 // Redistribution and use in source and binary forms, with or without
9 // * Redistributions in binary form must reproduce the above
11 // in the documentation and/or other materials provided with the
21 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
26 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30 // ---------------------------------------------------------------------------
32 // The contents of this file must follow a specific format in order to
33 // support the CEF translator tool. See the translator.README.txt file in the
48 /*--cef(source=library)--*/
[all …]
Dcef_urlrequest.h3 // Redistribution and use in source and binary forms, with or without
9 // * Redistributions in binary form must reproduce the above
11 // in the documentation and/or other materials provided with the
21 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
26 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30 // ---------------------------------------------------------------------------
32 // The contents of this file must follow a specific format in order to
33 // support the CEF translator tool. See the translator.README.txt file in the
52 // can be created on any valid CEF thread in either the browser or render
[all …]
Dcef_print_handler.h3 // Redistribution and use in source and binary forms, with or without
9 // * Redistributions in binary form must reproduce the above
11 // in the documentation and/or other materials provided with the
21 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
26 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30 // ---------------------------------------------------------------------------
32 // The contents of this file must follow a specific format in order to
33 // support the CEF translator tool. See the translator.README.txt file in the
48 /*--cef(source=library)--*/
[all …]
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/
Danalyze_once.dart2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
44 for (String directory in directories) {
55 if (argResults['flutter-repo']) {
60 if (argResults.wasParsed('current-package') && argResults['current-package'])
63 if (argResults['current-package'])
74 final String sdkPath = argResults['dart-sdk'] ?? sdk.dartSdkPath;
85 subscription?.cancel();
95 // Completing the future in the callback can't fail.
109 final Status progress = argResults['preamble']
[all …]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DRoundTripLatencyActivity.java5 * you may not use this file except in compliance with the License.
8 * http://www.apache.org/licenses/LICENSE-2.0
10 * Unless required by applicable law or agreed to in writing, software
35 private static final int STATE_GOT_DATA = 2; // Defined in LatencyAnalyzer.h
48 private int mBufferBursts = -1;
75 cancel(); in onAnalyserDone()
148 public void cancel() { in cancel() method in RoundTripLatencyActivity.LatencyAverager
206 int progress = getAnalyzerProgress(); in getProgressText() local
209 String message = String.format("progress = %d, state = %d, #resets = %d\n", in getProgressText()
210 progress, state, resetCount); in getProgressText()
[all …]
/third_party/libbpf/.github/workflows/
Dtest.yml1 name: libbpf-ci
7 - cron: '0 18 * * *'
10 group: ci-test-${{ github.head_ref }}
11 cancel-in-progress: true
15 runs-on: ${{ matrix.runs_on }}
18 fail-fast: false
21 - kernel: 'LATEST'
22 runs_on: ubuntu-latest
24 - kernel: '5.5.0'
25 runs_on: ubuntu-latest
[all …]
Dbuild.yml1 name: libbpf-build
7 - cron: '0 18 * * *'
10 group: ci-build-${{ github.head_ref }}
11 cancel-in-progress: true
16 runs-on: ubuntu-latest
19 fail-fast: false
22 - name: default
24 - name: ASan+UBSan
26 - name: clang
28 - name: clang ASan+UBSan
[all …]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DRpcController.java1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
5 // Redistribution and use in source and binary forms, with or without
11 // * Redistributions in binary form must reproduce the above
13 // in the documentation and/or other materials provided with the
22 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
27 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
36 * RPC-level errors.
40 * implementation. This way the generated code can be more appropriate for the implementation in use
[all …]
/third_party/protobuf/python/google/protobuf/
Dservice.py1 # Protocol Buffers - Google's data interchange format
3 # https://developers.google.com/protocol-buffers/
5 # Redistribution and use in source and binary forms, with or without
11 # * Redistributions in binary form must reproduce the above
13 # in the documentation and/or other materials provided with the
22 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
27 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
39 the generated code can be more appropriate for the implementation in use
53 """Abstract base interface for protocol-buffer-based RPC services.
[all …]
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/java/com/mobileer/androidfxlab/
DEffectsAdapter.kt5 * you may not use this file except in compliance with the License. in <lambda>()
8 * https://www.apache.org/licenses/LICENSE-2.0 in <lambda>()
10 * Unless required by applicable law or agreed to in writing, software in <lambda>()
40 // This class adapts view in effect_view.xml for Effect class in <lambda>()
45 private var index: Int = -1 in <lambda>()
60 checkBoxView.setOnCheckedChangeListener { _, checked -> in <lambda>()
64 dragHandleView.setOnTouchListener { _, event -> in <lambda>()
71 header.setOnTouchListener { _, event -> in <lambda>()
79 for (ind in effect.effectDescription.paramValues.withIndex()) { in <lambda>()
94 seekBar.progress = in <lambda>()
[all …]
/third_party/mesa3d/.gitlab-ci/lava/
Dlava_job_submitter.py3 # Copyright (C) 2020 - 2022 Collabora Limited
8 # SPDX-License-Identifier: MIT
46 # Timeout in seconds to decide if the device from the dispatched LAVA job has
51 # check if the dispatched LAVA job is running or waiting in the job queue.
78 "depthcharge-action": {
98 'url': '{}/lava-rootfs.tgz'.format(args.rootfs_url_prefix),
114 "prompts": ["lava-shell:"],
126 'lava-signal': 'kmsg',
134 'format': 'Lava-Test Test Definition 1.0',
144 # - inline .gitlab-ci/common/init-stage1.sh
[all …]
/third_party/mesa3d/.gitlab-ci/bin/
Dci_run_n_monitor.py2 # Copyright © 2020 - 2022 Collabora Ltd.
8 # SPDX-License-Identifier: MIT
48 "debian/x86_build-base",
50 "debian/x86_test-base",
51 "debian/x86_test-gl",
57 "debian-testing",
58 "debian-arm64",
72 """await until pipeline appears in Gitlab"""
83 def print_job_status(job) -> None:
99 def print_job_status_change(job) -> None:
[all …]
/third_party/cef/libcef/browser/net_service/
Dresource_request_handler_wrapper.cc2 // reserved. Use of this source code is governed by a BSD-style license that
3 // can be found in the LICENSE file.
35 #include "third_party/blink/public/mojom/loader/resource_load_info.mojom-shared.h"
59 work_thread_task_runner_->PostTask( in ~RequestCallbackWrapper()
66 void Cancel() override { ContinueNow(false); } in Cancel() function in net_service::__anon63677a4d0111::RequestCallbackWrapper
70 if (!work_thread_task_runner_->RunsTasksInCurrentSequence()) { in ContinueNow()
71 work_thread_task_runner_->PostTask( in ContinueNow()
137 self->OnBeforeRequest(id_, request_, request_was_redirected_, in Run()
155 browser_info_ = browser->browser_info(); in DestructionObserver()
156 browser->AddObserver(this); in DestructionObserver()
[all …]
/third_party/python/Tools/msi/bundle/
DDefault.wxl1 <?xml version="1.0" encoding="utf-8"?>
2 <WixLocalization Culture="en-us" Language="1033" xmlns="http://schemas.microsoft.com/wix/2006/local…
19 <String Id="CancelButton">&amp;Cancel</String>
26 <String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String>
31 "/passive" to display progress without requiring user interaction
39 "/layout [\[]directory[\]]" to pre-download all components
94 <String Id="ProgressHeader">[ActionLikeInstallation] Progress</String>
108 …n&lt;/a&gt;. At your terminal, type "py" to launch Python, or search for Python in your Start menu.
110 …n.org/[ShortVersion]/whatsnew/[ShortVersion].html"&gt;what's new&lt;/a&gt; in this release, or fin…
114 Feel free to email &lt;a href="mailto:python-list@python.org"&gt;python-list@python.org&lt;/a&gt; i…
[all …]

123456789