Searched refs:ctorType (Results 1 – 5 of 5) sorted by relevance
/external/jdiff/src/jdiff/ |
D | HTMLReportGenerator.java | 554 String ctorType = ctorAPI.getSignature(); in reportAllCtors() local 555 if (ctorType.compareTo("void") == 0) in reportAllCtors() 556 ctorType = ""; in reportAllCtors() 557 String id = className + "(" + ctorType + ")"; in reportAllCtors() 559 writeCtorTableEntry(pkgName, className, ctorType, 0, ctorAPI.doc_, false); in reportAllCtors() 570 String ctorType = ctorAPI.getSignature(); in reportAllCtors() local 571 if (ctorType.compareTo("void") == 0) in reportAllCtors() 572 ctorType = ""; in reportAllCtors() 573 String id = className + "(" + ctorType + ")"; in reportAllCtors() 575 writeCtorTableEntry(pkgName, className, ctorType, 1, ctorAPI.doc_, false); in reportAllCtors()
|
D | APIHandler.java | 107 String ctorType = attributes.getValue("type"); in startElement() local 108 XMLToAPI.addCtor(ctorName, ctorType, getModifiers(attributes)); in startElement()
|
/external/guava/guava/lib/ |
D | jdiff.jar | META-INF/
META-INF/MANIFEST.MF
jdiff/
jdiff/API.class
API ... |
/external/guice/lib/build/jdiff/ |
D | jdiff.jar | META-INF/
META-INF/MANIFEST.MF
jdiff/
jdiff/API.class
API ... |
/external/clang/lib/CodeGen/ |
D | MicrosoftCXXABI.cpp | 3735 StructorType ctorType) { in emitCXXConstructor() argument
|