Home
last modified time | relevance | path

Searched refs:RunList (Results 1 – 9 of 9) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMediaPlayer.java131 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/
Dexec_ctx.h233 static void RunList(const DebugLocation& location, grpc_closure_list* list);
Dexec_ctx.cc198 void ExecCtx::RunList(const DebugLocation& location, grpc_closure_list* list) { in RunList() function in grpc_core::ExecCtx
Dtcp_server_custom.cc209 grpc_core::ExecCtx::RunList(DEBUG_LOCATION, &s->shutdown_starting); in tcp_server_unref()
Dresource_quota.cc338 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()
Dtcp_server_windows.cc187 grpc_core::ExecCtx::RunList(DEBUG_LOCATION, &s->shutdown_starting); in tcp_server_unref()
Dtcp_server_posix.cc548 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/
Dwriting.cc115 grpc_core::ExecCtx::RunList(DEBUG_LOCATION, in maybe_initiate_ping()
Dchttp2_transport.cc787 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()