/test/testfwk/xdevice/plugins/devicetest/utils/ |
H A D | time_util.py | 45 def average(prefix=''): 48 return ("%s ==> average: %.3f ms" % (prefix, TS.total / TS.times)) 51 def stop(prefix=''):
|
H A D | util.py | 340 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 D | jsvmtest.cpp | 38 int RunTestsWithPrefix(const char *prefix) in RunTestsWithPrefix() argument 44 if (name.find(prefix) != 0) { in RunTestsWithPrefix()
|
H A D | test_entry.h | 22 int RunTestsWithPrefix(const char *prefix);
|
/test/xts/acts/graphic/graphicvulkannapitest/ |
H A D | VulkanTest.cpp | 228 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 D | test_display.cpp | 53 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 D | usb_camera_test_mult.cpp | 154 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 D | SchemaJsTest.js | 27 function putBatchString(len, prefix) {
31 key : prefix + i,
|
H A D | SingleKvStoreKVCallbackJsTest.js | 45 function putBatchString(len, prefix) { 49 key : prefix + i,
|
H A D | DeviceKvStoreKVCallbackJsTest.js | 46 function putBatchString(len, prefix) { 50 key : prefix + i,
|
H A D | DeviceKvStoreKVPromiseJsTest.js | 46 function putBatchString(len, prefix) { 50 key : prefix + i,
|
H A D | SingleKvStoreKVPromiseJsTest.js | 45 function putBatchString(len, prefix) { 49 key : prefix + i,
|
/test/xts/acts/distributeddatamgr/kvStoretest/kvStorejstest/hap/entry/src/ohosTest/js/test/ |
H A D | SchemaJsunit.test.js | 24 function putBatchString(len, prefix) { 28 key : prefix + i,
|
H A D | SingleKvStoreCallbackJsunit.test.js | 42 function putBatchString(len, prefix) { 46 key : prefix + i,
|
H A D | DeviceKvStorePromiseJsunit.test.js | 43 function putBatchString(len, prefix) { 47 key : prefix + i,
|
H A D | DeviceKvStoreCallbackJsunit.test.js | 43 function putBatchString(len, prefix) { 47 key : prefix + i,
|
H A D | SingleKvStorePromiseJsunit.test.js | 42 function putBatchString(len, prefix) { 46 key : prefix + i,
|
/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | reporter_helper.py | 679 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 D | drivers.py | 127 prefix="long_command_",
|
/test/xts/dcts/distributedhardware/distributedcameratest/ |
H A D | dcamera_hdf_demo.cpp | 326 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 D | kit.py | 571 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 D | utils.py | 376 local_temp_prop_file = NamedTemporaryFile(mode='w', prefix='build',
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
H A D | device.py | 1557 def execute_clear_cmd(path: str, prefix: list): 1558 for pre in prefix:
|