Searched defs:executionError (Results 1 – 10 of 10) sorted by relevance
162 val executionError = Throwable(Consts.FAILURE) in neverThrowsExceptionForExecutionErrors() constant182 val executionError = Throwable(Consts.FAILURE) in throwsExceptionForExecutionErrorsIfRequested() constant209 val executionError = Throwable(Consts.FAILURE) in canBeDisabled() constant
197 TEST(ResponseApduTest, executionError) { in TEST() argument198 const std::vector<uint8_t> executionError{0x66, 0}; in TEST() local
38 final override val executionError: Throwable? = _executionError constant
27 val executionError: Throwable? constant
40 private var executionError: Throwable? = null variable in android.tools.traces.io.ResultWriter
74 override val executionError in <lambda>() constant
33 val executionError: Throwable? constant
46 override val executionError = null constant in android.tools.testutils.ParsedTracesReader
159 for (executionError in metricsCollector.executionErrors) { in handleFinished() method
240 val executionError = parameters[0].flicker.result!!.transitionExecutionError in <lambda>() constant