Searched refs:Repeat2StringList (Results 1 – 7 of 7) sorted by relevance
100 List<String> Repeat2StringList(in List<String> input, out List<String> repeated); in Repeat2StringList() method
78 List<String> Repeat2StringList(in List<String> input, out List<String> repeated); in Repeat2StringList() method
305 …public java.util.List<String> Repeat2StringList(java.util.List<String> in_value, java.util.List<St… in Repeat2StringList() method in TestImpl
485 List<String> out2 = mInterface.Repeat2StringList(value, out1); in testLists()
314 ::ndk::ScopedAStatus Repeat2StringList(const std::vector<std::string>& in_input, in Repeat2StringList() function
734 testRepeat2List<std::string>(iface, &ITest::Repeat2StringList, in TEST_P()