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_count
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/third_party/externals/freetype/builds/amiga/src/base/
H
A
D
ftdebug.c
141
static int ft_trace_levels_enabled[
trace_count
];
144
static int ft_trace_levels_disabled[
trace_count
];
153
static const char* ft_trace_toggles[
trace_count
+ 1] =
167
return
trace_count
;
in FT_BASE_DEF()
257
for ( n = 0; n <
trace_count
; n++ )
in ft_debug_init()
289
for ( n = 0; n <
trace_count
; n++ )
in ft_debug_init()
/third_party/skia/third_party/externals/freetype/builds/wince/
H
A
D
ftdebug.c
142
static int ft_trace_levels_enabled[
trace_count
];
145
static int ft_trace_levels_disabled[
trace_count
];
154
static const char* ft_trace_toggles[
trace_count
+ 1] =
168
return
trace_count
;
in FT_BASE_DEF()
262
for ( n = 0; n <
trace_count
; n++ )
in ft_debug_init()
294
for ( n = 0; n <
trace_count
; n++ )
in ft_debug_init()
/third_party/skia/third_party/externals/freetype/src/base/
H
A
D
ftdebug.c
159
static int ft_trace_levels_enabled[
trace_count
];
162
static int ft_trace_levels_disabled[
trace_count
];
171
static const char* ft_trace_toggles[
trace_count
+ 1] =
185
return
trace_count
;
in FT_BASE_DEF()
324
for ( n = 0; n <
trace_count
; n++ )
in ft_debug_init()
356
for ( n = 0; n <
trace_count
; n++ )
in ft_debug_init()
/third_party/skia/third_party/externals/freetype/builds/windows/
H
A
D
ftdebug.c
172
static int ft_trace_levels_enabled[
trace_count
];
175
static int ft_trace_levels_disabled[
trace_count
];
184
static const char* ft_trace_toggles[
trace_count
+ 1] =
198
return
trace_count
;
in FT_BASE_DEF()
337
for ( n = 0; n <
trace_count
; n++ )
in ft_debug_init()
369
for ( n = 0; n <
trace_count
; n++ )
in ft_debug_init()
/third_party/mbedtls/library/
H
A
D
memory_buffer_alloc.c
55
size_t
trace_count
;
member
98
for (i = 0; i < hdr->
trace_count
; i++) {
in debug_header()
295
cur->
trace_count
= trace_cnt;
in buffer_alloc_calloc()
317
new->
trace_count
= 0;
in buffer_alloc_calloc()
359
cur->
trace_count
= trace_cnt;
in buffer_alloc_calloc()
414
hdr->
trace_count
= 0;
in buffer_alloc_free()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H
A
D
ftdebug.h
77
trace_count
enumerator
Completed in 4 milliseconds