Home
last modified time | relevance | path

Searched defs:trace (Results 1 – 25 of 71) sorted by relevance

123

/tools/tradefederation/core/common_util/com/android/tradefed/invoker/tracing/
DCloseableTraceScope.java36 @Nullable private final ActiveTrace trace; field in CloseableTraceScope
53 public CloseableTraceScope(ActiveTrace trace, String name) { in CloseableTraceScope()
62 private CloseableTraceScope(ActiveTrace trace, String category, String name) { in CloseableTraceScope()
DTracingLogger.java45 ActiveTrace trace = new ActiveTrace(pid, tid, mainProcess); in createActiveTrace() local
81 static ActiveTrace setActiveTrace(ActiveTrace trace) { in setActiveTrace()
112 ActiveTrace trace = mPerGroupActiveTrace.remove(group); in finalizeTrace() local
/tools/tradefederation/core/src/com/android/tradefed/device/internal/
DDeviceSnapshotHandler.java94 String trace = response.getErrorInfo().getErrorTrace(); in deleteSnapshot() local
146 String trace = response.getErrorInfo().getErrorTrace(); in snapshotDevice() local
219 String trace = response.getErrorInfo().getErrorTrace(); in restoreSnapshotDevice() local
DDeviceResetHandler.java88 String trace = response.getErrorInfo().getErrorTrace(); in resetDevice() local
/tools/tradefederation/core/src/com/android/tradefed/result/ddmlib/
DTestRunToTestInvocationForwarder.java91 public void testAssumptionFailure(TestIdentifier testId, String trace) { in testAssumptionFailure()
99 TestDescription.createFromTestIdentifier(testId), trace); in testAssumptionFailure() local
110 public void testFailed(TestIdentifier testId, String trace) { in testFailed()
/tools/trebuchet/trebuchet/startup-common/test/
DStartupCommonTests.kt66 val trace = parseString(test) in testEmptyThreadStart() constant
/tools/tradefederation/core/src/com/android/tradefed/result/
DStubTestRunListener.java40 public void testFailed(TestIdentifier test, String trace) { in testFailed()
48 public void testAssumptionFailure(TestIdentifier test, String trace) { in testAssumptionFailure()
DTextResultReporter.java46 public void testFailed(TestDescription testId, String trace) { in testFailed()
51 public void testAssumptionFailure(TestDescription testId, String trace) { in testAssumptionFailure()
DFilteredResultForwarder.java87 public void testAssumptionFailure(TestDescription test, String trace) { in testAssumptionFailure()
119 public void testFailed(TestDescription test, String trace) { in testFailed()
DNameMangleListener.java77 public void testFailed(TestDescription test, String trace) { in testFailed()
84 public void testAssumptionFailure(TestDescription test, String trace) { in testAssumptionFailure()
DTestResultListener.java62 public final void testFailed(TestDescription test, String trace) { in testFailed()
68 public final void testAssumptionFailure(TestDescription test, String trace) { in testAssumptionFailure()
DInvocationToJUnitResultForwarder.java57 public void testFailed(TestDescription testId, String trace) { in testFailed()
65 public void testAssumptionFailure(TestDescription testId, String trace) { in testAssumptionFailure()
DEventsLoggerListener.java141 public void testFailed(TestDescription test, String trace) { in testFailed()
151 public void testAssumptionFailure(TestDescription test, String trace) { in testAssumptionFailure()
/tools/tradefederation/core/javatests/com/android/tradefed/invoker/tracing/
DTracePropagatingExecutorServiceTest.java111 ActiveTrace trace = new ActiveTrace(0, 0); in startTracing() local
117 ActiveTrace trace = TracingLogger.getActiveTrace(); in stopTracing() local
/tools/trebuchet/trebuchet/startup-analyzer/src/
DStartupAnalyzer.kt112 val trace = parseTrace(File(filename), verbose = false) in main() constant
/tools/tradefederation/core/javatests/com/android/tradefed/result/
DLogcatCrashResultForwarderTest.java240 String trace = in testTestTimedOutTests() local
264 String trace = in testShellTimedOutTests() local
DTestResultListenerTest.java96 private TestResult createTestResult(TestStatus status, String trace) { in createTestResult()
DXmlResultReporterTest.java139 final String trace = "this is a trace"; in testSingleFail() local
197 final String trace = "this is a trace"; in testSingleAssumptionFailure() local
/tools/trebuchet/trebuchet/user-switch-analyzer/src/
DUserSwitchAnalyzer.kt92 val trace = parseTrace(File(input), verbose = true) in main() constant
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DTestTimeoutEnforcer.java84 public void testFailed(TestDescription test, String trace) { in testFailed()
112 public void testAssumptionFailure(TestDescription test, String trace) { in testAssumptionFailure()
DInstrumentationListener.java137 public void testAssumptionFailure(TestDescription test, String trace) { in testAssumptionFailure()
139 mClassAssumptionFailure.put(test.getClassName(), trace); in testAssumptionFailure() local
/tools/trebuchet/trebuchet/system-server-analyzer/src/
DSystemServerAnalyzer.kt106 val trace = parseTrace(File(input), verbose = true) in main() constant
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DAtraceCollector.java224 private void postProcess(File trace) { in postProcess()
297 File trace = device.pullFile(fullLogPath()); in onTestEnd() local
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DConditionFailureMonitor.java65 public void testFailed(TestDescription test, String trace) { in testFailed()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/host/
DPrettyTestEventLogger.java60 public void testFailed(TestDescription test, String trace) { in testFailed()

123