Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DExecutableTargetTest.java84 checkCommandResult(result, listener, description); in runBinary()
94 protected void checkCommandResult( in checkCommandResult() method in ExecutableTargetTest
DKernelTargetTest.java158 protected void checkCommandResult( in checkCommandResult() method in KernelTargetTest
188 super.checkCommandResult(result, listener, description); in checkCommandResult()
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/binary/
DKernelTargetTestTest.java100 mKernelTargetTest.checkCommandResult(mCommandResult, mListener, testDescription); in test_exitCodeSkip()
115 mKernelTargetTest.checkCommandResult(mCommandResult, mListener, testDescription); in test_mismatchedExitCodeSkip()
129 mKernelTargetTest.checkCommandResult(mCommandResult, mListener, testDescription); in test_noExitCodeSkip()
170 protected void checkCommandResult(
220 protected void checkCommandResult(
DExecutableTargetTestTest.java87 protected void checkCommandResult( in testRun_cmdSuccess()
130 protected void checkCommandResult( in testRun_pathNotExist()
179 protected void checkCommandResult( in testRun_cmdFailed()
227 protected void checkCommandResult( in testRun_addExcludeFilter()
283 protected void checkCommandResult( in testRun_addIncludeFilter()
338 protected void checkCommandResult( in testRun_add_description_IncludeFilter()
466 protected void checkCommandResult( in testRun_skipBinaryCheck()