Searched defs:WriteOutput (Results 1 - 6 of 6) sorted by relevance

/external/curl/tests/libtest/
H A Dlib1509.c28 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) function
/external/perf_data_converter/src/quipper/
H A Dconversion_utils.cc72 // WriteOutput reads from |reader| and writes the output to the file
74 bool WriteOutput(const FormatAndFile& output, const PerfParserOptions& options, function in namespace:quipper::__anon18576
120 if (!WriteOutput(output, options, &reader)) return false;
/external/webrtc/webrtc/libjingle/xmpp/
H A Dutil_unittest.cc21 void XmppTestHandler::WriteOutput(const char * bytes, size_t len) { function in class:buzz::XmppTestHandler
H A Dxmppclient.cc77 void WriteOutput(const char* bytes, size_t len);
388 void XmppClient::Private::WriteOutput(const char* bytes, size_t len) { function in class:buzz::XmppClient::Private
/external/sl4a/Docs/
H A Dgenerate_api_reference_md.py184 def WriteOutput(self, filename): member in class:DocGenerator
222 g.WriteOutput(os.path.join(basepath, 'Docs/ApiReference.md'))
/external/v8/tools/release/
H A Dreleases.py510 class WriteOutput(Step): class in inherits:Step
571 WriteOutput,

Completed in 294 milliseconds