/external/autotest/client/cros/ |
D | dhcp_handling_rule.py | 316 requested_parameters = query_packet.get_option( 397 server_ip = query_packet.get_option(dhcp_packet.OPTION_SERVER_ID) 398 requested_ip = query_packet.get_option(dhcp_packet.OPTION_REQUESTED_IP) 436 requested_parameters = query_packet.get_option( 478 if query_packet.get_option(dhcp_packet.OPTION_SERVER_ID) is not None: 483 requested_ip = query_packet.get_option(dhcp_packet.OPTION_REQUESTED_IP) 529 server_ip = query_packet.get_option(dhcp_packet.OPTION_SERVER_ID) 613 server_ip = query_packet.get_option(dhcp_packet.OPTION_SERVER_ID)
|
D | dhcp_unittest.py | 206 offer_packet.get_option(dhcp_packet.OPTION_SERVER_ID)) 209 offer_packet.get_option(dhcp_packet.OPTION_SUBNET_MASK)) 212 offer_packet.get_option(dhcp_packet.OPTION_IP_LEASE_TIME)) 215 offer_packet.get_option(dhcp_packet.OPTION_REQUESTED_IP))
|
D | dhcp_packet.py | 733 def get_option(self, option): member in DhcpPacket
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | basic_socket.hpp | 886 void get_option(GettableSocketOption& option) const in get_option() function in asio::basic_socket 889 this->get_service().get_option(this->get_implementation(), option, ec); in get_option() 934 asio::error_code get_option(GettableSocketOption& option, in get_option() function in asio::basic_socket 937 return this->get_service().get_option( in get_option()
|
D | basic_socket_acceptor.hpp | 627 void get_option(GettableSocketOption& option) in get_option() function in asio::basic_socket_acceptor 630 this->get_service().get_option(this->get_implementation(), option, ec); in get_option() 662 asio::error_code get_option(GettableSocketOption& option, in get_option() function in asio::basic_socket_acceptor 665 return this->get_service().get_option( in get_option()
|
D | socket_acceptor_service.hpp | 174 asio::error_code get_option(const implementation_type& impl, in get_option() function in asio::socket_acceptor_service 177 return service_impl_.get_option(impl, option, ec); in get_option()
|
D | stream_socket_service.hpp | 209 asio::error_code get_option(const implementation_type& impl, in get_option() function in asio::stream_socket_service 212 return service_impl_.get_option(impl, option, ec); in get_option()
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
D | cmdline.py | 522 if self.coverage.get_option("report:fail_under"): 532 if total >= self.coverage.get_option("report:fail_under"): 604 if options.append and self.coverage.get_option("run:parallel"): 608 if not self.coverage.get_option("run:parallel"): 628 data_file = self.coverage.get_option("run:data_file")
|
D | config.py | 342 def get_option(self, option_name): member in CoverageConfig
|
D | control.py | 615 def get_option(self, option_name): member in Coverage 627 return self.config.get_option(option_name)
|
/external/dhcpcd-6.8.2/ |
D | dhcp.c | 150 #define get_option_raw(ctx, dhcp, opt) get_option(ctx, dhcp, opt, NULL) 152 get_option(struct dhcpcd_ctx *ctx, in get_option() function 249 p = get_option(ctx, dhcp, option, &len); in get_option_addr() 264 p = get_option(ctx, dhcp, option, &len); in get_option_uint32() 280 p = get_option(ctx, dhcp, option, &len); in get_option_uint8() 537 p = get_option(ctx, dhcp, option, &len); in get_option_string() 594 p = get_option(ifp->ctx, dhcp, DHO_CSR, &len); in get_option_routes() 599 p = get_option(ifp->ctx, dhcp, DHO_MSCSR, &len); in get_option_routes() 629 p = get_option(ifp->ctx, dhcp, DHO_STATICROUTE, &len); in get_option_routes() 659 p = get_option(ifp->ctx, dhcp, DHO_ROUTER, &len); in get_option_routes() [all …]
|
/external/fio/ |
D | parse.c | 901 static struct fio_option *get_option(char *opt, in get_option() function 933 o = get_option(s, __fio_options, &foo); in opt_cmp() 940 o = get_option(s, __fio_options, &foo); in opt_cmp() 986 *o = get_option(opt, options, &post); in parse_option()
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | reactive_socket_service.hpp | 156 asio::error_code get_option(const implementation_type& impl, in get_option() function in asio::detail::reactive_socket_service
|
/external/chromium-trace/catapult/third_party/coverage/ |
D | TODO.txt | 43 + cov.config["run:branch"] api (well, coverage.get_option etc)
|
D | CHANGES.rst | 205 been changed to a more explicit `Coverage.get_option` and
|