Searched refs:end1 (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/base/utility/test/unittest/common/ |
H A D | base_utility_unit_test.cpp | 223 std::string end1 = "5678"; variable 225 auto ret = StringUtil::GetMidSubstr(input, begin1, end1); 227 ret = StringUtil::GetMidSubstr(input, begin2, end1); 283 std::string end1 = "dfh"; variable 285 auto ret = StringUtil::FindMatchSubString(target, begin1, offset, end1); 289 ret = StringUtil::FindMatchSubString(target, begin2, offset, end1); 294 ret = StringUtil::FindMatchSubString(target, begin1, offset1, end1);
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subBenchmarkTest/ |
H A D | brBenchmarkTest.ets | 268 let end1 = new Date().getTime() 274 …brRunMessage += "\n" + "花费:" + Number(end1 - start1) + "ms;" + "Mac为:[" + deviceItemInfo + "]" + "… 275 brRunMessage += "开始:" + Number(start1) + "ms; " + "结束:" + Number(end1) + "ms" + "\n" 276 console.log("花费:" + Number(end1 - start1) + "ms;" + "Mac为:[" + deviceItemInfo + "]" + "\n") 277 console.log("开始:" + Number(start1) + "ms; " + "结束:" + Number(end1) + "ms" + "\n")
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | string_view.h | 562 auto end1 = end(); in find() local 564 while (first1 != end1 && (*first1 != str)) { in find() 567 if (first1 != end1) { in find() 587 const auto end1 = end(); in find() local 591 while (first1 != end1) { in find() 593 while (first1 != end1 && (*first1 != *first2)) { in find() 596 if (first1 != end1) { in find() 600 if (next1 != end1) { in find() 609 if (next1 == end1) { in find()
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subBenchmarkTestManager/ |
H A D | brBenchmarkTestManager.ets | 271 let end1 = new Date().getTime() 280 …brRunMessage += "\n" + "花费:" + Number(end1 - start1) + "ms;" + "Mac为:[" + deviceItemInfo + "]" + "… 281 brRunMessage += "开始:" + Number(start1) + "ms; " + "结束:" + Number(end1) + "ms" + "\n" 283 console.log("花费:" + Number(end1 - start1) + "ms;" + "Mac为:[" + deviceItemInfo + "]" + "\n") 284 console.log("开始:" + Number(start1) + "ms; " + "结束:" + Number(end1) + "ms" + "\n")
|
/ohos5.0/foundation/window/window_manager_lite/services/wms/ |
H A D | lite_wm.cpp | 730 goto end1; in Screenshot() 734 goto end1; in Screenshot() 749 end1: in Screenshot()
|