/external/rust/crates/tokio/src/fs/ |
D | file.rs | 98 Idle(Option<Buf>), enumerator 206 state: State::Idle(Some(Buf::with_capacity(0))), in from_std() 314 Idle(ref mut buf_cell) => buf_cell.take().unwrap(), in set_len() 339 Idle(_) => unreachable!(), in set_len() 343 inner.state = Idle(Some(buf)); in set_len() 493 Idle(ref mut buf_cell) => { in poll_read() 516 inner.state = Idle(Some(buf)); in poll_read() 522 inner.state = Idle(Some(buf)); in poll_read() 527 inner.state = Idle(Some(buf)); in poll_read() 533 inner.state = Idle(Some(buf)); in poll_read() [all …]
|
D | read_dir.rs | 20 Ok(ReadDir(State::Idle(Some(std)))) in read_dir() 47 Idle(Option<std::fs::ReadDir>), enumerator 79 State::Idle(ref mut std) => { in poll_next_entry() 89 self.0 = State::Idle(Some(std)); in poll_next_entry()
|
/external/rust/crates/tokio/src/io/ |
D | blocking.rs | 33 Idle(Option<Buf>), enumerator 42 state: State::Idle(Some(Buf::with_capacity(0))), 60 Idle(ref mut buf_cell) => { in poll_read() 84 self.state = Idle(Some(buf)); in poll_read() 90 self.state = Idle(Some(buf)); in poll_read() 111 Idle(ref mut buf_cell) => { in poll_write() 131 self.state = Idle(Some(buf)); in poll_write() 146 Idle(ref mut buf_cell) => { in poll_flush() 163 self.state = Idle(Some(buf)); in poll_flush()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | TUScheduler.h | 88 Idle, enumerator 97 Idle, // Indicates the worker thread is idle, and ready to run any upcoming enumerator 102 Kind K = ASTAction::Idle; 119 PreambleAction PreambleActivity = PreambleAction::Idle;
|
/external/rust/crates/tokio/src/runtime/thread_pool/ |
D | idle.rs | 9 pub(super) struct Idle { struct 30 impl Idle { argument 31 pub(super) fn new(num_workers: usize) -> Idle { in new() argument 34 Idle { in new()
|
/external/rust/crates/rayon-core/src/ |
D | log.rs | 277 Idle, enumerator 287 State::Idle => 'I', in letter() 314 self.thread_states[worker] = State::Idle; in simulate() 329 assert_eq!(self.thread_states[worker], State::Idle); in simulate() 336 self.thread_states[worker] = State::Idle; in simulate() 384 .filter(|s| **s == State::Idle) in dump()
|
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/ |
D | ChannelTest.cs | 51 Assert.AreEqual(ChannelState.Idle, channel.State); in State_IdleAfterCreation() 101 var stateChangedTask = channel.WaitForStateChangedAsync(ChannelState.Idle); in ShutdownFinishesWaitForStateChangedAsync() 112 …f(ObjectDisposedException), async () => await channel.WaitForStateChangedAsync(ChannelState.Idle)); in OperationsThrowAfterShutdown()
|
/external/oboe/include/oboe/ |
D | LatencyTuner.h | 127 Idle, enumerator 138 State mState = State::Idle;
|
/external/ppp/pppd/plugins/radius/etc/ |
D | dictionary.ascend | 63 ATTRIBUTE Ascend-TS-Idle-Limit 169 integer 64 ATTRIBUTE Ascend-TS-Idle-Mode 170 integer 93 ATTRIBUTE Ascend-Token-Idle 199 integer 136 ATTRIBUTE Ascend-Idle-Limit 244 integer 146 ATTRIBUTE Ascend-MPP-Idle-Percent 254 integer 190 VALUE Ascend-TS-Idle-Mode TS-Idle-None 0 191 VALUE Ascend-TS-Idle-Mode TS-Idle-Input 1 192 VALUE Ascend-TS-Idle-Mode TS-Idle-Input-Output 2
|
/external/python/cpython2/Lib/idlelib/idle_test/ |
D | README.txt | 45 When run as part of the Python test suite, Idle GUI tests need to run 101 Running either from an Idle editor runs all tests in the test_xyz file with the 102 version of Python running Idle. Test output appears in the Shell window. The 109 Idle and so cannot run tests.) 119 The following run all Idle tests at a command line. Option '-v' is the same as 132 to stay green. Idle tests must not disturb the environment in a way that
|
/external/oboe/src/common/ |
D | LatencyTuner.cpp | 49 if (mState == State::Idle && --mIdleCountDown <= 0) { in tune() 100 mState = State::Idle; in reset()
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.0rc1.rst | 159 Allow Idle to edit and run files with astral chars in name. Patch by Mohd 169 Idle editor default font. Switch from Courier to platform-sensitive 181 Idle editor. When a file is run, put its name in the restart bar. Do not 191 Idle menus. Remove tearoff lines. Patch by Roger Serwy.
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.11rc1.rst | 829 Idle: make calltip and completion boxes appear on Macs affected by a tk 839 Idle ScrolledList context menus (used in debugger) now work on Mac Aqua. 868 Enhance the initial html viewer now used for Idle Help. * Properly indent 881 Condense and rewrite Idle doc section on text colors. 899 Explain need for *print* when running file from Idle editor. 908 Doc: augment Idle feature list and no-subprocess section. 917 Update doc for Idle command line options. Some were missing and notes were 928 Idle. See idlelib.__init__.__doc__. 937 Idle: add synchronization comments for future maintainers. 946 Replace help.txt with help.html for Idle doc display. The new [all …]
|
/external/autotest/server/site_tests/enterprise_CFM_MeetingRoomScenario/ |
D | control.join_leave_meeting_with_bots | 18 2) Idle in the meeting for 5 minutes 40 # Idle a bit after leaving a call.
|
/external/v4l2_codec2/components/ |
D | V4L2Decoder.cpp | 155 setState(State::Idle); in start() 202 if (mState == State::Idle) { in decode() 215 case State::Idle: in drain() 314 if (mState == State::Idle) { in flush() 356 setState(State::Idle); in flush() 451 setState(State::Idle); in serviceDeviceTask() 752 case State::Idle: in setState() 770 case State::Idle: in StateToString()
|
/external/python/cpython2/Lib/idlelib/ |
D | NEWS.txt | 121 - Issue #24570: Idle: make calltip and completion boxes appear on Macs 124 - Issue #24988: Idle ScrolledList context menus (used in debugger) 133 - Issue #25198: Enhance the initial html viewer now used for Idle Help. 140 - Issue #25225: Condense and rewrite Idle doc section on text colors. 144 - Issue #22820: Explain need for *print* when running file from Idle editor. 146 - Issue #25224: Doc: augment Idle feature list and no-subprocess section. 148 - Issue #25219: Update doc for Idle command line options. 152 Use idleib.idle.* to start Idle. See idlelib.__init__.__doc__. 154 - Issue #25199: Idle: add synchronization comments for future maintainers. 156 - Issue #16893: Replace help.txt with help.html for Idle doc display. [all …]
|
/external/v4l2_codec2/components/include/v4l2_codec2/components/ |
D | V4L2Decoder.h | 40 Idle, // Not received any decode buffer after initialized, flushed, or drained. enumerator 103 State mState = State::Idle;
|
/external/grpc-grpc/src/csharp/Grpc.Core/ |
D | ChannelState.cs | 32 Idle, enumerator
|
/external/autotest/server/cros/res_resource_monitor/ |
D | top_whitespace_ridden_ans.csv | 1 Time,UserCPU,SysCPU,NCPU,Idle,IOWait,IRQ,SoftIRQ,Steal,MemUnits,UsedMem,FreeMem,SwapUnits,UsedSwap,…
|
D | top_field_order_changed_ans.csv | 1 Time,UserCPU,SysCPU,NCPU,Idle,IOWait,IRQ,SoftIRQ,Steal,MemUnits,UsedMem,FreeMem,SwapUnits,UsedSwap,…
|
D | top_test_data_ans.csv | 1 Time,UserCPU,SysCPU,NCPU,Idle,IOWait,IRQ,SoftIRQ,Steal,MemUnits,UsedMem,FreeMem,SwapUnits,UsedSwap,…
|
/external/antlr/runtime/C/ |
D | AUTHORS | 7 Jim Idle (jimi idle ws s/ /./g) with no contributions at all because 15 Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | README.txt | 44 When run as part of the Python test suite, Idle GUI tests need to run 124 Running either from an Idle editor runs all tests in the test_xyz file 125 with the version of Python running Idle. Test output appears in the 132 start Idle and so cannot run tests.) 142 The following run all Idle tests at a command line. Option '-v' is the 155 green. Idle tests must not disturb the environment in a way that makes
|
/external/antlr/ |
D | BUILD.txt | 5 The notes are by Jim Idle (and are a bit out of date but we hope to
|
/external/python/cpython3/Lib/idlelib/ |
D | NEWS.txt | 965 - Issue #24570: Idle: make calltip and completion boxes appear on Macs 968 - Issue #24988: Idle ScrolledList context menus (used in debugger) 977 - Issue #25198: Enhance the initial html viewer now used for Idle Help. 984 - Issue #25225: Condense and rewrite Idle doc section on text colors. 988 - Issue #22820: Explain need for *print* when running file from Idle editor. 990 - Issue #25224: Doc: augment Idle feature list and no-subprocess section. 992 - Issue #25219: Update doc for Idle command line options. 996 Use idleib.idle.* to start Idle. See idlelib.__init__.__doc__. 998 - Issue #25199: Idle: add synchronization comments for future maintainers. 1000 - Issue #16893: Replace help.txt with help.html for Idle doc display. [all …]
|