Home
last modified time | relevance | path

Searched refs:submitted (Results 1 – 25 of 1238) sorted by relevance

12345678910>>...50

/external/rust/crates/vulkano/src/command_buffer/
Dtraits.rs139 submitted: Mutex::new(false), in execute_after()
322 submitted: Mutex<bool>, field
366 let mut submitted = self.submitted.lock().unwrap(); in flush() localVariable
367 if *submitted { in flush()
382 *submitted = true; in flush()
/external/libcups/
DCONTRIBUTING.md11 Contributions should be submitted as attachments to bug reports on the
13 source files should be submitted as unified diffs while new source files
/external/robolectric/integration_tests/androidx_test/src/test/java/org/robolectric/integrationtests/axt/
DEspressoIdlingResourceTest.java66 boolean submitted; in onIdle_postToMainThread()
70 if (!submitted) { in onIdle_postToMainThread()
71 submitted = true; in onIdle_postToMainThread()
/external/igt-gpu-tools/benchmarks/wsim/
DREADME124 created at the second step. They are submitted ahead of time while still not
133 batch buffer is submitted to the GPU. (In contrary to normal sync fences, which
143 Here VCS1 and VCS2 batches will only be submitted for executing once the RCS
154 Context 1 is marked as low priority (-1) and then a batch buffer is submitted
156 is submitted against it which depends on the batch from context 1.
172 500us and another batch is submitted.
245 We get to a fully functional example where two batch buffers are submitted in a
269 the default so the command could also be omitted) and a batch submitted against
/external/libcxx/utils/google-benchmark/
DCONTRIBUTING.md21 You generally only need to submit a CLA once, so if you've already submitted
28 Once your CLA is submitted (or if you already submitted one for
/external/google-benchmark/
DCONTRIBUTING.md21 You generally only need to submit a CLA once, so if you've already submitted
28 Once your CLA is submitted (or if you already submitted one for
/external/mesa3d/docs/
Dconform.rst17 Khronos member and has submitted conformance for your API on another
22 submitted results for the given API yet, X.Org is a member through
/external/llvm/lib/Target/ARM/
DLICENSE.TXT12 is intentionally submitted by ARM to llvm.org (http://llvm.org) ("LLVM") for
14 (the "Work"). For the purposes of this definition, "submitted" means any form of
36 submitted. If any entity institutes patent litigation against ARM or any
/external/liburing/src/
Dqueue.c350 static int __io_uring_submit(struct io_uring *ring, unsigned submitted, in __io_uring_submit() argument
363 ret = ____sys_io_uring_enter(ring->enter_ring_fd, submitted, in __io_uring_submit()
366 ret = submitted; in __io_uring_submit()
/external/liburing/test/
Dio-cancel.c121 int i, ret, submitted = 0; in start_cancel() local
135 submitted++; in start_cancel()
139 if (ret != submitted) { in start_cancel()
140 fprintf(stderr, "submit got %d, wanted %d\n", ret, submitted); in start_cancel()
/external/perfetto/protos/perfetto/metrics/android/
Ddisplay_metrics.proto22 // Stat that reports the number of duplicate frames submitted
24 // pixels values but where still submitted. It is tracked based on
/external/python/cryptography/docs/x509/
Dcertificate-transparency.rst17 assertions that the specified certificate has been submitted to a
41 the certificate had been submitted to it.
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.h171 struct util_queue_fence submitted; member
204 util_queue_fence_destroy(&fence->submitted); in amdgpu_fence_reference()
Damdgpu_cs.c53 util_queue_fence_init(&fence->submitted); in amdgpu_fence_create()
54 util_queue_fence_reset(&fence->submitted); in amdgpu_fence_create()
78 util_queue_fence_init(&fence->submitted); in amdgpu_fence_import_syncobj()
111 util_queue_fence_init(&fence->submitted); in amdgpu_fence_import_sync_file()
130 util_queue_fence_wait(&fence->submitted); in amdgpu_fence_export_sync_file()
171 util_queue_fence_signal(&afence->submitted); in amdgpu_fence_submitted()
179 util_queue_fence_signal(&afence->submitted); in amdgpu_fence_signalled()
215 if (!util_queue_fence_wait_timeout(&afence->submitted, abs_timeout)) in amdgpu_fence_wait()
1254 util_queue_fence_wait(&fence->submitted); in amdgpu_cs_add_fence_dependency()
1520 assert(util_queue_fence_is_signalled(&fence->submitted)); in amdgpu_cs_submit_ib()
[all …]
/external/elfutils/
DTHANKS1 At least the following have submitted valuable patches:
/external/crosvm/cros_async/src/sys/unix/
During_executor.rs226 submitted: false, in start_read_to_mem()
242 submitted: false, in start_write_from_mem()
253 submitted: false, in start_fallocate()
264 submitted: false, in start_fsync()
277 submitted: false, in poll_fd_readable()
980 submitted: bool, field
999 if !self.submitted && !ex.runs_tasks_on_current_thread() { in poll()
1001 Ok(()) => self.submitted = true, in poll()
/external/rust/crates/async-stream/
DREADME.tpl11 Unless you explicitly state otherwise, any contribution intentionally submitted
/external/rust/crates/tokio-util/
DREADME.md11 Unless you explicitly state otherwise, any contribution intentionally submitted
/external/rust/crates/tokio-test/
DREADME.md11 Unless you explicitly state otherwise, any contribution intentionally submitted
/external/rust/crates/tokio-macros/
DREADME.md11 Unless you explicitly state otherwise, any contribution intentionally submitted
/external/crosvm/docs/book/src/integration/
Dchromeos.md78 Code submitted upstream is tested on linux, but not on ChromeOS devices. Changes will only be tested
87 is submitted.
95 to make changes in a backwards compatible way to allow them to be submitted independently.
/external/rust/crates/downcast-rs/
DREADME.tpl11 Unless you explicitly state otherwise, any contribution intentionally submitted
/external/python/cpython3/Doc/
Dbugs.rst30 A list of documentation bugs that have been submitted to the Python issue tracker.
43 Bug reports for Python itself should be submitted via the Python Bug Tracker
45 pertinent information to be entered and submitted to the developers.
/external/rust/crates/num_cpus/
DCONTRIBUTING.md14 Unless you explicitly state otherwise, any contribution intentionally submitted
/external/curl/docs/cmdline-opts/
Dmail-auth.d14 address (identity) of a submitted message that is being relayed to another

12345678910>>...50