Home
last modified time | relevance | path

Searched refs:set_option (Results 1 – 23 of 23) sorted by relevance

/external/parameter-framework/upstream/remote-processor/
DRemoteProcessorServer.cpp62 _acceptor.set_option(ip::tcp::acceptor::reuse_address(true)); in start()
63 _acceptor.set_option(asio::socket_base::linger(true, 0)); in start()
64 _acceptor.set_option(socket_base::enable_connection_aborted(true)); in start()
91 _socket.set_option(asio::ip::tcp::no_delay(true)); in acceptRegister()
/external/autotest/client/cros/
Ddhcp_unittest.py150 discovery_message.set_option(
156 request_message.set_option(
204 request_message.set_option(
207 request_message.set_option(
210 request_message.set_option(
213 request_message.set_option(
Ddhcp_packet.py525 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 DhcpPacket
Ddhcp_handling_rule.py234 packet.set_option(option, value)
/external/parameter-framework/asio-1.10.6/include/asio/
Dbasic_socket_acceptor.hpp142 this->get_service().set_option(this->get_implementation(), in basic_socket_acceptor()
563 void set_option(const SettableSocketOption& option) in set_option() function in asio::basic_socket_acceptor
566 this->get_service().set_option(this->get_implementation(), option, ec); in set_option()
597 asio::error_code set_option(const SettableSocketOption& option, in set_option() function in asio::basic_socket_acceptor
600 return this->get_service().set_option( in set_option()
Dbasic_socket.hpp796 void set_option(const SettableSocketOption& option) in set_option() function in asio::basic_socket
799 this->get_service().set_option(this->get_implementation(), option, ec); in set_option()
843 asio::error_code set_option(const SettableSocketOption& option, in set_option() function in asio::basic_socket
846 return this->get_service().set_option( in set_option()
Dsocket_acceptor_service.hpp166 asio::error_code set_option(implementation_type& impl, in set_option() function in asio::socket_acceptor_service
169 return service_impl_.set_option(impl, option, ec); in set_option()
Dstream_socket_service.hpp201 asio::error_code set_option(implementation_type& impl, in set_option() function in asio::stream_socket_service
204 return service_impl_.set_option(impl, option, ec); in set_option()
/external/e2fsprogs/lib/ext2fs/
Dio_manager.c32 if (!channel->manager->set_option) in io_channel_set_options()
50 retval = (channel->manager->set_option)(channel, ptr, arg); in io_channel_set_options()
Dext2_io.h84 errcode_t (*set_option)(io_channel channel, const char *option, member
Dundo_io.c593 if (data->real && data->real->manager->set_option) { in undo_set_option()
594 retval = data->real->manager->set_option(data->real, in undo_set_option()
Dtest_io.c485 if (data->real && data->real->manager->set_option) { in test_set_option()
486 retval = (data->real->manager->set_option)(data->real, in test_set_option()
/external/iptables/iptables/
Diptables.c398 set_option(unsigned int *options, unsigned int option, uint8_t *invflg, in set_option() function
1209 set_option(&cs->options, OPT_JUMP, &cs->fw.ip.invflags, cs->invert); in command_jump()
1495 set_option(&cs.options, OPT_PROTOCOL, &cs.fw.ip.invflags, in do_command4()
1512 set_option(&cs.options, OPT_SOURCE, &cs.fw.ip.invflags, in do_command4()
1518 set_option(&cs.options, OPT_DESTINATION, &cs.fw.ip.invflags, in do_command4()
1525 set_option(&cs.options, OPT_JUMP, &cs.fw.ip.invflags, in do_command4()
1542 set_option(&cs.options, OPT_VIANAMEIN, &cs.fw.ip.invflags, in do_command4()
1554 set_option(&cs.options, OPT_VIANAMEOUT, &cs.fw.ip.invflags, in do_command4()
1562 set_option(&cs.options, OPT_FRAGMENT, &cs.fw.ip.invflags, in do_command4()
1569 set_option(&cs.options, OPT_VERBOSE, in do_command4()
[all …]
Dip6tables.c412 set_option(unsigned int *options, unsigned int option, uint8_t *invflg, in set_option() function
1218 set_option(&cs->options, OPT_JUMP, &cs->fw6.ipv6.invflags, cs->invert); in command_jump()
1499 set_option(&cs.options, OPT_PROTOCOL, &cs.fw6.ipv6.invflags, in do_command6()
1524 set_option(&cs.options, OPT_SOURCE, &cs.fw6.ipv6.invflags, in do_command6()
1530 set_option(&cs.options, OPT_DESTINATION, &cs.fw6.ipv6.invflags, in do_command6()
1537 set_option(&cs.options, OPT_JUMP, &cs.fw6.ipv6.invflags, in do_command6()
1554 set_option(&cs.options, OPT_VIANAMEIN, &cs.fw6.ipv6.invflags, in do_command6()
1566 set_option(&cs.options, OPT_VIANAMEOUT, &cs.fw6.ipv6.invflags, in do_command6()
1575 set_option(&cs.options, OPT_VERBOSE, in do_command6()
1594 set_option(&cs.options, OPT_NUMERIC, &cs.fw6.ipv6.invflags, in do_command6()
[all …]
/external/parameter-framework/upstream/asio/stub/
Dasio.hpp48 void set_option(const dummy_base &) const {}; in set_option() function
/external/regex-re2/re2/testing/
Dtester.cc253 o.set_option(PCRE::UTF8); in TestInstance()
255 o.set_option(PCRE::None); in TestInstance()
/external/chromium-trace/catapult/third_party/coverage/coverage/
Dconfig.py315 def set_option(self, option_name, value): member in CoverageConfig
Dcontrol.py629 def set_option(self, option_name, value): member in Coverage
652 self.config.set_option(option_name, value)
Dcmdline.py520 self.coverage.set_option("report:fail_under", options.fail_under)
/external/regex-re2/util/
Dpcre.h534 void set_option(PCRE::Option option) { in set_option() function
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dreactive_socket_service.hpp145 asio::error_code set_option(implementation_type& impl, in set_option() function in asio::detail::reactive_socket_service
/external/libpng/contrib/tools/
Dpngfix.c3953 ++set_option; in main()
/external/chromium-trace/catapult/third_party/coverage/
DCHANGES.rst206 `Coverage.set_option` API.