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

  /external/webkit/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
10.1.6.js 92 function Prototype() {
96 this.__proto__ = new Prototype();
100 this.__proto__ = new Prototype();
108 this.__proto__ = new Prototype();
  /dalvik/dx/src/com/android/dx/rop/type/
Prototype.java 26 public final class Prototype implements Comparable<Prototype> {
28 private static final HashMap<String, Prototype> internTable =
29 new HashMap<String, Prototype>(500);
53 public static Prototype intern(String descriptor) {
58 Prototype result = internTable.get(descriptor);
104 result = new Prototype(descriptor, returnType, parameterTypes);
165 public static Prototype intern(String descriptor, Type definer,
167 Prototype base = intern(descriptor);
185 * @param count {@code > 0;} the number of elements in the prototype
    [all...]
  /external/webkit/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 0 /* Prototype JavaScript framework, version 1.6.0.3
4 * Prototype is freely distributable under the terms of an MIT-style license.
5 * For details, see the Prototype web site: http://www.prototypejs.org/
9 var Prototype = {
39 if (Prototype.Browser.MobileSafari)
40 Prototype.BrowserFeatures.SpecificElementExtensions = false;
60 subclass.prototype = parent.prototype;
61 klass.prototype = new subclass;
68 if (!klass.prototype.initialize
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 53 milliseconds