Searched refs:RunList (Results 1 – 9 of 9) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowMediaPlayer.java | 131 private RunList nextPlaybackEvent; 138 private static class RunList extends ArrayList<MediaEvent> implements MediaEvent { class in ShadowMediaPlayer 140 public RunList() { in RunList() method in ShadowMediaPlayer.RunList 168 public TreeMap<Integer, RunList> events = new TreeMap<>(); 231 RunList runList = events.get(offset); in scheduleEventAtOffset() 235 runList = new RunList(); in scheduleEventAtOffset() 347 RunList runList = events.get(offset); in removeEventAtOffset() 365 for (Iterator<Entry<Integer, RunList>> iter = events.entrySet() in removeEvent() 367 Entry<Integer, RunList> entry = iter.next(); in removeEvent() 368 RunList runList = entry.getValue(); in removeEvent() [all …]
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | exec_ctx.h | 233 static void RunList(const DebugLocation& location, grpc_closure_list* list);
|
D | exec_ctx.cc | 198 void ExecCtx::RunList(const DebugLocation& location, grpc_closure_list* list) { in RunList() function in grpc_core::ExecCtx
|
D | tcp_server_custom.cc | 209 grpc_core::ExecCtx::RunList(DEBUG_LOCATION, &s->shutdown_starting); in tcp_server_unref()
|
D | resource_quota.cc | 338 grpc_core::ExecCtx::RunList(DEBUG_LOCATION, &resource_user->on_allocated); in rq_alloc() 366 grpc_core::ExecCtx::RunList(DEBUG_LOCATION, &resource_user->on_allocated); in rq_alloc()
|
D | tcp_server_windows.cc | 187 grpc_core::ExecCtx::RunList(DEBUG_LOCATION, &s->shutdown_starting); in tcp_server_unref()
|
D | tcp_server_posix.cc | 548 grpc_core::ExecCtx::RunList(DEBUG_LOCATION, &s->shutdown_starting); in tcp_server_unref()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | writing.cc | 115 grpc_core::ExecCtx::RunList(DEBUG_LOCATION, in maybe_initiate_ping()
|
D | chttp2_transport.cc | 787 grpc_core::ExecCtx::RunList(DEBUG_LOCATION, &t->run_after_write); in set_write_state() 1017 grpc_core::ExecCtx::RunList(DEBUG_LOCATION, &t->run_after_write); in write_action_end_locked() 1623 grpc_core::ExecCtx::RunList(DEBUG_LOCATION, &pq->lists[j]); in cancel_pings() 1706 grpc_core::ExecCtx::RunList(DEBUG_LOCATION, in grpc_chttp2_ack_ping()
|