HomeSort by relevance Sort by last modified time
    Searched defs:mixin (Results 1 - 3 of 3) sorted by null

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
SortedMapTestBase.java 133 Map<Integer, Integer> mixin = new HashMap<Integer, Integer>(TRIES); local
135 mixin.put(rnd.nextInt(N), rnd.nextInt(N));
137 ref.putAll(mixin);
138 map.putAll(mixin);
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 210 return $mixin.apply(null, args);
213 function $mixin(mix){
219 mix[key] = (mp && $type(op) == 'object' && $type(mp) == 'object') ? $mixin(mp, op) : $unlink(op);
1147 if ($type(previous) == 'object') $mixin(previous, value);
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1184 milliseconds