Home
last modified time | relevance | path

Searched refs:ste (Results 1 – 2 of 2) sorted by relevance

/test/
A Dcmd_ut.c115 int n_ents = ste->end - ste->start; in has_tests()
125 int n_ents = ste->end - ste->start; in run_suite()
132 ret = ut_run_list(uts, ste->name, prefix, ste->start, n_ents, in run_suite()
163 uts->worst = ste; in update_stats()
198 if (has_tests(ste)) in do_ut_info()
212 long n_ent = ste->end - ste->start; in do_ut_info()
232 struct suite *ste; in find_suite() local
235 for (i = 0, ste = suites; i < ARRAY_SIZE(suites); i++, ste++) { in find_suite()
237 return ste; in find_suite()
250 struct suite *ste; in do_ut() local
[all …]
/test/py/tests/
A Dtest_env.py93 ste = None variable
98 global ste
99 if not ste:
100 ste = StateTestEnv(ubman)
101 return ste

Completed in 7 milliseconds