Home
last modified time | relevance | path

Searched refs:pos1 (Results 1 - 6 of 6) sorted by relevance

/test/testfwk/developer_test/aw/cxx/distributed/utils/
H A Dcsv_transform_xml.h120 std::string::size_type pos1 = 0; in SplitString() local
123 pos1 = 0; in SplitString()
125 v.push_back(s.substr(pos1, pos2 - pos1)); in SplitString()
126 pos1 = pos2 + c.size(); in SplitString()
127 pos2 = s.find(c, pos1); in SplitString()
129 if (pos1 != s.length()) { in SplitString()
130 v.push_back(s.substr(pos1)); in SplitString()
/test/testfwk/developer_test/aw/python/distributed/common/
H A Dcommon.py38 pos1 = subpath.find(os.sep)
39 if -1 != pos1:
40 subpath = subpath[pos1 + len(os.sep):]
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Dconstants.py114 pos1 = subpath.find(os.sep)
115 if -1 != pos1:
116 subpath = subpath[pos1 + len(os.sep):]
/test/testfwk/arkxtest/uitest/test/
H A Dwidget_selector_test.cpp563 auto pos1 = description.find(matcher0.Describe()); in TEST_F() local
569 ASSERT_TRUE(pos1 != string::npos && pos1 > pos0); in TEST_F()
570 ASSERT_TRUE(pos2 != string::npos && pos2 > pos1); in TEST_F()
/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/main/cpp/
H A Dhello.cpp137 std::string::size_type pos1 = url.find("://"); in getHttp() local
138 std::string::size_type pos2 = url.find('/', pos1 + 3); in getHttp()
140 if (pos1 == std::string::npos) { in getHttp()
141 pos1 = 0; in getHttp()
143 pos1 += 3; in getHttp()
146 std::string::size_type pos3 = url.find(':', pos1); in getHttp()
148 strncpy(host, url.substr(pos1, pos3 - pos1).c_str(), sizeof(host)); in getHttp()
151 strncpy(host, url.substr(pos1, pos2 - pos1) in getHttp()
[all...]
/test/testfwk/developer_test/src/core/driver/
H A Ddrivers.py152 pos1 = subpath.find(os.sep)
153 if -1 != pos1:
154 subpath = subpath[pos1 + len(os.sep):]

Completed in 8 milliseconds