Searched refs:timestamp (Results 1 – 7 of 7) sorted by relevance
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/ |
D | VtsHalAutomotiveVehicleV2_0HostTest.py | 946 def __init__(self, test, timestamp): argument 950 self.timestamp = timestamp 954 propValue['value']['int64Values'] = [self.timestamp] 963 asserts.assertEqual(self.timestamp, value['timestamp']) 972 for timestamp in timestamps: 973 freezeCheckRead = FreezeFrameCheckRead(self, timestamp) 985 def __init__(self, test, timestamp): argument 988 self.timestamp = timestamp 992 propValue['value']['int64Values'] = [self.timestamp] 1002 for timestamp in invalidTimestamps: [all …]
|
/test/vts/runners/host/ |
D | logger.py | 62 def isValidLogLineTimestamp(timestamp): argument 63 if len(timestamp) == log_line_timestamp_len: 64 if logline_timestamp_re.match(timestamp):
|
D | base_test.py | 1436 name, timestamp = self.web.GetTestModuleKeys() 1437 self.results.setTestModuleKeys(name, timestamp)
|
/test/vts/proto/ |
D | VtsProfilingMessage.proto | 49 // The timestamp of the profiling record. 50 optional int64 timestamp = 1; field
|
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/ |
D | DeviceUtils.java | 448 public DeviceTimestamp(long timestamp) { in DeviceTimestamp() argument 449 mTimestamp = timestamp; in DeviceTimestamp()
|
/test/vts/runners/target/gtest/ |
D | gtest_main.cpp | 526 char timestamp[40]; in OnTestIterationEndXmlPrint() local 527 snprintf(timestamp, sizeof(timestamp), "%4d-%02d-%02dT%02d:%02d:%02d", in OnTestIterationEndXmlPrint() 538 timestamp, elapsed_time_ns / 1e9); in OnTestIterationEndXmlPrint()
|
/test/vts/utils/native/trace_processor/ |
D | VtsTraceProcessor.cpp | 291 int64_t start_timestamp = entry_record.timestamp(); in ProcessTraceForLatencyProfiling() 292 int64_t end_timestamp = record.timestamp(); in ProcessTraceForLatencyProfiling()
|