Home
last modified time | relevance | path

Searched refs:prefix (Results 1 - 23 of 23) sorted by relevance

/test/testfwk/xdevice/plugins/devicetest/utils/
H A Dtime_util.py45 def average(prefix=''):
48 return ("%s ==> average: %.3f ms" % (prefix, TS.total / TS.times))
51 def stop(prefix=''):
H A Dutil.py340 site_packages = [os.path.join(sys.prefix, 'lib', 'site-packages')]
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/
H A Djsvmtest.cpp38 int RunTestsWithPrefix(const char *prefix) in RunTestsWithPrefix() argument
44 if (name.find(prefix) != 0) { in RunTestsWithPrefix()
H A Dtest_entry.h22 int RunTestsWithPrefix(const char *prefix);
/test/xts/acts/graphic/graphicvulkannapitest/
H A DVulkanTest.cpp228 std::string prefix(""); in UserCallback()
230 prefix = "ERROR: "; in UserCallback()
232 prefix = "WARN: "; in UserCallback()
234 prefix = "INFO: "; in UserCallback()
236 prefix = "DEBUG: "; in UserCallback()
238 debugMessage_ << prefix << "[" << pCallbackData->messageIdNumber << "][" in UserCallback()
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/
H A Dtest_display.cpp53 char prefix[] = "/userdata/photo/"; in StoreImage() local
55 char prefix[] = "/data/"; in StoreImage() local
63 if (sprintf_s(path, sizeof(path), "%spicture_%ld.jpeg", prefix, start.tv_usec) < 0) { in StoreImage()
128 char prefix[] = "/userdata/video/"; in OpenVideoFile() local
130 char prefix[] = "/data/"; in OpenVideoFile() local
133 if (sprintf_s(path, sizeof(path), "%svideo%ld.h264", prefix, seconds) < 0) { in OpenVideoFile()
H A Dusb_camera_test_mult.cpp154 char prefix[] = "/userdata/photo/"; in StoreImage() local
156 char prefix[] = "/data/"; in StoreImage() local
164 if (sprintf_s(path, sizeof(path), "%spicture222_%ld.jpeg", prefix, start.tv_usec) < 0) { in StoreImage()
201 char prefix[] = "/userdata/video/"; in OpenVideoFile() local
203 char prefix[] = "/data/"; in OpenVideoFile() local
206 if (sprintf_s(path, sizeof(path), "%svideo222%ld.h264", prefix, seconds) < 0) { in OpenVideoFile()
/test/xts/acts/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/entry/src/ohosTest/js/test/
H A DSchemaJsTest.js27 function putBatchString(len, prefix) {
31 key : prefix + i,
H A DSingleKvStoreKVCallbackJsTest.js45 function putBatchString(len, prefix) {
49 key : prefix + i,
H A DDeviceKvStoreKVCallbackJsTest.js46 function putBatchString(len, prefix) {
50 key : prefix + i,
H A DDeviceKvStoreKVPromiseJsTest.js46 function putBatchString(len, prefix) {
50 key : prefix + i,
H A DSingleKvStoreKVPromiseJsTest.js45 function putBatchString(len, prefix) {
49 key : prefix + i,
/test/xts/acts/distributeddatamgr/kvStoretest/kvStorejstest/hap/entry/src/ohosTest/js/test/
H A DSchemaJsunit.test.js24 function putBatchString(len, prefix) {
28 key : prefix + i,
H A DSingleKvStoreCallbackJsunit.test.js42 function putBatchString(len, prefix) {
46 key : prefix + i,
H A DDeviceKvStorePromiseJsunit.test.js43 function putBatchString(len, prefix) {
47 key : prefix + i,
H A DDeviceKvStoreCallbackJsunit.test.js43 function putBatchString(len, prefix) {
47 key : prefix + i,
H A DSingleKvStorePromiseJsunit.test.js42 function putBatchString(len, prefix) {
46 key : prefix + i,
/test/testfwk/xdevice/src/xdevice/_core/report/
H A Dreporter_helper.py679 def _render_key(cls, prefix, key, new_str, update_context):
680 old_str = "<!--{%s%s}-->" % (prefix, key)
684 prefix = "exec_info."
688 file_context = self._render_key(prefix, key, value, file_context)
772 def _render_data_object(self, file_context, data_object, prefix,
785 update_context = self._render_key(prefix, key, new_str,
/test/testfwk/developer_test/aw/python/distributed/common/
H A Ddrivers.py127 prefix="long_command_",
/test/xts/dcts/distributedhardware/distributedcameratest/
H A Ddcamera_hdf_demo.cpp326 char prefix[] = "/data/"; in StoreImage() local
332 if (sprintf_s(path, sizeof(path), "%spicture_%ld.jpeg", prefix, start.tv_usec) < 0) { in StoreImage()
367 char prefix[] = "/data/"; in OpenVideoFile() local
369 if (sprintf_s(path, sizeof(path), "%svideo%ld.h264", prefix, seconds) < 0) { in OpenVideoFile()
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit.py571 self.local_system_prop_file = NamedTemporaryFile(prefix='build',
663 temp_cust_file = NamedTemporaryFile(prefix='cust', suffix='.prop',
758 with TemporaryDirectory(prefix=hap_name) as temp_dir:
/test/testfwk/xdevice/src/xdevice/_core/
H A Dutils.py376 local_temp_prop_file = NamedTemporaryFile(mode='w', prefix='build',
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddevice.py1557 def execute_clear_cmd(path: str, prefix: list):
1558 for pre in prefix:

Completed in 37 milliseconds