Searched refs:GetOption (Results 1 - 25 of 54) sorted by path

123

/external/chromium_org/cloud_print/service/win/
H A Dcloud_print_service.cc83 base::string16 GetOption(int string_id, function in namespace:__anon6254
272 *run_as_user = GetOption(IDS_WINDOWS_USER_PROMPT2, *run_as_user, false);
274 *run_as_password = GetOption(IDS_WINDOWS_PASSWORD_PROMPT, L"", true);
/external/chromium_org/content/renderer/p2p/
H A Dipc_socket_factory.cc91 virtual int GetOption(rtc::Socket::Option option, int* value) OVERRIDE;
431 int IpcPacketSocket::GetOption(rtc::Socket::Option option, int* value) { function in class:content::__anon7781::IpcPacketSocket
/external/chromium_org/ppapi/generators/
H A Didl_ast.py9 from idl_option import GetOption namespace
31 if node.IsA('Label') and node.GetName() == GetOption('label'):
H A Didl_c_header.py16 from idl_option import GetOption, Option, ParseOptions namespace
198 savename = GetHeaderFromNode(filenode, GetOption('dstroot'))
219 gpath = GetOption('guard')
332 gpath = GetOption('guard')
H A Didl_c_proto.py15 from idl_option import GetOption, Option, ParseOptions namespace
200 if not GetOption('cgen_debug'): return
768 if GetOption('verbose'):
806 if GetOption('test'):
H A Didl_diff.py11 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 Didl_gen_pnacl.py18 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 Didl_gen_wrapper.py15 from idl_option import GetOption namespace
212 if GetOption('verbose'):
227 if GetOption('verbose'):
H A Didl_generator.py9 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 Didl_lexer.py35 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 Didl_lint.py13 from idl_option import GetOption, Option, ParseOptions namespace
108 wnone = GetOption('wnone')
110 if wnone or GetOption(opt): ast.SetProperty(opt, True)
H A Didl_namespace.py15 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 Didl_option.py13 def GetOption(name): function
H A Didl_outfile.py14 from idl_option import GetOption, Option, ParseOptions namespace
104 if GetOption('verbose'):
108 if GetOption('diff'):
123 if not GetOption('test'):
H A Didl_parser.py36 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...]
H A Didl_release.py16 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 Didl_thunk.py16 from idl_option import GetOption, Option, ParseOptions namespace
420 savename = _GetThunkFileName(filenode, GetOption('thunkroot'))
/external/chromium_org/remoting/client/plugin/
H A Dpepper_packet_socket_factory.cc108 virtual int GetOption(rtc::Socket::Option opt, int* value) OVERRIDE;
301 int UdpPacketSocket::GetOption(rtc::Socket::Option opt, int* value) { function in class:remoting::__anon10375::UdpPacketSocket
/external/chromium_org/remoting/protocol/
H A Dchromium_socket_factory.cc51 virtual int GetOption(rtc::Socket::Option option, int* value) OVERRIDE;
207 int UdpPacketSocket::GetOption(rtc::Socket::Option option, int* value) { function in class:remoting::protocol::__anon10500::UdpPacketSocket
/external/chromium_org/remoting/test/
H A Dfake_socket_factory.cc59 virtual int GetOption(rtc::Socket::Option option, int* value) OVERRIDE;
127 int FakeUdpSocket::GetOption(rtc::Socket::Option option, int* value) { function in class:remoting::__anon10523::FakeUdpSocket
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dport_unittest.cc197 virtual int GetOption(rtc::Socket::Option opt, int* value) { function in class:TestPort
868 virtual int GetOption(Socket::Option opt, int* value) { return 0; } function in class:FakeAsyncPacketSocket
1198 int success = port1->GetOption(rtc::Socket::OPT_NODELAY,
1200 ASSERT_EQ(0, success); // GetOption() should complete successfully w/ 0
1304 EXPECT_EQ(0, udpport->GetOption(rtc::Socket::OPT_DSCP, &dscp));
1308 EXPECT_EQ(0, tcpport->GetOption(rtc::Socket::OPT_DSCP, &dscp));
1314 EXPECT_EQ(0, stunport->GetOption(rtc::Socket::OPT_DSCP, &dscp));
1322 EXPECT_EQ(0, turnport1->GetOption(rtc::Socket::OPT_DSCP, &dscp));
1329 EXPECT_EQ(0, turnport2->GetOption(rtc::Socket::OPT_DSCP, &dscp));
H A Dportinterface.h93 virtual int GetOption(rtc::Socket::Option opt, int* value) = 0;
H A Dportproxy.cc112 int PortProxy::GetOption(rtc::Socket::Option opt, function in class:cricket::PortProxy
115 return impl_->GetOption(opt, value);
H A Dportproxy.h75 virtual int GetOption(rtc::Socket::Option opt, int* value);
H A Dpseudotcp.cc381 void PseudoTcp::GetOption(Option opt, int* value) { function in class:cricket::PseudoTcp

Completed in 412 milliseconds

123