Home
last modified time | relevance | path

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

/test/xts/acts/ability/ability_runtime/capichildprocess/entry/src/main/cpp/
Dnative_child_demo.cpp34 clock_t start_time = clock(); in delay_ms() local
/test/testfwk/developer_test/src/core/command/
Ddistribute_utils.py70 def make_reports(result_rootpath, start_time): argument
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
Ddmlib_lite.py213 def parser_hcp_test_suite_execute_log(com, start_time, timeout, input_command, device_log_file): argument
273 def parser_common_execute(com, start_time, timeout, input_command, receiver): argument
/test/testfwk/xdevice/plugins/devicetest/runner/
Dtest_runner.py313 start_time, error_msg, report, **kwargs): argument
329 def record_cls_result(case_name, tests_step, result, start_time, error, report, **kwargs): argument
/test/xts/acts/multimedia/av_codec/vcodec/swdecoder/include/
Dvideodec_ndk_sample.h113 int64_t start_time = 0; variable
Dvideodec_api11_sample.h150 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.h170 int64_t start_time = 0; variable
/test/xts/acts/multimedia/av_codec/vcodec/encoder/include/
Dvideoenc_sample.h139 int64_t start_time = 0; variable
Dvideoenc_api11_sample.h181 int64_t start_time = 0; variable
/test/xts/acts/multimedia/av_codec/vcodec/h263swdecoder/include/
Dvideodec_api11_sample.h150 int64_t start_time = 0; variable
/test/xts/acts/multimedia/av_codec/vcodec/hevcswdecoder/include/
Dvideodec_api11_sample.h154 int64_t start_time = 0; variable
/test/xts/acts/multimedia/av_codec/vcodec/mpeg2swdecoder/include/
Dvideodec_api11_sample.h155 int64_t start_time = 0; variable
/test/xts/acts/multimedia/av_codec/vcodec/mpeg4swdecoder/include/
Dvideodec_api11_sample.h155 int64_t start_time = 0; variable
/test/testfwk/xdevice/src/xdevice/_core/
Dutils.py717 def get_delta_time_ms(start_time): argument
/test/testfwk/xdevice/src/xdevice/_core/executor/
Dconcurrent.py603 def _handle_finally(self, driver, execute_message, start_time, test): argument
/test/testfwk/xdevice/src/xdevice/_core/report/
Dreporter_helper.py110 start_time = "starttime" variable in ReportConstant