Home
last modified time | relevance | path

Searched defs:bugreport (Results 1 – 4 of 4) sorted by relevance

/tools/loganalysis/javatests/com/android/loganalysis/parser/
DBugreportParserTest.java164 BugreportItem bugreport = new BugreportParser().parse(lines); in testParse() local
216 BugreportItem bugreport = new BugreportParser().parse(lines); in testParse_set_logcat_year() local
229 BugreportItem bugreport = new BugreportParser().parse(lines); in testParse_command_line() local
268 BugreportItem bugreport = new BugreportParser().parse(lines); in testParse_bootreason_kernel_good() local
286 BugreportItem bugreport = new BugreportParser().parse(lines); in testParse_bootreason_kernel_bad() local
305 BugreportItem bugreport = new BugreportParser().parse(lines); in testParse_bootreason_prop_good() local
324 BugreportItem bugreport = new BugreportParser().parse(lines); in testParse_bootreason_prop_bad() local
352 BugreportItem bugreport = new BugreportParser().parse(lines); in testParse_bootreason_duplicate() local
401 BugreportItem bugreport = new BugreportParser().parse(lines); in testSetAnrTrace_single() local
459 BugreportItem bugreport = new BugreportParser().parse(lines); in testSetAnrTrace_multiple() local
[all …]
/tools/loganalysis/src/com/android/loganalysis/
DLogAnalyzer.java117 BugreportItem bugreport = new BugreportParser().parse(reader); in run() local
178 private void printBugreport(BugreportItem bugreport) { in printBugreport()
218 private JSONArray getBugreportAnalysis(BugreportItem bugreport) { in getBugreportAnalysis()
/tools/test/openhst/
Dstress_test.py123 def SendNotificationEmail(subject, body, bugreport=None): argument
/tools/test/connectivity/acts/framework/tests/
Dacts_android_device_test.py116 def bugreport(self, params, timeout=android_device.BUG_REPORT_TIMEOUT): member in MockAdbProxy