Home
last modified time | relevance | path

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

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
DConnection.java1107 private String[] removeDuplicates(String[] list) in removeDuplicates() method in Connection
1155 ciphers = removeDuplicates(ciphers); in setClient2ServerCiphers()
1169 macs = removeDuplicates(macs); in setClient2ServerMACs()
1199 ciphers = removeDuplicates(ciphers); in setServer2ClientCiphers()
1214 macs = removeDuplicates(macs); in setServer2ClientMACs()
1236 algos = removeDuplicates(algos); in setServerHostKeyAlgorithms()
/external/chromium_org/chrome/browser/resources/print_preview/
Dprint_preview_utils.js62 function removeDuplicates(inArray) { function
176 pageSet = removeDuplicates(pageSet);
Dprint_preview_utils_unittest.gtestjs53 assertTrue(areArraysEqual(removeDuplicates(array1), [1,2,3,6,7,9,10]));
/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/emma/core/java12/com/vladium/emma/report/
DReportProcessor.java80 final String [] reportTypes = Strings.removeDuplicates (types, true); in setReportTypes()
/external/emma/core/java12/com/vladium/emma/rt/
DAppRunner.java220 final String [] reportTypes = Strings.removeDuplicates (types, true); in setReportTypes()
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromePageScript.js67 …call(a,b):goog.array.ARRAY_PROTOTYPE_.slice.call(a,b,c)};goog.array.removeDuplicates=function(a,b,…
1035 cvox.BaseRuleStore.prototype.removeDuplicates=function(a){for(var b=this.speechRules_.length-1,c;c=… method in cvox
1041 …chRule.DynamicCstrAttrib.STYLE],c,d].concat(g));g.dynamicCstr=f;this.removeDuplicates(g);return g};
DchromeVoxChromeOptionsScript.js128 …call(a,b):goog.array.ARRAY_PROTOTYPE_.slice.call(a,b,c)};goog.array.removeDuplicates=function(a,b,…
1058 cvox.BaseRuleStore.prototype.removeDuplicates=function(a){for(var b=this.speechRules_.length-1,c;c=… method in cvox
1064 …chRule.DynamicCstrAttrib.STYLE],c,d].concat(g));g.dynamicCstr=f;this.removeDuplicates(g);return g};
DchromeVoxChromeBackgroundScript.js67 …call(a,b):goog.array.ARRAY_PROTOTYPE_.slice.call(a,b,c)};goog.array.removeDuplicates=function(a,b,…
925 cvox.BaseRuleStore.prototype.removeDuplicates=function(a){for(var b=this.speechRules_.length-1,c;c=… method in cvox
931 …chRule.DynamicCstrAttrib.STYLE],c,d].concat(g));g.dynamicCstr=f;this.removeDuplicates(g);return g};