Home
last modified time | relevance | path

Searched refs:forTests (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/unittests/
DCompileCommandsTests.cpp40 auto Mangler = CommandMangler::forTests(); in TEST()
54 auto Mangler = CommandMangler::forTests(); in TEST()
62 auto Mangler = CommandMangler::forTests(); in TEST()
72 auto Mangler = CommandMangler::forTests(); in TEST()
81 auto Mangler = CommandMangler::forTests(); in TEST()
90 auto Mangler = CommandMangler::forTests(); in TEST()
97 auto Mangler = CommandMangler::forTests(); in TEST()
104 auto Mangler = CommandMangler::forTests(); in TEST()
160 auto Mangler = CommandMangler::forTests(); in TEST()
176 Mangler = CommandMangler::forTests(); in TEST()
[all …]
DBackgroundIndexTests.cpp147 tooling::ArgumentsAdjuster(CommandMangler::forTests())); in TEST_F()
DClangdTests.cpp353 tooling::ArgumentsAdjuster(CommandMangler::forTests())); in TEST()
/external/testng/src/main/java/org/testng/internal/
DMethodGroupsHelper.java39 boolean forTests, in collectMethodsByGroup() argument
51 if (forTests) { in collectMethodsByGroup()
53 runInfo, tm, forTests, unique, outIncludedMethods); in collectMethodsByGroup()
68 runInfo, tm, forTests, unique, outIncludedMethods); in collectMethodsByGroup()
81 …RunInfo runInfo, ITestNGMethod tm, boolean forTests, boolean unique, List<ITestNGMethod> outInclud… in includeMethod() argument
86 if (runInfo.includeMethod(tm, forTests)) { in includeMethod()
DMethodHelper.java48 boolean forTests, RunInfo runInfo, IAnnotationFinder finder, in collectAndOrderMethods() argument
53 forTests, in collectAndOrderMethods() local
60 return sortMethods(forTests, includedMethods, finder).toArray(new ITestNGMethod[]{}); in collectAndOrderMethods()
270 private static List<ITestNGMethod> sortMethods(boolean forTests, in sortMethods() argument
279 if (!forTests && allMethodsArray.length > 0) { in sortMethods()
/external/llvm-project/clang-tools-extra/clangd/
DCompileCommands.h38 static CommandMangler forTests();
DCompileCommands.cpp185 CommandMangler CommandMangler::forTests() { in forTests() function in clang::clangd::CommandMangler