Home
last modified time | relevance | path

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

12

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/performance/
Dshannon_log_parser.py254 def _feed_nr_power(self, timestamp, tx_pwr, option, lte_nr, window, argument
278 def _feed_lte_power(self, timestamp, tx_pwr, log_data, lte_nr, window, argument
302 def _parse_lte_power(self, timestamp, message, core_id, log_data, fr_id): argument
310 def _parse_lte_rsrp(self, timestamp, message, core_id, log_data, fr_id): argument
319 def _parse_lte_rsrp2(self, timestamp, message, core_id, log_data, fr_id): argument
333 def _parse_nr_rsrp(self, timestamp, message, core_id, log_data, fr_id): argument
341 def _parse_nr_rsrp2(self, timestamp, message, core_id, log_data, fr_id): argument
349 def _parse_fr2_rsrp(self, timestamp, message, core_id, log_data, fr_id): argument
365 def _parse_fr2_power(self, timestamp, message, core_id, log_data, fr_id): argument
372 def _parse_nr_power(self, timestamp, message, core_id, log_data, fr_id): argument
[all …]
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/mobly/
DMoblyYamlResultUserDataHandler.java36 private UserData(String timestamp) { in UserData()
56 public Builder setTimestamp(String timestamp) { in setTimestamp()
DMoblyYamlResultControllerInfoHandler.java36 private ControllerInfo(String timestamp) { in ControllerInfo()
58 public Builder setTimestamp(String timestamp) { in setTimestamp()
DMoblyYamlResultParser.java150 long timestamp = in reportToListeners() local
/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.java94 String timestamp = getTimestamp(); in generateSummary() local
134 String timestamp = dateFormat.format(new Date()); in getTimestamp() local
145 void printTestResults(KXmlSerializer serializer, String timestamp, long elapsedTime) in printTestResults()
DRetentionFileSaver.java58 String timestamp; in shouldDelete() local
DMetricsXMLResultReporter.java90 String timestamp = getTimeStamp(); in generateResults() local
117 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 in trebuchet.importers.ftrace.FtraceLine
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/global_configuration/com/android/tradefed/util/hostmetric/
DHostMetric.java39 public HostMetric(String name, long timestamp, long value, Map<String, String> data) { in HostMetric()
/tools/tradefederation/core/javatests/com/android/tradefed/util/
DFileIdleMonitorTest.java103 private static File mockFile(long timestamp) { in mockFile()
/tools/tradefederation/core/proto/monitoring/server/
Dlab_resource.proto72 google.protobuf.Timestamp timestamp = 4; field
/tools/apksig/src/main/java/com/android/apksig/internal/apk/
DApkSignerInfo.java30 public long timestamp; field in ApkSignerInfo
/tools/tradefederation/core/src/com/android/tradefed/util/
DFileIdleMonitor.java95 long timestamp = getTimestamp(); in checkIfIdle() local
/tools/test/connectivity/acts/framework/acts/libs/testtracker/protos/
Dtesttracker_result.proto71 optional string timestamp = 10; field
/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/connectivity/acts/framework/acts/controllers/
Dbits.py56 def add_marker(self, timestamp, marker_text): argument
387 def _add_marker(self, timestamp, marker_text): argument
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DCommandArgsPreprocessor.kt125 val timestamp = in createRerunScriptBaseFilename() constant
/tools/test/graphicsbenchmark/benchmark_libs/
Dagq.cpp70 jlong timestamp = timespecToMs(spec); in createIntent() local
/tools/netsim/rust/daemon/src/captures/
Dcapture.rs134 let timestamp = SystemTime::now().duration_since(UNIX_EPOCH).expect("Time went backwards"); in start_capture() localVariable
153 let timestamp = in get_capture_proto() localVariable
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_performance_test_utils/
Dping_utils.py89 def __init__(self, timestamp, rtt): argument
/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/apksig/src/main/java/com/android/apksig/internal/apk/stamp/
DV2SourceStampSigner.java222 long timestamp = Instant.now().getEpochSecond(); in generateStampAttributes() local

12