Home
last modified time | relevance | path

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

/tools/u_boot_pylib/
A Dcommand.py17 TEST_RESULT = None variable
95 if TEST_RESULT:
96 if hasattr(TEST_RESULT, '__call__'):
98 result = TEST_RESULT(pipe_list=pipe_list)
102 return TEST_RESULT
/tools/buildman/
A Dfunc_test.py190 command.TEST_RESULT = self._HandleCommand
269 command.TEST_RESULT = None
280 command.TEST_RESULT = None
289 command.TEST_RESULT = command.CommandResult(return_code=1)
293 command.TEST_RESULT = command.CommandResult(return_code=0)
/tools/patman/
A Dfunc_test.py631 command.TEST_RESULT = None
643 command.TEST_RESULT = None
/tools/binman/
A Dftest.py315 command.TEST_RESULT = None
804 command.TEST_RESULT = command.CommandResult()
808 command.TEST_RESULT = None
1896 command.TEST_RESULT = self._HandleGbbCommand
1965 command.TEST_RESULT = self._HandleVblockCommand
1998 command.TEST_RESULT = self._HandleVblockCommand
5526 command.TEST_RESULT = self._HandleGbbCommand

Completed in 34 milliseconds