Searched refs:methodAttrs (Results 1 – 3 of 3) sorted by relevance
/external/testng/src/main/java/org/testng/xml/ |
D | LaunchSuite.java | 278 Properties methodAttrs = new Properties(); in initContentBuffer() local 279 methodAttrs.setProperty("name", (String) methodName); in initContentBuffer() 280 suiteBuffer.addEmptyElement("include", methodAttrs); in initContentBuffer() 332 Properties methodAttrs = new Properties(); in initContentBuffer() local 333 methodAttrs.setProperty("name", methodName); in initContentBuffer() 334 suiteBuffer.addEmptyElement("include", methodAttrs); in initContentBuffer()
|
/external/testng/src/main/java/org/testng/reporters/ |
D | XMLReporter.java | 135 Properties methodAttrs = new Properties(); in writeSuiteGroups() local 136 methodAttrs.setProperty(XMLReporterConfig.ATTR_NAME, groupMethod.getMethodName()); in writeSuiteGroups() 137 methodAttrs.setProperty(XMLReporterConfig.ATTR_METHOD_SIG, groupMethod.toString()); in writeSuiteGroups() 138 methodAttrs.setProperty(XMLReporterConfig.ATTR_CLASS, groupMethod.getRealClass().getName()); in writeSuiteGroups() 139 xmlBuffer.addEmptyElement(XMLReporterConfig.TAG_METHOD, methodAttrs); in writeSuiteGroups()
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 1367 ParsedAttributes methodAttrs(AttrFactory); in ParseObjCMethodDecl() local 1369 MaybeParseGNUAttributes(methodAttrs); in ParseObjCMethodDecl() 1395 MaybeParseGNUAttributes(methodAttrs); in ParseObjCMethodDecl() 1403 methodAttrs.getList(), MethodImplKind, in ParseObjCMethodDecl() 1521 MaybeParseGNUAttributes(methodAttrs); in ParseObjCMethodDecl() 1533 methodAttrs.getList(), in ParseObjCMethodDecl()
|