/external/flac/include/FLAC++/ |
D | metadata.h | 109 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/ |
D | SpringIntegrationTest.java | 41 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++/ |
D | metadata.cpp | 56 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/ |
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/llvm-project/clang/unittests/AST/ |
D | ASTImporterGenericRedeclTest.cpp | 22 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()
|
D | ASTImporterODRStrategiesTest.cpp | 33 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/ |
D | icons_expected.txt | 7 Alert: Prototype comparison is true 9 Alert: Prototype comparison is true
|
D | icons.in | 29 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/ |
D | Coroutines.cpp | 383 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/ |
D | Coroutines.cpp | 410 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/ |
D | linker_ocaml.c | 25 void llvm_raise(value Prototype, char *Message);
|
/external/llvm-project/llvm/bindings/ocaml/linker/ |
D | linker_ocaml.c | 25 void llvm_raise(value Prototype, char *Message);
|
/external/llvm-project/llvm/bindings/ocaml/irreader/ |
D | irreader_ocaml.c | 21 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-project/llvm/bindings/ocaml/bitreader/ |
D | bitreader_ocaml.c | 22 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/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-project/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-project/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/Chapter3/ |
D | parser.ml | 104 Ast.Prototype (id, Array.of_list (List.rev args)) 118 Ast.Function (Ast.Prototype ("", [||]), e)
|
/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)
|
/external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
D | parser.ml | 104 Ast.Prototype (id, Array.of_list (List.rev args)) 118 Ast.Function (Ast.Prototype ("", [||]), e)
|
/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)
|
/external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
D | parser.ml | 104 Ast.Prototype (id, Array.of_list (List.rev args)) 118 Ast.Function (Ast.Prototype ("", [||]), e)
|