Home
last modified time | relevance | path

Searched refs:test_result (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/tools/patman/
H A Dcommand.py41 test_result = None variable
63 if test_result:
64 if hasattr(test_result, '__call__'):
65 return test_result(pipe_list=pipe_list)
66 return test_result
/rk3399_rockchip-uboot/tools/buildman/
H A Dfunc_test.py183 command.test_result = self._HandleCommand
231 command.test_result = None
239 command.test_result = None
248 command.test_result = command.CommandResult(return_code=1)
252 command.test_result = command.CommandResult(return_code=0)
/rk3399_rockchip-uboot/arch/arm/mach-mvebu/serdes/a38x/
H A Dhigh_speed_env_spec.c795 u32 test_result = 0; in hws_serdes_topology_verify() local
830 test_result = WRONG_NUMBER_OF_UNITS; in hws_serdes_topology_verify()
833 test_result = UNIT_NUMBER_VIOLATION; in hws_serdes_topology_verify()
837 test_result = SERDES_ALREADY_IN_USE; in hws_serdes_topology_verify()
840 if (test_result == SERDES_ALREADY_IN_USE) { in hws_serdes_topology_verify()
845 } else if (test_result == WRONG_NUMBER_OF_UNITS) { in hws_serdes_topology_verify()
852 } else if (test_result == UNIT_NUMBER_VIOLATION) { in hws_serdes_topology_verify()
/rk3399_rockchip-uboot/tools/binman/
H A Dfunc_test.py97 command.test_result = None
280 command.test_result = command.CommandResult()
284 command.test_result = None