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:test_nr
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/uname/
H
A
D
uname04.c
37
static void try_leak_bytes(unsigned int
test_nr
)
in try_leak_bytes()
argument
46
if (!
test_nr
)
in try_leak_bytes()
67
static void run(unsigned int
test_nr
)
in run()
argument
69
if (!
test_nr
) {
in run()
76
try_leak_bytes(
test_nr
);
in run()
/third_party/ltp/lib/newlib_tests/shell/
H
A
D
test_timeout.sh
103
test_nr
=0
129
test_nr
=$(($
test_nr
+ 1))
137
echo "=== $
test_nr
/$test_max $description ==="
/third_party/ltp/testcases/kernel/syscalls/statx/
H
A
D
statx06.c
99
static void test_statx(unsigned int
test_nr
)
in test_statx()
argument
106
struct test_case *tc = &tcases[
test_nr
];
in test_statx()
121
switch (
test_nr
) {
in test_statx()
/third_party/ltp/testcases/kernel/syscalls/mincore/
H
A
D
mincore03.c
46
static void test_mincore(unsigned int
test_nr
)
in test_mincore()
argument
48
const struct tcase *tc = &tcases[
test_nr
];
in test_mincore()
/third_party/ltp/testcases/kernel/syscalls/madvise/
H
A
D
madvise08.c
185
static void run(unsigned int
test_nr
)
in run()
argument
189
if (!
test_nr
) {
in run()
H
A
D
madvise10.c
125
static void test_madvise(unsigned int
test_nr
)
in test_madvise()
argument
127
const struct test_case *tc = &tcases[
test_nr
];
in test_madvise()
/third_party/ltp/include/
H
A
D
tst_test.h
288
void (*test)(unsigned int
test_nr
);
Completed in 3 milliseconds