/third_party/node/test/parallel/ |
D | test-cluster-disconnect-with-no-workers.js | 27 let disconnected; variable 30 assert(disconnected); 34 disconnected = true; 38 assert(!disconnected);
|
D | test-child-process-fork-net.js | 125 let disconnected = 0; variable 139 disconnected += 1; 169 assert.strictEqual(disconnected, count);
|
/third_party/flutter/glfw/docs/ |
D | monitor.dox | 24 disconnected or until the library is [terminated](@ref intro_init_terminate). 59 disconnected. 64 If you wish to be notified when a monitor is connected or disconnected, set 72 connected or disconnected and the event that occurred. 83 // The monitor was disconnected 88 If a monitor is disconnected, any windows that are full screen on it get forced 170 unique, and only until that monitor is disconnected.
|
D | input.dox | 500 keeps its assigned index until it is disconnected, so as joysticks are connected 501 and disconnected, they will become spread out. 548 guaranteed to be unique, and only until that joystick is disconnected. 553 If you wish to be notified when a joystick is connected or disconnected, set 561 and disconnected and the event that occurred. 572 // The joystick was disconnected
|
/third_party/node/test/cctest/ |
D | test_inspector_socket_server.cc | 264 disconnected++; in Disconnected() 293 int disconnected = 0; member in __anonc5369da30111::ServerHolder 409 EXPECT_EQ(1, server.disconnected); in TEST_F() 420 EXPECT_EQ(1, server.disconnected); in TEST_F() 434 SPIN_WHILE(server.disconnected < 2); in TEST_F() 457 SPIN_WHILE(3 != server.disconnected); in TEST_F()
|
/third_party/e2fsprogs/tests/f_reconnect/ |
D | name | 1 simple disconnected file inode
|
/third_party/grpc/src/core/ext/filters/client_channel/ |
D | README.md | 36 disconnected. This connectivity state can be used to inform load balancing 37 decisions (for example, by avoiding disconnected backends).
|
/third_party/python/Lib/asyncio/ |
D | base_subprocess.py | 241 if all(p is not None and p.disconnected 261 self.disconnected = False 270 self.disconnected = True
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-ring/ |
D | README.md | 24 disconnected clients that cause the ringbuffer to fill.
|
/third_party/skia/third_party/externals/oboe/docs/notes/ |
D | disconnect.md | 9 the stream is no longer available and becomes "disconnected". 36 // Close the stream if it was not disconnected.
|
/third_party/libsoup/libsoup/ |
D | soup-connection.h | 31 void (*disconnected) (SoupConnection *); member
|
D | soup-socket.h | 31 void (*disconnected) (SoupSocket *sock); member
|
/third_party/node/doc/api/ |
D | cluster.md | 136 // Worker has disconnected 380 has been created. It is disconnected after the `'disconnect'` event is emitted. 429 the `worker.process`, and once disconnected, killing with `signal`. In the 510 Emitted after the worker IPC channel has disconnected. This can occur when a 511 worker exits gracefully, is killed, or is disconnected manually (such as with 520 console.log(`The worker #${worker.id} has disconnected`); 662 * `callback` {Function} Called when all workers are disconnected and handles are 667 When they are disconnected all internal handles will be closed, allowing the 851 A worker is removed from `cluster.workers` after the worker has disconnected
|
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/ |
D | tcp_client.h | 61 void set_disconnected_callback(const OnDisconnected &disconnected);
|
D | tcp_client.cc | 69 …::set_disconnected_callback(const OnDisconnected &disconnected) { disconnected_callback_ = disconn… in set_disconnected_callback() argument
|
/third_party/weston/doc/sphinx/toc/libweston/ |
D | output-management.rst | 49 A connector becoming disconnected is a common reason to destroy an output. 92 A compositor finds out a head has been disconnected and proceeds to
|
/third_party/lwip/doc/ |
D | ppp.txt | 274 * dead state (i.e. disconnected). We don't need to provide thread-safe 288 * if PPP session is in the dead state (i.e. disconnected). 301 * dead state (i.e. disconnected). We don't need to provide thread-safe 343 * be called if PPP session is in the dead state (i.e. disconnected). 372 * dead state (i.e. disconnected). You need to call ppp_close() before.
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | states | 61 PAUSED: elements can be connected, removed, disconnected. some
|
/third_party/skia/third_party/externals/oboe/docs/ |
D | FullGuide.md | 31 …cy by bypassing the mixer stage, but they are also more likely to get disconnected. You should clo… 323 An audio stream can become disconnected at any time if one of these events happens: 329 …disconnected, it has the state "Disconnected" and calls to `write()` or other functions will retur… 331 If you need to be informed when an audio device is disconnected, write a class 333 …ck, then it will automatically close the stream in a separate thread if the stream is disconnected. 338 * `onErrorBeforeClose(stream, error)` - called when the stream has been disconnected but not yet cl… 347 …at the new audio device may have vastly different properties than the stream that was disconnected.
|
D | OpenSLESMigration.md | 125 …er than stopping callbacks, to indicate that an audio device has been disconnected - for example, … 127 …ore info](https://github.com/google/oboe/blob/master/docs/FullGuide.md#disconnected-audio-stream)).
|
/third_party/grpc/doc/ |
D | connection-backoff.md | 53 one or a previously disconnected one.
|
/third_party/e2fsprogs/doc/RelNotes/ |
D | v1.06.txt | 29 In e2fsck, if a disconnected inode is zero-length, offer to clear it
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | value_listenable_builder_test.dart | 92 // Change value of the (now) disconnected listenable.
|
/third_party/skia/third_party/externals/dawn/docs/ |
D | device_facilities.md | 26 - A device can become "disconnected" when a TDR or hot-unplug happens. 40 While it is `Alive` the device can notify it has been disconnected by the backend, in which case it…
|
/third_party/glib/gio/ |
D | gdrive.h | 95 void (* disconnected) (GDrive *drive); member
|