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:strings_size
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/sfnt/
H
A
D
ttbdf.c
55
bdf->
strings_size
= 0;
in tt_face_free_bdf_props()
101
bdf->
strings_size
= length - strings;
in tt_face_load_bdf_props()
203
if ( name_offset < bdf->
strings_size
&&
in FT_LOCAL_DEF()
204
property_len < bdf->
strings_size
- name_offset &&
in FT_LOCAL_DEF()
207
bdf->
strings_size
- name_offset ) == 0 )
in FT_LOCAL_DEF()
214
if ( value < bdf->
strings_size
&&
in FT_LOCAL_DEF()
215
ft_memchr( bdf->strings + value, 0, bdf->
strings_size
) )
in FT_LOCAL_DEF()
/third_party/ffmpeg/libavformat/
H
A
D
aaxdec.c
52
int64_t
strings_size
;
member
138
a->
strings_size
= a->data_offset - a->strings_offset;
in aax_read_header()
144
if (a->
strings_size
<= 0 || a->name_offset >= a->
strings_size
||
in aax_read_header()
145
a->
strings_size
> UINT16_MAX)
in aax_read_header()
158
a->string_table = av_calloc(a->
strings_size
+ 1, sizeof(*a->string_table));
in aax_read_header()
167
if (offset >= a->
strings_size
)
in aax_read_header()
220
ret = ffio_read_size(pb, a->string_table, a->
strings_size
);
in aax_read_header()
H
A
D
nsvdec.c
264
int
strings_size
;
in nsv_parse_NSVf_header()
local
289
strings_size
= avio_rl32(pb);
in nsv_parse_NSVf_header()
293
strings_size
, table_entries, table_entries_used);
in nsv_parse_NSVf_header()
299
if (
strings_size
> 0) {
in nsv_parse_NSVf_header()
305
p = strings = av_mallocz((size_t)
strings_size
+ 1);
in nsv_parse_NSVf_header()
308
endp = strings +
strings_size
;
in nsv_parse_NSVf_header()
309
avio_read(pb, strings,
strings_size
);
in nsv_parse_NSVf_header()
/third_party/libabigail/src/
H
A
D
abg-symtab-reader.cc
253
size_t
strings_size
= 0;
in load_()
local
262
strings_size
= data->d_size;
in load_()
330
ABG_ASSERT(offset <
strings_size
);
in load_()
333
const char* last = strings_data +
strings_size
;
in load_()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H
A
D
tttypes.h
943
FT_ULong
strings_size
;
member
Completed in 6 milliseconds