/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/ |
D | DigitalOut-js.cpp | 99 DECLARE_CLASS_FUNCTION(DigitalOut, is_connected) { in DECLARE_CLASS_FUNCTION() argument 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/boost/libs/msm/doc/PDF/examples/ |
D | ActiveStateSetBeforeTransition.cpp | 34 struct is_connected{}; struct 45 typedef mpl::vector1<is_connected> flag_list; 66 …gnalConnect. Connected? " << std::boolalpha << fsm.template is_flag_active<is_connected>() << endl; in operator ()() 75 …lDisconnect. Connected? " << std::boolalpha << fsm.template is_flag_active<is_connected>() << endl; in operator ()()
|
D | ActivateStateBeforeTransitionEuml.cpp | 30 BOOST_MSM_EUML_FLAG(is_connected) in BOOST_MSM_EUML_EVENT() 40 << fsm.template is_flag_active<BOOST_MSM_EUML_FLAG_NAME(is_connected)>() << endl; in BOOST_MSM_EUML_EVENT() 51 << fsm.template is_flag_active<BOOST_MSM_EUML_FLAG_NAME(is_connected)>() in BOOST_MSM_EUML_ACTION() 75 configure_<< is_connected ),Connected)
|
/third_party/boost/libs/msm/doc/HTML/examples/ |
D | ActiveStateSetBeforeTransition.cpp | 34 struct is_connected{}; struct 45 typedef mpl::vector1<is_connected> flag_list; 66 …gnalConnect. Connected? " << std::boolalpha << fsm.template is_flag_active<is_connected>() << endl; in operator ()() 75 …lDisconnect. Connected? " << std::boolalpha << fsm.template is_flag_active<is_connected>() << endl; in operator ()()
|
D | ActivateStateBeforeTransitionEuml.cpp | 30 BOOST_MSM_EUML_FLAG(is_connected) in BOOST_MSM_EUML_EVENT() 40 << fsm.template is_flag_active<BOOST_MSM_EUML_FLAG_NAME(is_connected)>() << endl; in BOOST_MSM_EUML_EVENT() 51 << fsm.template is_flag_active<BOOST_MSM_EUML_FLAG_NAME(is_connected)>() in BOOST_MSM_EUML_ACTION() 75 configure_<< is_connected ),Connected)
|
/third_party/ffmpeg/libavformat/ |
D | udp.c | 97 int is_connected; member 138 …{ "connect", "set if connect() should be called on socket", OFFSET(is_connected), AV_… 424 int was_connected = s->is_connected; in ff_udp_set_remote_url() 425 s->is_connected = strtol(buf, NULL, 10); in ff_udp_set_remote_url() 426 if (s->is_connected && !was_connected) { in ff_udp_set_remote_url() 429 s->is_connected = 0; in ff_udp_set_remote_url() 593 if (!s->is_connected) { in circular_buffer_task_tx() 690 s->is_connected = strtol(buf, NULL, 10); in udp_open() 881 if (s->is_connected) { in udp_open() 1061 if (!s->is_connected) { in udp_write()
|
D | avio.c | 220 uc->is_connected = 1; in ffurl_connect() 245 c->is_connected = 1; in ffurl_handshake() 448 if (h->is_connected && h->prot->url_close) in ffurl_closep() 560 h->is_connected = 1; in avio_open_dir()
|
D | url.h | 46 int is_connected; member
|
/third_party/jerryscript/targets/mbedos5/js/ |
D | flash_leds.js | 31 if (digital_outs[i].is_connected()) {
|
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/iomgr/ |
D | socket.pyx.pxi | 64 connected = self.is_connected() 161 cdef bint is_connected(self): member in _AsyncioSocket 169 if self.is_connected():
|
D | socket.pxd.pxi | 57 cdef bint is_connected(self) member in _AsyncioSocket
|
/third_party/python/Lib/ |
D | nntplib.py | 385 is_connected = lambda: hasattr(self, "file") function 386 if is_connected(): 392 if is_connected():
|
/third_party/python/Lib/test/ |
D | test_nntplib.py | 269 def is_connected(): function 288 self.assertTrue(is_connected()) 290 self.assertFalse(is_connected()) 295 self.assertFalse(is_connected())
|
/third_party/boost/boost/graph/ |
D | graph_utility.hpp | 344 inline bool is_connected(const VertexListGraph& g, VertexColorMap color) in is_connected() function
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 40050 - DCHECK(remote_.is_connected()); 40059 + CHECK(remote_.is_connected()); 47108 + if (!cookie_manager_for_ohos_ || !cookie_manager_for_ohos_.is_connected()) {
|