Home
last modified time | relevance | path

Searched refs:pos2 (Results 1 - 4 of 4) sorted by relevance

/test/testfwk/developer_test/aw/cxx/distributed/utils/
H A Dcsv_transform_xml.h121 std::string::size_type pos2 = 0; in SplitString() local
122 pos2 = s.find(c); in SplitString()
124 while (std::string::npos != pos2) { 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()
/test/testfwk/arkxtest/uitest/test/
H A Dwidget_selector_test.cpp564 auto pos2 = description.find("frontMatcher"); in TEST_F() local
570 ASSERT_TRUE(pos2 != string::npos && pos2 > pos1); in TEST_F()
571 ASSERT_TRUE(pos3 != string::npos && pos3 > pos2); in TEST_F()
/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/main/cpp/
H A Dhello.cpp138 std::string::size_type pos2 = url.find('/', pos1 + 3); in getHttp() local
147 if (pos3 != std::string::npos && pos3 < pos2) { in getHttp()
149 strncpy(port, url.substr(pos3 + 1, pos2 - pos3 - 1).c_str(), sizeof(port)); in getHttp()
151 strncpy(host, url.substr(pos1, pos2 - pos1).c_str(), sizeof(host)); in getHttp()
155 if (pos2 == std::string::npos) { in getHttp()
158 path = url.substr(pos2); in getHttp()
/test/xts/acts/graphic/acts_drawing_native/
H A DDrawingNativeShaderEffectTest.cpp607 float pos2[] = {FLT_MAX, FLT_MAX, FLT_MAX}; in HWTEST_F() local
608 OH_Drawing_ShaderEffect *effect4 = OH_Drawing_ShaderEffectCreateRadialGradient(point, 100, colors, pos2, 3, CLAMP); in HWTEST_F()

Completed in 11 milliseconds