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

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
ast.ml 19 (* proto - This type represents the "prototype" for a function, which captures
22 type proto = Prototype of string * string array
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
ast.ml 19 (* proto - This type represents the "prototype" for a function, which captures
22 type proto = Prototype of string * string array
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
ast.ml 19 (* proto - This type represents the "prototype" for a function, which captures
22 type proto = Prototype of string * string array
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
prototype-1.7.js 0 /* Prototype JavaScript framework, version 1.7
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 = {
15 var isOpera = Object.prototype.toString.call(window.opera) == '[object Opera]';
32 return !!(constructor && constructor.prototype);
60 if (Prototype.Browser.MobileSafari)
61 Prototype.BrowserFeatures.SpecificElementExtensions = false;
109 subclass.prototype = parent.prototype;
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
ast.ml 25 (* proto - This type represents the "prototype" for a function, which captures
28 type proto = Prototype of string * string array
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
ast.ml 28 (* proto - This type represents the "prototype" for a function, which captures
32 | Prototype of string * string array
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
ast.ml 31 (* proto - This type represents the "prototype" for a function, which captures
35 | Prototype of string * string array
  /dalvik/dexgen/src/com/android/dexgen/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) {
57 Prototype result = internTable.get(descriptor);
103 result = new Prototype(descriptor, returnType, parameterTypes);
164 public static Prototype intern(String descriptor, Type definer,
166 Prototype base = intern(descriptor);
184 * @param count {@code > 0;} the number of elements in the prototype
    [all...]
  /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;
107 result = new Prototype(descriptor, returnType, parameterTypes);
168 public static Prototype intern(String descriptor, Type definer,
170 Prototype base = intern(descriptor);
188 * @param count {@code > 0;} the number of elements in the prototype
    [all...]
  /external/dexmaker/src/dx/java/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;
107 result = new Prototype(descriptor, returnType, parameterTypes);
168 public static Prototype intern(String descriptor, Type definer,
170 Prototype base = intern(descriptor);
188 * @param count {@code > 0;} the number of elements in the prototype
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/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...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.h 45 Prototype,
  /external/chromium_org/v8/src/
preparser.h 623 static PreParserIdentifier Prototype() {
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 1287 milliseconds