Home
last modified time | relevance | path

Searched refs:submitting (Results 1 – 25 of 146) sorted by relevance

123456

/external/guava/android/guava/src/com/google/common/util/concurrent/
DExecutionSequencer.java305 Thread submitting;
329 submitting = Thread.currentThread();
332 if (submittingTaskQueue.thread == submitting) {
353 submitting = null;
361 if (currentThread != submitting) {
/external/guava/guava/src/com/google/common/util/concurrent/
DExecutionSequencer.java305 Thread submitting;
329 submitting = Thread.currentThread();
332 if (submittingTaskQueue.thread == submitting) {
353 submitting = null;
361 if (currentThread != submitting) {
/external/kotlinx.coroutines/
DCONTRIBUTING.md3 There are two main ways to contribute to the project — submitting issues and submitting
12 * When submitting a bug report:
20 * When submitting a feature request:
59 …* If you plan large API additions, then please start by submitting an issue with the proposed API …
111 …ing cannot be done, not convenient, or does not work — submit an [issue](#submitting-issues).
/external/oss-fuzz/infra/ci/
Drequirements.txt1 # Requirements for submitting code changes to infra/ (needed by presubmit.py).
/external/grpc-grpc-java/.github/
DISSUE_TEMPLATE1 Please answer these questions before submitting your issue.
/external/tpm2-tss/
DCONTRIBUTING.md1 # Guidelines for submitting bugs:
9 # Guideline for submitting changes:
/external/opencensus-java/.github/
DISSUE_TEMPLATE1 Please answer these questions before submitting a bug report.
/external/libcap/
DCHANGELOG1 For release notes and other info pointers for submitting patches etc.:
/external/flatbuffers/.github/
DISSUE_TEMPLATE.md1 Thank you for submitting an issue!
DPULL_REQUEST_TEMPLATE.md1 Thank you for submitting a PR!
/external/python/cryptography/docs/development/
Dindex.rst14 submitting-patches
/external/autotest/
DREADME.md57 ## Hacking and submitting patches
59 See the coding style guide for guidance on submitting patches.
/external/fmtlib/
DCONTRIBUTING.md4 By submitting a pull request or a patch, you represent that you have the right
/external/crosvm/io_uring/src/
During.rs74 submitting: usize, // The number of ops in the process of being submitted. field
118 let out = self.added - self.submitting; in prepare_submit()
119 self.submitting = self.added; in prepare_submit()
127 debug_assert!(count <= self.submitting); in fail_submit()
128 self.submitting -= count; in fail_submit()
134 debug_assert!(count <= self.submitting); in complete_submit()
135 self.submitting -= count; in complete_submit()
261 submitting: 0, in new()
/external/python/cpython2/Doc/distutils/
Dpackageindex.rst48 Distutils exposes two commands for submitting package data to PyPI: the
49 :ref:`register <package-register>` command for submitting meta-data to PyPI
50 and the :ref:`upload <package-upload>` command for submitting distribution
81 submitting your details, you will receive an email which will be used to confirm
/external/python/pybind11/.github/ISSUE_TEMPLATE/
Dfeature-request.md8 Make sure you've completed the following steps before submitting your issue -- thank you!
Dbug-report.md8 Make sure you've completed the following steps before submitting your issue -- thank you!
/external/okhttp/okio/
DCONTRIBUTING.md7 When submitting code, please make every effort to follow existing conventions
/external/okhttp/
DCONTRIBUTING.md7 When submitting code, please make every effort to follow existing conventions
/external/javapoet/
DCONTRIBUTING.md7 When submitting code, please make every effort to follow existing conventions
/external/webrtc/modules/audio_coding/neteq/tools/
DREADME.md4 …play_test.sh`, which is not use on try bots, but it can be used before submitting any CLs that may…
/external/e2fsprogs/
DREADME17 suggestions of what sort of information to include when submitting bug
/external/perfetto/docs/contributing/
Dgetting-started.md29 There are two levels of CI / TryBots involved when submitting a Perfetto CL:
43 You need to wait for both CIs to go green before submitting. The only
/external/drm_hwcomposer/
DREADME.md12 * When submitting new code please follow the naming conventions documented in the generated documen…
/external/deqp/external/openglcts/
DCONTRIBUTING.md15 - [Submitting changes](#submitting-changes)
85 Before submitting your changes make sure that the changes are formatted properly.

123456