/third_party/boost/libs/statechart/example/Camera/ |
D | Camera.hpp | 41 struct Idle; 42 struct NotShooting : sc::simple_state< NotShooting, Camera, Idle > 52 struct Idle : sc::simple_state< Idle, NotShooting > struct 56 Idle(); argument 57 ~Idle();
|
D | Camera.cpp | 40 Idle::Idle() in Idle() function in Idle 45 Idle::~Idle() in ~Idle() 50 sc::result Idle::react( const EvConfig & ) in react()
|
D | Configuring.hpp | 31 typedef sc::transition< EvConfig, Idle > reactions;
|
/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/ |
D | thread_group.hpp | 54 Idle, enumerator 58 State state = Idle; 67 cond.wait(l, [this] { return state != Idle; }); in start() 75 state = Idle; in start() 84 cond.wait(l, [this] { return state == Idle; }); in wait()
|
/third_party/boost/libs/statechart/test/ |
D | DeferralTest.cpp | 71 struct Idle; 72 struct Active : sc::simple_state< Active, DeferralTest, Idle > 89 typedef sc::transition< EvSwitch, Idle > reactions; 92 struct Idle : sc::simple_state< Idle, Active > struct
|
/third_party/libuv/docs/src/ |
D | idle.rst | 4 :c:type:`uv_idle_t` --- Idle handle 7 Idle handles will run the given callback once per loop iteration, right 24 Idle handle type.
|
D | design.rst | 77 #. Idle handle callbacks are called. Despite the unfortunate name, idle handles are run on every
|
/third_party/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()
|
/third_party/skia/third_party/externals/oboe/include/oboe/ |
D | LatencyTuner.h | 127 Idle, enumerator 138 State mState = State::Idle;
|
/third_party/python/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.
|
D | 3.5.1rc1.rst | 1047 Idle: make calltip and completion boxes appear on Macs affected by a tk 1057 Idle ScrolledList context menus (used in debugger) now work on Mac Aqua. 1086 Enhance the initial html viewer now used for Idle Help. Properly indent 1099 Condense and rewrite Idle doc section on text colors. 1117 Explain need for *print* when running file from Idle editor. 1126 Doc: augment Idle feature list and no-subprocess section. 1135 Update doc for Idle command line options. Some were missing and notes were 1146 Idle. See idlelib.__init__.__doc__. 1155 Idle: add synchronization comments for future maintainers. 1164 Replace help.txt with help.html for Idle doc display. The new [all …]
|
D | 3.6.0a1.rst | 3291 Idle: make calltip and completion boxes appear on Macs affected by a tk 3301 Idle ScrolledList context menus (used in debugger) now work on Mac Aqua. 3330 Enhance the initial html viewer now used for Idle Help. Properly indent 3343 Condense and rewrite Idle doc section on text colors. 3361 Explain need for *print* when running file from Idle editor. 3370 Doc: augment Idle feature list and no-subprocess section. 3379 Update doc for Idle command line options. Some were missing and notes were 3390 Idle. See idlelib.__init__.__doc__. 3399 Idle: add synchronization comments for future maintainers. 3408 Replace help.txt with help.html for Idle doc display. The new [all …]
|
D | 3.5.0a1.rst | 4621 been moved from the General tab of the Idle preferences dialog to the 4631 Update Idle doc chapter to match current Idle and add new information. 4640 Add Idle extension configuration dialog to Options menu. Changes are written 4652 output window, or 'Untitled' editor, Idle no longer displays an error box. 4675 they are no longer pickled when running under Idle. 4693 Idle debugger breakpoints no longer disappear when inserting or deleting 4703 Turtledemo can now be run from Idle. Currently, the entry is on the Help 4759 Idle so Caps Lock does not disable them. Patch by Roger Serwy. 4769 no longer closes Idle. 4816 consolidating and improving human-validated tests of Idle. Change other
|
/third_party/skia/third_party/externals/oboe/src/common/ |
D | LatencyTuner.cpp | 49 if (mState == State::Idle && --mIdleCountDown <= 0) { in tune() 97 mState = State::Idle; in reset()
|
/third_party/grpc/src/csharp/Grpc.Core/ |
D | ChannelState.cs | 32 Idle, enumerator
|
/third_party/python/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
|
/third_party/python/Lib/idlelib/ |
D | NEWS.txt | 1000 - Issue #24570: Idle: make calltip and completion boxes appear on Macs 1003 - Issue #24988: Idle ScrolledList context menus (used in debugger) 1012 - Issue #25198: Enhance the initial html viewer now used for Idle Help. 1019 - Issue #25225: Condense and rewrite Idle doc section on text colors. 1023 - Issue #22820: Explain need for *print* when running file from Idle editor. 1025 - Issue #25224: Doc: augment Idle feature list and no-subprocess section. 1027 - Issue #25219: Update doc for Idle command line options. 1031 Use idleib.idle.* to start Idle. See idlelib.__init__.__doc__. 1033 - Issue #25199: Idle: add synchronization comments for future maintainers. 1035 - Issue #16893: Replace help.txt with help.html for Idle doc display. [all …]
|
D | TODO.txt | 181 - Set X11 class to "idle/Idle", set icon and title to something
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
D | scheduler.cpp | 282 case State::Idle: in toString() 495 ASSERT_FIBER_STATE(to, Fiber::State::Idle); in suspend() 525 case Fiber::State::Idle: in enqueue() 692 changeFiberState(currentFiber, Fiber::State::Running, Fiber::State::Idle); in runUntilIdle() 698 changeFiberState(currentFiber, Fiber::State::Idle, Fiber::State::Running); in runUntilIdle()
|
/third_party/flutter/flutter/examples/layers/services/ |
D | isolate.dart | 208 String _status = 'Idle'; 291 return 'Idle';
|
/third_party/python/Doc/library/ |
D | idle.rst | 236 autosave, as selected in the General tab of the Idle Settings dialog. If 544 imported into the user process, including those imported by Idle itself, 548 appears because Idle imports itertools into the user process for its own 550 Idle does not itself import turtle. The menu entry and shortcut also do 609 Idle defaults to black on white text, but colors text with special meanings. 640 Tk file is loaded unconditionally. This additional file is ``.Idle.py`` and is 875 If the attempt to make the socket connection fails, Idle will notify you. 878 a particular system. Until the problem is fixed, one can run Idle with
|
D | csv.rst | 184 Eric Idle
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
D | scheduler.h | 228 Idle, enumerator
|
/third_party/python/PC/ |
D | store_info.txt | 149 * Find Python, Pip and Idle on PATH
|
/third_party/lwip/doc/ |
D | ppp.txt | 138 printf("status_cb: Idle Timeout\n");
|