| /third_party/python/Lib/distutils/command/ |
| D | bdist_msi.py | 23 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/ |
| D | threads.rst | 5 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/ |
| D | 7-1.c | 13 * 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 …]
|
| D | 3-1.c | 18 * 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 …]
|
| D | coverage.txt | 17 - 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/cef/include/capi/ |
| D | cef_urlrequest_capi.h | 3 // 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 …]
|
| D | cef_download_handler_capi.h | 3 // 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 …]
|
| D | cef_print_handler_capi.h | 3 // 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/cef/include/ |
| D | cef_download_handler.h | 3 // 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 …]
|
| D | cef_urlrequest.h | 3 // 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 …]
|
| D | cef_print_handler.h | 3 // 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/mesa3d/src/panfrost/midgard/ |
| D | nir_fuse_io_16.c | 6 * 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/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
| D | RoundTripLatencyActivity.java | 5 * 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/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | RpcController.java | 1 // 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/libbpf/.github/workflows/ |
| D | test.yml | 1 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 …]
|
| D | build.yml | 1 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/python/google/protobuf/ |
| D | service.py | 1 # 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/curl/lib/ |
| D | curl_sasl.c | 10 * This software is licensed as described in the file COPYING, which 21 * SPDX-License-Identifier: curl 23 * RFC2195 CRAM-MD5 authentication 25 * RFC2831 DIGEST-MD5 authentication 28 * RFC5802 SCRAM-SHA-1 authentication 29 * RFC7677 SCRAM-SHA-256 authentication 32 * Draft LOGIN SASL Mechanism <draft-murchison-sasl-login-00.txt> 55 /* The last 3 #include files should be in this order */ 68 { "CRAM-MD5", 8, SASL_MECH_CRAM_MD5 }, 69 { "DIGEST-MD5", 10, SASL_MECH_DIGEST_MD5 }, [all …]
|
| D | curl_sasl.h | 12 * This software is licensed as described in the file COPYING, which 23 * SPDX-License-Identifier: curl 55 #define SASL_MECH_STRING_CRAM_MD5 "CRAM-MD5" 56 #define SASL_MECH_STRING_DIGEST_MD5 "DIGEST-MD5" 62 #define SASL_MECH_STRING_SCRAM_SHA_1 "SCRAM-SHA-1" 63 #define SASL_MECH_STRING_SCRAM_SHA_256 "SCRAM-SHA-256" 66 #define SASL_FLAG_BASE64 0x0001 /* Messages are base64-encoded */ 90 /* Progress indicator */ 107 /* Cancel authentication. */ 112 command length - other characters count. [all …]
|
| /third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/java/com/mobileer/androidfxlab/ |
| D | EffectsAdapter.kt | 5 * 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/node/deps/zlib/google/ |
| D | zip_reader.h | 2 // Use of this source code is governed by a BSD-style license that can be 3 // found in the LICENSE file. 36 // the output file). Return false on failure to cancel extraction. 39 // Invoked to write the next chunk of data. Return false on failure to cancel 43 // Sets the last-modified time of the data. 57 // is to scan entries in a ZIP archive and extract them. The code will look 67 // auto writer = CreateFilePathWriterDelegate(extract_dir, entry->path); 92 // Information of an entry (file or directory) in a ZIP archive. 94 // Path of this entry, in its original encoding as it is stored in the ZIP 96 // UTF-8, and the caller needs to use other means to determine the encoding [all …]
|
| /third_party/mesa3d/.gitlab-ci/lava/ |
| D | lava_job_submitter.py | 3 # 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/cef/libcef/browser/net_service/ |
| D | resource_request_handler_wrapper.cc | 2 // 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::__anon2317792e0111::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/mesa3d/.gitlab-ci/bin/ |
| D | ci_run_n_monitor.py | 2 # 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/python/Tools/msi/bundle/ |
| D | Default.wxl | 1 <?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">&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</a>. At your terminal, type "py" to launch Python, or search for Python in your Start menu. 110 …n.org/[ShortVersion]/whatsnew/[ShortVersion].html">what's new</a> in this release, or fin… 114 Feel free to email <a href="mailto:python-list@python.org">python-list@python.org</a> i… [all …]
|