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:anim_level_conf
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/scripts/
H
A
D
resource_tool.c
625
}
anim_level_conf
;
typedef
946
static bool parse_level_conf(const char *arg,
anim_level_conf
*level_conf)
in parse_level_conf()
948
memset(level_conf, 0, sizeof(
anim_level_conf
));
in parse_level_conf()
1021
anim_level_conf
*level_confs = NULL;
in test_charge()
1061
level_confs = (
anim_level_conf
*)malloc(level_conf_num * sizeof(
anim_level_conf
));
in test_charge()
1089
anim_level_conf
conf = level_confs[i];
in test_charge()
1090
memmove(level_confs + j + 1, level_confs + j, (i - j) * sizeof(
anim_level_conf
));
in test_charge()
/device/soc/rockchip/rk3588/kernel/scripts/
H
A
D
resource_tool.c
642
}
anim_level_conf
;
typedef
959
static bool parse_level_conf(const char *arg,
anim_level_conf
*level_conf)
in parse_level_conf()
961
memset(level_conf, 0, sizeof(
anim_level_conf
));
in parse_level_conf()
1035
anim_level_conf
*level_confs = NULL;
in test_charge()
1080
(
anim_level_conf
*)malloc(level_conf_num * sizeof(
anim_level_conf
));
in test_charge()
1108
anim_level_conf
conf = level_confs[i];
in test_charge()
1110
(i - j) * sizeof(
anim_level_conf
));
in test_charge()
Completed in 5 milliseconds