/external/guice/extensions/spring/test/com/google/inject/spring/ |
D | SpringIntegrationTest.java | 48 = 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/ |
D | bitreader_ocaml.c | 31 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/ |
D | MethodId.java | 22 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/ |
D | executionengine_ocaml.c | 48 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/ |
D | parser.ml | 160 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/ |
D | parser.ml | 160 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/ |
D | linker_ocaml.c | 25 void llvm_raise(value Prototype, char *Message);
|
/external/llvm/bindings/ocaml/irreader/ |
D | irreader_ocaml.c | 21 void llvm_raise(value Prototype, char *Message);
|
/external/llvm/bindings/ocaml/bitreader/ |
D | bitreader_ocaml.c | 22 void llvm_raise(value Prototype, char *Message);
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | parser.ml | 104 Ast.Prototype (id, Array.of_list (List.rev args)) 118 Ast.Function (Ast.Prototype ("", [||]), e)
|
D | ast.ml | 22 type proto = Prototype of string * string array Constructor
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/ |
D | parser.ml | 104 Ast.Prototype (id, Array.of_list (List.rev args)) 118 Ast.Function (Ast.Prototype ("", [||]), e)
|
D | ast.ml | 22 type proto = Prototype of string * string array Constructor
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/ |
D | parser.ml | 104 Ast.Prototype (id, Array.of_list (List.rev args)) 118 Ast.Function (Ast.Prototype ("", [||]), e)
|
D | ast.ml | 22 type proto = Prototype of string * string array Constructor
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
D | parser.ml | 104 Ast.Prototype (id, Array.of_list (List.rev args)) 118 Ast.Function (Ast.Prototype ("", [||]), e)
|
D | ast.ml | 22 type proto = Prototype of string * string array Constructor
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
D | parser.ml | 104 Ast.Prototype (id, Array.of_list (List.rev args)) 118 Ast.Function (Ast.Prototype ("", [||]), e)
|
D | ast.ml | 22 type proto = Prototype of string * string array Constructor
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/ |
D | parser.ml | 104 Ast.Prototype (id, Array.of_list (List.rev args)) 118 Ast.Function (Ast.Prototype ("", [||]), e)
|
D | ast.ml | 22 type proto = Prototype of string * string array Constructor
|
/external/swiftshader/third_party/LLVM/test/Feature/ |
D | testvarargs.ll | 6 declare i32 @printf(i8*, ...) ;; Prototype for: int __builtin_printf(const char*, ...)
|
/external/llvm/test/Feature/ |
D | testvarargs.ll | 6 declare i32 @printf(i8*, ...) ;; Prototype for: int __builtin_printf(const char*, ...)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | parser.ml | 186 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/ |
D | parser.ml | 186 Ast.Prototype (id, Array.of_list (List.rev args)) 202 Ast.Prototype (name, args) 217 Ast.Function (Ast.Prototype ("", [||]), e)
|