Searched refs:Repeat2StringList (Results 1 – 5 of 5) sorted by relevance
105 List<String> Repeat2StringList(in List<String> input, out List<String> repeated); in Repeat2StringList() method
313 …public java.util.List<String> Repeat2StringList(java.util.List<String> in_value, java.util.List<St… in Repeat2StringList() method in TestImpl
545 List<String> out2 = mInterface.Repeat2StringList(value, out1); in testLists()
338 ::ndk::ScopedAStatus Repeat2StringList(const std::vector<std::string>& in_input, in Repeat2StringList() function
1025 testRepeat2List<std::string>(iface, &ITest::Repeat2StringList, in TEST_P()