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_level
(Results
1 - 11
of
11
) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/
H
A
D
jerror.c
134
* unless
trace_level
>= 3.
in emit_message()
136
if (err->num_warnings == 0 || err->
trace_level
>= 3)
in emit_message()
141
/* It's a trace message. Show it if
trace_level
>= msg_level. */
in emit_message()
142
if (err->
trace_level
>= msg_level)
in emit_message()
214
/*
trace_level
is not reset since it is an application-supplied parameter */
in reset_error_mgr()
238
err->
trace_level
= 0; /* default = no tracing */
in jpeg_std_error()
H
A
D
jpegtran.c
165
cinfo->err->
trace_level
= 0;
in parse_switches()
252
cinfo->err->
trace_level
++;
in parse_switches()
446
if (cinfo->err->
trace_level
>= msg_level)
in my_emit_message()
508
jsrcerr.
trace_level
= jdsterr.
trace_level
;
in jpegtran()
H
A
D
cdjpeg.c
67
if (cinfo->err->
trace_level
== 0) {
in start_progress_monitor()
83
if (cinfo->err->
trace_level
== 0) {
in end_progress_monitor()
H
A
D
djpeg.c
216
cinfo->err->
trace_level
= 0;
in parse_switches()
287
cinfo->err->
trace_level
++;
in parse_switches()
472
boolean traceit = (cinfo->err->
trace_level
>= 1);
in METHODDEF()
527
if (cinfo->err->
trace_level
>= msg_level)
in my_emit_message()
H
A
D
cjpeg.c
288
cinfo->err->
trace_level
= 0;
in parse_switches()
344
cinfo->err->
trace_level
++;
in parse_switches()
H
A
D
jmemmgr.c
230
cinfo->err->
trace_level
= 2; /* force self_destruct to report stats */
in out_of_memory()
1002
if (cinfo->err->
trace_level
> 1)
in free_pool()
H
A
D
jpeglib.h
751
int
trace_level
; /* max msg_level that will be displayed */
member
H
A
D
jdmarker.c
542
if (cinfo->err->
trace_level
>= 2) {
in LOCAL()
/third_party/ffmpeg/libavcodec/
H
A
D
cbs.h
217
int
trace_level
;
member
H
A
D
trace_headers_bsf.c
46
ctx->cbc->
trace_level
= AV_LOG_INFO;
in trace_headers_init()
H
A
D
cbs.c
115
ctx->
trace_level
= AV_LOG_TRACE;
in ff_cbs_init()
486
av_log(ctx->log_ctx, ctx->
trace_level
, "%s\n", name);
in ff_cbs_trace_header()
535
av_log(ctx->log_ctx, ctx->
trace_level
, "%-10d %s%*s = %"PRId64"\n",
in ff_cbs_trace_syntax_element()
Completed in 12 milliseconds