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:NUM_TESTS
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/kmod/
H
A
D
kmod.sh
513
echo "
NUM_TESTS
: Number of recommended times to run the test"
532
NUM_TESTS
=$(grep -o ' ' <<<"$ALL_TESTS" | grep -c .)
533
let
NUM_TESTS
=$
NUM_TESTS
+1
534
MAX_TEST=$(printf "%04d\n" $
NUM_TESTS
)
633
NUM_TESTS
=$DEFAULT_NUM_TESTS
635
NUM_TESTS
=$2
639
while [ $i -lt $
NUM_TESTS
]; do
/kernel/linux/linux-6.6/tools/testing/selftests/kmod/
H
A
D
kmod.sh
502
echo "
NUM_TESTS
: Number of recommended times to run the test"
521
NUM_TESTS
=$(grep -o ' ' <<<"$ALL_TESTS" | grep -c .)
522
let
NUM_TESTS
=$
NUM_TESTS
+1
523
MAX_TEST=$(printf "%04d\n" $
NUM_TESTS
)
622
NUM_TESTS
=$DEFAULT_NUM_TESTS
624
NUM_TESTS
=$2
628
while [ $i -lt $
NUM_TESTS
]; do
/kernel/linux/linux-6.6/tools/testing/selftests/fchmodat2/
H
A
D
fchmodat2_test.c
128
#define
NUM_TESTS
2
macro
133
ksft_set_plan(
NUM_TESTS
);
in main()
/kernel/linux/linux-5.10/tools/testing/selftests/sysctl/
H
A
D
sysctl.sh
794
echo "
NUM_TESTS
: Number of recommended times to run the test"
807
NUM_TESTS
=$(grep -o ' ' <<<"$ALL_TESTS" | grep -c .)
808
let
NUM_TESTS
=$
NUM_TESTS
+1
809
MAX_TEST=$(printf "%04d\n" $
NUM_TESTS
)
913
NUM_TESTS
=$2
921
while [ $i -lt $
NUM_TESTS
]; do
/kernel/linux/linux-6.6/tools/testing/selftests/sysctl/
H
A
D
sysctl.sh
837
echo "
NUM_TESTS
: Number of recommended times to run the test"
853
NUM_TESTS
=$(grep -o ' ' <<<"$ALL_TESTS" | grep -c .)
854
let
NUM_TESTS
=$
NUM_TESTS
+1
855
MAX_TEST=$(printf "%04d\n" $
NUM_TESTS
)
987
NUM_TESTS
=$2
995
while [ $i -lt $
NUM_TESTS
]; do
/kernel/linux/linux-5.10/tools/testing/selftests/openat2/
H
A
D
rename_attack_test.c
146
#define
NUM_TESTS
NUM_RENAME_TESTS
macro
151
ksft_set_plan(
NUM_TESTS
);
in main()
H
A
D
openat2_test.c
307
#define
NUM_TESTS
(NUM_OPENAT2_STRUCT_VARIATIONS * NUM_OPENAT2_STRUCT_TESTS + \
macro
313
ksft_set_plan(
NUM_TESTS
);
in main()
H
A
D
resolve_test.c
506
#define
NUM_TESTS
NUM_OPENAT2_OPATH_TESTS
macro
511
ksft_set_plan(
NUM_TESTS
);
in main()
/kernel/linux/linux-6.6/tools/testing/selftests/openat2/
H
A
D
rename_attack_test.c
146
#define
NUM_TESTS
NUM_RENAME_TESTS
macro
151
ksft_set_plan(
NUM_TESTS
);
in main()
H
A
D
openat2_test.c
322
#define
NUM_TESTS
(NUM_OPENAT2_STRUCT_VARIATIONS * NUM_OPENAT2_STRUCT_TESTS + \
macro
328
ksft_set_plan(
NUM_TESTS
);
in main()
H
A
D
resolve_test.c
506
#define
NUM_TESTS
NUM_OPENAT2_OPATH_TESTS
macro
511
ksft_set_plan(
NUM_TESTS
);
in main()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H
A
D
memfd_secret.c
261
#define
NUM_TESTS
4
macro
270
ksft_set_plan(
NUM_TESTS
);
in main()
Completed in 7 milliseconds