Home
last modified time | relevance | path

Searched defs:Constructor (Results 1 – 25 of 562) sorted by relevance

12345678910>>...23

/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
H A DConstructor.java42 public class Constructor extends SafeConstructor { class
44 public Constructor() { in Constructor() method in Constructor
48 public Constructor(LoaderOptions loadingConfig) { in Constructor() method in Constructor
57 public Constructor(Class<? extends Object> theRoot) { in Constructor() method in Constructor
61 public Constructor(Class<? extends Object> theRoot, LoaderOptions loadingConfig) { in Constructor() method in Constructor
76 public Constructor(TypeDescription theRoot) { in Constructor() method in Constructor
80 public Constructor(TypeDescription theRoot, LoaderOptions loadingConfig) { in Constructor() method in Constructor
84 public Constructor(TypeDescription theRoot, Collection<TypeDescription> moreTDs) { in Constructor() method in Constructor
95 public Constructor(TypeDescription theRoot, Collection<TypeDescription> moreTDs, in Constructor() method in Constructor
123 public Constructor(String theRoot) throws ClassNotFoundException { in Constructor() method in Constructor
[all …]
/aosp_15_r20/external/javassist/src/test/test3/
H A DConstructor.java9 public class Constructor extends SuperConsturctor { class
13 public Constructor() { in Constructor() method in Constructor
18 public Constructor(int k) { in Constructor() method in Constructor
23 public Constructor(String s) { in Constructor() method in Constructor
28 public Constructor(double d) { in Constructor() method in Constructor
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
H A DConstructor.java32 public final class Constructor<T> extends java.lang.reflect.Executable { class
34 private Constructor() { in Constructor() method in Constructor
38 private Constructor( in Constructor() method in Constructor
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/3/libcore/ojluni/src/main/java/java/lang/reflect/
DConstructor.java56 public final class Constructor<T> extends Executable { class
67 private Constructor() { in Constructor() method in Constructor
71 private Constructor(Class<?> serializationCtor, in Constructor() method in Constructor
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/reflect/
H A DConstructor.java56 public final class Constructor<T> extends Executable { class
67 private Constructor() { in Constructor() method in Constructor
71 private Constructor(Class<?> serializationCtor, in Constructor() method in Constructor
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/reflect/
DConstructor.java56 public final class Constructor<T> extends Executable { class
67 private Constructor() { in Constructor() method in Constructor
71 private Constructor(Class<?> serializationCtor, in Constructor() method in Constructor
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dpredefined-expr.cpp252 class Constructor { class
254 Constructor() { in Constructor() function in NS::Constructor
260 Constructor(int) { in Constructor() function in NS::Constructor
266 Constructor(Base *) { in Constructor() function in NS::Constructor
/aosp_15_r20/external/pytorch/c10/test/core/impl/
H A DInlineStreamGuard_test.cpp24 TEST(InlineStreamGuard, Constructor) { in TEST() argument
104 TEST(InlineOptionalStreamGuard, Constructor) { in TEST() argument
181 TEST(InlineMultiStreamGuard, Constructor) { in TEST() argument
H A DInlineDeviceGuard_test.cpp21 TEST(InlineDeviceGuard, Constructor) { in TEST() argument
114 TEST(InlineOptionalDeviceGuard, Constructor) { in TEST() argument
/aosp_15_r20/external/kotlinpoet/interop/kotlin-metadata/src/main/kotlin/com/squareup/kotlinpoet/metadata/classinspectors/
H A DReflectiveClassInspector.kt181 private fun Constructor<*>.annotationSpecs(): List<AnnotationSpec> { in <lambda>() method
191 private fun Constructor<*>.jvmModifiers(): Set<JvmMethodModifier> { in <lambda>() method
227 private fun Constructor<*>.exceptionTypeNames(): List<TypeName> { in <lambda>() method
588 private val Constructor<*>.descriptor: String in <lambda>() constant
598 private val Constructor<*>.jvmMethodSignature: String get() = "<init>$descriptor" in <lambda>() constant
/aosp_15_r20/external/jacoco/org.jacoco.core.test.validation.kotlin/src/org/jacoco/core/test/validation/kotlin/targets/
H A DKotlinDefaultArgumentsTarget.kt34 class Constructor() { class
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/
H A DConstructor.annotated.java32 public final class Constructor<T> extends java.lang.reflect.Executable { class
34 Constructor() { throw new RuntimeException("Stub!"); } in Constructor() method in Constructor
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp1167 if (const CXXConstructorDecl *Constructor in CheckConstexprFunctionBody() local
2286 const CXXConstructorDecl *Constructor; member in __anon75252e180211::UninitializedFieldVisitor
2616 Sema &SemaRef, const CXXConstructorDecl *Constructor) { in DiagnoseUninitializedFields()
2867 CXXConstructorDecl *Constructor in BuildMemInitializer() local
3347 BuildImplicitBaseInitializer(Sema &SemaRef, CXXConstructorDecl *Constructor, in BuildImplicitBaseInitializer()
3430 BuildImplicitMemberInitializer(Sema &SemaRef, CXXConstructorDecl *Constructor, in BuildImplicitMemberInitializer()
3828 Sema::SetDelegatingInitializer(CXXConstructorDecl *Constructor, in SetDelegatingInitializer()
3849 bool Sema::SetCtorInitializers(CXXConstructorDecl *Constructor, bool AnyErrors, in SetCtorInitializers()
4050 Sema &SemaRef, const CXXConstructorDecl *Constructor, in DiagnoseBaseOrMemInitializerOrder()
4216 CXXConstructorDecl *Constructor in ActOnMemInitializers() local
[all …]
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/
H A Dhttp2_structures_test.cc89 TEST(Http2FrameHeaderTest, Constructor) { in TEST() argument
369 TEST(Http2PriorityFieldsTest, Constructor) { in TEST() argument
/aosp_15_r20/cts/tests/signature/lib/common/src/android/signature/cts/
H A DReflectionHelper.java140 JDiffConstructor jdiffDes, Map<Constructor, String> mismatchReasons) { in findMatchingConstructor()
151 JDiffConstructor jdiffDes, Map<Constructor, String> mismatchReasons) { in findMatchingConstructorImpl()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
Dast.go1992 type Constructor struct { struct
1993 Name AST
1994 Base AST // base class of inheriting constructor
1997 func (c *Constructor) print(ps *printState) {
2002 func (c *Constructor) Traverse(fn func(AST) bool) {
2011 func (c *Constructor) Copy(fn func(AST) AST, skip func(AST) bool) AST {
2036 func (c *Constructor) GoString() string {
2040 func (c *Constructor) goString(indent int, field string) string {
/aosp_15_r20/external/robolectric/utils/reflector/src/main/java/org/robolectric/util/reflector/
H A DConstructor.java11 public @interface Constructor {} annotation
/aosp_15_r20/libcore/ojluni/src/test/java/math/BigDecimal/
H A DConstructor.java36 public class Constructor { class
/aosp_15_r20/external/pytorch/torch/utils/data/datapipes/
H A DREADME.md15 ### Constructor subsection
/aosp_15_r20/external/executorch/docs/source/
H A Dmodel-inspector.rst26 Constructor section in Inspector Methods
/aosp_15_r20/external/pdfium/fxjs/
H A Dcfxjs_engine.h88 using Constructor = std::function<void(CFXJS_Engine* pEngine, variable
/aosp_15_r20/prebuilts/go/linux-x86/src/go/doc/testdata/
Dgenerics.go18 func Constructor[lowerCase any]() Type[lowerCase] { func
/aosp_15_r20/external/llvm-libc/test/src/stdio/scanf_core/
H A Dreader_test.cpp14 TEST(LlvmLibcScanfStringReaderTest, Constructor) { in TEST() argument
/aosp_15_r20/external/python/cpython2/Doc/library/
Dsubprocess.rst407 .. _side-by-side assembly: https://en.wikipedia.org/wiki/Side-by-Side_Assembly
/aosp_15_r20/frameworks/base/core/java/android/window/
H A DSurfaceSyncGroup.md11 ##### Constructor l4subsection

12345678910>>...23