HomeSort by relevance Sort by last modified time
    Searched defs:test_setup (Results 1 - 16 of 16) sorted by null

  /external/ltp/testcases/kernel/controllers/freezer/
run_freezer.sh 51 function test_setup() function
127 test_setup && \
  /frameworks/rs/tests/lldb/tests/testcases/
test_call_api_funs.py 86 def test_setup(self): member in class:TestCallApiFuns
test_read_global.py 63 def test_setup(self): member in class:TestReadGlobal
test_read_local.py 64 def test_setup(self): member in class:TestReadLocal
test_reduction.py 83 def test_setup(self): member in class:TestReduce1DSingleThreaded
test_reduction_combiner.py 86 def test_setup(self): member in class:TestReduceCombinerMultithreaded
test_write_global.py 69 def test_setup(self): member in class:TestWriteGlobal
test_write_global_element.py 78 def test_setup(self): member in class:TestWriteGlobalElement
test_write_local.py 69 def test_setup(self): member in class:TestWriteLocal
test_write_local_element.py 77 def test_setup(self): member in class:TestWriteLocalElement
test_allocation_dump_1.py 39 def test_setup(self): member in class:TestAllocationDump1
  /external/ltp/testcases/kernel/syscalls/capget/
capget02.c 92 static void test_setup(int);
133 test_setup(i);
173 void test_setup(int i) function
  /external/ltp/testscripts/
test_fs_bind.sh 29 test_setup() function
522 test_setup || exit 1
  /external/ltp/testcases/kernel/syscalls/capset/
capset02.c 102 static void test_setup(int, char *);
154 test_setup(i, av[0]);
206 void test_setup(int i, char *argv0) function
  /external/ltp/testcases/kernel/syscalls/clone/
clone02.c 78 static int test_setup(void);
133 if (test_setup() != 0) {
134 tst_resm(TWARN, "test_setup() failed,"
204 static int test_setup(void) function
211 tst_resm(TWARN | TERRNO, "getcwd() failed in test_setup()");
227 tst_resm(TWARN | TERRNO, "open() failed in test_setup()");
243 tst_resm(TWARN | TERRNO, "sigaction() failed in test_setup()");
  /external/ltp/testcases/kernel/syscalls/symlink/
symlink01.c 333 int (*test_setup) (char *path1, char *path2, char *path3); member in struct:all_test_cases
931 (tc_ptr->test_setup) (tc_ptr->fn_arg[0], tc_ptr->fn_arg[1],
    [all...]

Completed in 6309 milliseconds