HomeSort by relevance Sort by last modified time
    Searched refs:GetOption (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /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',