Home
last modified time | relevance | path

Searched refs:is_connected (Results 1 - 9 of 9) sorted by relevance

/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/
H A DDigitalOut-js.cpp94 * DigitalOut#is_connected (native JavaScript method)
99 DECLARE_CLASS_FUNCTION(DigitalOut, is_connected) { in DECLARE_CLASS_FUNCTION()
100 CHECK_ARGUMENT_COUNT(DigitalOut, is_connected, (args_count == 0)); in DECLARE_CLASS_FUNCTION()
113 int result = native_ptr->is_connected(); in DECLARE_CLASS_FUNCTION()
152 ATTACH_CLASS_FUNCTION(js_object, DigitalOut, is_connected); in DECLARE_CLASS_CONSTRUCTOR()
/third_party/ffmpeg/libavformat/
H A Dudp.c97 int is_connected; member
138 { "connect", "set if connect() should be called on socket", OFFSET(is_connected), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, .flags = D|E },
445 int was_connected = s->is_connected; in ff_udp_set_remote_url()
446 s->is_connected = strtol(buf, NULL, 10); in ff_udp_set_remote_url()
447 if (s->is_connected && !was_connected) { in ff_udp_set_remote_url()
450 s->is_connected = 0; in ff_udp_set_remote_url()
612 if (!s->is_connected) { in circular_buffer_task_tx()
714 s->is_connected = strtol(buf, NULL, 10); in udp_open()
908 if (s->is_connected) { in udp_open()
1088 if (!s->is_connected) { in udp_write()
[all...]
H A Davio.c217 uc->is_connected = 1; in ffurl_connect()
242 c->is_connected = 1; in ffurl_handshake()
445 if (h->is_connected && h->prot->url_close) in ffurl_closep()
557 h->is_connected = 1; in avio_open_dir()
H A Durl.h45 int is_connected; member
/third_party/jerryscript/targets/mbedos5/js/
H A Dflash_leds.js31 if (digital_outs[i].is_connected()) {
/third_party/python/Lib/
H A Dnntplib.py388 is_connected = lambda: hasattr(self, "file")
389 if is_connected():
395 if is_connected():
/third_party/python/Lib/test/
H A Dtest_nntplib.py269 def is_connected(): function
288 self.assertTrue(is_connected())
290 self.assertFalse(is_connected())
295 self.assertFalse(is_connected())
/third_party/curl/lib/
H A Dconnect.c578 * is_connected() checks if the socket has connected.
580 static CURLcode is_connected(struct Curl_cfilter *cf, in is_connected() function
897 result = is_connected(cf, data, done); in cf_he_connect()
/third_party/node/deps/v8/src/objects/
H A Dmap.cc1446 bool is_connected = false; in CopyReplaceDescriptors() local
1463 is_connected = true; in CopyReplaceDescriptors()
1469 if (FLAG_log_maps && !is_connected) { in CopyReplaceDescriptors()

Completed in 15 milliseconds