Home
last modified time | relevance | path

Searched defs:test_variants (Results 1 – 20 of 20) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/clock_getres/
Dclock_getres01.c39 static struct test_variants { struct
40 int (*func)(clockid_t clk_id, void *ts);
41 enum tst_ts_type type;
42 struct tst_ts **spec;
43 char *desc;
/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/
Dclock_adjtime01.c107 static struct test_variants { struct
123 struct test_variants *tv = &variants[tst_variant]; in verify_clock_adjtime() argument
Dclock_adjtime02.c113 static struct test_variants { struct
129 struct test_variants *tv = &variants[tst_variant]; in verify_clock_adjtime() argument
/third_party/ltp/testcases/kernel/syscalls/getrusage/
Dgetrusage02.c43 static struct test_variants struct
56 struct test_variants *tv = &variants[tst_variant]; in verify_getrusage() argument
/third_party/ltp/testcases/kernel/syscalls/adjtimex/
Dadjtimex02.c57 static struct test_variants struct
72 struct test_variants *tv = &variants[tst_variant]; in verify_adjtimex() argument
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmctl/
Dhugeshmctl02.c64 static struct test_variants struct
77 struct test_variants *tv = &variants[tst_variant]; in test_hugeshmctl() argument
/third_party/ltp/testcases/kernel/syscalls/ipc/msgctl/
Dmsgctl04.c59 static struct test_variants { struct
71 struct test_variants *tv = &variants[tst_variant]; in verify_msgctl() argument
/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/
Dshmctl02.c77 static struct test_variants struct
90 struct test_variants *tv = &variants[tst_variant]; in verify_shmctl() argument
/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/
Dsemctl03.c62 static struct test_variants struct
76 struct test_variants *tv = &variants[tst_variant]; in verify_semctl() argument
/third_party/ltp/metadata/tests/
Darray_size02.c.json2 "test_variants": 3, number
Dinclude.c.json2 "test_variants": 10, number
Darray_size03.c.json2 "test_variants": 2, number
Darray_size04.c.json2 "test_variants": 3, number
Dmacro.c.json2 "test_variants": 10, number
Dmultiline_macro.c.json2 "test_variants": 10, number
Darray_size01.c.json2 "test_variants": 1, number
/third_party/rust/rust/tests/ui/nll/user-annotations/
Dnormalization-2.rs88 fn test_variants<'a, 'b, 'c>() { in test_variants() function
/third_party/ltp/include/
Dtst_test.h255 unsigned int test_variants; member
/third_party/ltp/lib/
Dtst_test.c1679 unsigned int test_variants = 1; in tst_run_tcases() local
/third_party/python/Lib/lib2to3/tests/
Dtest_fixers.py4624 def test_variants(self): member in Test_asserts