Home
last modified time | relevance | path

Searched refs:last_test (Results 1 – 3 of 3) sorted by relevance

/external/autotest/tko/
Dsite_parse.py142 last_test = None
152 if not status and last_test:
153 reasons[last_test] += line
161 last_test = status.testname
162 reasons[last_test] = status.reason
/external/u-boot/post/
Dpost.c98 int post_bootmode_get(unsigned int *last_test) in post_bootmode_get() argument
108 if (last_test && (bootmode & POST_POWERTEST)) in post_bootmode_get()
109 *last_test = (word >> 8) & 0xFF; in post_bootmode_get()
143 static void post_bootmode_test_on(unsigned int last_test) in post_bootmode_test_on() argument
149 word |= (last_test & 0xFF) << 8; in post_bootmode_test_on()
/external/u-boot/include/
Dpost.h108 int post_bootmode_get (unsigned int * last_test);