Searched defs:logs (Results 1 – 10 of 10) sorted by relevance
59 def ends_asuite_metrics(exit_code, stacktrace='', logs=''): argument
83 def LogExitEvent(exit_code, stacktrace="", logs=""): argument
121 List<ByteString> logs = mFakeListener.getLogs(); in test_logsCoverageZip() local151 List<ByteString> logs = mFakeListener.getLogs(); in testNoCoverageFiles_logsEmptyZip() local
228 @Rule public TestLogData logs = new TestLogData(); field in HostTestTest.Junit4TestLogClass
67 def send_exit_event(exit_code, stacktrace='', logs=''): argument
55 logs = constants.INTERNAL variable in AtestExitEvent
178 List<File> logs = TarUtil.unTar(ungzipLog, dir); in extractAndLog() local
26 optional string logs = 4; field
256 private void saveLogs(ITestInvocationListener listener, List<String> logs) { in saveLogs()
325 public LogAnnotation(List<LogHolder> logs) { in LogAnnotation()