Searched refs:removeDuplicates (Results 1 – 9 of 9) sorted by relevance
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
D | Connection.java | 1107 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/ |
D | print_preview_utils.js | 62 function removeDuplicates(inArray) { function 176 pageSet = removeDuplicates(pageSet);
|
D | print_preview_utils_unittest.gtestjs | 53 assertTrue(areArraysEqual(removeDuplicates(array1), [1,2,3,6,7,9,10]));
|
/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/emma/core/java12/com/vladium/emma/report/ |
D | ReportProcessor.java | 80 final String [] reportTypes = Strings.removeDuplicates (types, true); in setReportTypes()
|
/external/emma/core/java12/com/vladium/emma/rt/ |
D | AppRunner.java | 220 final String [] reportTypes = Strings.removeDuplicates (types, true); in setReportTypes()
|
/external/chromium_org/chrome/third_party/chromevox/ |
D | chromeVoxChromePageScript.js | 67 …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};
|
D | chromeVoxChromeOptionsScript.js | 128 …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};
|
D | chromeVoxChromeBackgroundScript.js | 67 …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};
|