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

123

/external/llvm/bindings/ocaml/linker/
H A Dlinker_ocaml.c25 void llvm_raise(value Prototype, char *Message);
/external/guice/extensions/spring/test/com/google/inject/spring/
H A DSpringIntegrationTest.java48 = new RootBeanDefinition(Prototype.class, false);
56 bind(Prototype.class)
57 .toProvider(fromSpring(Prototype.class, "prototype"));
65 assertNotNull(injector.getInstance(Prototype.class));
66 assertNotSame(injector.getInstance(Prototype.class),
67 injector.getInstance(Prototype.class));
79 = new RootBeanDefinition(Prototype.class, false);
90 Key<Prototype> prototypeKey
91 = Key.get(Prototype.class, Names.named("prototype"));
103 static class Prototype {} class in class:SpringIntegrationTest
[all...]
/external/llvm/bindings/ocaml/irreader/
H A Dirreader_ocaml.c21 void llvm_raise(value Prototype, char *Message);
/external/llvm/bindings/ocaml/bitreader/
H A Dbitreader_ocaml.c22 void llvm_raise(value Prototype, char *Message);
/external/swiftshader/third_party/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/dexmaker/src/main/java/com/android/dx/
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/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
H A Dast.ml22 type proto = Prototype of string * string array Constructor in type:proto
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
H A Dast.ml22 type proto = Prototype of string * string array Constructor in type:proto
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
H A Dast.ml22 type proto = Prototype of string * string array Constructor in type:proto
/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
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
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
H A Dast.ml28 type proto = Prototype of string * string array Constructor in type:proto
/external/swiftshader/third_party/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/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
H A Dast.ml35 | Prototype of string * string array Constructor in type:proto
/external/swiftshader/third_party/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/executionengine/
H A Dexecutionengine_ocaml.c29 void llvm_raise(value Prototype, char *Message);

Completed in 228 milliseconds

123