OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnStdout
(Results
1 - 4
of
4
) sorted by null
/system/core/adb/
commandline.h
30
virtual void
OnStdout
(const char* buffer, int length) = 0;
61
// If |stdout_str| is non-null,
OnStdout
will append to it.
67
void
OnStdout
(const char* buffer, int length) {
bugreport.cpp
53
void
OnStdout
(const char* buffer, int length) {
bugreport_test.cpp
77
::std::tr1::get<0>(args)->
OnStdout
(output_.c_str(), output_.size());
89
// Matcher used to emulated StandardStreamsCallbackInterface.
OnStdout
(buffer,
commandline.cpp
325
callback->
OnStdout
(buffer_ptr, length);
344
callback->
OnStdout
(buffer_ptr, length);
[
all
...]
Completed in 161 milliseconds