Home
last modified time | relevance | path

Searched refs:INVOCATION_TIMEOUT (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessExceptionParser.java91 id = InfraErrorIdentifier.INVOCATION_TIMEOUT; in handleStderrException()
/tools/tradefederation/core/common_util/com/android/tradefed/result/error/
DInfraErrorIdentifier.java35 INVOCATION_TIMEOUT(500_007, FailureStatus.TIMED_OUT), enumConstant
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DDelegatedInvocationExecution.java208 "Delegated invocation timed out.", InfraErrorIdentifier.INVOCATION_TIMEOUT); in runTests()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DSubprocessTfLauncher.java449 InfraErrorIdentifier.INVOCATION_TIMEOUT); in run()
/tools/tradefederation/core/javatests/com/android/tradefed/invoker/
DTestInvocationTest.java1218 "Stopped", InfraErrorIdentifier.INVOCATION_TIMEOUT); in testInvoke_metricsCollectedWhenStopped()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java576 "Invocation Timeout Reached.", InfraErrorIdentifier.INVOCATION_TIMEOUT); in run()