Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/test/
H A Dwidget_selector_test.cpp173 std::vector<int> targets; in TEST_F() local
174 selector.Select(w1, *iterator.get(), visits, targets); in TEST_F()
175 ASSERT_EQ(0, targets.size()); in TEST_F()
185 std::vector<int> targets; in TEST_F() local
186 selector.Select(w1, *iterator.get(), visits, targets); in TEST_F()
188 ASSERT_EQ(1, targets.size()); in TEST_F()
190 ASSERT_EQ("4", visits[targets[0]].GetAttr(UiAttr::ACCESSIBILITY_ID)); in TEST_F()
202 std::vector<int> targets; in TEST_F() local
203 selector.Select(w1, *iterator.get(), visits, targets); in TEST_F()
205 ASSERT_EQ(1, targets in TEST_F()
217 std::vector<int> targets; TEST_F() local
240 std::vector<int> targets; TEST_F() local
259 std::vector<int> targets; TEST_F() local
281 std::vector<int> targets; TEST_F() local
308 std::vector<int> targets; TEST_F() local
332 std::vector<int> targets; TEST_F() local
358 std::vector<int> targets; TEST_F() local
384 std::vector<int> targets; TEST_F() local
404 std::vector<int> targets; TEST_F() local
425 std::vector<int> targets; TEST_F() local
451 std::vector<int> targets; TEST_F() local
476 std::vector<int> targets; TEST_F() local
504 std::vector<int> targets; TEST_F() local
589 std::vector<int> targets; TEST_F() local
609 std::vector<int> targets; TEST_F() local
631 std::vector<int> targets; TEST_F() local
654 std::vector<int> targets; TEST_F() local
682 std::vector<int> targets; TEST_F() local
708 std::vector<int> targets; TEST_F() local
735 std::vector<int> targets; TEST_F() local
765 std::vector<int> targets; TEST_F() local
791 std::vector<int> targets; TEST_F() local
817 std::vector<int> targets; TEST_F() local
843 std::vector<int> targets; TEST_F() local
867 std::vector<int> targets; TEST_F() local
892 std::vector<int> targets; TEST_F() local
932 std::vector<int> targets; TEST_F() local
963 std::vector<int> targets; TEST_F() local
995 std::vector<int> targets; TEST_F() local
[all...]
H A Dselect_strategy_test.cpp239 std::vector<int> targets; in TEST() local
252 afterStrategy->LocateNode(w1, *iterator.get(), visits, targets); in TEST()
254 ASSERT_EQ(targets.size(), 0); in TEST()
314 std::vector<int> targets; in TEST() local
325 beforeStrategy->LocateNode(w1, *iterator.get(), visits, targets); in TEST()
327 ASSERT_EQ(targets.size(), 0); in TEST()
438 std::vector<int> targets; in TEST() local
450 withInStrategy->LocateNode(w1, *iterator.get(), visits, targets); in TEST()
452 ASSERT_EQ(targets.size(), 0); in TEST()
535 std::vector<int> targets; in TEST() local
598 std::vector<int> targets; TEST() local
627 std::vector<int> targets; TEST() local
657 std::vector<int> targets; TEST() local
688 std::vector<int> targets; TEST() local
717 std::vector<int> targets; TEST() local
747 std::vector<int> targets; TEST() local
[all...]
/test/testfwk/xdevice/src/xdevice/_core/config/
H A Dresource_manager.py83 targets = root.iter("target")
84 for target in targets:
/test/testfwk/developer_test/src/core/config/
H A Dresource_manager.py72 targets = root.iter("target")
73 for target in targets:

Completed in 4 milliseconds