HomeSort by relevance Sort by last modified time
    Searched refs:trace_stream (Results 1 - 9 of 9) sorted by null

  /external/curl/src/
tool_cb_dbg.c 74 if(!config->trace_stream) {
77 config->trace_stream = stdout;
80 config->trace_stream = config->errors; /* aka stderr */
82 config->trace_stream = fopen(config->trace_dump, FOPEN_WRITETEXT);
87 if(config->trace_stream)
88 output = config->trace_stream;
tool_main.c 192 if(config->trace_fopened && config->trace_stream)
193 fclose(config->trace_stream);
194 config->trace_stream = NULL;
tool_cfgable.h 254 FILE *trace_stream; member in struct:GlobalConfig
  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
mixing_test.cc 129 std::ostringstream trace_stream; local
130 trace_stream << samples_read << " samples read";
131 SCOPED_TRACE(trace_stream.str());
  /art/test/
run-test 142 trace_stream="false"
381 trace_stream="true"
482 if [ "$trace_stream" = "true" ]; then
491 elif [ "$trace_stream" = "true" ]; then
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/test/
process_test.cc 584 std::ostringstream trace_stream; local
585 trace_stream << "Processed frames: " << reverse_count << " (reverse), "
587 SCOPED_TRACE(trace_stream.str());
767 printf("Bad parameter warning. %s\n", trace_stream.str().c_str());
834 std::ostringstream trace_stream; local
835 trace_stream << "Processed frames: " << reverse_count << " (reverse), "
837 SCOPED_TRACE(trace_stream.str());
    [all...]
  /external/freetype/src/base/
ftstream.c 31 #define FT_COMPONENT trace_stream
  /external/pdfium/third_party/freetype/src/base/
ftstream.c 31 #define FT_COMPONENT trace_stream
  /external/vixl/test/aarch64/
test-trace-aarch64.cc     [all...]

Completed in 301 milliseconds