/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/parameter-framework/asio-1.10.6/include/asio/ |
socket_base.hpp | 60 * socket.set_option(option); 90 * socket.set_option(option); 119 * socket.set_option(option); 149 * socket.set_option(option); 178 * socket.set_option(option); 208 * socket.set_option(option); 238 * socket.set_option(option); 268 * socket.set_option(option); 299 * acceptor.set_option(option); 330 * socket.set_option(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);
|
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...] |
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);
|
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...] |
/external/autotest/client/cros/ |
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(
|
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/e2fsprogs/lib/ext2fs/ |
io_manager.c | 32 if (!channel->manager->set_option) 50 retval = (channel->manager->set_option)(channel, ptr, arg);
|
ext2_io.h | 84 errcode_t (*set_option)(io_channel channel, const char *option, member in struct:struct_io_manager
|
test_io.c | 483 fprintf(data->outfile, "Test_io: set_option(%s, %s) ", 485 if (data->real && data->real->manager->set_option) { 486 retval = (data->real->manager->set_option)(data->real,
|
undo_io.c | 593 if (data->real && data->real->manager->set_option) { 594 retval = data->real->manager->set_option(data->real,
|
/external/parameter-framework/upstream/remote-processor/ |
RemoteProcessorServer.cpp | 62 _acceptor.set_option(ip::tcp::acceptor::reuse_address(true)); 63 _acceptor.set_option(asio::socket_base::linger(true, 0)); 64 _acceptor.set_option(socket_base::enable_connection_aborted(true)); 91 _socket.set_option(asio::ip::tcp::no_delay(true));
|
/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
|
/external/parameter-framework/asio-1.10.6/include/asio/ip/ |
tcp.hpp | 98 * socket.set_option(option);
|
/external/parameter-framework/upstream/asio/stub/ |
asio.hpp | 48 void set_option(const dummy_base &) const {}; function in struct:asio::dummy_base
|
/external/iptables/iptables/ |
iptables.c | 398 set_option(unsigned int *options, unsigned int option, uint8_t *invflg, function [all...] |
ip6tables.c | 412 set_option(unsigned int *options, unsigned int option, uint8_t *invflg, function [all...] |
/docs/source.android.com/src/devices/tv/ |
HDMI-CEC.jd | 167 <li><code>is_connected set_option</code></li> 272 * (*set_option)() passes flags controlling the way HDMI-CEC service works down 276 void (*set_option)(const struct hdmi_cec_device* dev, int flag, int value);
|
/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/libpng/scripts/ |
pnglibconf.dfa | 202 option SET_OPTION disabled 227 option ARM_NEON_API disabled requires ALIGNED_MEMORY enables SET_OPTION, 415 option READ enables READ_INTERLACING SET_OPTION 726 chunk sRGB enables COLORSPACE, GAMMA, SET_OPTION [all...] |
/frameworks/base/services/core/jni/ |
com_android_server_hdmi_HdmiCecController.cpp | 259 mDevice->set_option(mDevice, flag, value);
|
/external/regex-re2/re2/testing/ |
tester.cc | 253 o.set_option(PCRE::UTF8); 255 o.set_option(PCRE::None);
|
/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
|