/system/connectivity/dhcp_client/ |
dhcp_options_parser.h | 26 virtual bool GetOption(const uint8_t* buffer, 35 bool GetOption(const uint8_t* buffer, 43 bool GetOption(const uint8_t* buffer, 51 bool GetOption(const uint8_t* buffer, 59 bool GetOption(const uint8_t* buffer, 67 bool GetOption(const uint8_t* buffer, 75 bool GetOption(const uint8_t* buffer, 83 bool GetOption(const uint8_t* buffer, 91 bool GetOption(const uint8_t* buffer, 99 bool GetOption(const uint8_t* buffer [all...] |
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...] |
dhcp_options_parser_unittest.cc | 80 EXPECT_TRUE(parser_->GetOption(kFakeUInt8Option, 92 EXPECT_TRUE(parser_->GetOption(kFakeUInt16Option, 104 EXPECT_TRUE(parser_->GetOption(kFakeUInt32Option, 118 EXPECT_TRUE(parser_->GetOption(kFakeUInt8ListOption, 137 EXPECT_TRUE(parser_->GetOption(kFakeUInt16ListOption, 156 EXPECT_TRUE(parser_->GetOption(kFakeUInt32ListOption, 176 EXPECT_TRUE(parser_->GetOption(kFakeUInt32PairListOption, 185 EXPECT_TRUE(parser_->GetOption(kFakeBoolOptionEnable, 194 EXPECT_TRUE(parser_->GetOption(kFakeBoolOptionDisable, 206 EXPECT_TRUE(parser_->GetOption(kFakeStringOption [all...] |
/external/webrtc/webrtc/base/ |
asyncudpsocket.h | 48 int GetOption(Socket::Option opt, int* value) override;
|
asyncsocket.cc | 103 int AsyncSocketAdapter::GetOption(Option opt, int* value) { 104 return socket_->GetOption(opt, value);
|
asyncudpsocket.cc | 86 int AsyncUDPSocket::GetOption(Socket::Option opt, int* value) { 87 return socket_->GetOption(opt, value);
|
asyncpacketsocket.h | 99 virtual int GetOption(Socket::Option opt, int* value) = 0;
|
asyncsocket.h | 68 int GetOption(Option opt, int* value) override;
|
asynctcpsocket.h | 44 int GetOption(Socket::Option opt, int* value) override;
|
macasyncsocket.h | 53 int GetOption(Option opt, int* value) override;
|
win32socketserver.h | 56 virtual int GetOption(Option opt, int* value);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
ParenMatch.py | 45 STYLE = idleConf.GetOption('extensions','ParenMatch','style', 47 FLASH_DELAY = idleConf.GetOption('extensions','ParenMatch','flash-delay', 50 BELL = idleConf.GetOption('extensions','ParenMatch','bell',
|
CodeContext.py | 28 context_depth = idleConf.GetOption("extensions", "CodeContext", 30 bgcolor = idleConf.GetOption("extensions", "CodeContext", 32 fgcolor = idleConf.GetOption("extensions", "CodeContext", 46 visible = idleConf.GetOption("extensions", "CodeContext",
|
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/ |
ParenMatch.py | 45 STYLE = idleConf.GetOption('extensions','ParenMatch','style', 47 FLASH_DELAY = idleConf.GetOption('extensions','ParenMatch','flash-delay', 50 BELL = idleConf.GetOption('extensions','ParenMatch','bell',
|
CodeContext.py | 28 context_depth = idleConf.GetOption("extensions", "CodeContext", 30 bgcolor = idleConf.GetOption("extensions", "CodeContext", 32 fgcolor = idleConf.GetOption("extensions", "CodeContext", 46 visible = idleConf.GetOption("extensions", "CodeContext",
|
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/ |
ParenMatch.py | 45 STYLE = idleConf.GetOption('extensions','ParenMatch','style', 47 FLASH_DELAY = idleConf.GetOption('extensions','ParenMatch','flash-delay', 50 BELL = idleConf.GetOption('extensions','ParenMatch','bell',
|
CodeContext.py | 28 context_depth = idleConf.GetOption("extensions", "CodeContext", 30 bgcolor = idleConf.GetOption("extensions", "CodeContext", 32 fgcolor = idleConf.GetOption("extensions", "CodeContext", 46 visible = idleConf.GetOption("extensions", "CodeContext",
|
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/ |
ParenMatch.py | 45 STYLE = idleConf.GetOption('extensions','ParenMatch','style', 47 FLASH_DELAY = idleConf.GetOption('extensions','ParenMatch','flash-delay', 50 BELL = idleConf.GetOption('extensions','ParenMatch','bell',
|
CodeContext.py | 28 context_depth = idleConf.GetOption("extensions", "CodeContext", 30 bgcolor = idleConf.GetOption("extensions", "CodeContext", 32 fgcolor = idleConf.GetOption("extensions", "CodeContext", 46 visible = idleConf.GetOption("extensions", "CodeContext",
|
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...] |
/external/webrtc/webrtc/p2p/base/ |
portinterface.h | 76 virtual int GetOption(rtc::Socket::Option opt, int* value) = 0;
|
relayport.h | 61 int GetOption(rtc::Socket::Option opt, int* value) override;
|