Searched defs:GetOutput (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/tools/gn/bin/
H A Dhelp_as_html.py19 def GetOutput(*args): function
97 commands, output = ParseTopLevel(GetOutput('help'))
99 output += ParseCommand(command, GetOutput('help', command))
/external/chromium_org/tools/grit/grit/format/policy_templates/writers/
H A Dwriter_unittest_common.py65 def GetOutput(self, grd, env_lang, env_defs, out_type, out_lang): member in class:WriterUnittestCommon
/external/chromium_org/net/websockets/
H A Dwebsocket_deflater.cc99 scoped_refptr<IOBufferWithSize> WebSocketDeflater::GetOutput(size_t size) { function in class:net::WebSocketDeflater
H A Dwebsocket_inflater.cc89 scoped_refptr<IOBufferWithSize> WebSocketInflater::GetOutput(size_t size) { function in class:net::WebSocketInflater
/external/chromium_org/mojo/public/cpp/bindings/tests/
H A Dinterface_ptr_unittest.cc99 double GetOutput() const { function in class:mojo::test::__anon8778::MathCalculatorUIImpl
216 EXPECT_EQ(10.0, calculator_ui.GetOutput());
227 EXPECT_EQ(0.0, calculator_ui.GetOutput());
230 EXPECT_EQ(0.0, calculator_ui.GetOutput());
233 EXPECT_EQ(2.0, calculator_ui.GetOutput());
236 EXPECT_EQ(2.0, calculator_ui.GetOutput());
239 EXPECT_EQ(10.0, calculator_ui.GetOutput());
287 EXPECT_EQ(2.0, calculator_ui.GetOutput());
316 EXPECT_EQ(2.0, calculator_ui.GetOutput());
/external/chromium_org/net/proxy/
H A Dproxy_resolver_v8_tracing_unittest.cc83 std::string GetOutput() { function in class:net::__anon9386::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.cc101 RROutput GetOutput() { function in class:remoting::ScreenResources
300 XRRAddOutputMode(display_, resources_.GetOutput(), mode_id);
306 XRRDeleteOutputMode(display_, resources_.GetOutput(), mode_id);
/external/lldb/source/API/
H A DSBCommandReturnObject.cpp71 SBCommandReturnObject::GetOutput () function in class:SBCommandReturnObject
78 log->Printf ("SBCommandReturnObject(%p)::GetOutput () => \"%s\"", m_opaque_ap.get(),
85 log->Printf ("SBCommandReturnObject(%p)::GetOutput () => NULL", m_opaque_ap.get());
133 return ::fprintf (fh, "%s", GetOutput());
256 strm.Printf ("\nOutput Message:\n%s", GetOutput());
301 SBCommandReturnObject::GetOutput (bool only_if_no_immediate) function in class:SBCommandReturnObject
306 return GetOutput();
/external/srec/tools/grxmlcompile/
H A Dnetw_arc.h138 int GetOutput() { return outputLabel; }; function in class:NUANArc
/external/chromium_org/net/tools/flip_server/
H A Dhttp_interface.cc302 void HttpSM::GetOutput() { function in class:net::HttpSM
305 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "HttpSM: GetOutput: nothing to "
313 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "HttpSM: GetOutput transformed "
320 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "GetOutput remove_stream_id: ["
334 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "HttpSM: GetOutput SendDataFrame["
H A Dspdy_interface.cc560 void SpdySM::GetOutput() { function in class:net::SpdySM
565 << "SpdySM: GetOutput: nothing to output!?";
570 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "SpdySM: GetOutput transformed "
590 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "SpdySM: GetOutput "
615 VLOG(2) << ACCEPTOR_CLIENT_IDENT << "SpdySM: GetOutput SendDataFrame["
/external/vixl/src/a64/
H A Ddisasm-a64.cc54 char* Disassembler::GetOutput() { function in class:vixl::Disassembler
1721 GetOutput());
/external/chromium_org/v8/src/arm64/
H A Ddisasm-arm64.cc47 char* Disassembler::GetOutput() { function in class:v8::internal::Disassembler
1729 GetOutput());
1791 v8::internal::SNPrintF(out_buffer_, "%s", GetOutput());

Completed in 319 milliseconds