Home
last modified time | relevance | path

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

12345

/external/guice/extensions/spring/test/com/google/inject/spring/
DSpringIntegrationTest.java41 RootBeanDefinition prototype = new RootBeanDefinition(Prototype.class, false); in testBindFromSpring()
51 bind(Prototype.class).toProvider(fromSpring(Prototype.class, "prototype")); in testBindFromSpring()
58 assertNotNull(injector.getInstance(Prototype.class)); in testBindFromSpring()
59 assertNotSame(injector.getInstance(Prototype.class), injector.getInstance(Prototype.class)); in testBindFromSpring()
68 RootBeanDefinition prototype = new RootBeanDefinition(Prototype.class, false); in testBindAll()
81 Key<Prototype> prototypeKey = Key.get(Prototype.class, Names.named("prototype")); in testBindAll()
92 static class Prototype {} class in SpringIntegrationTest
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DBenchmarkRunner.cpp130 SnippetPrototype &Prototype = E.get(); in generateConfigurations() local
133 Configuration.Info = Prototype.Explanation; in generateConfigurations()
134 for (InstructionInstance &II : Prototype.Snippet) { in generateConfigurations()
138 Configuration.SnippetSetup.RegsToDef = computeRegsToDef(Prototype.Snippet); in generateConfigurations()
205 SnippetPrototype Prototype; in generateSelfAliasingPrototype() local
208 Prototype.Explanation = "implicit Self cycles, picking random values."; in generateSelfAliasingPrototype()
210 Prototype.Explanation = in generateSelfAliasingPrototype()
216 Prototype.Snippet.push_back(std::move(II)); in generateSelfAliasingPrototype()
217 return std::move(Prototype); in generateSelfAliasingPrototype()
223 SnippetPrototype Prototype; in generateUnconstrainedPrototype() local
[all …]
DUops.cpp158 SnippetPrototype Prototype; in generatePrototype() local
159 Prototype.Explanation = in generatePrototype()
162 Prototype.Snippet.emplace_back(Instr); in generatePrototype()
163 Prototype.Snippet.back().getValueFor(*Var) = in generatePrototype()
166 return std::move(Prototype); in generatePrototype()
193 SnippetPrototype Prototype; in generatePrototype() local
194 Prototype.Explanation = in generatePrototype()
196 Prototype.Snippet.push_back(std::move(II)); in generatePrototype()
197 return std::move(Prototype); in generatePrototype()
DLatency.cpp71 SnippetPrototype Prototype; in generateTwoInstructionPrototype() local
72 Prototype.Explanation = in generateTwoInstructionPrototype()
75 Prototype.Snippet.push_back(std::move(ThisII)); in generateTwoInstructionPrototype()
76 Prototype.Snippet.push_back(std::move(OtherII)); in generateTwoInstructionPrototype()
77 return std::move(Prototype); in generateTwoInstructionPrototype()
/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/linker/
Dlinker_ocaml.c25 void llvm_raise(value Prototype, char *Message);
/external/llvm/bindings/ocaml/linker/
Dlinker_ocaml.c25 void llvm_raise(value Prototype, char *Message);
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/irreader/
Dirreader_ocaml.c21 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/swiftshader/third_party/llvm-7.0/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)
/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)
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter2/
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/Chapter4/
Dparser.ml104 Ast.Prototype (id, Array.of_list (List.rev args))
118 Ast.Function (Ast.Prototype ("", [||]), e)
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dparser.ml104 Ast.Prototype (id, Array.of_list (List.rev args))
118 Ast.Function (Ast.Prototype ("", [||]), e)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
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/
Dparser.ml104 Ast.Prototype (id, Array.of_list (List.rev args))
118 Ast.Function (Ast.Prototype ("", [||]), e)
/external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dparser.ml104 Ast.Prototype (id, Array.of_list (List.rev args))
118 Ast.Function (Ast.Prototype ("", [||]), e)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dparser.ml104 Ast.Prototype (id, Array.of_list (List.rev args))
118 Ast.Function (Ast.Prototype ("", [||]), e)

12345