/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | propagator_state.cc | 55 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 D | executor.cc | 485 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 D | simple_propagator_state.cc | 49 gtl::ArraySlice<const NodeItem*> roots, TaggedNodeSeq* ready) { in ActivateRoots() 58 TaggedNodeSeq* ready) { in PropagateOutputs()
|
/aosp_15_r20/system/unwinding/libunwindstack/benchmarks/ |
H A D | remote_unwind_benchmarks.cpp | 40 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/ |
D | mpsc.rs | 275 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/ |
D | scheduled_io.rs | 223 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 D | ContributingCode.md | 21 ### Code 30 ### Build maintenance 51 ### Testing 99 ### Legal
|
/aosp_15_r20/external/perfetto/src/base/threading/ |
H A D | util_unittest.cc | 80 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/ |
D | result_dispatcher.h | 124 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/ |
D | fanout.rs | 70 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 D | C2Fence.cpp | 121 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/ |
D | async_await_macros.rs | 179 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 D | TimerQueriesTest.cpp | 132 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 D | OcclusionQueriesTest.cpp | 70 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 D | destroy_tensor_handle_node.h | 35 bool ready) in DestroyTensorHandleNode() 45 bool ready = ready_; in RunAsync() local
|
/aosp_15_r20/external/webrtc/test/time_controller/ |
H A D | simulated_task_queue.cc | 55 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 D | nv50_ir_emit_nvc0.cpp | 3318 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 D | pool.rs | 476 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 D | screen_drawer_unittest.cc | 40 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 D | poll.h | 96 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/ |
D | poll.h | 98 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/ |
D | Reader.java | 117 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/ |
D | Reader.java | 117 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 D | Reader.java | 117 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 D | queue.rs | 57 ready: bool, field 92 ready: bool, field 253 pub fn ready(&self) -> bool { in ready() method
|