Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 7 of 7) sorted by relevance

/test/vts-testcase/hal/automotive/vehicle/V2_0/host/
DVtsHalAutomotiveVehicleV2_0HostTest.py946 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/
Dlogger.py62 def isValidLogLineTimestamp(timestamp): argument
63 if len(timestamp) == log_line_timestamp_len:
64 if logline_timestamp_re.match(timestamp):
Dbase_test.py1436 name, timestamp = self.web.GetTestModuleKeys()
1437 self.results.setTestModuleKeys(name, timestamp)
/test/vts/proto/
DVtsProfilingMessage.proto49 // The timestamp of the profiling record.
50 optional int64 timestamp = 1; field
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DDeviceUtils.java448 public DeviceTimestamp(long timestamp) { in DeviceTimestamp() argument
449 mTimestamp = timestamp; in DeviceTimestamp()
/test/vts/runners/target/gtest/
Dgtest_main.cpp526 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/
DVtsTraceProcessor.cpp291 int64_t start_timestamp = entry_record.timestamp(); in ProcessTraceForLatencyProfiling()
292 int64_t end_timestamp = record.timestamp(); in ProcessTraceForLatencyProfiling()