Searched refs:searchLength (Results 1 – 4 of 4) sorted by relevance
/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/ |
D | ShadowDOM.js | 458 sharedPrefix: function(current, old, searchLength) { argument 459 for (var i = 0; i < searchLength; i++) if (!this.equals(current[i], old[i])) return i; 460 return searchLength; 462 sharedSuffix: function(current, old, searchLength) { argument 466 while (count < searchLength && this.equals(current[--index1], old[--index2])) count++;
|
D | webcomponents.js | 499 sharedPrefix: function(current, old, searchLength) { argument 500 for (var i = 0; i < searchLength; i++) if (!this.equals(current[i], old[i])) return i; 501 return searchLength; 503 sharedSuffix: function(current, old, searchLength) { argument 507 while (count < searchLength && this.equals(current[--index1], old[--index2])) count++;
|
/external/chromium-trace/trace-viewer/tracing/third_party/components/polymer/ |
D | polymer.js | 5667 sharedPrefix: function(current, old, searchLength) { argument 5668 for (var i = 0; i < searchLength; i++) 5671 return searchLength; 5674 sharedSuffix: function(current, old, searchLength) { argument 5678 while (count < searchLength && this.equals(current[--index1], old[--index2]))
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | commons-lang-2.6.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |