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
defs:DEFINE_TEST
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/lib/
H
A
D
test_stackinit.c
151
#define
DEFINE_TEST
(name, var_type, which, init_level) \
macro
/kernel/linux/linux-6.6/lib/
H
A
D
stackinit_kunit.c
197
#define
DEFINE_TEST
(name, var_type, which, init_level, xfail) \
macro
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H
A
D
test_maps.c
1756
#define
DEFINE_TEST
(name) extern void test_##name(void);
macro
1758
#undef
DEFINE_TEST
macro
1770
#define
DEFINE_TEST
(name) test_##name();
in main()
macro
1772
#undef
DEFINE_TEST
in main()
macro
H
A
D
test_progs.c
364
#define
DEFINE_TEST
(name) extern void test_##name(void);
macro
366
#undef
DEFINE_TEST
macro
369
#define
DEFINE_TEST
(name) { \
macro
374
#undef
DEFINE_TEST
macro
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
test_maps.c
1910
#define
DEFINE_TEST
(name) extern void test_##name(void);
macro
1912
#undef
DEFINE_TEST
macro
1926
#define
DEFINE_TEST
(name) test_##name();
in main()
macro
1928
#undef
DEFINE_TEST
in main()
macro
H
A
D
test_progs.c
632
#define
DEFINE_TEST
(name) \
macro
636
#undef
DEFINE_TEST
macro
639
#define
DEFINE_TEST
(name) { \
macro
645
#undef
DEFINE_TEST
macro
Completed in 10 milliseconds