Home
last modified time | relevance | path

Searched refs:status_pass (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/test/py/
Dconftest.py136 log.status_pass('OK')
382 log.status_pass('%d passed' % len(tests_passed))
544 msg_log = log.status_pass
Du_boot_console_exec_attach.py43 self.log.status_pass('OK')
Dmultiplexed_log.py548 def status_pass(self, msg, anchor=None): member in Logfile
/external/u-boot/test/py/tests/
Dtest_dfu.py317 u_boot_console.log.status_pass('OK')
/external/libpng/
Dpngtest.c169 static int status_pass = 1; variable
179 if (status_pass != pass) in read_row_callback()
182 status_pass = pass; in read_row_callback()