/external/rust/crates/tokio/tests/ |
D | tcp_accept.rs | 123 let mut polled = false; in accept_many() localVariable 126 if !polled { in accept_many() 127 polled = true; in accept_many()
|
D | macros_select.rs | 277 let mut polled = false; in future_panics_after_poll() localVariable 280 assert!(!polled); in future_panics_after_poll() 281 polled = true; in future_panics_after_poll()
|
/external/rust/crates/futures/tests/ |
D | futures_unordered.rs | 342 polled: bool, in polled_only_once_at_most_per_iteration() field 349 if self.polled { in polled_only_once_at_most_per_iteration() 352 self.polled = true; in polled_only_once_at_most_per_iteration() 362 assert_eq!(10, tasks.iter().filter(|f| f.polled).count()); in polled_only_once_at_most_per_iteration() 366 assert_eq!(33, tasks.iter().filter(|f| f.polled).count()); in polled_only_once_at_most_per_iteration()
|
/external/rust/crates/futures-util/src/stream/futures_unordered/ |
D | mod.rs | 419 let mut polled = 0; in poll_next() localVariable 544 polled += 1; in poll_next() 551 if polled == yield_every { in poll_next()
|
/external/rust/crates/tokio/src/runtime/ |
D | basic_scheduler.rs | 206 let mut polled = false; in block_on() localVariable 211 if scheduler.spawner.was_woken() || !polled { in block_on() 212 polled = true; in block_on()
|
/external/libdrm/man/ |
D | drmHandleEvent.3.rst | 25 the DRM file-descriptor has polled readable; it will read the events and
|
/external/replicaisland/ |
D | README.TXT | 24 …managed by MainLoop will be polled once per frame, and children of MainLoop may themselves have ch…
|
/external/perfetto/docs/data-sources/ |
D | memory-counters.md | 5 /proc interfaces, and are of two types: polled counters and events pushed by 8 ## Per-process polled counters 112 the corresponding polled events. This allows to collect both types of events 113 (pushed and polled) and treat them uniformly in queries and scripts. 151 ## System-wide polled counters
|
/external/cpuinfo/test/dmesg/ |
D | zenfone-2.log | 1728 [ 7.524557] mdm_ctrl: states polled = 0x8 1752 [ 7.907827] mdm_ctrl: states polled = 0x8 1756 [ 7.917141] mdm_ctrl: states polled = 0x8 1763 [ 8.071003] mdm_ctrl: states polled = 0x8 1797 [ 8.426739] mdm_ctrl: states polled = 0x8 1819 [ 8.854794] mdm_ctrl: states polled = 0x8 1821 [ 8.999177] mdm_ctrl: states polled = 0x28 1833 [ 9.160954] mdm_ctrl: states polled = 0x28 1860 [ 9.342256] mdm_ctrl: states polled = 0x8 1970 [ 10.501906] mdm_ctrl: states polled = 0x8 [all …]
|
D | iconia-one-10.log | 1197 [ 6.438519] (2)[254:mtk_wmtd][STP SDIO][I]stp_sdio_ownback_poll:Driver own is polled!(9)
|
D | meizu-pro-7-plus.log | 4391 [ 8.833681] (1)[579:mtk_wmtd][STP SDIO][I]stp_sdio_ownback_poll:Driver own is polled!(9)
|
/external/crosvm/cros_async/src/sync/ |
D | mu.rs | 1238 polled: bool, in rw_single_thread_async() field 1246 if self.polled { in rw_single_thread_async() 1249 self.polled = true; in rw_single_thread_async() 1278 polled: false, in rw_single_thread_async()
|
/external/libchromeos-rs/src/sync/ |
D | mu.rs | 1361 polled: bool, in rw_single_thread_async() field 1369 if self.polled { in rw_single_thread_async() 1372 self.polled = true; in rw_single_thread_async() 1399 polled: false, in rw_single_thread_async()
|
/external/angle/extensions/ |
D | ANGLE_timer_query.txt | 61 time intervals to be polled asynchronously by the application.
|
/external/libwebsockets/ |
D | changelog | 102 linked-list implementation. All polled checks like timeout are migrated
|
/external/perfetto/docs/analysis/ |
D | trace-processor.md | 88 * RSS memory events - both from the kernel and polled from /proc/stats
|
/external/libtextclassifier/native/annotator/pod_ner/test_data/ |
D | vocab.txt | 26848 polled
|
/external/curl/ |
D | CHANGES | 4249 which then made the data connection simply timeout and not get polled
|
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/ |
D | words.shakespeare.txt.gz |
|
D | ospd.txt.gz |
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/rust/crates/libz-sys/src/zlib-ng/test/data/ |
D | lcet10.txt | 2921 polled the audience in order to seek out regular users of the Internet as
|
/external/brotli/tests/testdata/ |
D | lcet10.txt | 2921 polled the audience in order to seek out regular users of the Internet as
|
/external/python/cpython2/Misc/ |
D | HISTORY | 16632 from other sources, as long as they can be polled with select().
|
/external/python/cpython3/Misc/ |
D | HISTORY | 34011 from other sources, as long as they can be polled with select().
|