/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/ |
D | RobolectricInternalsTest.java | 25 Constructors a = new Constructors(); in getConstructor_withNoParams() 31 Shadow.invokeConstructor(Constructors.class, a); in getConstructor_withNoParams() 37 Constructors a = new Constructors(PARAM1); in getConstructor_withOneClassParam() 43 Shadow.invokeConstructor(Constructors.class, a, ClassParameter.from(String.class, PARAM1)); in getConstructor_withOneClassParam() 49 Constructors a = new Constructors(PARAM1, PARAM2); in getConstructor_withTwoClassParams() 57 …Shadow.invokeConstructor(Constructors.class, a, ClassParameter.from(String.class, PARAM1), ClassPa… in getConstructor_withTwoClassParams() 64 Constructors a = new Constructors(PARAM1, PARAM2, PARAM3); in getConstructor_withThreeClassParams() 74 …Shadow.invokeConstructor(Constructors.class, a, ClassParameter.from(String.class, PARAM1), ClassPa… in getConstructor_withThreeClassParams() 80 private static ShadowConstructors shadowOf(Constructors realObject) { in shadowOf() 87 public static class Constructors { class in RobolectricInternalsTest [all …]
|
/external/clang/test/SemaTemplate/ |
D | instantiate-method.cpp | 54 class Constructors { class 56 Constructors(const T&); 57 Constructors(const Constructors &other); 61 Constructors<int> ci1(17); in test_constructors() 62 Constructors<int> ci2 = ci1; in test_constructors()
|
/external/skqp/docs/ |
D | SkImageInfo_Reference.bmh | 199 #Subtopic Constructors 207 #In Constructors 223 #In Constructors 246 #In Constructors 270 #In Constructors 292 #In Constructors 314 #In Constructors 331 #In Constructors 350 #In Constructors 369 #In Constructors
|
D | SkAutoCanvasRestore_Reference.bmh | 15 #Subtopic Constructors
|
D | SkIPoint16_Reference.bmh | 14 #Subtopic Constructors
|
D | SkRect_Reference.bmh | 60 #Subtopic Constructors 84 #In Constructors 118 #In Constructors 151 #In Constructors 185 #In Constructors 215 #In Constructors 249 #In Constructors 286 #In Constructors 308 #In Constructors 334 #In Constructors [all …]
|
D | SkIRect_Reference.bmh | 67 #Subtopic Constructors 74 #In Constructors 108 #In Constructors 138 #In Constructors 167 #In Constructors 200 #In Constructors 233 #Subtopic Constructors ##
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/ |
D | HashList.cs | 70 #region Constructors 188 #region Constructors 283 #region Constructors 356 #region Constructors
|
/external/skqp/site/user/api/ |
D | SkAutoCanvasRestore_Reference.md | 12 | <a href="SkAutoCanvasRestore_Reference#Automatic_Canvas_Restore_Constructors">Constructors</a> | … 18 ## <a name="Constructors"></a> Constructors
|
D | SkIPoint16_Reference.md | 12 | <a href="#Constructors">Constructors</a> | functions that construct <a href="SkIPoint16_Reference… 19 ## <a name="Constructors"></a> Constructors
|
D | SkIPoint_Reference.md | 12 | <a href="#Constructors">Constructors</a> | functions that construct <a href="SkIPoint_Reference#S… 20 ## <a name="Constructors"></a> Constructors
|
D | SkImageInfo_Reference.md | 12 | <a href="SkImageInfo_Reference#Image_Info_Constructors">Constructors</a> | functions that constru… 264 ## <a name="Constructors"></a> Constructors
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Registry.cpp | 40 const ConstructorMap &constructors() const { return Constructors; } in constructors() 44 ConstructorMap Constructors; member in clang::ast_matchers::dynamic::__anon68ad06540111::RegistryMaps 49 assert(Constructors.find(MatcherName) == Constructors.end()); in registerMatcher() 50 Constructors[MatcherName] = Callback; in registerMatcher() 425 llvm::DeleteContainerSeconds(Constructors); in ~RegistryMaps()
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.shaders.arrays_of_arrays.txt | 31 + Constructors with explicit sizes 32 + Constructors with implicit sizes
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | ANTLRFileStream.cs | 54 #region Constructors
|
/external/libcxx/include/ |
D | sstream | 29 // 27.8.1.1 Constructors: 74 // 27.8.2.1 Constructors: 110 // 27.8.3.1 Constructors/destructor: 211 // 27.8.1.1 Constructors: 647 // 27.8.2.1 Constructors: 764 // 27.8.2.1 Constructors: 883 // 27.8.2.1 Constructors:
|
/external/objenesis/tck/src/main/resources/org/objenesis/tck/candidates/ |
D | serializable-candidates.properties | 28 # Constructors that work with arguments passed in.
|
D | candidates.properties | 34 # Constructors that work with arguments passed in.
|
/external/zlib/src/contrib/dotzlib/DotZLib/ |
D | GZipStream.cs | 46 #region Constructors
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/ |
D | RewriteRuleXxxxStreamFixture.cs | 45 #region Check Constructors
|
/external/eigen/doc/ |
D | TutorialMatrixClass.dox | 74 \section TutorialMatrixConstructors Constructors 86 Constructors taking sizes are also available. For matrices, the number of rows is always passed fir…
|
/external/python/cpython3/Doc/c-api/ |
D | gcsupport.rst | 28 Constructors for container types must conform to two rules:
|
/external/python/cpython2/Doc/c-api/ |
D | gcsupport.rst | 31 Constructors for container types must conform to two rules:
|
/external/python/cpython2/Doc/library/ |
D | hashlib.rst | 46 Constructors for hash algorithms that are always present in this module are
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | simd_mat4.inl | 42 // Constructors
|