Home
last modified time | relevance | path

Searched refs:error (Results 1 – 10 of 10) sorted by relevance

/test/lib/
A Dtime.c86 long error; in test_time_comparison() local
95 error = delta_us - 1000000; in test_time_comparison()
97 __func__, delta_us, error); in test_time_comparison()
98 if (abs(error) > 1000) in test_time_comparison()
107 long error; in test_udelay() local
115 error = delta - 1000; in test_udelay()
117 __func__, delta, error); in test_udelay()
118 if (abs(error) > 100) in test_udelay()
A DKconfig8 This is used to test that the IF_ENABLED_INT() macro causes a build error
/test/dm/
A Dk210_pll.c16 s64 error, best_error; in dm_test_k210_pll_calc_config() local
19 error = best_error; in dm_test_k210_pll_calc_config()
32 error = DIV_ROUND_CLOSEST_ULL(f * inv_ratio, in dm_test_k210_pll_calc_config()
35 error = abs64((error - BIT_ULL(32))) >> 16; in dm_test_k210_pll_calc_config()
36 if (error < best_error) { in dm_test_k210_pll_calc_config()
40 best_error = error; in dm_test_k210_pll_calc_config()
/test/py/tests/
A Dtest_spi.py474 if not any(error in output for error in EXPECTED_ERASE_ERRORS) or ret_code.endswith(
482 if not any(error in output for error in EXPECTED_WRITE_ERRORS) or ret_code.endswith(
500 if not any(error in output for error in EXPECTED_ERASE_ERRORS) or ret_code.endswith(
508 if not any(error in output for error in EXPECTED_WRITE_ERRORS) or ret_code.endswith(
A Dtest_suite.py176 ubman.log.error(f'missing: {sorted(list(missing))}')
177 ubman.log.error(f'extra: {sorted(list(extra))}')
/test/py/
A Dmultiplexed_log.css48 .error {
A Dspawn.py62 log.error(msg)
63 log.error(f'Error: {err}')
A Dmultiplexed_log.py471 def error(self, msg): member in Logfile
A Dconsole_base.py516 self.log.error(str(ex))
/test/fs/
A Dfat-noncontig-test.sh142 echo U-Boot exit status indicates an error

Completed in 18 milliseconds