Home
last modified time | relevance | path

Searched refs:connectable (Results 1 – 4 of 4) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-ref_count.hpp56 : connectable(std::move(other)) in ref_count_state_base()
59 connectable_type connectable; // connects to this. subscribes to this if subscribable empty. member
72 : connectable(std::move(c)) {} in ref_count_state_base()
74 connectable_type connectable; // connects to this. subscribes to this if subscribable empty. member
78 connectable.subscribe(std::forward<Subscriber>(o)); in subscribe()
162 keepAlive->connectable.connect(keepAlive->connection); in on_subscribe()
/external/autotest/client/common_lib/cros/bluetooth/
Dbluetooth_socket.py658 def set_connectable(self, index, connectable): argument
668 msg_data = struct.pack('<B', bool(connectable))
674 if status == MGMT_STATUS_NOT_SUPPORTED and not connectable:
683 def set_fast_connectable(self, index, connectable): argument
700 msg_data = struct.pack('<B', bool(connectable))
705 if status == MGMT_STATUS_NOT_SUPPORTED and not connectable:
/external/python/cpython2/Doc/library/
Dmultiprocessing.rst2001 If an address of '0.0.0.0' is used, the address will not be a connectable
2002 end point on Windows. If you require a connectable end-point,
/external/python/cpython3/Doc/library/
Dmultiprocessing.rst2397 If an address of '0.0.0.0' is used, the address will not be a connectable
2398 end point on Windows. If you require a connectable end-point,