Home
last modified time | relevance | path

Searched refs:Prototype (Results 1 – 25 of 76) sorted by relevance

1234

/external/guice/extensions/spring/test/com/google/inject/spring/
DSpringIntegrationTest.java48 = new RootBeanDefinition(Prototype.class, false); in testBindFromSpring()
56 bind(Prototype.class) in testBindFromSpring()
57 .toProvider(fromSpring(Prototype.class, "prototype")); in testBindFromSpring()
65 assertNotNull(injector.getInstance(Prototype.class)); in testBindFromSpring()
66 assertNotSame(injector.getInstance(Prototype.class), in testBindFromSpring()
67 injector.getInstance(Prototype.class)); in testBindFromSpring()
79 = new RootBeanDefinition(Prototype.class, false); in testBindAll()
90 Key<Prototype> prototypeKey in testBindAll()
91 = Key.get(Prototype.class, Names.named("prototype")); in testBindAll()
103 static class Prototype {} class in SpringIntegrationTest
/external/swiftshader/third_party/LLVM/bindings/ocaml/bitreader/
Dbitreader_ocaml.c31 static void llvm_raise(value Prototype, char *Message) { in llvm_raise() argument
32 CAMLparam1(Prototype); in llvm_raise()
38 raise_with_arg(Prototype, CamlMessage); in llvm_raise()
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DMethodId.java22 import com.android.dx.rop.type.Prototype;
104 Prototype prototype(boolean includeThis) { in prototype()
105 return Prototype.intern(descriptor(includeThis)); in prototype()
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
Dexecutionengine_ocaml.c48 static void llvm_raise(value Prototype, char *Message) { in llvm_raise() argument
49 CAMLparam1(Prototype); in llvm_raise()
55 raise_with_arg(Prototype, CamlMessage); in llvm_raise()
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
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/Chapter6/
Dparser.ml160 Ast.Prototype (id, Array.of_list (List.rev args))
176 Ast.Prototype (name, args)
191 Ast.Function (Ast.Prototype ("", [||]), e)
/external/llvm/bindings/ocaml/linker/
Dlinker_ocaml.c25 void llvm_raise(value Prototype, char *Message);
/external/llvm/bindings/ocaml/irreader/
Dirreader_ocaml.c21 void llvm_raise(value Prototype, char *Message);
/external/llvm/bindings/ocaml/bitreader/
Dbitreader_ocaml.c22 void llvm_raise(value Prototype, char *Message);
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dparser.ml104 Ast.Prototype (id, Array.of_list (List.rev args))
118 Ast.Function (Ast.Prototype ("", [||]), e)
Dast.ml22 type proto = Prototype of string * string array Constructor
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
Dparser.ml104 Ast.Prototype (id, Array.of_list (List.rev args))
118 Ast.Function (Ast.Prototype ("", [||]), e)
Dast.ml22 type proto = Prototype of string * string array Constructor
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
Dparser.ml104 Ast.Prototype (id, Array.of_list (List.rev args))
118 Ast.Function (Ast.Prototype ("", [||]), e)
Dast.ml22 type proto = Prototype of string * string array Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dparser.ml104 Ast.Prototype (id, Array.of_list (List.rev args))
118 Ast.Function (Ast.Prototype ("", [||]), e)
Dast.ml22 type proto = Prototype of string * string array Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dparser.ml104 Ast.Prototype (id, Array.of_list (List.rev args))
118 Ast.Function (Ast.Prototype ("", [||]), e)
Dast.ml22 type proto = Prototype of string * string array Constructor
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
Dparser.ml104 Ast.Prototype (id, Array.of_list (List.rev args))
118 Ast.Function (Ast.Prototype ("", [||]), e)
Dast.ml22 type proto = Prototype of string * string array Constructor
/external/swiftshader/third_party/LLVM/test/Feature/
Dtestvarargs.ll6 declare i32 @printf(i8*, ...) ;; Prototype for: int __builtin_printf(const char*, ...)
/external/llvm/test/Feature/
Dtestvarargs.ll6 declare i32 @printf(i8*, ...) ;; Prototype for: int __builtin_printf(const char*, ...)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dparser.ml186 Ast.Prototype (id, Array.of_list (List.rev args))
202 Ast.Prototype (name, args)
217 Ast.Function (Ast.Prototype ("", [||]), e)
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
Dparser.ml186 Ast.Prototype (id, Array.of_list (List.rev args))
202 Ast.Prototype (name, args)
217 Ast.Function (Ast.Prototype ("", [||]), e)

1234