/tools/asuite/atest/metrics/ |
D | metrics_utils.py | 76 stacktrace = logs = '' 81 logs = '{etype}: {value}'.format(etype=exc_type.__name__, 85 send_exit_event(exit_code, stacktrace=stacktrace, logs=logs) 88 def send_exit_event(exit_code, stacktrace='', logs=''): argument 100 logs=logs)
|
D | metrics.py | 55 logs = constants.INTERNAL variable in AtestExitEvent
|
/tools/tradefederation/core/atest/metrics/ |
D | metrics_utils.py | 76 stacktrace = logs = '' 81 logs = '{etype}: {value}'.format(etype=exc_type.__name__, 85 send_exit_event(exit_code, stacktrace=stacktrace, logs=logs) 88 def send_exit_event(exit_code, stacktrace='', logs=''): argument 100 logs=logs)
|
D | metrics.py | 55 logs = constants.INTERNAL variable in AtestExitEvent
|
/tools/acloud/metrics/ |
D | metrics.py | 63 def LogExitEvent(exit_code, stacktrace="", logs=""): argument 78 logs=logs)
|
/tools/asuite/aidegen/lib/ |
D | aidegen_metrics.py | 82 def ends_asuite_metrics(exit_code, stacktrace='', logs=''): argument 99 logs=logs)
|
D | ide_util.py | 1091 logs = '%s exists? %s' % (common_util.remove_user_home_path(ipath), 1095 logs)
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | NativeCodeCoverageListenerTest.java | 118 List<ByteString> logs = mFakeListener.getLogs(); in test_logsCoverageZip() local 119 assertThat(logs).hasSize(1); in test_logsCoverageZip() 122 logs.get(0).writeTo(out); in test_logsCoverageZip() 150 List<ByteString> logs = mFakeListener.getLogs(); in testNoCoverageFiles_logsEmptyZip() local 151 assertThat(logs).hasSize(1); in testNoCoverageFiles_logsEmptyZip() 154 logs.get(0).writeTo(out); in testNoCoverageFiles_logsEmptyZip() 256 List<ByteString> logs = mFakeListener.getLogs(); in testNoCollectOnTestEnd_noCoverageMeasurements() local 257 assertThat(logs).hasSize(1); in testNoCollectOnTestEnd_noCoverageMeasurements() 260 logs.get(0).writeTo(out); in testNoCollectOnTestEnd_noCoverageMeasurements()
|
D | ClangCodeCoverageListenerTest.java | 196 List<ByteString> logs = mFakeListener.getLogs(); in testRun_logsCoverageFile() local 197 assertThat(logs).hasSize(1); in testRun_logsCoverageFile() 230 List<ByteString> logs = mFakeListener.getLogs(); in testOtherFileTypes_ignored() local 231 assertThat(logs).hasSize(1); in testOtherFileTypes_ignored()
|
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/ |
D | StatsdGenericPostProcessor.java | 104 private Map<String, Metric.Builder> processStatsdReportsFromLogs(Map<String, LogFile> logs) { in processStatsdReportsFromLogs() argument 107 for (String key : logs.keySet()) { in processStatsdReportsFromLogs() 116 File reportFile = new File(logs.get(key).getPath()); in processStatsdReportsFromLogs() 130 CLog.e("Report file does not exist at supposed path %s.", logs.get(key).getPath()); in processStatsdReportsFromLogs()
|
/tools/tradefederation/core/test_result_interfaces/ |
D | README.md | 4 and logs are represented.
|
/tools/test/connectivity/acts/tests/google/bt/pts/instructions/ |
D | GAP_PTS_INSTRUCTIONS | 190 be the peer address in the PTS logs that start with: 208 be the peer address in the PTS logs that start with: 251 be the peer address in the PTS logs that start with: 268 be the peer address in the PTS logs that start with: 297 be the peer address in the PTS logs that start with: 318 be the peer address in the PTS logs that start with: 348 be the peer address in the PTS logs that start with:
|
/tools/test/connectivity/acts/ |
D | .gitignore | 34 # Installer logs
|
D | README.md | 104 Each specifies the hardware, services, the path to the logs directory, and 117 "logpath": "/tmp/logs",
|
/tools/test/connectivity/tools/ |
D | .gitignore | 34 # Installer logs
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | FakeTest.java | 256 private void saveLogs(ITestInvocationListener listener, List<String> logs) { in saveLogs() argument 257 for (String filename : logs) { in saveLogs()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | DeviceJUnit4ClassRunner.java | 327 public LogAnnotation(List<LogHolder> logs) { in LogAnnotation() argument 328 mLogs.addAll(logs); in LogAnnotation()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/postprocessor/ |
D | PerfettoGenericPostProcessor.java | 176 private List<File> filterPerfeticMetricFiles(Map<String, LogFile> logs) { in filterPerfeticMetricFiles() argument 178 for (String key : logs.keySet()) { in filterPerfeticMetricFiles() 188 perfettoMetricFiles.add(new File(logs.get(key).getPath())); in filterPerfeticMetricFiles()
|
/tools/asuite/atest/proto/ |
D | internal_user_log.proto | 26 optional string logs = 4; field
|
/tools/tradefederation/core/atest/proto/ |
D | internal_user_log.proto | 26 optional string logs = 4; field
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_test_utils.py | 2314 logs = ad.get_file_names("/data/vendor/ssrdump/") 2315 if logs: 2316 ad.log.info("Pulling ssrdumps %s", logs) 2320 ad.pull_files(logs, log_path) 2439 logs = ad.get_file_names("/data/vendor/wifi/cnss_diag/wlan_logs/") 2440 if logs: 2441 ad.log.info("Pulling cnss_diag logs %s", logs) 2444 ad.pull_files(logs, log_path)
|
/tools/acloud/ |
D | README.md | 182 * Pull logs from a sole instance or prompt user to choose one to pull if where 187 * Pull logs from the specific instance.
|
/tools/tradefederation/core/proto/ |
D | test_record.proto | 27 // A record containing the status, logs, and other information associated with a
|
/tools/acloud/public/ |
D | acloud_main.py | 435 logs=EXCEPTION_LOG)
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | android_device.py | 783 logs = re.findall(r'(\S+\s\S+)(.*)', output.stdout) 784 for log in logs:
|