OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WriteOutput
(Results
1 - 16
of
16
) sorted by null
/external/curl/tests/libtest/
lib1509.c
28
size_t
WriteOutput
(void *ptr, size_t size, size_t nmemb, void *stream);
46
easy_setopt(curl, CURLOPT_WRITEFUNCTION, *
WriteOutput
);
83
size_t
WriteOutput
(void *ptr, size_t size, size_t nmemb, void *stream)
/external/webrtc/webrtc/libjingle/xmpp/
util_unittest.h
30
virtual void
WriteOutput
(const char * bytes, size_t len);
util_unittest.cc
21
void XmppTestHandler::
WriteOutput
(const char * bytes, size_t len) {
xmppengine.h
80
virtual void
WriteOutput
(const char * bytes, size_t len) = 0;
xmppclient.cc
77
void
WriteOutput
(const char* bytes, size_t len);
388
void XmppClient::Private::
WriteOutput
(const char* bytes, size_t len) {
xmppengineimpl.cc
420
engine->output_handler_->
WriteOutput
(output.c_str(), output.length());
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
EvaluationTestBench.c
22
void
WriteOutput
(FILE *fid, u8 *data, u32 picSize);
121
* comment out
WriteOutput
function call. Also prints to stdout might
185
WriteOutput
(foutput, (u8*)decPicture.pOutputPicture,
228
WriteOutput
(foutput, (u8*)decPicture.pOutputPicture, picSize);
254
Function name:
WriteOutput
261
void
WriteOutput
(FILE *fid, u8 *data, u32 picSize)
DecTestBench.c
39
void
WriteOutput
(char *filename, u8 *data, u32 picSize);
344
WriteOutput
(outFileName, tmpImage, picSize);
348
WriteOutput
(outFileName, imageData, picSize);
403
WriteOutput
(outFileName, tmpImage, picSize);
407
WriteOutput
(outFileName, imageData, picSize);
435
Function name:
WriteOutput
442
void
WriteOutput
(char *filename, u8 *data, u32 picSize)
TestBenchMultipleInstance.c
35
void
WriteOutput
(FILE *fid, u8 *data, u32 picSize);
370
WriteOutput
(foutput, tmpImage, picSize);
377
WriteOutput
(foutput, imageData, picSize);
385
void
WriteOutput
(FILE *fid, u8 *data, u32 picSize)
/external/pdfium/core/src/fpdftext/
txtproc.h
43
void
WriteOutput
(CFX_WideString& str,
70
void
WriteOutput
(CFX_WideStringArray& lines, int iMinWidth);
fpdf_text.cpp
205
void CTextPage::
WriteOutput
(CFX_WideStringArray& lines, int iMinWidth) {
293
pBaseLine->
WriteOutput
(str, MinLeftX, MaxRightX - MinLeftX, iMinWidth);
638
void CTextBaseLine::
WriteOutput
(CFX_WideString& str,
758
texts.
WriteOutput
(lines, iMinWidth);
/build/tools/
event_log_tags.py
119
def
WriteOutput
(output_file, data):
java-event-log-tags.py
152
event_log_tags.
WriteOutput
(output_file, buffer)
merge-event-log-tags.py
184
event_log_tags.
WriteOutput
(output_file, buffer)
/system/tpm/attestation/client/
main.cc
277
void
WriteOutput
(const std::string& output) {
383
WriteOutput
(output);
419
WriteOutput
(output);
450
WriteOutput
(reply.signature());
/packages/experimental/procstatlog/
procstatreport.py
151
def
WriteOutput
(history, log_filename, filename):
672
WriteOutput
(history, argv[1], argv[2])
Completed in 144 milliseconds