HomeSort by relevance Sort by last modified time
    Searched refs:removeDuplicates (Results 1 - 22 of 22) sorted by null

  /libcore/luni/src/test/java/libcore/util/
CollectionUtilsTest.java 77 CollectionUtils.removeDuplicates(list, String.CASE_INSENSITIVE_ORDER);
83 CollectionUtils.removeDuplicates(list, String.CASE_INSENSITIVE_ORDER);
96 CollectionUtils.removeDuplicates(list, String.CASE_INSENSITIVE_ORDER);
  /libcore/luni/src/main/java/libcore/util/
CollectionUtils.java 85 public static <T> void removeDuplicates(List<T> list, Comparator<? super T> comparator) {
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
Connection.java     [all...]
  /frameworks/native/opengl/libs/GLES_trace/tools/
genapi.py 364 def removeDuplicates(apis):
414 apis = removeDuplicates(apis) # remove duplication of functions common to multiple versions
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview_utils.js 62 function removeDuplicates(inArray) {
176 pageSet = removeDuplicates(pageSet);
  /external/emma/core/java12/com/vladium/emma/report/
ReportProcessor.java 80 final String [] reportTypes = Strings.removeDuplicates (types, true);
  /external/emma/core/java12/com/vladium/util/
Strings.java 48 public static String [] removeDuplicates (final String [] strings, final boolean removeNull)
  /libcore/libdvm/src/main/java/java/lang/
Class.java 770 CollectionUtils.removeDuplicates(fields, Field.ORDER_BY_NAME_AND_DECLARING_CLASS);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
msvc9compiler.py 208 def removeDuplicates(variable):
292 result[key] = removeDuplicates(value)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
msvc9compiler.py 208 def removeDuplicates(variable):
292 result[key] = removeDuplicates(value)
  /external/emma/core/java12/com/vladium/emma/rt/
AppRunner.java 220 final String [] reportTypes = Strings.removeDuplicates (types, true);
    [all...]
  /libcore/libart/src/main/java/java/lang/
Class.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar 
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java     [all...]
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /external/emma/lib/
emma.jar 

Completed in 720 milliseconds