Searched refs:stringSet (Results 1 – 4 of 4) sorted by relevance
762 if !reflect.DeepEqual(stringSet(first.InputPaths), stringSet(second.InputPaths)) {765 if !reflect.DeepEqual(stringSet(first.OutputPaths), stringSet(second.OutputPaths)) {771 func stringSet(stringSlice []string) map[string]struct{} { func
53 private static String randomWordFromStringSet(Random random, int length, String[] stringSet) { in randomWordFromStringSet() argument55 final int setLength = stringSet.length; in randomWordFromStringSet()57 sb.append(stringSet[random.nextInt(setLength)]); in randomWordFromStringSet()90 final String[] stringSet = UnicodeSetToArray(set); in buildStringListFromUnicodeSet() local92 strings[i] = randomWordFromStringSet(random, stringLength, stringSet); in buildStringListFromUnicodeSet()
159 Set<String> stringSet = new HashSet<String>(); in testPreferenceTypesSupport() local160 stringSet.add("string1"); in testPreferenceTypesSupport()161 stringSet.add("string2"); in testPreferenceTypesSupport()162 map.put("StringSet", stringSet); in testPreferenceTypesSupport()
META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...