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:suite_init
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/lib/kunit/
H
A
D
kunit-example-test.c
264
* suite.
suite_init
(suite);
278
.
suite_init
= example_test_init_suite,
H
A
D
test.c
641
if (suite->
suite_init
) {
in kunit_run_tests()
642
suite->suite_init_err = suite->
suite_init
(suite);
in kunit_run_tests()
/kernel/linux/linux-6.6/mm/kmsan/
H
A
D
kmsan_test.c
646
.
suite_init
= kmsan_suite_init,
/kernel/linux/linux-6.6/drivers/gpu/drm/tests/
H
A
D
drm_buddy_test.c
752
.
suite_init
= drm_buddy_suite_init,
H
A
D
drm_mm_test.c
2253
.
suite_init
= drm_mm_suite_init,
/kernel/linux/linux-6.6/mm/kfence/
H
A
D
kfence_test.c
847
.
suite_init
= kfence_suite_init,
/kernel/linux/linux-6.6/include/kunit/
H
A
D
test.h
226
* @
suite_init
: called once per test suite before the test cases.
238
* Note that @exit and @suite_exit will run even if @init or @
suite_init
246
int (*
suite_init
)(struct kunit_suite *suite);
member
/kernel/linux/linux-6.6/kernel/kcsan/
H
A
D
kcsan_test.c
1603
.
suite_init
= kcsan_suite_init,
/kernel/linux/linux-6.6/mm/kasan/
H
A
D
kasan_test.c
1576
.
suite_init
= kasan_suite_init,
Completed in 17 milliseconds