Searched refs:forTests (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | CompileCommandsTests.cpp | 40 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 …]
|
D | BackgroundIndexTests.cpp | 147 tooling::ArgumentsAdjuster(CommandMangler::forTests())); in TEST_F()
|
D | ClangdTests.cpp | 353 tooling::ArgumentsAdjuster(CommandMangler::forTests())); in TEST()
|
/external/testng/src/main/java/org/testng/internal/ |
D | MethodGroupsHelper.java | 39 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()
|
D | MethodHelper.java | 48 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/ |
D | CompileCommands.h | 38 static CommandMangler forTests();
|
D | CompileCommands.cpp | 185 CommandMangler CommandMangler::forTests() { in forTests() function in clang::clangd::CommandMangler
|