HomeSort by relevance Sort by last modified time
    Searched defs:set_option (Results 1 - 15 of 15) sorted by null

  /external/parameter-framework/asio-1.10.6/include/asio/
basic_socket_acceptor.hpp 44 * acceptor.set_option(asio::ip::tcp::acceptor::reuse_address(true));
127 * acceptor.set_option(socket_base::reuse_address(true));
142 this->get_service().set_option(this->get_implementation(),
144 asio::detail::throw_error(ec, "set_option");
559 * acceptor.set_option(option);
563 void set_option(const SettableSocketOption& option) function in class:asio::basic_socket_acceptor
566 this->get_service().set_option(this->get_implementation(), option, ec);
567 asio::detail::throw_error(ec, "set_option");
589 * acceptor.set_option(option, ec);
597 asio::error_code set_option(const SettableSocketOption& option function in class:asio::basic_socket_acceptor
    [all...]
basic_socket.hpp 792 * socket.set_option(option);
796 void set_option(const SettableSocketOption& option) function in class:asio::basic_socket
799 this->get_service().set_option(this->get_implementation(), option, ec);
800 asio::detail::throw_error(ec, "set_option");
835 * socket.set_option(option, ec);
843 asio::error_code set_option(const SettableSocketOption& option, function in class:asio::basic_socket
846 return this->get_service().set_option(
    [all...]
socket_acceptor_service.hpp 166 asio::error_code set_option(implementation_type& impl, function in class:asio::socket_acceptor_service
169 return service_impl_.set_option(impl, option, ec);
stream_socket_service.hpp 201 asio::error_code set_option(implementation_type& impl, function in class:asio::stream_socket_service
204 return service_impl_.set_option(impl, option, ec);
  /external/parameter-framework/upstream/asio/stub/
asio.hpp 48 void set_option(const dummy_base &) const {}; function in struct:asio::dummy_base
  /external/chromium-trace/catapult/third_party/coverage/coverage/
config.py 315 def set_option(self, option_name, value): member in class:CoverageConfig
control.py 629 def set_option(self, option_name, value): member in class:Coverage
642 cov.set_option("run:branch", True)
652 self.config.set_option(option_name, value)
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
reactive_socket_service.hpp 145 asio::error_code set_option(implementation_type& impl, function in class:asio::detail::reactive_socket_service
  /external/e2fsprogs/lib/ext2fs/
ext2_io.h 84 errcode_t (*set_option)(io_channel channel, const char *option, member in struct:struct_io_manager
  /external/regex-re2/util/
pcre.h 534 void set_option(PCRE::Option option) { function in class:re2::PCRE_Options
  /toolchain/binutils/binutils-2.25/gas/config/
tc-pdp11.c 89 set_option (char *arg)
179 set_option ("all-extensions");
180 set_option ("pic");
1095 set_option ("no-extensions");
1103 return set_option ("eis") && set_option ("spl");
1107 return set_option ("limited-eis");
1117 return set_option ("eis") && set_option ("mxps");
1125 return set_option ("limited-eis") && set_option ("mxps")
88 set_option (char *arg) function
    [all...]
  /external/autotest/client/cros/
dhcp_packet.py 525 packet.set_option(OPTION_DHCP_MESSAGE_TYPE,
553 packet.set_option(OPTION_DHCP_MESSAGE_TYPE,
575 packet.set_option(OPTION_DHCP_MESSAGE_TYPE,
599 packet.set_option(OPTION_DHCP_MESSAGE_TYPE,
626 packet.set_option(OPTION_DHCP_MESSAGE_TYPE,
739 def set_option(self, option, option_value): member in class:DhcpPacket
  /external/iptables/iptables/
ip6tables.c 412 set_option(unsigned int *options, unsigned int option, uint8_t *invflg, function
    [all...]
iptables.c 398 set_option(unsigned int *options, unsigned int option, uint8_t *invflg, function
    [all...]
  /hardware/libhardware/include/hardware/
hdmi_cec.h 189 * Flags used for set_option()
389 * (*set_option)() passes flags controlling the way HDMI-CEC service works down
393 void (*set_option)(const struct hdmi_cec_device* dev, int flag, int value); member in struct:hdmi_cec_device

Completed in 1035 milliseconds