Home
last modified time | relevance | path

Searched defs:start_time (Results 1 – 10 of 10) sorted by relevance

/test/testfwk/developer_test/src/core/command/
Ddistribute_utils.py70 def make_reports(result_rootpath, start_time): argument
/test/testfwk/xdevice/plugins/devicetest/runner/
Dtest_runner.py295 start_time, error_msg, report): argument
312 start_time=None, error="", report=""): argument
/test/xts/acts/multimedia/av_codec/vcodec/swdecoder/include/
Dvideodec_ndk_sample.h113 int64_t start_time = 0; variable
/test/xts/acts/multimedia/av_codec/vcodec/hwdecoder/include/
Dvideodec_ndk_sample.h129 int64_t start_time = 0; variable
Dvideodec_api11_sample.h149 int64_t start_time = 0; variable
/test/xts/acts/multimedia/av_codec/vcodec/encoder/include/
Dvideoenc_ndk_sample.h137 int64_t start_time = 0; variable
Dvideoenc_api11_sample.h145 int64_t start_time = 0; variable
/test/testfwk/xdevice/src/xdevice/_core/
Dutils.py723 def get_delta_time_ms(start_time): argument
/test/testfwk/xdevice/src/xdevice/_core/executor/
Dconcurrent.py631 def _handle_finally(self, driver, execute_message, start_time, test): argument
/test/testfwk/xdevice/src/xdevice/_core/report/
Dreporter_helper.py116 start_time = "starttime" variable in ReportConstant