Searched defs:is_open (Results 1 - 19 of 19) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/core/
H A Dnetwork_controller.py27 def is_open(self): member in class:NetworkController
28 return self._network_controller_backend.is_open
/external/libchrome/crypto/
H A Dscoped_test_nss_db.h23 bool is_open() const { return slot_; } function in class:crypto::ScopedTestNSSDB
/external/boringssl/src/crypto/test/
H A Dfile_test.h74 // is_open returns true if the file was successfully opened.
75 bool is_open() const { return file_ != nullptr; } function in class:FileTest
/external/zlib/src/contrib/iostream/
H A Dzfstream.h22 inline int is_open() const { return (file !=NULL); } function in class:gzfilebuf
/external/zlib/src/contrib/iostream3/
H A Dzfstream.h57 is_open() const { return (file != NULL); } function in class:gzfilebuf
270 is_open() { return sb.is_open(); } function in class:gzifstream
359 is_open() { return sb.is_open(); } function in class:gzofstream
/external/bison/lib/
H A Derror.c125 is_open (int fd) function
162 if (0 <= stdout_fd && is_open (stdout_fd))
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
H A Dnetwork_controller_backend.py62 def is_open(self): member in class:NetworkControllerBackend
99 assert not self.is_open, 'Network controller is already open'
185 assert self.is_open, 'Network controller is not open'
/external/libusb/libusb/os/
H A Ddarwin_usb.h128 int is_open; member in struct:darwin_device_handle_priv
/external/clang/test/CodeGenCXX/
H A Dtemplate-instantiation.cpp106 virtual void is_open() const { } function in class:test3::basic_fstreamXX
112 template void basic_fstreamXX<char>::is_open() const;
/external/parameter-framework/asio/include/asio/
H A Dbasic_socket.hpp330 bool is_open() const function in class:asio::basic_socket
332 return this->get_service().is_open(this->get_implementation());
632 if (!is_open())
673 if (!is_open())
737 if (!is_open())
H A Dbasic_socket_acceptor.hpp344 bool is_open() const function in class:asio::basic_socket_acceptor
346 return this->get_service().is_open(this->get_implementation());
H A Dsocket_acceptor_service.hpp118 bool is_open(const implementation_type& impl) const function in class:asio::socket_acceptor_service
120 return service_impl_.is_open(impl);
H A Dstream_socket_service.hpp123 bool is_open(const implementation_type& impl) const function in class:asio::stream_socket_service
125 return service_impl_.is_open(impl);
/external/parameter-framework/asio/include/asio/detail/
H A Dreactive_socket_service_base.hpp81 bool is_open(const base_implementation_type& impl) const function in class:asio::detail::reactive_socket_service_base
/external/parameter-framework/asio-1.10.6/include/asio/
H A Dbasic_socket.hpp330 bool is_open() const function in class:asio::basic_socket
332 return this->get_service().is_open(this->get_implementation());
632 if (!is_open())
673 if (!is_open())
737 if (!is_open())
H A Dbasic_socket_acceptor.hpp344 bool is_open() const function in class:asio::basic_socket_acceptor
346 return this->get_service().is_open(this->get_implementation());
H A Dsocket_acceptor_service.hpp118 bool is_open(const implementation_type& impl) const function in class:asio::socket_acceptor_service
120 return service_impl_.is_open(impl);
H A Dstream_socket_service.hpp123 bool is_open(const implementation_type& impl) const function in class:asio::stream_socket_service
125 return service_impl_.is_open(impl);
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dreactive_socket_service_base.hpp81 bool is_open(const base_implementation_type& impl) const function in class:asio::detail::reactive_socket_service_base

Completed in 347 milliseconds