Searched refs:submitting (Results 1 – 25 of 147) sorted by relevance
123456
/external/guava/android/guava/src/com/google/common/util/concurrent/ |
D | ExecutionSequencer.java | 305 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/ |
D | ExecutionSequencer.java | 305 Thread submitting; 329 submitting = Thread.currentThread(); 332 if (submittingTaskQueue.thread == submitting) { 353 submitting = null; 361 if (currentThread != submitting) {
|
/external/kotlinx.coroutines/ |
D | CONTRIBUTING.md | 3 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/ |
D | requirements.txt | 1 # Requirements for submitting code changes to infra/ (needed by presubmit.py).
|
/external/grpc-grpc-java/.github/ |
D | ISSUE_TEMPLATE | 1 Please answer these questions before submitting your issue.
|
/external/tpm2-tss/ |
D | CONTRIBUTING.md | 1 # Guidelines for submitting bugs: 9 # Guideline for submitting changes:
|
/external/opencensus-java/.github/ |
D | ISSUE_TEMPLATE | 1 Please answer these questions before submitting a bug report.
|
/external/libcap/ |
D | CHANGELOG | 1 For release notes and other info pointers for submitting patches etc.:
|
/external/flatbuffers/.github/ |
D | ISSUE_TEMPLATE.md | 1 Thank you for submitting an issue!
|
D | PULL_REQUEST_TEMPLATE.md | 1 Thank you for submitting a PR!
|
/external/python/cryptography/docs/development/ |
D | index.rst | 14 submitting-patches
|
/external/fmtlib/ |
D | CONTRIBUTING.md | 4 By submitting a pull request or a patch, you represent that you have the right
|
/external/okhttp/ |
D | CONTRIBUTING.md | 7 When submitting code, please make every effort to follow existing conventions
|
/external/okhttp/okio/ |
D | CONTRIBUTING.md | 7 When submitting code, please make every effort to follow existing conventions
|
/external/javapoet/ |
D | CONTRIBUTING.md | 7 When submitting code, please make every effort to follow existing conventions
|
/external/webrtc/modules/audio_coding/neteq/tools/ |
D | README.md | 4 …play_test.sh`, which is not use on try bots, but it can be used before submitting any CLs that may…
|
/external/python/pybind11/.github/ISSUE_TEMPLATE/ |
D | feature-request.md | 8 Make sure you've completed the following steps before submitting your issue -- thank you!
|
D | bug-report.md | 8 Make sure you've completed the following steps before submitting your issue -- thank you!
|
/external/autotest/ |
D | README.md | 57 ## Hacking and submitting patches 59 See the coding style guide for guidance on submitting patches.
|
/external/e2fsprogs/ |
D | README | 17 suggestions of what sort of information to include when submitting bug
|
/external/python/cpython2/Doc/distutils/ |
D | packageindex.rst | 48 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/crosvm/io_uring/src/ |
D | uring.rs | 74 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/drm_hwcomposer/ |
D | README.md | 12 * When submitting new code please follow the naming conventions documented in the generated documen…
|
/external/perfetto/docs/contributing/ |
D | getting-started.md | 29 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/iperf3/.github/ |
D | ISSUE_TEMPLATE.md | 48 _If submitting a proposed implementation of an enhancement request,
|
123456