Home
last modified time | relevance | path

Searched defs:constructor (Results 1 – 11 of 11) sorted by relevance

/cts/tests/signature-tests/src/android/signature/cts/tests/
DJDiffClassDescriptionTest.java106 JDiffClassDescription.JDiffConstructor constructor = in testSimpleConstructor() local
115 JDiffClassDescription.JDiffConstructor constructor = in testOneArgConstructor() local
125 JDiffClassDescription.JDiffConstructor constructor = in testConstructorThrowsException() local
139 JDiffClassDescription.JDiffConstructor constructor = in testPackageProtectedConstructor() local
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/
Dbootstrap-collapse.js42 constructor: Collapse property in Collapse
/cts/tools/signature-tools/test/signature/converter/
DConvertClassTest.java359 IConstructor constructor = sigClass.getConstructors().iterator().next(); in convertConstructor0() local
370 IConstructor constructor = sigClass.getConstructors().iterator().next(); in convertConstructor1a() local
381 IConstructor constructor = sigClass.getConstructors().iterator().next(); in convertConstructor1b() local
410 IConstructor constructor = sigClass.getConstructors().iterator().next(); in convertConstructorWithException() local
424 IConstructor constructor = sigClass.getConstructors().iterator().next(); in convertConstructorWithParameter() local
438 IConstructor constructor = sigClass.getConstructors().iterator().next(); in convertConstructorWithGenericParameter() local
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DTextReport.java87 private static void printConstructor(ApiConstructor constructor, PrintStream out) { in printConstructor()
DApiClass.java84 public void addConstructor(ApiConstructor constructor) { in addConstructor()
/cts/tests/signature/src/android/signature/cts/
DSignatureTest.java193 JDiffConstructor constructor = loadConstructorInfo(parser, currentClass); in start() local
/cts/tools/signature-tools/src/signature/converter/doclet/
DDocletToSigConverter.java513 private IConstructor convertConstructor(ConstructorDoc constructor) { in convertConstructor()
/cts/tools/signature-tools/src/signature/converter/dex/
DDexToSigConverter.java602 SigConstructor constructor = new SigConstructor(declaringClassName); in convertConstructor() local
/cts/tests/tests/renderscript/libcoremathtestcpp/
DCoreMathTestJni.cpp74 jmethodID constructor = env->GetMethodID(mClass, "<init>", "()V"); in JavaStruct() local
/cts/tools/vm-tests-tf/lib/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
/cts/suite/cts/deviceTests/browserbench/assets/octane/
Dbox2d.js22 …it=function(y,w){K.prototype=w.prototype;y.prototype=new K;y.prototype.constructor=y};F.generateCa… method in y