HomeSort by relevance Sort by last modified time
    Searched refs:WriteOutput (Results 1 - 14 of 14) 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());
  /external/perf_data_converter/src/quipper/
conversion_utils.cc 72 // WriteOutput reads from |reader| and writes the output to the file
74 bool WriteOutput(const FormatAndFile& output, const PerfParserOptions& options,
120 if (!WriteOutput(output, options, &reader)) return false;
  /external/sl4a/Docs/
generate_api_reference_md.py 184 def WriteOutput(self, filename):
222 g.WriteOutput(os.path.join(basepath, 'Docs/ApiReference.md'))
  /build/make/tools/
event_log_tags.py 119 def WriteOutput(output_file, data):
java-event-log-tags.py 159 event_log_tags.WriteOutput(output_file, buffer)
merge-event-log-tags.py 184 event_log_tags.WriteOutput(output_file, buffer)
  /external/libchrome/base/android/jni_generator/
jni_registration_generator.py 59 jni_generator.WriteOutput(output_file, header_content)
jni_generator.py     [all...]
  /external/brotli/c/tools/
brotli.c 809 static BROTLI_BOOL WriteOutput(Context* context) {
824 if (!WriteOutput(context)) return BROTLI_FALSE;
831 if (!WriteOutput(context)) return BROTLI_FALSE;
    [all...]

Completed in 889 milliseconds