Searched defs:withTracing (Results 1 – 6 of 6) sorted by relevance
24 inline fun <T> withTracing(name: String, predicate: () -> T): T = in withCache() method
33 fun withTracing() { in withTracing() method in android.tools.monitors.MonitorUtilsTest
105 open fun withTracing() { in withTracing() method in android.tools.monitors.TraceMonitorTest
89 fun withTracing(writer: ResultWriter, predicate: () -> Unit) { in <lambda>() method106 fun withTracing(tag: String = Tag.ALL, predicate: () -> Unit): ByteArray { in <lambda>() method in android.tools.traces.monitors.TraceMonitor
103 fun withTracing( in withTracing() method
84 override fun withTracing() { in withTracing() method in android.tools.monitors.view.ViewTraceMonitorTest