Home
last modified time | relevance | path

Searched refs:disconnected (Results 1 – 25 of 174) sorted by relevance

1234567

/third_party/node/test/parallel/
Dtest-cluster-disconnect-with-no-workers.js27 let disconnected; variable
30 assert(disconnected);
34 disconnected = true;
38 assert(!disconnected);
Dtest-child-process-fork-net.js125 let disconnected = 0; variable
139 disconnected += 1;
169 assert.strictEqual(disconnected, count);
/third_party/flutter/glfw/docs/
Dmonitor.dox24 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.
Dinput.dox500 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/
Dtest_inspector_socket_server.cc264 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/
Dname1 simple disconnected file inode
/third_party/grpc/src/core/ext/filters/client_channel/
DREADME.md36 disconnected. This connectivity state can be used to inform load balancing
37 decisions (for example, by avoiding disconnected backends).
/third_party/python/Lib/asyncio/
Dbase_subprocess.py241 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/
DREADME.md24 disconnected clients that cause the ringbuffer to fill.
/third_party/skia/third_party/externals/oboe/docs/notes/
Ddisconnect.md9 the stream is no longer available and becomes "disconnected".
36 // Close the stream if it was not disconnected.
/third_party/libsoup/libsoup/
Dsoup-connection.h31 void (*disconnected) (SoupConnection *); member
Dsoup-socket.h31 void (*disconnected) (SoupSocket *sock); member
/third_party/node/doc/api/
Dcluster.md136 // 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/
Dtcp_client.h61 void set_disconnected_callback(const OnDisconnected &disconnected);
Dtcp_client.cc69 …::set_disconnected_callback(const OnDisconnected &disconnected) { disconnected_callback_ = disconn… in set_disconnected_callback() argument
/third_party/weston/doc/sphinx/toc/libweston/
Doutput-management.rst49 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/
Dppp.txt274 * 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/
Dstates61 PAUSED: elements can be connected, removed, disconnected. some
/third_party/skia/third_party/externals/oboe/docs/
DFullGuide.md31 …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:
329disconnected, 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.
DOpenSLESMigration.md125 …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/
Dconnection-backoff.md53 one or a previously disconnected one.
/third_party/e2fsprogs/doc/RelNotes/
Dv1.06.txt29 In e2fsck, if a disconnected inode is zero-length, offer to clear it
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dvalue_listenable_builder_test.dart92 // Change value of the (now) disconnected listenable.
/third_party/skia/third_party/externals/dawn/docs/
Ddevice_facilities.md26 - 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/
Dgdrive.h95 void (* disconnected) (GDrive *drive); member

1234567