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

1 2 3 4

  /external/chromium/third_party/libjingle/source/talk/base/
asyncpacketsocket.h 62 virtual int GetOption(Socket::Option opt, int* value) = 0;
asyncudpsocket.h 55 virtual int GetOption(Socket::Option opt, int* value);
asyncsocket.h 107 virtual int GetOption(Option opt, int* value) {
108 return socket_->GetOption(opt, value);
asyncudpsocket.cc 92 int AsyncUDPSocket::GetOption(Socket::Option opt, int* value) {
93 return socket_->GetOption(opt, value);
asynctcpsocket.h 53 virtual int GetOption(Socket::Option opt, int* value);
  /external/chromium_org/third_party/libjingle/source/talk/base/
asyncpacketsocket.h 69 virtual int GetOption(Socket::Option opt, int* value) = 0;
asyncudpsocket.h 60 virtual int GetOption(Socket::Option opt, int* value);
asyncsocket.h 107 virtual int GetOption(Option opt, int* value) {
108 return socket_->GetOption(opt, value);
asyncudpsocket.cc 95 int AsyncUDPSocket::GetOption(Socket::Option opt, int* value) {
96 return socket_->GetOption(opt, value);
asynctcpsocket.h 57 virtual int GetOption(Socket::Option opt, int* value);
macasyncsocket.h 46 virtual int GetOption(Option opt, int* value);
  /external/chromium_org/ppapi/generators/
idl_diff.py 11 from idl_option import GetOption, Option, ParseOptions
236 if GetOption('verbose'):
310 gendir = os.path.join(GetOption('gen'), '*.h')
312 srcdir = os.path.join(GetOption('src'), '*.h')
316 name = os.path.join(GetOption('gen'), name)
322 filename = filename[len(GetOption('gen')) + 1:]
323 src = os.path.join(GetOption('src'), filename)
324 diff = os.path.join(GetOption('diff'), filename)
343 if GetOption('ok'):
345 if GetOption('halt')
    [all...]
idl_release.py 16 from idl_option import GetOption, Option, ParseOptions
79 if GetOption('release_debug'):
106 if GetOption('release_debug'):
165 if GetOption('release_debug'):
171 if GetOption('release_debug'): InfoOut.Log(' Checking %s' % cver)
182 if GetOption('release_debug'): InfoOut.Log(' Update %s' % cver)
203 if GetOption('release_debug'): InfoOut.Log('Done %s' % node)
idl_generator.py 9 from idl_option import GetOption, Option, ParseOptions
66 rangestr = GetOption('range')
67 releasestr = GetOption('release')
178 outlist = GetOption('out')
204 if GetOption('diff'):
idl_lexer.py 35 from idl_option import GetOption, Option, ParseOptions
284 if GetOption('output'):
333 tokens = FilesToTokens(filenames, GetOption('verbose'))
335 if GetOption('output'): sys.stdout.write(' <> '.join(values) + '\n')
336 if GetOption('test'):
idl_lint.py 13 from idl_option import GetOption, Option, ParseOptions
108 wnone = GetOption('wnone')
110 if wnone or GetOption(opt): ast.SetProperty(opt, True)
idl_namespace.py 15 from idl_option import GetOption, Option, ParseOptions
71 if GetOption('namespace_debug'):
106 if GetOption('release_debug'): print 'Error: %s' % msg
110 if GetOption('release_debug'): print 'Warn: %s' % msg
idl_outfile.py 14 from idl_option import GetOption, Option, ParseOptions
104 if GetOption('verbose'):
108 if GetOption('diff'):
123 if not GetOption('test'):
idl_ast.py 9 from idl_option import GetOption
46 if node.IsA('Label') and node.GetName() == GetOption('label'):
  /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",
  /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",
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
portinterface.h 95 virtual int GetOption(talk_base::Socket::Option opt, int* value) = 0;
portproxy.h 73 virtual int GetOption(talk_base::Socket::Option opt, int* value);

Completed in 1058 milliseconds

1 2 3 4