Searched refs:onlyIfAbsent (Results 1 – 4 of 4) sorted by relevance
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
D | prototype-1.6.0.3.js | 2634 function copy(methods, destination, onlyIfAbsent) { argument 2635 onlyIfAbsent = onlyIfAbsent || false; 2639 if (!onlyIfAbsent || !(property in destination))
|
D | concat-jquery-mootools-prototype.js | 11013 function copy(methods, destination, onlyIfAbsent) { argument 11014 onlyIfAbsent = onlyIfAbsent || false; 11018 if (!onlyIfAbsent || !(property in destination))
|
/external/guava/guava/src/com/google/common/collect/ |
D | MapMakerInternalMap.java | 2532 V put(K key, int hash, V value, boolean onlyIfAbsent) { in put() argument 2568 } else if (onlyIfAbsent) { in put()
|
/external/guava/guava/src/com/google/common/cache/ |
D | LocalCache.java | 2851 V put(K key, int hash, V value, boolean onlyIfAbsent) { in put() argument 2890 } else if (onlyIfAbsent) { in put()
|