Home
last modified time | relevance | path

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

12345

/external/flac/include/FLAC++/
Dmetadata.h109 class FLACPP_API Prototype {
115 Prototype(const Prototype &);
116 Prototype(const ::FLAC__StreamMetadata &);
117 Prototype(const ::FLAC__StreamMetadata *);
130 Prototype(::FLAC__StreamMetadata *object, bool copy);
134 Prototype &operator=(const Prototype &);
135 Prototype &operator=(const ::FLAC__StreamMetadata &);
136 Prototype &operator=(const ::FLAC__StreamMetadata *);
142 Prototype &assign_object(::FLAC__StreamMetadata *object, bool copy);
152 virtual ~Prototype();
[all …]
/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/flac/src/libFLAC++/
Dmetadata.cpp56 Prototype *construct_block(::FLAC__StreamMetadata *object) in construct_block()
61 Prototype *ret = 0; in construct_block()
93 FLACPP_API Prototype *clone(const Prototype *object) in clone()
131 Prototype::Prototype(const Prototype &object): in Prototype() function in FLAC::Metadata::Prototype
138 Prototype::Prototype(const ::FLAC__StreamMetadata &object): in Prototype() function in FLAC::Metadata::Prototype
144 Prototype::Prototype(const ::FLAC__StreamMetadata *object): in Prototype() function in FLAC::Metadata::Prototype
151 Prototype::Prototype(::FLAC__StreamMetadata *object, bool copy): in Prototype() function in FLAC::Metadata::Prototype
158 Prototype::~Prototype() in ~Prototype()
163 void Prototype::clear() in clear()
170 Prototype &Prototype::operator=(const Prototype &object) in operator =()
[all …]
/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/llvm-project/clang/unittests/AST/
DASTImporterGenericRedeclTest.cpp22 static constexpr auto *Prototype = "void X();"; member
31 static constexpr auto *Prototype = "class X;"; member
40 static constexpr auto *Prototype = "enum class X;"; member
49 static constexpr auto *Prototype = "extern int X;"; member
56 static constexpr auto *Prototype = "template <class T> void X();"; member
70 static constexpr auto *Prototype = "template <class T> class X;"; member
79 static constexpr auto *Prototype = "template <class T> extern T X;"; member
94 static constexpr auto *Prototype = member
119 static constexpr auto *Prototype = member
138 std::string getPrototype() { return TypeParam::Prototype; } in getPrototype()
DASTImporterODRStrategiesTest.cpp33 static constexpr auto *Prototype = "void X(int);"; member
85 static constexpr auto *Prototype = "class X;"; member
96 static constexpr auto *Prototype = "extern int X;"; member
106 static constexpr auto *Prototype = "template <class> class X;"; member
160 static constexpr auto *Prototype = member
243 static std::string getPrototype() { return TypeParam::Prototype; } in getPrototype()
/external/pdfium/testing/resources/javascript/
Dicons_expected.txt7 Alert: Prototype comparison is true
9 Alert: Prototype comparison is true
Dicons.in29 app.alert("Prototype comparison is " + (icon1.__proto__ == icon1_again.__proto__));
35 app.alert("Prototype comparison is " + (dubious.__proto__ == icon1.__proto__));
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroutines.cpp383 auto Prototype = ContinuationId->getPrototype(); in buildFrom() local
384 this->RetconLowering.ResumePrototype = Prototype; in buildFrom()
422 Prototype->getFunctionType()->dump(); in buildFrom()
431 Prototype->getFunctionType()->dump(); in buildFrom()
450 Prototype->getFunctionType()->dump(); in buildFrom()
458 Prototype->getFunctionType()->dump(); in buildFrom()
/external/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroutines.cpp410 auto Prototype = ContinuationId->getPrototype(); in buildFrom() local
411 this->RetconLowering.ResumePrototype = Prototype; in buildFrom()
449 Prototype->getFunctionType()->dump(); in buildFrom()
458 Prototype->getFunctionType()->dump(); in buildFrom()
477 Prototype->getFunctionType()->dump(); in buildFrom()
485 Prototype->getFunctionType()->dump(); in buildFrom()
/external/llvm/bindings/ocaml/linker/
Dlinker_ocaml.c25 void llvm_raise(value Prototype, char *Message);
/external/llvm-project/llvm/bindings/ocaml/linker/
Dlinker_ocaml.c25 void llvm_raise(value Prototype, char *Message);
/external/llvm-project/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-project/llvm/bindings/ocaml/bitreader/
Dbitreader_ocaml.c22 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/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-project/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-project/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/Chapter3/
Dparser.ml104 Ast.Prototype (id, Array.of_list (List.rev args))
118 Ast.Function (Ast.Prototype ("", [||]), e)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dparser.ml104 Ast.Prototype (id, Array.of_list (List.rev args))
118 Ast.Function (Ast.Prototype ("", [||]), e)
/external/llvm-project/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/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dparser.ml104 Ast.Prototype (id, Array.of_list (List.rev args))
118 Ast.Function (Ast.Prototype ("", [||]), e)

12345