Home
last modified time | relevance | path

Searched defs:timestamp (Results 1 – 18 of 18) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/
Dapollo_qa.proto94 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/
Dresultdata.proto15 optional int64 timestamp = 2; field
/tools/tradefederation/core/src/com/android/tradefed/result/
DXmlResultReporter.java97 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()
DRetentionFileSaver.java58 String timestamp; in shouldDelete() local
DMetricsXMLResultReporter.java94 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/
DFtraceLine.kt52 val timestamp get() = _timestamp constant
148 val timestamp = readDouble() in parseLine() constant
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/
DCounter.kt21 data class CounterValue(val timestamp: Double, val count: Long) constant in trebuchet.model.CounterValue
/tools/tradefederation/core/src/com/android/tradefed/util/hostmetric/
DHostMetric.java39 public HostMetric(String name, long timestamp, long value, Map<String, String> data) { in HostMetric()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DFileIdleMonitorTest.java103 private static File mockFile(long timestamp) { in mockFile()
/tools/tradefederation/core/src/com/android/tradefed/util/
DFileIdleMonitor.java95 long timestamp = getTimestamp(); in checkIfIdle() local
/tools/tradefederation/contrib/src/com/android/performance/tests/
DHermeticLaunchTest.java570 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/test/graphicsbenchmark/benchmark_libs/
Dagq.cpp70 jlong timestamp = timespecToMs(spec); in createIntent() local
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/events/
DFtraceEvent.kt30 val timestamp: Double, in <lambda>() constant in trebuchet.importers.ftrace.events.FtraceEvent
/tools/tradefederation/contrib/src/com/android/framework/tests/
DBandwidthMicroBenchMarkTest.java163 String timestamp = bandwidthTestMetrics.get(TIMESTAMP_LABEL); in run() local
201 private Map<String, String> fetchDataFromTestServer(String deviceId, String timestamp) { in fetchDataFromTestServer()
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DFileSystemLogSaverTest.java153 String timestamp = StreamUtil.getStringFromStream(new FileInputStream(retentionFile)); in testGetFileDir_retention() local
DLogFileSaverTest.java138 String timestamp = StreamUtil.getStringFromStream(new FileInputStream(retentionFile)); in testGetFileDir_retention() local
/tools/test/connectivity/acts/framework/acts/
Dlogger.py114 def is_valid_logline_timestamp(timestamp): argument
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_performance_test_utils.py363 def __init__(self, timestamp, rtt): argument