OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
231
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
115
trace_stream
="false"
327
trace_stream
="true"
396
if [ "$
trace_stream
" = "true" ]; then
405
elif [ "$
trace_stream
" = "true" ]; then
/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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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
Completed in 1695 milliseconds