Home
last modified time | relevance | path

Searched defs:forTests (Results 1 – 3 of 3) sorted by relevance

/external/testng/src/main/java/org/testng/internal/
DMethodHelper.java48 boolean forTests, RunInfo runInfo, IAnnotationFinder finder, in collectAndOrderMethods()
53 forTests, in collectAndOrderMethods() local
270 private static List<ITestNGMethod> sortMethods(boolean forTests, in sortMethods()
DMethodGroupsHelper.java39 boolean forTests, in collectMethodsByGroup()
81 …RunInfo runInfo, ITestNGMethod tm, boolean forTests, boolean unique, List<ITestNGMethod> outInclud… in includeMethod()
/external/llvm-project/clang-tools-extra/clangd/
DCompileCommands.cpp185 CommandMangler CommandMangler::forTests() { in forTests() function in clang::clangd::CommandMangler