/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/ |
H A D | Constructor.java | 42 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 D | Constructor.java | 9 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 D | Constructor.java | 32 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/ |
D | Constructor.java | 56 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 D | Constructor.java | 56 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/ |
D | Constructor.java | 56 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 D | predefined-expr.cpp | 252 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 D | InlineStreamGuard_test.cpp | 24 TEST(InlineStreamGuard, Constructor) { in TEST() argument 104 TEST(InlineOptionalStreamGuard, Constructor) { in TEST() argument 181 TEST(InlineMultiStreamGuard, Constructor) { in TEST() argument
|
H A D | InlineDeviceGuard_test.cpp | 21 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 D | ReflectiveClassInspector.kt | 181 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 D | KotlinDefaultArgumentsTarget.kt | 34 class Constructor() { class
|
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/ |
H A D | Constructor.annotated.java | 32 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 D | SemaDeclCXX.cpp | 1167 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 D | http2_structures_test.cc | 89 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 D | ReflectionHelper.java | 140 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/ |
D | ast.go | 1992 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 D | Constructor.java | 11 public @interface Constructor {} annotation
|
/aosp_15_r20/libcore/ojluni/src/test/java/math/BigDecimal/ |
H A D | Constructor.java | 36 public class Constructor { class
|
/aosp_15_r20/external/pytorch/torch/utils/data/datapipes/ |
H A D | README.md | 15 ### Constructor subsection
|
/aosp_15_r20/external/executorch/docs/source/ |
H A D | model-inspector.rst | 26 Constructor section in Inspector Methods
|
/aosp_15_r20/external/pdfium/fxjs/ |
H A D | cfxjs_engine.h | 88 using Constructor = std::function<void(CFXJS_Engine* pEngine, variable
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/doc/testdata/ |
D | generics.go | 18 func Constructor[lowerCase any]() Type[lowerCase] { func
|
/aosp_15_r20/external/llvm-libc/test/src/stdio/scanf_core/ |
H A D | reader_test.cpp | 14 TEST(LlvmLibcScanfStringReaderTest, Constructor) { in TEST() argument
|
/aosp_15_r20/external/python/cpython2/Doc/library/ |
D | subprocess.rst | 407 .. _side-by-side assembly: https://en.wikipedia.org/wiki/Side-by-Side_Assembly
|
/aosp_15_r20/frameworks/base/core/java/android/window/ |
H A D | SurfaceSyncGroup.md | 11 ##### Constructor l4subsection
|