Home
last modified time | relevance | path

Searched defs:ready (Results 1 – 25 of 1235) sorted by relevance

12345678910>>...50

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dpropagator_state.cc55 TaggedNodeSeq* ready) { in ActivateRoots()
67 TaggedNodeSeq* ready) { in PropagateOutputs()
288 void PropagatorState::DeleteFrame(FrameState* frame, TaggedNodeSeq* ready) { in DeleteFrame()
367 TaggedNodeSeq* ready) { in CleanupFramesIterations()
389 EntryVector* outputs, TaggedNodeSeq* ready) { in ActivateNodesFastPathInternal()
453 EntryVector* outputs, TaggedNodeSeq* ready) { in ActivateNodesSlowPath()
566 EntryVector* outputs, TaggedNodeSeq* ready) { in ActivateNodesAndAdjustOutstanding()
588 TaggedNodeSeq* ready) { in ActivateNodesLocked()
598 TaggedNodeSeq* ready) { in ActivateNexts()
614 TaggedNodeSeq* ready) { in ActivateLoopInvs()
[all …]
H A Dexecutor.cc485 TaggedNodeSeq ready; in RunAsync() local
651 TaggedNodeSeq ready; in ProcessAsync() local
717 TaggedNodeSeq ready; in ProcessInline() local
1126 const Status& s, TaggedNodeSeq* ready, NodeExecStatsInterface* stats, in NodeDone()
1206 TaggedNodeSeq* ready, TaggedNodeReadyQueue* inline_ready) { in ScheduleReady()
H A Dsimple_propagator_state.cc49 gtl::ArraySlice<const NodeItem*> roots, TaggedNodeSeq* ready) { in ActivateRoots()
58 TaggedNodeSeq* ready) { in PropagateOutputs()
/aosp_15_r20/system/unwinding/libunwindstack/benchmarks/
H A Dremote_unwind_benchmarks.cpp40 bool ready; in WaitForRemote() local
49 size_t RemoteCall6(volatile bool* ready) { in RemoteCall6()
55 size_t RemoteCall5(volatile bool* ready) { in RemoteCall5()
59 size_t RemoteCall4(volatile bool* ready) { in RemoteCall4()
63 size_t RemoteCall3(volatile bool* ready) { in RemoteCall3()
67 size_t RemoteCall2(volatile bool* ready) { in RemoteCall2()
71 size_t RemoteCall1(volatile bool* ready) { in RemoteCall1()
76 static volatile bool ready = false; in StartRemoteRun() local
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/tests/
Dmpsc.rs275 let mut ready = spawn(poll_fn(|cx| send.poll_ready_unpin(cx))); in sink_send_then_flush() localVariable
279 let mut ready = spawn(poll_fn(|cx| send.poll_ready_unpin(cx))); in sink_send_then_flush() localVariable
286 let mut ready = spawn(poll_fn(|cx| send.poll_ready_unpin(cx))); in sink_send_then_flush() localVariable
302 let mut ready = spawn(poll_fn(|cx| send.poll_ready_unpin(cx))); in sink_send_then_close() localVariable
306 let mut ready = spawn(poll_fn(|cx| send.poll_ready_unpin(cx))); in sink_send_then_close() localVariable
340 let mut ready = spawn(poll_fn(|cx| send.poll_ready_unpin(cx))); in sink_send_ref() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/io/
Dscheduled_io.rs223 let ready = Ready::from_usize(READINESS.unpack(curr)); in set_readiness() localVariable
312 let ready = direction.mask() & Ready::from_usize(READINESS.unpack(curr)); in poll_readiness() localVariable
333 let ready = direction.mask() & Ready::from_usize(READINESS.unpack(curr)); in poll_readiness() localVariable
446 let ready = Ready::from_usize(READINESS.unpack(curr)).intersection(interest); in poll() localVariable
463 let mut ready = Ready::from_usize(READINESS.unpack(curr)); in poll() localVariable
470 let ready = ready.intersection(interest); in poll() localVariable
539 let ready = Ready::from_usize(READINESS.unpack(curr)).intersection(w.interest); in poll() localVariable
/aosp_15_r20/external/angle/doc/
H A DContributingCode.md21 ### Code
30 ### Build maintenance
51 ### Testing
99 ### Legal
/aosp_15_r20/external/perfetto/src/base/threading/
H A Dutil_unittest.cc80 base::FlatSet<base::PlatformHandle> ready; in TEST() local
105 base::FlatSet<base::PlatformHandle> ready; in TEST() local
125 base::FlatSet<base::PlatformHandle> ready; in TEST() local
140 base::FlatSet<base::PlatformHandle> ready; in TEST() local
/aosp_15_r20/hardware/google/camera/common/hal/utils/
Dresult_dispatcher.h124 bool ready = false; member
132 bool ready = false; member
141 bool ready = false; member
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/sink/
Dfanout.rs70 let ready = sink1_ready && sink2_ready; in poll_ready() localVariable
91 let ready = sink1_ready && sink2_ready; in poll_flush() localVariable
104 let ready = sink1_ready && sink2_ready; in poll_close() localVariable
/aosp_15_r20/frameworks/av/media/codec2/vndk/
H A DC2Fence.cpp121 bool C2Fence::ready() const { in ready() function in C2Fence
161 virtual bool ready() const { in ready() function in _C2FenceFactory::SurfaceFenceImpl
290 virtual bool ready() const { in ready() function in _C2FenceFactory::SyncFenceImpl
714 virtual bool ready() const { in ready() function in _C2FenceFactory::PipeFenceImpl
/aosp_15_r20/external/rust/android-crates-io/crates/futures/tests/
Dasync_await_macros.rs179 let mut ready = future::ready(0i32); in select_size() localVariable
365 let ready = future::ready(0i32); in join_size() localVariable
382 let ready = future::ready(Ok::<i32, i32>(0)); in try_join_size() localVariable
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DTimerQueriesTest.cpp132 GLuint ready = GL_FALSE; in TEST_P() local
212 GLuint ready = GL_FALSE; in TEST_P() local
454 GLuint ready = GL_FALSE; in TEST_P() local
H A DOcclusionQueriesTest.cpp70 GLuint ready = GL_FALSE; in TEST_P() local
371 GLuint ready = GL_FALSE; in TEST_P() local
732 GLuint ready = GL_FALSE; in TEST_P() local
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/eager/
H A Ddestroy_tensor_handle_node.h35 bool ready) in DestroyTensorHandleNode()
45 bool ready = ready_; in RunAsync() local
/aosp_15_r20/external/webrtc/test/time_controller/
H A Dsimulated_task_queue.cc55 absl::AnyInvocable<void()&&> ready = std::move(ready_tasks_.front()); in RunReady() local
58 std::move(ready)(); in RunReady() local
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_emit_nvc0.cpp3318 int delay = 0, ready = cycle; in calcDelay() local
3358 const int ready = cycle + targ->getLatency(insn); in commitInsn() local
3403 int ready = cycle; in checkRd() local
3441 int ready = cycle; in checkWr() local
3464 SchedDataCalculator::recordWr(const Value *v, const int ready) in recordWr()
3483 SchedDataCalculator::recordRd(const Value *v, const int ready) in recordRd()
/aosp_15_r20/external/crosvm/cros_async/src/blocking/
H A Dpool.rs476 let mut ready = task_mu.lock(); in shutdown_with_pending_work() localVariable
507 let ready = Arc::new(Mutex::new(false)); in unfinished_worker_thread() localVariable
517 let mut ready = thread_ready.lock(); in unfinished_worker_thread() localVariable
/aosp_15_r20/external/webrtc/modules/desktop_capture/
H A Dscreen_drawer_unittest.cc40 std::atomic<bool> ready(false); in TestScreenDrawerLock() local
45 const std::atomic<bool>& ready, in TestScreenDrawerLock()
/aosp_15_r20/external/grpc-grpc/src/core/lib/promise/
H A Dpoll.h96 bool ready() const { return ready_; } in ready() function
155 bool ready() const { return ready_; } in ready() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/
Dpoll.h98 bool ready() const { return ready_; } in ready() function
157 bool ready() const { return ready_; } in ready() function
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/io/
DReader.java117 public boolean ready() throws IOException { in nullReader() method
295 public boolean ready() throws IOException { in ready() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/1/libcore/ojluni/src/main/java/java/io/
DReader.java117 public boolean ready() throws IOException { in nullReader() method
295 public boolean ready() throws IOException { in ready() method
/aosp_15_r20/libcore/ojluni/src/main/java/java/io/
H A DReader.java117 public boolean ready() throws IOException { in nullReader() method
295 public boolean ready() throws IOException { in ready() method
/aosp_15_r20/external/crosvm/devices/src/virtio/
H A Dqueue.rs57 ready: bool, field
92 ready: bool, field
253 pub fn ready(&self) -> bool { in ready() method

12345678910>>...50