Searched refs:GetOutput (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/v8/tools/
H A Dstatus-file-converter.py39 print old_statusfile.ConvertNotation(sys.argv[1]).GetOutput()
/external/chromium_org/tools/grit/grit/format/policy_templates/writers/
H A Dplist_strings_writer_unittest.py35 output = self.GetOutput(
73 output = self.GetOutput(
116 output = self.GetOutput(
169 output = self.GetOutput(
223 output = self.GetOutput(
266 output = self.GetOutput(
H A Djson_writer_unittest.py58 output = self.GetOutput(grd, 'fr', {'_chromium': '1',}, 'json', 'en')
79 output = self.GetOutput(grd, 'fr', {'_google_chrome' : '1'}, 'json', 'en')
106 output = self.GetOutput(grd, 'fr', {'_chromium' : '1'}, 'json', 'en')
133 output = self.GetOutput(grd, 'fr', {'_chromium' : '1'}, 'json', 'en')
164 output = self.GetOutput(grd, 'fr', {'_google_chrome': '1'}, 'json', 'en')
197 output = self.GetOutput(grd, 'fr', {'_google_chrome': '1'}, 'json', 'en')
224 output = self.GetOutput(grd, 'fr', {'_chromium' : '1'}, 'json', 'en')
261 output = self.GetOutput(grd, 'fr', {'_chromium' : '1'}, 'json', 'en')
290 output = self.GetOutput(grd, 'fr', {'_chromium' : '1'}, 'json', 'en')
324 output = self.GetOutput(gr
[all...]
H A Dreg_writer_unittest.py47 output = self.GetOutput(grd, 'fr', {'_chromium': '1', }, 'reg', 'en')
69 output = self.GetOutput(grd, 'fr', {'_google_chrome' : '1'}, 'reg', 'en')
97 output = self.GetOutput(grd, 'fr', {'_chromium' : '1'}, 'reg', 'en')
122 output = self.GetOutput(grd, 'fr', {'_chromium' : '1'}, 'reg', 'en')
151 output = self.GetOutput(grd, 'fr', {'_google_chrome': '1'}, 'reg', 'en')
182 output = self.GetOutput(grd, 'fr', {'_google_chrome': '1'}, 'reg', 'en')
207 output = self.GetOutput(grd, 'fr', {'_chromium' : '1'}, 'reg', 'en')
242 output = self.GetOutput(grd, 'fr', {'_chromium' : '1'}, 'reg', 'en')
269 output = self.GetOutput(grd, 'fr', {'_chromium' : '1'}, 'reg', 'en')
304 output = self.GetOutput(gr
[all...]
H A Dplist_writer_unittest.py64 output = self.GetOutput(
96 output = self.GetOutput(
143 output = self.GetOutput(
190 output = self.GetOutput(
241 output = self.GetOutput(
297 output = self.GetOutput(
349 output = self.GetOutput(
397 output = self.GetOutput(
H A Dadm_writer_unittest.py59 output = self.GetOutput(grd, 'fr', {'_chromium': '1',}, 'adm', 'en')
103 output = self.GetOutput(grd, 'fr', {'_google_chrome' : '1'}, 'adm', 'en')
175 output = self.GetOutput(grd, 'fr', {'_chromium' : '1'}, 'adm', 'en')
245 output = self.GetOutput(grd, 'fr', {'_chromium' : '1'}, 'adm', 'en')
329 output = self.GetOutput(grd, 'fr', {'_google_chrome': '1'}, 'adm', 'en')
420 output = self.GetOutput(grd, 'fr', {'_google_chrome': '1'}, 'adm', 'en')
507 output = self.GetOutput(grd, 'fr', {'_chromium' : '1'}, 'adm', 'en')
579 output = self.GetOutput(grd, 'fr', {'_chromium' : '1'}, 'adm', 'en')
655 output = self.GetOutput(grd, 'fr', {'_chromium' : '1'}, 'adm', 'en')
699 output = self.GetOutput(gr
[all...]
H A Dwriter_unittest_common.py65 def GetOutput(self, grd, env_lang, env_defs, out_type, out_lang): member in class:WriterUnittestCommon
/external/srec/tools/grxmlcompile/
H A Dsub_phon.cpp251 arc[backwardList[fix]]->GetOutput(), currId, newId);
294 arc[forwardList[bix]]->GetOutput(), currId, newId);
331 ReverseMarkOutput (arc[ii]->GetFromId(), startId, arc[ii]->GetOutput());
343 if (arc[backwardList[rix]]->GetOutput() != DISCARD_LABEL // not resolved yet
345 if (arc[backwardList[rix]]->GetOutput() == NONE_LABEL)
347 else if (outId != arc[backwardList[rix]]->GetOutput())
372 nodeList[currId]= arc[ii]->GetOutput();
373 else if (nodeList[currId] != arc[ii]->GetOutput())
382 if (nodeList[currId] >= 0 && arc[ii]->GetOutput() >= 0) // unique ones
388 if (arc[ii]->GetOutput() >
[all...]
H A Dnetw_arc.h138 int GetOutput() { return outputLabel; }; function in class:NUANArc
H A Dsub_grph.cpp791 arc[backwardList[rix]]->GetOutput(), nodeList, currNum+1, maxNum))
816 arc[backwardList[rix]]->GetOutput(), nodeList, currNum, maxNum))
/external/chromium/net/tools/flip_server/
H A Dsm_interface.h59 virtual void GetOutput() = 0;
H A Dhttp_interface.h115 virtual void GetOutput();
H A Dspdy_interface.h119 virtual void GetOutput();
H A Dstreamer_interface.h82 virtual void GetOutput() {} function in class:net::StreamerSM
H A Dsm_connection.cc533 sm_interface_->GetOutput();
550 sm_interface_->GetOutput();
H A Dhttp_interface.cc326 void HttpSM::GetOutput() { function in class:net::HttpSM
329 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "HttpSM: GetOutput: nothing to "
337 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "HttpSM: GetOutput transformed "
344 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "GetOutput remove_stream_id: ["
356 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "HttpSM: GetOutput SendDataFrame["
/external/chromium_org/net/tools/flip_server/
H A Dsm_interface.h59 virtual void GetOutput() = 0;
H A Dstreamer_interface.h85 virtual void GetOutput() OVERRIDE {}
H A Dsm_connection.cc539 sm_interface_->GetOutput();
556 sm_interface_->GetOutput();
H A Dhttp_interface.h119 virtual void GetOutput() OVERRIDE;
H A Dspdy_interface.h173 virtual void GetOutput() OVERRIDE;
H A Dhttp_interface.cc326 void HttpSM::GetOutput() { function in class:net::HttpSM
329 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "HttpSM: GetOutput: nothing to "
337 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "HttpSM: GetOutput transformed "
344 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "GetOutput remove_stream_id: ["
356 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "HttpSM: GetOutput SendDataFrame["
/external/chromium_org/net/proxy/
H A Dproxy_resolver_v8_tracing_unittest.cc83 std::string GetOutput() { function in class:net::__anon8868::MockErrorObserver
123 EXPECT_EQ("", error_observer->GetOutput());
152 "of null\n", error_observer->GetOutput());
206 EXPECT_EQ("", error_observer->GetOutput());
254 EXPECT_EQ("", error_observer->GetOutput());
332 EXPECT_EQ("", error_observer->GetOutput());
401 EXPECT_EQ("", error_observer->GetOutput());
441 EXPECT_EQ("", error_observer->GetOutput());
491 EXPECT_EQ("", error_observer->GetOutput());
534 EXPECT_EQ("", error_observer->GetOutput());
[all...]
/external/chromium_org/remoting/host/
H A Ddesktop_resizer_linux.cc97 RROutput GetOutput() { function in class:remoting::ScreenResources
286 XRRAddOutputMode(display_, resources_.GetOutput(), mode_id);
292 XRRDeleteOutputMode(display_, resources_.GetOutput(), mode_id);
/external/chromium_org/v8/tools/testrunner/local/
H A Dstatusfile.py126 converted = old_statusfile.ConvertNotation(path).GetOutput()

Completed in 172 milliseconds

12