/tools/tradefederation/core/common_util/com/android/tradefed/invoker/tracing/ |
D | CloseableTraceScope.java | 36 @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()
|
D | TracingLogger.java | 45 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/ |
D | DeviceSnapshotHandler.java | 94 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
|
D | DeviceResetHandler.java | 88 String trace = response.getErrorInfo().getErrorTrace(); in resetDevice() local
|
/tools/tradefederation/core/src/com/android/tradefed/result/ddmlib/ |
D | TestRunToTestInvocationForwarder.java | 91 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/ |
D | StartupCommonTests.kt | 66 val trace = parseString(test) in testEmptyThreadStart() constant
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | StubTestRunListener.java | 40 public void testFailed(TestIdentifier test, String trace) { in testFailed() 48 public void testAssumptionFailure(TestIdentifier test, String trace) { in testAssumptionFailure()
|
D | TextResultReporter.java | 46 public void testFailed(TestDescription testId, String trace) { in testFailed() 51 public void testAssumptionFailure(TestDescription testId, String trace) { in testAssumptionFailure()
|
D | FilteredResultForwarder.java | 87 public void testAssumptionFailure(TestDescription test, String trace) { in testAssumptionFailure() 119 public void testFailed(TestDescription test, String trace) { in testFailed()
|
D | NameMangleListener.java | 77 public void testFailed(TestDescription test, String trace) { in testFailed() 84 public void testAssumptionFailure(TestDescription test, String trace) { in testAssumptionFailure()
|
D | TestResultListener.java | 62 public final void testFailed(TestDescription test, String trace) { in testFailed() 68 public final void testAssumptionFailure(TestDescription test, String trace) { in testAssumptionFailure()
|
D | InvocationToJUnitResultForwarder.java | 57 public void testFailed(TestDescription testId, String trace) { in testFailed() 65 public void testAssumptionFailure(TestDescription testId, String trace) { in testAssumptionFailure()
|
D | EventsLoggerListener.java | 141 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/ |
D | TracePropagatingExecutorServiceTest.java | 111 ActiveTrace trace = new ActiveTrace(0, 0); in startTracing() local 117 ActiveTrace trace = TracingLogger.getActiveTrace(); in stopTracing() local
|
/tools/trebuchet/trebuchet/startup-analyzer/src/ |
D | StartupAnalyzer.kt | 112 val trace = parseTrace(File(filename), verbose = false) in main() constant
|
/tools/tradefederation/core/javatests/com/android/tradefed/result/ |
D | LogcatCrashResultForwarderTest.java | 240 String trace = in testTestTimedOutTests() local 264 String trace = in testShellTimedOutTests() local
|
D | TestResultListenerTest.java | 96 private TestResult createTestResult(TestStatus status, String trace) { in createTestResult()
|
D | XmlResultReporterTest.java | 139 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/ |
D | UserSwitchAnalyzer.kt | 92 val trace = parseTrace(File(input), verbose = true) in main() constant
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | TestTimeoutEnforcer.java | 84 public void testFailed(TestDescription test, String trace) { in testFailed() 112 public void testAssumptionFailure(TestDescription test, String trace) { in testAssumptionFailure()
|
D | InstrumentationListener.java | 137 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/ |
D | SystemServerAnalyzer.kt | 106 val trace = parseTrace(File(input), verbose = true) in main() constant
|
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/ |
D | AtraceCollector.java | 224 private void postProcess(File trace) { in postProcess() 297 File trace = device.pullFile(fullLogPath()); in onTestEnd() local
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/ |
D | ConditionFailureMonitor.java | 65 public void testFailed(TestDescription test, String trace) { in testFailed()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/host/ |
D | PrettyTestEventLogger.java | 60 public void testFailed(TestDescription test, String trace) { in testFailed()
|