Home
last modified time | relevance | path

Searched refs:getMethodNames (Results 1 – 6 of 6) sorted by relevance

/external/testng/src/test/java/test/methodinterceptors/
DRemoveAMethodInterceptor.java34 .append(" - Input:").append(getMethodNames(input)).append(" ").append(input.size()) in log()
35 .append(" methods.").append(" Output:").append(getMethodNames(output)).append(" ") in log()
40 public static List<String> getMethodNames(List<IMethodInstance> methods) { in getMethodNames() method in RemoveAMethodInterceptor
/external/testng/src/test/java/test/annotationtransformer/
DMyTransformer.java35 public List<String> getMethodNames() { in getMethodNames() method in MyTransformer
DAnnotationTransformerTest.java72 assertThat(transformer.getMethodNames()).contains("two", "three", "four", "five", "verify"); in verifyAnnotationTransformerMethod()
/external/llvm/lib/DebugInfo/CodeView/
DTypeTableBuilder.cpp201 for (StringRef MethodName : Record.getMethodNames()) in writeVFTable()
206 for (StringRef MethodName : Record.getMethodNames()) in writeVFTable()
DTypeDumper.cpp316 for (auto N : VFT.getMethodNames()) in visitVFTable()
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h863 ArrayRef<StringRef> getMethodNames() const { in getMethodNames() function