Searched defs:Prototype (Results 1 - 17 of 17) sorted by relevance

/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/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/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dast.ml22 type proto = Prototype of string * string array Constructor in type:proto
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dast.ml22 type proto = Prototype of string * string array Constructor in type:proto
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dast.ml22 type proto = Prototype of string * string array Constructor in type:proto
/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/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/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dast.ml28 type proto = Prototype of string * string array Constructor in type:proto
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dast.ml32 | Prototype of string * string array Constructor in type:proto
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dast.ml35 | Prototype of string * string array Constructor in type:proto
/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/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...]
/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);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h45 Prototype, enumerator in enum:llvm::NVPTXISD::NodeType
/external/chromium_org/v8/src/
H A Dpreparser.h623 static PreParserIdentifier Prototype() { function in class:v8::internal::PreParserIdentifier
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c40 static void llvm_raise(value Prototype, char *Message) { argument
41 CAMLparam1(Prototype);
47 raise_with_arg(Prototype, CamlMessage);

Completed in 223 milliseconds