Searched refs:Prototype (Results 1 - 25 of 43) sorted by relevance

12

/external/llvm/bindings/ocaml/linker/
H A Dlinker_ocaml.c31 static void llvm_raise(value Prototype, char *Message) { argument
32 CAMLparam1(Prototype);
38 raise_with_arg(Prototype, CamlMessage);
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DCstBaseMethodRef.java19 import com.android.dx.rop.type.Prototype;
32 private final Prototype prototype;
38 private Prototype instancePrototype;
50 this.prototype = Prototype.intern(descriptor);
60 public final Prototype getPrototype() {
75 public final Prototype getPrototype(boolean isStatic) {
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DPrototype.java26 public final class Prototype implements Comparable<Prototype> { class in inherits:Comparable
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);
191 public static Prototype internInt
215 private Prototype(String descriptor, Type returnType, method in class:Prototype
[all...]
/external/llvm/bindings/ocaml/irreader/
H A Dirreader_ocaml.c30 static void llvm_raise(value Prototype, char *Message) { argument
31 CAMLparam1(Prototype);
37 raise_with_arg(Prototype, CamlMessage);
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DProtoIdsSection.java20 import com.android.dx.rop.type.Prototype;
35 private final TreeMap<Prototype, ProtoIdItem> protoIds;
45 protoIds = new TreeMap<Prototype, ProtoIdItem>();
90 public ProtoIdItem intern(Prototype prototype) {
114 public int indexOf(Prototype prototype) {
H A DProtoIdItem.java21 import com.android.dx.rop.type.Prototype;
32 private final Prototype prototype;
48 public ProtoIdItem(Prototype prototype) {
67 private static CstString makeShortForm(Prototype prototype) {
/external/llvm/bindings/ocaml/bitreader/
H A Dbitreader_ocaml.c31 static void llvm_raise(value Prototype, char *Message) { argument
32 CAMLparam1(Prototype);
38 raise_with_arg(Prototype, CamlMessage);
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DMethodId.java22 import com.android.dx.rop.type.Prototype;
96 Prototype prototype(boolean includeThis) {
97 return Prototype.intern(descriptor(includeThis));
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dast.ml22 type proto = Prototype of string * string array Constructor in type:proto
H A Dparser.ml104 Ast.Prototype (id, Array.of_list (List.rev args))
118 Ast.Function (Ast.Prototype ("", [||]), e)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dast.ml22 type proto = Prototype of string * string array Constructor in type:proto
H A Dparser.ml104 Ast.Prototype (id, Array.of_list (List.rev args))
118 Ast.Function (Ast.Prototype ("", [||]), e)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dast.ml22 type proto = Prototype of string * string array Constructor in type:proto
H A Dparser.ml104 Ast.Prototype (id, Array.of_list (List.rev args))
118 Ast.Function (Ast.Prototype ("", [||]), e)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dast.ml28 type proto = Prototype of string * string array Constructor in type:proto
H A Dparser.ml140 Ast.Prototype (id, Array.of_list (List.rev args))
154 Ast.Function (Ast.Prototype ("", [||]), e)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dast.ml32 | Prototype of string * string array Constructor in type:proto
H A Dparser.ml160 Ast.Prototype (id, Array.of_list (List.rev args))
176 Ast.Prototype (name, args)
191 Ast.Function (Ast.Prototype ("", [||]), e)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dast.ml35 | Prototype of string * string array Constructor in type:proto
H A Dparser.ml186 Ast.Prototype (id, Array.of_list (List.rev args))
202 Ast.Prototype (name, args)
217 Ast.Function (Ast.Prototype ("", [||]), e)
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js0 /* 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;
69 klass.prototype.initialize = Prototype.emptyFunction;
390 return this.replace(new RegExp(Prototype.ScriptFragment, 'img'), '');
394 var matchAll = new RegExp(Prototype.ScriptFragment, 'img');
395 var matchOne = new RegExp(Prototype
[all...]
H A Dconcat-jquery-mootools-prototype.js4392 - Some functionality inspired by [Prototype.js](http://prototypejs.org) Copyright (c) 2005-2007 Sam Stephenson, [MIT License](http://opensource.org/licenses/mit-license.php)
4779 return $extend(win, Window.Prototype);
4783 window[property] = Window.Prototype[property] = value;
4788 Window.Prototype = {$family: {name: 'window'}};
4809 return $extend(doc, Document.Prototype);
4813 document[property] = Document.Prototype[property] = value;
4818 Document.Prototype = {$family: {name: 'document'}};
5692 Element.Prototype[key] = value;
5707 Element.Prototype = {$family: {name: 'element'}};
5732 $extend(win.Element.prototype, Element.Prototype);
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Dprototype-1.7.js0 /* 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 = {
60 if (Prototype.Browser.MobileSafari)
61 Prototype.BrowserFeatures.SpecificElementExtensions = false;
118 klass.prototype.initialize = Prototype.emptyFunction;
178 typeof JSON.stringify(Prototype.K) === 'undefined';
600 return this.replace(new RegExp(Prototype.ScriptFragment, 'img'), '');
604 var matchAll = new RegExp(Prototype
[all...]
/external/llvm/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c48 static void llvm_raise(value Prototype, char *Message) { argument
49 CAMLparam1(Prototype);
55 raise_with_arg(Prototype, CamlMessage);
/external/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c35 static void llvm_raise(value Prototype, char *Message) { argument
36 CAMLparam1(Prototype);
42 raise_with_arg(Prototype, CamlMessage);

Completed in 264 milliseconds

12