Home
last modified time | relevance | path

Searched refs:removeDuplicates (Results 1 – 11 of 11) sorted by relevance

/external/emma/core/java12/com/vladium/util/
DStrings.java48 public static String [] removeDuplicates (final String [] strings, final boolean removeNull) in removeDuplicates() method in Strings
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLocationManager.java258 removeDuplicates(listener, providerListeners); in addLocationListener()
264 private void removeDuplicates(LocationListener listener, in removeDuplicates() method in ShadowLocationManager
/external/emma/core/java12/com/vladium/emma/report/
DReportProcessor.java80 final String [] reportTypes = Strings.removeDuplicates (types, true); in setReportTypes()
/external/python/cpython3/Lib/distutils/
Dmsvc9compiler.py206 def removeDuplicates(variable): function
281 result[key] = removeDuplicates(value)
/external/python/cpython2/Lib/distutils/
Dmsvc9compiler.py208 def removeDuplicates(variable): function
292 result[key] = removeDuplicates(value)
/external/emma/core/java12/com/vladium/emma/rt/
DAppRunner.java220 final String [] reportTypes = Strings.removeDuplicates (types, true); in setReportTypes()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h276 void removeDuplicates() { in removeDuplicates() function
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h342 void removeDuplicates() { in removeDuplicates() function
/external/cldr/tools/java/org/unicode/cldr/tool/
DMisc.java1032 desiredLocaleFile.removeDuplicates(resolvedRoot, false, null, null); in printSupplementalData()
/external/doclava/res/assets/templates-sdk/assets/js/
Ddocs.js4951 function filterResources(clauses, removeDuplicates, map) { argument
4964 if (removeDuplicates) {
/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRFile.java1016 … public CLDRFile removeDuplicates(CLDRFile other, boolean butComment, RetentionTest keepIfMatches, in removeDuplicates() method in CLDRFile