Searched refs:removeDuplicates (Results 1 – 11 of 11) sorted by relevance
/external/emma/core/java12/com/vladium/util/ |
D | Strings.java | 48 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/ |
D | ShadowLocationManager.java | 258 removeDuplicates(listener, providerListeners); in addLocationListener() 264 private void removeDuplicates(LocationListener listener, in removeDuplicates() method in ShadowLocationManager
|
/external/emma/core/java12/com/vladium/emma/report/ |
D | ReportProcessor.java | 80 final String [] reportTypes = Strings.removeDuplicates (types, true); in setReportTypes()
|
/external/python/cpython3/Lib/distutils/ |
D | msvc9compiler.py | 206 def removeDuplicates(variable): function 281 result[key] = removeDuplicates(value)
|
/external/python/cpython2/Lib/distutils/ |
D | msvc9compiler.py | 208 def removeDuplicates(variable): function 292 result[key] = removeDuplicates(value)
|
/external/emma/core/java12/com/vladium/emma/rt/ |
D | AppRunner.java | 220 final String [] reportTypes = Strings.removeDuplicates (types, true); in setReportTypes()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | Core.h | 276 void removeDuplicates() { in removeDuplicates() function
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
D | Core.h | 342 void removeDuplicates() { in removeDuplicates() function
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | Misc.java | 1032 desiredLocaleFile.removeDuplicates(resolvedRoot, false, null, null); in printSupplementalData()
|
/external/doclava/res/assets/templates-sdk/assets/js/ |
D | docs.js | 4951 function filterResources(clauses, removeDuplicates, map) { argument 4964 if (removeDuplicates) {
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | CLDRFile.java | 1016 … public CLDRFile removeDuplicates(CLDRFile other, boolean butComment, RetentionTest keepIfMatches, in removeDuplicates() method in CLDRFile
|