Home
last modified time | relevance | path

Searched refs:onOutput (Results 1 – 25 of 66) sorted by relevance

123

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/tex/
H A DSessionCompilePdfSupervisor.cpp62 CB(const boost::function<void(const std::string&)>& onOutput, in CB() argument
64 : onOutput_(onOutput), onExited_(onExited) in CB()
70 void onOutput(const std::string& output) in onOutput() function in rstudio::session::modules::tex::compile_pdf_supervisor::__anonb5304c8a0111::CB
118 const boost::function<void(const std::string&)>& onOutput, in runProgram() argument
135 boost::shared_ptr<CB> pCB(new CB(onOutput, onExited)); in runProgram()
137 cb.onStdout = cb.onStderr = boost::bind(&CB::onOutput, pCB, _2); in runProgram()
/dports/devel/cxxtools/cxxtools-2.2.1/src/bin/
H A Dsocket.cpp49 cxxtools::connect(_stream.buffer().outputReady, *this, &Socket::onOutput); in Socket()
61 cxxtools::connect(_stream.buffer().outputReady, *this, &Socket::onOutput); in Socket()
104 onOutput(sb); in onInput()
112 bool Socket::onOutput(StreamBuffer& sb) in onOutput() function in cxxtools::bin::Socket
H A Drpcclientimpl.cpp55 cxxtools::connect(_stream.buffer().outputReady, *this, &RpcClientImpl::onOutput); in RpcClientImpl()
70 cxxtools::connect(_stream.buffer().outputReady, *this, &RpcClientImpl::onOutput); in RpcClientImpl()
259 void RpcClientImpl::onOutput(StreamBuffer& sb) in onOutput() function in cxxtools::bin::RpcClientImpl
/dports/devel/cxxtools/cxxtools-2.2.1/src/http/
H A Dsocket.cpp69 cxxtools::connect(_stream.buffer().outputReady, *this, &Socket::onOutput); in Socket()
84 cxxtools::connect(_stream.buffer().outputReady, *this, &Socket::onOutput); in Socket()
150 onOutput(sb); in onInput()
171 onOutput(sb); in onInput()
209 onOutput(sb); in onInput()
245 return onOutput(_stream.buffer()); in doReply()
248 bool Socket::onOutput(StreamBuffer& sb) in onOutput() function in cxxtools::http::Socket
H A Dclientimpl.cpp67 cxxtools::connect(_stream.buffer().outputReady, *this, &ClientImpl::onOutput); in ClientImpl()
88 cxxtools::connect(_stream.buffer().outputReady, *this, &ClientImpl::onOutput); in ClientImpl()
113 cxxtools::connect(_stream.buffer().outputReady, *this, &ClientImpl::onOutput); in ClientImpl()
133 cxxtools::connect(_stream.buffer().outputReady, *this, &ClientImpl::onOutput); in ClientImpl()
158 cxxtools::connect(_stream.buffer().outputReady, *this, &ClientImpl::onOutput); in ClientImpl()
475 void ClientImpl::onOutput(StreamBuffer& sb) in onOutput() function in cxxtools::http::ClientImpl
/dports/devel/cxxtools/cxxtools-2.2.1/src/json/
H A Dsocket.cpp49 cxxtools::connect(_stream.buffer().outputReady, *this, &Socket::onOutput); in Socket()
62 cxxtools::connect(_stream.buffer().outputReady, *this, &Socket::onOutput); in Socket()
109 onOutput(sb); in onInput()
118 bool Socket::onOutput(StreamBuffer& sb) in onOutput() function in cxxtools::json::Socket
/dports/devel/jetbrains-goland/GoLand-2019.3.1/plugins/textmate/lib/bundles/git/src/
H A Dmain.ts50 const onOutput = (str: string) => { constant
59 git.onOutput.addListener('log', onOutput);
60 disposables.push(toDisposable(() => git.onOutput.removeListener('log', onOutput)));
/dports/java/intellij/idea-IC-202.7660.26/plugins/textmate/lib/bundles/git/src/
H A Dmain.ts57 const onOutput = (str: string) => { constant
66 git.onOutput.addListener('log', onOutput);
67 disposables.push(toDisposable(() => git.onOutput.removeListener('log', onOutput)));
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/textmate/lib/bundles/git/src/
H A Dmain.ts57 const onOutput = (str: string) => { constant
66 git.onOutput.addListener('log', onOutput);
67 disposables.push(toDisposable(() => git.onOutput.removeListener('log', onOutput)));
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/media/
H A DCodecProxy.java35 void onOutput(Sample output); in onOutput() method
43 public native void onOutput(Sample output); in onOutput() method in CodecProxy.NativeCallbacks
68 public void onOutput(Sample sample) throws RemoteException { in onOutput() method in CodecProxy.CallbacksForwarder
69 mCallbacks.onOutput(sample); in onOutput()
/dports/www/anyterm/anyterm-1.1.29/src/
H A DSerialPort.cc41 SerialPortActivity::SerialPortActivity(Activity::onOutput_t onOutput, in SerialPortActivity() argument
45 Activity(onOutput, onError, sp) in SerialPortActivity()
H A DAnyterm.cc56 Activity* operator()(Activity::onOutput_t onOutput, in operator ()()
61 return new SubProcess(onOutput,onError,exp_cmd,rows,cols); in operator ()()
70 Activity* operator()(Activity::onOutput_t onOutput, in operator ()()
74 return new SerialPortActivity(onOutput,onError,device,baudrate); in operator ()()
H A DActivity.cc40 onOutput(onOutput_), in Activity()
63 onOutput(s); in process_output()
H A DSubProcess.cc77 SubProcess::SubProcess(Activity::onOutput_t onOutput, in SubProcess() argument
82 Activity(onOutput, onError, SubProcess_base::fd) in SubProcess()
/dports/devel/jetbrains-webstorm/WebStorm-213.6461.79/plugins/textmate/lib/bundles/git/src/
H A Dmain.ts64 const onOutput = (str: string) => { constant
73 git.onOutput.addListener('log', onOutput);
74 disposables.push(toDisposable(() => git.onOutput.removeListener('log', onOutput)));
/dports/devel/jetbrains-phpstorm/PhpStorm-213.6461.83/plugins/textmate/lib/bundles/git/src/
H A Dmain.ts64 const onOutput = (str: string) => { constant
73 git.onOutput.addListener('log', onOutput);
74 disposables.push(toDisposable(() => git.onOutput.removeListener('log', onOutput)));
/dports/devel/cxxtools/cxxtools-2.2.1/src/
H A Dtcpstream.cpp40 cxxtools::connect(_socket.outputReady, *this, &TcpStream::onOutput); in init()
50 void TcpStream::onOutput(IODevice&) in onOutput() function in cxxtools::net::TcpStream
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/media/
H A DCodecProxy.java42 void onOutput(Sample output); in onOutput() method
50 public native void onOutput(Sample output); in onOutput() method in CodecProxy.NativeCallbacks
89 public synchronized void onOutput(Sample sample) throws RemoteException { in onOutput() method in CodecProxy.CallbacksForwarder
97 mCallbacks.onOutput(sample); in onOutput()
101 mCallbacks.onOutput(sample); in onOutput()
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/media/
H A DCodecProxy.java48 void onOutput(Sample output, SampleBuffer buffer); in onOutput() method
56 public native void onOutput(Sample output, SampleBuffer buffer); in onOutput() method in CodecProxy.NativeCallbacks
96 public synchronized void onOutput(final Sample sample) throws RemoteException { in onOutput() method in CodecProxy.CallbacksForwarder
111 mCallbacks.onOutput(sample, buffer); in onOutput()
/dports/www/firefox/firefox-99.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/media/
H A DCodecProxy.java49 void onOutput(Sample output, SampleBuffer buffer); in onOutput() method
60 public native void onOutput(Sample output, SampleBuffer buffer); in onOutput() method in CodecProxy.NativeCallbacks
101 public synchronized void onOutput(final Sample sample) throws RemoteException { in onOutput() method in CodecProxy.CallbacksForwarder
116 mCallbacks.onOutput(sample, buffer); in onOutput()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/media/
H A DCodecProxy.java48 void onOutput(Sample output, SampleBuffer buffer); in onOutput() method
56 public native void onOutput(Sample output, SampleBuffer buffer); in onOutput() method in CodecProxy.NativeCallbacks
96 public synchronized void onOutput(final Sample sample) throws RemoteException { in onOutput() method in CodecProxy.CallbacksForwarder
111 mCallbacks.onOutput(sample, buffer); in onOutput()
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/media/
H A DCodecProxy.java48 void onOutput(Sample output, SampleBuffer buffer); in onOutput() method
56 public native void onOutput(Sample output, SampleBuffer buffer); in onOutput() method in CodecProxy.NativeCallbacks
96 public synchronized void onOutput(final Sample sample) throws RemoteException { in onOutput() method in CodecProxy.CallbacksForwarder
111 mCallbacks.onOutput(sample, buffer); in onOutput()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/aidl/org/mozilla/gecko/media/
H A DICodecCallbacks.aidl14 oneway void onOutput(in Sample sample); in onOutput() method
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/main/aidl/org/mozilla/gecko/media/
H A DICodecCallbacks.aidl15 oneway void onOutput(in Sample sample); in onOutput() method
/dports/www/firefox/firefox-99.0/mobile/android/geckoview/src/main/aidl/org/mozilla/gecko/media/
H A DICodecCallbacks.aidl15 oneway void onOutput(in Sample sample); in onOutput() method

123