HomeSort by relevance Sort by last modified time
    Searched refs:tst_test (Results 1 - 25 of 320) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/include/
tst_timer_test.h 22 The test is supposed to define sampling function and set it in the tst_test
39 struct tst_test test = {
49 #include "tst_test.h"
55 struct tst_test *tst_timer_test_setup(struct tst_test *test);
  /external/ltp/lib/newlib_tests/
test01.c 23 #include "tst_test.h"
32 static struct tst_test test = {
test03.c 23 #include "tst_test.h"
30 static struct tst_test test = {
test10.c 20 #include "tst_test.h"
29 static struct tst_test test = {
test11.c 20 #include "tst_test.h"
31 static struct tst_test test = {
test12.c 20 #include "tst_test.h"
28 static struct tst_test test = {
test13.c 20 #include "tst_test.h"
32 static struct tst_test test = {
tst_res_hexd.c 19 #include "tst_test.h"
28 static struct tst_test test = {
test17.c 25 #include "tst_test.h"
54 static struct tst_test test = {
test02.c 23 #include "tst_test.h"
45 static struct tst_test test = {
test04.c 23 #include "tst_test.h"
53 static struct tst_test test = {
test05.c 23 #include "tst_test.h"
49 static struct tst_test test = {
test06.c 23 #include "tst_test.h"
49 static struct tst_test test = {
test07.c 23 #include "tst_test.h"
47 static struct tst_test test = {
test14.c 19 #include "tst_test.h"
41 static struct tst_test test = {
tst_safe_fileops.c 19 #include "tst_test.h"
37 static struct tst_test test = {
  /external/ltp/testcases/kernel/syscalls/add_key/
add_key01.c 29 #include "tst_test.h"
41 static struct tst_test test = {
  /external/ltp/testcases/kernel/syscalls/keyctl/
keyctl08.c 23 #include "tst_test.h"
40 static struct tst_test test = {
  /external/ltp/testcases/lib/
tst_device.c 24 #include "tst_test.h"
27 extern struct tst_test *tst_test;
29 static struct tst_test test = {
82 * Force messages to be printed from the new library i.e. tst_test.c
90 tst_test = &test;
  /external/ltp/lib/
tst_test.c 30 #include "tst_test.h"
42 struct tst_test *tst_test; variable in typeref:struct:tst_test
104 if (tst_test->needs_checkpoints) {
113 if (tst_test->needs_checkpoints) {
281 if (tst_test->cleanup)
282 tst_test->cleanup();
379 if (!tst_test->forks_child)
408 if (!tst_test->options)
411 for (i = 0; tst_test->options[i].optstr; i++
    [all...]
  /external/ltp/include/old/
ltp_priv.h 53 extern void *tst_test;
69 if (tst_test) { \
  /external/ltp/testcases/commands/gdb/
gdb01.sh 28 . tst_test.sh
  /external/ltp/testcases/cve/
cve-2017-6951.c 28 #include "tst_test.h"
44 static struct tst_test test = {
  /external/ltp/testcases/kernel/syscalls/clock_nanosleep/
clock_nanosleep02.c 46 static struct tst_test test = {
  /external/ltp/testcases/kernel/syscalls/getrandom/
getrandom01.c 31 #include "tst_test.h"
48 static struct tst_test test = {

Completed in 262 milliseconds

1 2 3 4 5 6 7 8 91011>>