Home
last modified time | relevance | path

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

/tools/trebuchet/trebuchet/startup-common/test/
DStartupCommonTests.kt66 val trace = parseString(test) in testEmptyThreadStart() constant
/tools/trebuchet/trebuchet/startup-analyzer/src/
DStartupAnalyzer.kt112 val trace = parseTrace(File(filename), verbose = false) in main() constant
/tools/trebuchet/trebuchet/user-switch-analyzer/src/
DUserSwitchAnalyzer.kt92 val trace = parseTrace(File(input), verbose = true) in main() constant
/tools/trebuchet/trebuchet/system-server-analyzer/src/
DSystemServerAnalyzer.kt106 val trace = parseTrace(File(input), verbose = true) in main() constant
/tools/trebuchet/core/common/src/test/kotlin/trebuchet/importers/ftrace/
DFtraceImporterTest.kt152 val trace = """ # tracer: nop in testKernel515Changes() constant
/tools/loganalysis/src/com/android/loganalysis/item/
DAnrItem.java138 public void setTrace(String trace) { in setTrace()
/tools/asuite/atest/bazel/reporter/src/com/android/tradefed/result/
DBazelExitCodeResultReporter.java89 public void testFailed(TestDescription test, String trace) { in testFailed()
DBazelXmlResultReporter.java144 public void testFailed(TestDescription test, String trace) { in testFailed()
154 public void testAssumptionFailure(TestDescription test, String trace) { in testAssumptionFailure()
/tools/trebuchet/trebuchet/traceutils/src/
DTraceUtils.kt85 trace -> in extract() method
/tools/asuite/atest/tf_proto/
Dtest_record.proto96 string trace = 2; field
/tools/loganalysis/src/com/android/loganalysis/parser/
DBugreportParser.java276 private void addAnrTrace(List<AnrItem> anrs, String app, String trace) { in addAnrTrace()
/tools/trebuchet/trebuchet/startup-summarizer/src/
DStartupSummarizer.kt339 val trace = parseTrace(File(fileName), false) in main() constant