/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 | SkImage_Reference.bmh | 51 #In Constructors 85 #In Constructors 138 #In Constructors 172 #In Constructors 210 #In Constructors 235 #In Constructors 277 #In Constructors 307 #In Constructors 381 #In Constructors 405 #In Constructors [all …]
|
D | SkMemoryStream_Reference.bmh | 13 #In Constructors 29 #In Constructors 50 #In Constructors 72 #In Constructors
|
D | SkFILEWStream_Reference.bmh | 15 #In Constructors 33 #In Constructors
|
D | SkFILEStream_Reference.bmh | 15 #In Constructors 37 #In Constructors 60 #In Constructors
|
D | SkPicture_Reference.bmh | 45 #In Constructors 59 #In Constructors 118 #In Constructors 145 #In Constructors 319 #In Constructors
|
D | SkTextBlobBuilder_Reference.bmh | 65 #In Constructors 85 #In Constructors 99 #In Constructors
|
D | SkDynamicMemoryWStream_Reference.bmh | 13 #In Constructors 29 #In Constructors
|
D | SkSurface_Reference.bmh | 24 #In Constructors 65 #In Constructors 115 #In Constructors 191 #In Constructors 235 #In Constructors 270 #In Constructors 306 #In Constructors 341 #In Constructors 467 #In Constructors 746 #In Constructors [all …]
|
D | SkWStream_Reference.bmh | 13 #In Constructors 27 #In Constructors
|
D | SkMatrix_Reference.bmh | 26 #In Constructors 58 #In Constructors 80 #In Constructors 1068 #In Constructors 1088 #In Constructors 1109 #In Constructors 1130 #In Constructors 1175 #In Constructors 1229 #In Constructors 1281 #In Constructors [all …]
|
/external/skia/docs/ |
D | SkImage_Reference.bmh | 51 #In Constructors 85 #In Constructors 138 #In Constructors 172 #In Constructors 210 #In Constructors 235 #In Constructors 257 #In Constructors 287 #In Constructors 361 #In Constructors 385 #In Constructors [all …]
|
D | SkMemoryStream_Reference.bmh | 13 #In Constructors 29 #In Constructors 50 #In Constructors 72 #In Constructors
|
D | SkFILEWStream_Reference.bmh | 15 #In Constructors 33 #In Constructors
|
D | SkFILEStream_Reference.bmh | 15 #In Constructors 37 #In Constructors 60 #In Constructors
|
D | SkPicture_Reference.bmh | 45 #In Constructors 59 #In Constructors 118 #In Constructors 145 #In Constructors 319 #In Constructors
|
D | SkTextBlobBuilder_Reference.bmh | 65 #In Constructors 85 #In Constructors 99 #In Constructors
|
D | SkDynamicMemoryWStream_Reference.bmh | 13 #In Constructors 29 #In Constructors
|
D | SkSurface_Reference.bmh | 37 #In Constructors 78 #In Constructors 128 #In Constructors 204 #In Constructors 250 #In Constructors 287 #In Constructors 323 #In Constructors 358 #In Constructors 484 #In Constructors 763 #In Constructors [all …]
|
D | SkWStream_Reference.bmh | 13 #In Constructors 27 #In Constructors
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/ |
D | HashList.cs | 70 #region Constructors 188 #region Constructors 283 #region Constructors 356 #region 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::__anonefed66600111::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/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | ANTLRFileStream.cs | 54 #region Constructors
|