/external/chromium_org/ppapi/generators/ |
H A D | idl_diff.py | 11 from idl_option import GetOption, Option, ParseOptions namespace 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('hal [all...] |
H A D | idl_lint.py | 13 from idl_option import GetOption, Option, ParseOptions namespace 108 wnone = GetOption('wnone') 110 if wnone or GetOption(opt): ast.SetProperty(opt, True)
|
H A D | idl_outfile.py | 14 from idl_option import GetOption, Option, ParseOptions namespace 104 if GetOption('verbose'): 108 if GetOption('diff'): 123 if not GetOption('test'):
|
H A D | idl_release.py | 16 from idl_option import GetOption, Option, ParseOptions namespace 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)
|
H A D | idl_generator.py | 9 from idl_option import GetOption, Option, ParseOptions namespace 66 rangestr = GetOption('range') 67 releasestr = GetOption('release') 178 outlist = GetOption('out') 204 if GetOption('diff'):
|
H A D | idl_lexer.py | 35 from idl_option import GetOption, Option, ParseOptions namespace 287 if GetOption('output'): 336 tokens = FilesToTokens(filenames, GetOption('verbose')) 338 if GetOption('output'): sys.stdout.write(' <> '.join(values) + '\n') 339 if GetOption('test'):
|
H A D | idl_namespace.py | 15 from idl_option import GetOption, Option, ParseOptions namespace 70 if GetOption('namespace_debug'): 104 if GetOption('release_debug'): print 'Error: %s' % msg 108 if GetOption('release_debug'): print 'Warn: %s' % msg
|
H A D | idl_ast.py | 9 from idl_option import GetOption namespace 31 if node.IsA('Label') and node.GetName() == GetOption('label'):
|
H A D | idl_gen_pnacl.py | 18 from idl_option import GetOption, Option, ParseOptions namespace 213 self._skip_opt = GetOption('disable_pnacl_opt') 214 self.SetOutputFile(GetOption('pnaclshim')) 273 if GetOption('test'):
|
H A D | idl_parser.py | 36 from idl_option import GetOption, Option, ParseOptions namespace 910 self.build_debug = GetOption('build_debug') 911 self.parse_debug = GetOption('parse_debug') 912 self.token_debug = GetOption('token_debug') 913 self.verbose = GetOption('verbose') 1026 srcroot = GetOption('srcroot') 1249 srcroot = GetOption('srcroot') 1251 if GetOption('include_private'): 1266 if GetOption('dump_tree'): ast.Dump(0) 1276 if GetOption('tes [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
H A D | asyncsocket.h | 115 virtual int GetOption(Option opt, int* value) { function in class:talk_base::AsyncSocketAdapter 116 return socket_->GetOption(opt, value);
|
H A D | asyncudpsocket.cc | 97 int AsyncUDPSocket::GetOption(Socket::Option opt, int* value) { function in class:talk_base::AsyncUDPSocket 98 return socket_->GetOption(opt, value);
|
H A D | asyncudpsocket.h | 62 virtual int GetOption(Socket::Option opt, int* value);
|
H A D | asyncpacketsocket.h | 117 virtual int GetOption(Socket::Option opt, int* value) = 0;
|
H A D | asynctcpsocket.h | 59 virtual int GetOption(Socket::Option opt, int* value);
|
H A D | macasyncsocket.h | 46 virtual int GetOption(Option opt, int* value);
|
/external/chromium_org/third_party/webrtc/base/ |
H A D | asyncsocket.h | 98 virtual int GetOption(Option opt, int* value) { function in class:rtc::AsyncSocketAdapter 99 return socket_->GetOption(opt, value);
|
H A D | asyncudpsocket.cc | 80 int AsyncUDPSocket::GetOption(Socket::Option opt, int* value) { function in class:rtc::AsyncUDPSocket 81 return socket_->GetOption(opt, value);
|
H A D | asyncudpsocket.h | 45 virtual int GetOption(Socket::Option opt, int* value);
|
H A D | asyncpacketsocket.h | 100 virtual int GetOption(Socket::Option opt, int* value) = 0;
|
H A D | asynctcpsocket.h | 42 virtual int GetOption(Socket::Option opt, int* value);
|
H A D | macasyncsocket.h | 52 virtual int GetOption(Option opt, int* value);
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
H A D | portproxy.cc | 112 int PortProxy::GetOption(talk_base::Socket::Option opt, function in class:cricket::PortProxy 115 return impl_->GetOption(opt, value);
|
H A D | portinterface.h | 93 virtual int GetOption(talk_base::Socket::Option opt, int* value) = 0;
|
H A D | portproxy.h | 75 virtual int GetOption(talk_base::Socket::Option opt, int* value);
|