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

  /system/connectivity/dhcp_client/
dhcp_options_parser.cc 33 bool UInt8Parser::GetOption(const uint8_t* buffer,
45 bool UInt16Parser::GetOption(const uint8_t* buffer,
57 bool UInt32Parser::GetOption(const uint8_t* buffer,
69 bool UInt8ListParser::GetOption(const uint8_t* buffer,
86 bool UInt16ListParser::GetOption(const uint8_t* buffer,
105 bool UInt32ListParser::GetOption(const uint8_t* buffer,
124 bool UInt32PairListParser::GetOption(const uint8_t* buffer,
146 bool BoolParser::GetOption(const uint8_t* buffer,
166 bool StringParser::GetOption(const uint8_t* buffer,
178 bool ByteArrayParser::GetOption(const uint8_t* buffer
    [all...]
  /external/webrtc/webrtc/base/
asyncudpsocket.cc 86 int AsyncUDPSocket::GetOption(Socket::Option opt, int* value) {
87 return socket_->GetOption(opt, value);
asyncsocket.cc 103 int AsyncSocketAdapter::GetOption(Option opt, int* value) {
104 return socket_->GetOption(opt, value);
asynctcpsocket.cc 111 int AsyncTCPSocketBase::GetOption(Socket::Option opt, int* value) {
112 return socket_->GetOption(opt, value);
macasyncsocket.cc 296 int MacAsyncSocket::GetOption(Option opt, int* value) {
physicalsocketserver.cc 236 int PhysicalSocket::GetOption(Option opt, int* value) {
    [all...]
win32socketserver.cc 399 int Win32Socket::GetOption(Option opt, int* value) {
virtualsocketserver.cc 365 int VirtualSocket::GetOption(Option opt, int* value) {
    [all...]
  /external/webrtc/webrtc/p2p/base/
transportchannel.h 97 virtual bool GetOption(rtc::Socket::Option opt, int* value) { return false; }
stunport.cc 292 int UDPPort::GetOption(rtc::Socket::Option opt, int* value) {
293 return socket_->GetOption(opt, value);
tcpport.cc 232 int TCPPort::GetOption(rtc::Socket::Option opt, int* value) {
234 return socket_->GetOption(opt, value);
pseudotcp.cc 369 void PseudoTcp::GetOption(Option opt, int* value) {
    [all...]
relayport.cc 376 int RelayPort::GetOption(rtc::Socket::Option opt, int* value) {
p2ptransportchannel.cc     [all...]
turnport.cc 491 int TurnPort::GetOption(rtc::Socket::Option opt, int* value) {
501 return socket_->GetOption(opt, value);
    [all...]
port_unittest.cc 192 virtual int GetOption(rtc::Socket::Option opt, int* value) {
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configHandler.py 226 def GetOption(self, configType, section, option, default=None, type=None,
245 warning = ('\n Warning: configHandler.py - IdleConf.GetOption -\n'
263 warning = ('\n Warning: configHandler.py - IdleConf.GetOption -\n'
392 return self.GetOption('main','Theme','name',default='')
398 return self.GetOption('main','Keys','name',default='')
415 if self.GetOption('extensions', extn, 'enable', default=True,
423 if self.GetOption('extensions', extn,option,
489 binding=self.GetOption('extensions',keysName,
508 binding=self.GetOption('extensions',bindsName,
523 binding=self.GetOption('keys',keySetName,eventName,default='').split(
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configHandler.py 226 def GetOption(self, configType, section, option, default=None, type=None,
245 warning = ('\n Warning: configHandler.py - IdleConf.GetOption -\n'
263 warning = ('\n Warning: configHandler.py - IdleConf.GetOption -\n'
392 return self.GetOption('main','Theme','name',default='')
398 return self.GetOption('main','Keys','name',default='')
415 if self.GetOption('extensions', extn, 'enable', default=True,
423 if self.GetOption('extensions', extn,option,
489 binding=self.GetOption('extensions',keysName,
508 binding=self.GetOption('extensions',bindsName,
523 binding=self.GetOption('keys',keySetName,eventName,default='').split(
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 226 def GetOption(self, configType, section, option, default=None, type=None,
245 warning = ('\n Warning: configHandler.py - IdleConf.GetOption -\n'
263 warning = ('\n Warning: configHandler.py - IdleConf.GetOption -\n'
392 return self.GetOption('main','Theme','name',default='')
398 return self.GetOption('main','Keys','name',default='')
415 if self.GetOption('extensions', extn, 'enable', default=True,
423 if self.GetOption('extensions', extn,option,
489 binding=self.GetOption('extensions',keysName,
508 binding=self.GetOption('extensions',bindsName,
523 binding=self.GetOption('keys',keySetName,eventName,default='').split(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 226 def GetOption(self, configType, section, option, default=None, type=None,
245 warning = ('\n Warning: configHandler.py - IdleConf.GetOption -\n'
263 warning = ('\n Warning: configHandler.py - IdleConf.GetOption -\n'
392 return self.GetOption('main','Theme','name',default='')
398 return self.GetOption('main','Keys','name',default='')
415 if self.GetOption('extensions', extn, 'enable', default=True,
423 if self.GetOption('extensions', extn,option,
489 binding=self.GetOption('extensions',keysName,
508 binding=self.GetOption('extensions',bindsName,
523 binding=self.GetOption('keys',keySetName,eventName,default='').split(
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iads.h     [all...]

Completed in 796 milliseconds