Home
last modified time | relevance | path

Searched defs:connected (Results 1 – 25 of 77) sorted by relevance

1234

/third_party/node/test/parallel/
Dtest-internal-socket-list-send.js14 const child = Object.assign(new EventEmitter(), { connected: false }); property
32 connected: true, property
55 connected: true, property
75 connected: true, property
100 connected: true, property
129 connected: true, property
Dtest-internal-socket-list-receive.js14 connected: false, property
26 connected: true, property
40 connected: true, property
Dtest-tls-secure-session.js24 let connected = false; variable
Dtest-process-getactivehandles.js18 net.connect(server.address().port, function connected() { function
Dtest-child-process-fork-net.js95 let connected = 0; variable
Dtest-dgram-send-bad-arguments.js31 function checkArgs(connected) { argument
/third_party/boost/libs/graph_parallel/test/
Ddistributed_st_connected_test.cpp59 bool connected = st_connected(g, vertex(u, g), vertex(z, g), in test_distributed_st_connected() local
71 bool connected = st_connected(g, vertex(u, g), vertex(z, g), in test_distributed_st_connected() local
/third_party/curl/lib/vssh/
Dwolfssh.c923 bool *connected, in wscp_perform()
934 bool *connected, in wsftp_perform()
965 bool connected = 0; in wssh_do() local
Dlibssh.c2298 bool *connected, bool *dophase_done) in scp_perform()
2324 bool connected = 0; in myssh_do_it() local
2478 bool *connected, in sftp_perform()
/third_party/gstreamer/gstplugins_good/ext/raw1394/
Dgsthdv1394src.h63 gboolean connected; member
Dgstdv1394src.h71 gboolean connected; member
/third_party/boost/boost/signals2/
Dconnection.hpp149 virtual bool connected() const in connected() function in boost::signals2::detail::connection_body
271 bool connected() const in connected() function in boost::signals2::connection
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
Dfst.c23 Boolean connected, in fst_ctrl_iface_notify_peer_state_change()
Dfst_ctrl_aux.h62 Boolean connected; member
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dadd_stitch_atomic_clean_gpu.cc69 bool connected = false; in ProcessOriginCNode() local
/third_party/NuttX/drivers/usbdev/gadget/
Dusbd_video.c183 static int uvc_wait_host_sub(uvc_t hdl, int *connected) in uvc_wait_host_sub()
215 int uvc_wait_host(uvc_t hdl, int wait_option, int *connected) in uvc_wait_host()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
Dfst.c23 bool connected, in fst_ctrl_iface_notify_peer_state_change()
Dfst_ctrl_aux.h62 bool connected; member
/third_party/curl/lib/
Dftp.c484 static CURLcode AllowServerConnect(struct Curl_easy *data, bool *connected) in AllowServerConnect()
2406 bool connected; in ftp_state_stor_resp() local
2521 bool connected; in ftp_state_get_resp() local
3558 bool connected = FALSE; in ftp_do_more() local
3724 bool *connected, /* connect status after PASV / PORT */ in ftp_perform()
4258 static CURLcode ftp_dophase_done(struct Curl_easy *data, bool connected) in ftp_dophase_done()
4319 bool connected = FALSE; in ftp_regular_transfer() local
Dpop3.c1167 static CURLcode pop3_perform(struct Curl_easy *data, bool *connected, in pop3_perform()
1263 static CURLcode pop3_dophase_done(struct Curl_easy *data, bool connected) in pop3_dophase_done()
1300 bool connected = FALSE; in pop3_regular_transfer() local
/third_party/gstreamer/gstplugins_good/ext/shout2/
Dgstshout2.h66 gboolean connected; member
/third_party/weston/libweston/backend-hdi/
Dhdi_backend.cpp66 hdi_backend_plug_event(uint32_t device_id, bool connected, void *data) in hdi_backend_plug_event()
/third_party/libwebsockets/include/libwebsockets/
Dlws-adopt.h120 uint8_t connected:1; member
/third_party/gstreamer/gstplugins_bad/sys/dshowvideosink/
Ddshowvideosink.h99 gboolean connected; member
/third_party/libdrm/tests/kms/
Dlibkms-test.h86 bool connected; member

1234