Home
last modified time | relevance | path

Searched defs:Constructors (Results 1 – 25 of 84) sorted by relevance

1234

/aosp_15_r20/external/doclava/doclet_adapter/src/test/resources/sample-project/com/example/constructors/
H A DConstructors.java19 public class Constructors { class
24 private Constructors() { in Constructors() method in Constructors
28 protected Constructors(int a) { in Constructors() method in Constructors
32 public Constructors(String b) { in Constructors() method in Constructors
36 Constructors(int a, String b) { in Constructors() method in Constructors
/aosp_15_r20/external/robolectric/sandbox/src/test/java/org/robolectric/
H A DRobolectricInternalsTest.java106 public static class Constructors { class in RobolectricInternalsTest
117 public Constructors() { in Constructors() method in RobolectricInternalsTest.Constructors
121 public Constructors(String param) { in Constructors() method in RobolectricInternalsTest.Constructors
125 public Constructors(String param1, Byte param2) { in Constructors() method in RobolectricInternalsTest.Constructors
130 public Constructors(String param1, Byte param2, Long param3) { in Constructors() method in RobolectricInternalsTest.Constructors
/aosp_15_r20/external/grpc-grpc/src/objective-c/tests/InteropTests/
H A DInteropTestsMultipleChannels.m37 @interface RMTStreamingOutputCallRequest (Constructors) category
42 @implementation RMTStreamingOutputCallRequest (Constructors) category
54 @interface RMTStreamingOutputCallResponse (Constructors) category
58 @implementation RMTStreamingOutputCallResponse (Constructors) category
H A DInteropTests.m48 @interface RMTStreamingOutputCallRequest (Constructors) category
53 @implementation RMTStreamingOutputCallRequest (Constructors) category
65 @interface RMTStreamingOutputCallResponse (Constructors) category
69 @implementation RMTStreamingOutputCallResponse (Constructors) category
/aosp_15_r20/external/aws-sdk-java-v2/docs/design/
H A DFavorStaticFactoryMethods.md7 ### Static Factory Methods vs. Constructors
26 ### Example
55 ### Naming Conventions
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DREADME.md558 ## Constructors section in Eigen Tensors {#eigen_tensors}
560 ### Tensor
569 ### TensorFixedSize
581 ### TensorMap
/aosp_15_r20/external/grpc-grpc/src/objective-c/tests/PerfTests/
H A DPerfTests.m46 @interface RMTStreamingOutputCallRequest (Constructors) category
51 @implementation RMTStreamingOutputCallRequest (Constructors) category
/aosp_15_r20/external/grpc-grpc/examples/objective-c/route_guide/
H A DViewControllers.m46 @interface RTGRouteNote (Constructors) category
52 @implementation RTGRouteNote (Constructors) category
/aosp_15_r20/frameworks/native/libs/math/tests/
H A Dmat_test.cpp51 TEST_F(MatTest, Constructors) { in TEST_F() argument
189 TEST_F(Mat3Test, Constructors) { in TEST_F() argument
296 TEST_F(Mat2Test, Constructors) { in TEST_F() argument
/aosp_15_r20/external/kotlinpoet/docs/
H A Dconstructors.md1 Constructors chapter
/aosp_15_r20/external/dokka/core/testdata/format/
H A DdynamicExtension.md7 ### Constructors subsection in Foo
H A DjavadocCodeMultiline.md15 ### Constructors subsection in C
H A DjavaCodeLiteralTags.md13 ### Constructors subsection in C
H A DjavadocOrderedList.md11 ### Constructors subsection in Bar
H A DjavadocHtml.md19 ### Constructors subsection in C
H A DjavaSample.md22 ### Constructors subsection in C
H A DexceptionClass.md7 ### Constructors subsection in MyException
H A DsinceKotlin.md11 ### Constructors subsection in Since1.1
H A DmemberExtension.md7 ### Constructors subsection in Foo
H A DannotationClass.md7 ### Constructors subsection in fancy
H A DjdkLinks.md11 ### Constructors subsection in C
H A DjavaSpaceInAuthor.md10 ### Constructors subsection in C
H A DcompanionImplements.md13 ### Constructors subsection in Foo
H A DtokensInEmphasis.md13 ### Constructors subsection in Bar
/aosp_15_r20/external/dokka/core/testdata/format/gfm/
H A DlistInTableCell.md7 ### Constructors subsection in Foo

1234