Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:trace_stream
(Results
1 - 4
of
4
) sorted by relevance
/third_party/curl/src/
H
A
D
tool_cb_dbg.c
134
if(!config->
trace_stream
) {
in tool_debug_cb()
137
config->
trace_stream
= stdout;
in tool_debug_cb()
140
config->
trace_stream
= tool_stderr;
in tool_debug_cb()
142
config->
trace_stream
= fopen(config->trace_dump, FOPEN_WRITETEXT);
in tool_debug_cb()
147
if(config->
trace_stream
)
in tool_debug_cb()
148
output = config->
trace_stream
;
in tool_debug_cb()
H
A
D
tool_main.c
193
if(config->trace_fopened && config->
trace_stream
)
in free_globalconfig()
194
fclose(config->
trace_stream
);
in free_globalconfig()
195
config->
trace_stream
= NULL;
in free_globalconfig()
H
A
D
tool_cfgable.h
309
FILE *
trace_stream
;
member
/third_party/vixl/test/aarch64/
H
A
D
test-trace-aarch64.cc
2989
// Copy
trace_stream
to stdout.
in CheckOrGenerateTrace()
2990
FILE*
trace_stream
= fopen(filename, "r");
in CheckOrGenerateTrace()
local
2991
VIXL_ASSERT(
trace_stream
!= NULL);
in CheckOrGenerateTrace()
2992
fseek(
trace_stream
, 0, SEEK_SET);
in CheckOrGenerateTrace()
2995
c = getc(
trace_stream
);
in CheckOrGenerateTrace()
2999
fclose(
trace_stream
);
in CheckOrGenerateTrace()
3002
// Check
trace_stream
against ref_file.
in CheckOrGenerateTrace()
3022
FILE*
trace_stream
= fdopen(mkstemp(trace_stream_filename), "w");
3025
Simulator simulator(&decoder,
trace_stream
);
3110
fclose(
trace_stream
);
[all...]
Completed in 6 milliseconds