/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/mobly/ |
D | MoblyYamlResultUserDataHandler.java | 36 private UserData(String timestamp) { in UserData() 56 public Builder setTimestamp(String timestamp) { in setTimestamp()
|
D | MoblyYamlResultControllerInfoHandler.java | 37 private ControllerInfo(String timestamp) { in ControllerInfo() 59 public Builder setTimestamp(String timestamp) { in setTimestamp()
|
D | MoblyYamlResultParser.java | 115 long timestamp = in reportToListeners() local
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/ |
D | apollo_qa.proto | 94 required uint32 timestamp = 1; field 107 required uint32 timestamp = 1; field 127 required uint32 timestamp = 1; field 149 required uint32 timestamp = 1; field 169 required uint32 timestamp = 1; field
|
/tools/test/graphicsbenchmark/performance_tests/helper/proto/ |
D | resultdata.proto | 15 optional int64 timestamp = 2; field
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | XmlResultReporter.java | 97 String timestamp = getTimestamp(); in generateSummary() local 137 String timestamp = dateFormat.format(new Date()); in getTimestamp() local 148 void printTestResults(KXmlSerializer serializer, String timestamp, long elapsedTime) in printTestResults()
|
D | RetentionFileSaver.java | 58 String timestamp; in shouldDelete() local
|
D | MetricsXMLResultReporter.java | 94 String timestamp = getTimeStamp(); in generateResults() local 127 private void printRunResults(KXmlSerializer serializer, String timestamp, long elapsedTime) in printRunResults()
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/ |
D | FtraceLine.kt | 52 val timestamp get() = _timestamp constant 148 val timestamp = readDouble() in parseLine() constant
|
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/ |
D | Counter.kt | 21 data class CounterValue(val timestamp: Double, val count: Long) constant in trebuchet.model.CounterValue
|
/tools/tradefederation/core/global_configuration/com/android/tradefed/util/hostmetric/ |
D | HostMetric.java | 39 public HostMetric(String name, long timestamp, long value, Map<String, String> data) { in HostMetric()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | FileIdleMonitorTest.java | 103 private static File mockFile(long timestamp) { in mockFile()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | FileIdleMonitor.java | 95 long timestamp = getTimestamp(); in checkIfIdle() local
|
D | RemoteZip.java | 86 public void setLastAccess(long timestamp) { in setLastAccess()
|
/tools/tradefederation/contrib/src/com/android/performance/tests/ |
D | HermeticLaunchTest.java | 570 long timestamp = in parseAtraceInfoFile() local 763 private double timestamp; field in HermeticLaunchTest.TraceRecord 768 public TraceRecord(String name, String processId, long timestamp) { in TraceRecord() 794 public void setTimestamp(long timestamp) { in setTimestamp()
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | CommandArgsPreprocessor.kt | 151 val timestamp = LocalDateTime.now().format( in createRerunScriptBaseFilename() constant
|
/tools/test/graphicsbenchmark/benchmark_libs/ |
D | agq.cpp | 70 jlong timestamp = timespecToMs(spec); in createIntent() local
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/events/ |
D | FtraceEvent.kt | 30 val timestamp: Double, in <lambda>() constant in trebuchet.importers.ftrace.events.FtraceEvent
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/ |
D | FileSystemLogSaverTest.java | 153 String timestamp = StreamUtil.getStringFromStream(new FileInputStream(retentionFile)); in testGetFileDir_retention() local
|
D | LogFileSaverTest.java | 138 String timestamp = StreamUtil.getStringFromStream(new FileInputStream(retentionFile)); in testGetFileDir_retention() local
|
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | ClusterHostEvent.java | 133 public Builder setTimestamp(final long timestamp) { in setTimestamp()
|
D | ClusterCommandEvent.java | 115 public Builder setTimestamp(final long timestamp) { in setTimestamp()
|
/tools/test/connectivity/acts/framework/acts/ |
D | logger.py | 112 def is_valid_logline_timestamp(timestamp): argument
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_performance_test_utils.py | 599 def __init__(self, timestamp, rtt): argument
|