/external/parameter-framework/upstream/remote-processor/ |
D | RemoteProcessorServer.cpp | 62 _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/ |
D | dhcp_unittest.py | 150 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(
|
D | 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 DhcpPacket
|
D | dhcp_handling_rule.py | 234 packet.set_option(option, value)
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | basic_socket_acceptor.hpp | 142 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()
|
D | basic_socket.hpp | 796 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()
|
D | socket_acceptor_service.hpp | 166 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()
|
D | stream_socket_service.hpp | 201 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/ |
D | io_manager.c | 32 if (!channel->manager->set_option) in io_channel_set_options() 50 retval = (channel->manager->set_option)(channel, ptr, arg); in io_channel_set_options()
|
D | ext2_io.h | 84 errcode_t (*set_option)(io_channel channel, const char *option, member
|
D | undo_io.c | 593 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()
|
D | test_io.c | 485 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/ |
D | iptables.c | 398 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 …]
|
D | ip6tables.c | 412 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/ |
D | asio.hpp | 48 void set_option(const dummy_base &) const {}; in set_option() function
|
/external/regex-re2/re2/testing/ |
D | tester.cc | 253 o.set_option(PCRE::UTF8); in TestInstance() 255 o.set_option(PCRE::None); in TestInstance()
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
D | config.py | 315 def set_option(self, option_name, value): member in CoverageConfig
|
D | control.py | 629 def set_option(self, option_name, value): member in Coverage 652 self.config.set_option(option_name, value)
|
D | cmdline.py | 520 self.coverage.set_option("report:fail_under", options.fail_under)
|
/external/regex-re2/util/ |
D | pcre.h | 534 void set_option(PCRE::Option option) { in set_option() function
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | reactive_socket_service.hpp | 145 asio::error_code set_option(implementation_type& impl, in set_option() function in asio::detail::reactive_socket_service
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 3953 ++set_option; in main()
|
/external/chromium-trace/catapult/third_party/coverage/ |
D | CHANGES.rst | 206 `Coverage.set_option` API.
|