/tools/tradefederation/core/tests/src/com/android/tradefed/result/proto/ |
D | ProtoResultParserTest.java | 162 mMockListener.logAssociation(EasyMock.eq("subprocess-log1"), EasyMock.capture(capture)); in testEvents() 164 mMockListener.logAssociation(EasyMock.eq("subprocess-run_log1"), EasyMock.anyObject()); in testEvents() 167 mMockListener.logAssociation(EasyMock.eq("subprocess-module_log1"), EasyMock.anyObject()); in testEvents() 169 mMockListener.logAssociation( in testEvents() 205 mTestParser.logAssociation("log1", logFile); in testEvents() 211 mTestParser.logAssociation( in testEvents() 215 mTestParser.logAssociation( in testEvents() 219 mTestParser.logAssociation( in testEvents() 381 mMockListener.logAssociation(EasyMock.eq("subprocess-log1"), EasyMock.anyObject()); in testEvents_finaleProto() 383 mMockListener.logAssociation(EasyMock.eq("subprocess-run_log1"), EasyMock.anyObject()); in testEvents_finaleProto() [all …]
|
D | StreamProtoResultReporterTest.java | 108 mReporter.logAssociation( in testStream() 113 mReporter.logAssociation( in testStream() 196 mReporter.logAssociation( in testStream_noInvocationReporting() 201 mReporter.logAssociation( in testStream_noInvocationReporting()
|
D | ProtoResultReporterTest.java | 87 mReporter.logAssociation("log1", new LogFile("path", "url", false, LogDataType.TEXT, 5)); in testFinalizeProto() 91 mReporter.logAssociation( in testFinalizeProto()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/retry/ |
D | ResultAggregatorTest.java | 121 mDetailedListener.logAssociation("test1-log", test1Log); in testForwarding() 127 mDetailedListener.logAssociation("test2-before-log", test2LogBefore); in testForwarding() 129 mDetailedListener.logAssociation("test2-after-log", test2LogAfter); in testForwarding() 134 mDetailedListener.logAssociation("test-run1-before-log", testRun1LogBefore); in testForwarding() 135 mDetailedListener.logAssociation("test-run1-after-log", testRun1LogAfter); in testForwarding() 145 mDetailedListener.logAssociation("between-attempts", betweenAttemptsLog); in testForwarding() 146 mDetailedListener.logAssociation("module-log", moduleLog); in testForwarding() 152 mAggListener.logAssociation("test1-log", test1Log); in testForwarding() 158 mAggListener.logAssociation("test2-before-log", test2LogBefore); in testForwarding() 159 mAggListener.logAssociation("test2-after-log", test2LogAfter); in testForwarding() [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/retry/ |
D | ResultAggregator.java | 141 mDetailedForwarder.logAssociation(assos.getKey(), assos.getValue()); in invocationEnded() 156 mAggregatedForwarder.logAssociation(invocLog.getKey(), invocLog.getValue()); in forwardAggregatedInvocationLogs() 278 public void logAssociation(String dataName, LogFile logFile) { in logAssociation() method in ResultAggregator 279 super.logAssociation(dataName, logFile); in logAssociation() 283 mDetailedForwarder.logAssociation(dataName, logFile); in logAssociation() 324 mDetailedForwarder.logAssociation(assos.getKey(), assos.getValue()); in testModuleEnded() 353 mAggregatedForwarder.logAssociation(key, logFile); in testModuleEnded() 408 .logAssociation(logFile.getKey(), logFile.getValue()); in forwardTestResults() 434 listener.logAssociation(key, logFile); in forwardTestRunResults()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | SubprocessTestResultsParserTest.java | 510 mockRunListener.logAssociation( in testParse_logAssociation() 521 String logAssociation = in testParse_logAssociation() local 525 FileUtil.writeToFile(logAssociation, tmp, true); in testParse_logAssociation() 557 String logAssociation = in testParse_logAssociation_notUploaded() local 561 FileUtil.writeToFile(logAssociation, tmp, true); in testParse_logAssociation_notUploaded() 591 String logAssociation = in testParse_logAssociation_zipped() local 595 FileUtil.writeToFile(logAssociation, tmp, true); in testParse_logAssociation_zipped() 627 String logAssociation = in testParse_avoidDoubleLog() local 634 FileUtil.writeToFile(logAssociation, tmp, true); in testParse_avoidDoubleLog()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/ |
D | ShardListenerTest.java | 109 .logAssociation(EasyMock.eq("test-file"), EasyMock.anyObject()); in testLogWithoutRun() 114 mShardListener.logAssociation("test-file", new LogFile("path", "url", LogDataType.TEXT)); in testLogWithoutRun() 274 mockListener.logAssociation("test-file", testFile); in testLogOrderingForSharding() 277 mockListener.logAssociation("run-file", runFile); in testLogOrderingForSharding() 297 mockListener.logAssociation("host_log_of_shard", invocFile); in testLogOrderingForSharding()
|
D | TestInvocationTest.java | 845 logSaverListener.logAssociation( in testInvoke_logFileSaved() 856 logSaverListener.logAssociation( in testInvoke_logFileSaved() 867 logSaverListener.logAssociation( in testInvoke_logFileSaved() 878 logSaverListener.logAssociation( in testInvoke_logFileSaved() 1391 logSaverListener.logAssociation(logName, loggedFile); in testInvoke_shardableTest_autoRetry()
|
D | InvocationExecutionTest.java | 258 .logAssociation(Mockito.eq("TestStub#test1-file"), Mockito.any()); in testRun_autoRetry_throughForwarder()
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | LogSaverResultForwarder.java | 129 ((ILogSaverListener) listener).logAssociation(dataName, logFile); in testLog() 168 public void logAssociation(String dataName, LogFile logFile) { in logAssociation() method in LogSaverResultForwarder 173 ((ILogSaverListener) listener).logAssociation(dataName, logFile); in logAssociation()
|
D | ResultAndLogForwarder.java | 58 public void logAssociation(String dataName, LogFile logFile) { in logAssociation() method in ResultAndLogForwarder 63 ((ILogSaverListener) listener).logAssociation(dataName, logFile); in logAssociation()
|
D | LegacySubprocessResultsReporter.java | 169 public void logAssociation(String dataName, LogFile logFile) { in logAssociation() method in LegacySubprocessResultsReporter
|
D | ConsoleResultReporter.java | 169 public void logAssociation(String dataName, LogFile logFile) { in logAssociation() method in ConsoleResultReporter
|
D | CollectingTestListener.java | 321 public void logAssociation(String dataName, LogFile logFile) { in logAssociation() method in CollectingTestListener
|
D | SubprocessResultsReporter.java | 234 public void logAssociation(String dataName, LogFile logFile) { in logAssociation() method in SubprocessResultsReporter
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
D | ModuleListener.java | 232 public void logAssociation(String dataName, LogFile logFile) { in logAssociation() method in ModuleListener 234 super.logAssociation(dataName, logFile); in logAssociation() 238 ((ILogSaverListener) mMainListener).logAssociation(dataName, logFile); in logAssociation()
|
D | ModuleDefinition.java | 732 ((ILogSaverListener) listener).logAssociation(key, logFile); in reportFinalResults() 771 .logAssociation(logFile.getKey(), logFile.getValue()); in forwardTestResults()
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/ |
D | ShardMainResultForwarder.java | 164 public void logAssociation(String dataName, LogFile logFile) { in logAssociation() method in ShardMainResultForwarder 169 ((ILogSaverListener) listener).logAssociation(dataName, logFile); in logAssociation()
|
D | ShardListener.java | 289 ((ILogSaverListener) listener).logAssociation(key, logFile); in forwardLogAssociation() 300 ((ILogSaverListener) listener).logAssociation(logFile.getKey(), logFile.getValue()); in forwardLogAssociation()
|
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/ |
D | BasePostProcessor.java | 311 public final void logAssociation(String dataName, LogFile logFile) { in logAssociation() method in BasePostProcessor 320 ((ILogSaverListener) mForwarder).logAssociation(dataName, logFile); in logAssociation()
|
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/ |
D | ILogSaverListener.java | 64 public default void logAssociation(String dataName, LogFile logFile) { in logAssociation() method
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/retry/ |
D | ResultsPlayer.java | 192 .logAssociation(logFile.getKey(), logFile.getValue()); in forwardTestResults()
|
/tools/tradefederation/core/src/com/android/tradefed/result/proto/ |
D | ProtoResultReporter.java | 485 public final void logAssociation(String dataName, LogFile logFile) { in logAssociation() method in ProtoResultReporter
|
D | ProtoResultParser.java | 544 logger.logAssociation(mFilePrefix + entry.getKey(), file); in handleLogs()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | SubprocessTestResultsParser.java | 578 ((ILogSaverListener) mListener).logAssociation(name, assosInfo.mLoggedFile); in handleEvent()
|