Searched defs:executionError (Results 1 – 9 of 9) 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
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
68 override val executionError in <lambda>() constant
33 val executionError: Throwable? constant
46 override val executionError = null constant in android.tools.utils.ParsedTracesReader
161 for (executionError in metricsCollector.executionErrors) { in handleFinished() method
240 val executionError = parameters[0].flicker.result!!.transitionExecutionError in <lambda>() constant