Home
last modified time | relevance | path

Searched refs:testPath (Results 1 – 25 of 1526) sorted by relevance

12345678910>>...62

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.apt.tests/src/org/eclipse/jdt/apt/tests/
H A DAnnotationValueConversionTests.java100 expectingSpecificProblemsFor(testPath, new ExpectedProblem[]{ in testByteConversion()
126 expectingSpecificProblemsFor(testPath, new ExpectedProblem[]{ in testByteConversion_Reflection()
157 expectingSpecificProblemsFor(testPath, new ExpectedProblem[]{ in testShortConversion()
184 expectingSpecificProblemsFor(testPath, new ExpectedProblem[]{ in testShortConversion_Reflection()
215 expectingSpecificProblemsFor(testPath, new ExpectedProblem[]{ in testCharConversion()
246 expectingSpecificProblemsFor(testPath, new ExpectedProblem[]{ in testCharConversion_Reflection()
277 expectingSpecificProblemsFor(testPath, new ExpectedProblem[]{ in testIntConversion()
308 expectingSpecificProblemsFor(testPath, new ExpectedProblem[]{ in testIntConversion_Reflection()
339 expectingSpecificProblemsFor(testPath, new ExpectedProblem[]{ in testLongConversion()
415 IPath testPath = env.addClass( in testFloatConversion() local
[all …]
H A DExceptionHandlingTests.java45 …ngOnlySpecificProblemFor(testPath, new ExpectedProblem("Test", "Type mismatch: cannot convert from… in testWrapperClassForPrimitiveValue()
60 …tingOnlySpecificProblemFor(testPath, new ExpectedProblem("Test", "Type mismatch: cannot convert fr… in testOtherPrimitiveForBooleanValue()
75 …ngOnlySpecificProblemFor(testPath, new ExpectedProblem("Test", "Type mismatch: cannot convert from… in testStringForBooleanValue()
91 expectingOnlySpecificProblemFor(testPath, ep); in testArrayForBooleanValue()
106 …ngOnlySpecificProblemFor(testPath, new ExpectedProblem("Test", "Type mismatch: cannot convert from… in testPrimitiveForStringValue()
121 …ingOnlySpecificProblemFor(testPath, new ExpectedProblem("Test", "Type mismatch: cannot convert fro… in testOtherClassForStringValue()
133 IPath testPath = env.addClass(srcRoot, "test", "Test", getCodeForTest("strValue = {}")); in testArrayForStringValue() local
137 expectingOnlySpecificProblemFor(testPath, ep); in testArrayForStringValue()
152 …ingOnlySpecificProblemFor(testPath, new ExpectedProblem("Test", "Type mismatch: cannot convert fro… in testPrimitiveForArrayValue()
167 …ngOnlySpecificProblemFor(testPath, new ExpectedProblem("Test", "Type mismatch: cannot convert from… in testNonArrayForArrayValue()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Extensions/tests/Performance/
H A DPerf.Path.cs55 …str = Path.GetFileName(testPath); str = Path.GetFileName(testPath); str = Path.GetFileName(testPat… in GetFileName()
56 …str = Path.GetFileName(testPath); str = Path.GetFileName(testPath); str = Path.GetFileName(testPat… in GetFileName()
57 …str = Path.GetFileName(testPath); str = Path.GetFileName(testPath); str = Path.GetFileName(testPat… in GetFileName()
166 …str = Path.GetFullPath(testPath); str = Path.GetFullPath(testPath); str = Path.GetFullPath(testPat… in GetFullPathForLegacyLength()
167 …str = Path.GetFullPath(testPath); str = Path.GetFullPath(testPath); str = Path.GetFullPath(testPat… in GetFullPathForLegacyLength()
298 … b = Path.HasExtension(testPath); b = Path.HasExtension(testPath); b = Path.HasExtension(testPath); in HasExtension()
299 … b = Path.HasExtension(testPath); b = Path.HasExtension(testPath); b = Path.HasExtension(testPath); in HasExtension()
300 … b = Path.HasExtension(testPath); b = Path.HasExtension(testPath); b = Path.HasExtension(testPath); in HasExtension()
320 … b = Path.IsPathRooted(testPath); b = Path.IsPathRooted(testPath); b = Path.IsPathRooted(testPath); in IsPathRooted()
321 … b = Path.IsPathRooted(testPath); b = Path.IsPathRooted(testPath); b = Path.IsPathRooted(testPath); in IsPathRooted()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/unittests/support/
H A DPathTests.cpp18 EXPECT_TRUE(pathStartsWith(testPath("foo"), testPath("foo"))); in TEST()
19 EXPECT_TRUE(pathStartsWith(testPath("foo/"), testPath("foo"))); in TEST()
21 EXPECT_FALSE(pathStartsWith(testPath("foo"), testPath("fooz"))); in TEST()
22 EXPECT_FALSE(pathStartsWith(testPath("foo/"), testPath("fooz"))); in TEST()
24 EXPECT_TRUE(pathStartsWith(testPath("foo"), testPath("foo/bar"))); in TEST()
25 EXPECT_TRUE(pathStartsWith(testPath("foo/"), testPath("foo/bar"))); in TEST()
28 EXPECT_TRUE(pathStartsWith(testPath("fOo"), testPath("foo/bar"))); in TEST()
29 EXPECT_TRUE(pathStartsWith(testPath("foo"), testPath("fOo/bar"))); in TEST()
31 EXPECT_FALSE(pathStartsWith(testPath("fOo"), testPath("foo/bar"))); in TEST()
32 EXPECT_FALSE(pathStartsWith(testPath("foo"), testPath("fOo/bar"))); in TEST()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clangd/unittests/support/
H A DPathTests.cpp18 EXPECT_TRUE(pathStartsWith(testPath("foo"), testPath("foo"))); in TEST()
19 EXPECT_TRUE(pathStartsWith(testPath("foo/"), testPath("foo"))); in TEST()
21 EXPECT_FALSE(pathStartsWith(testPath("foo"), testPath("fooz"))); in TEST()
22 EXPECT_FALSE(pathStartsWith(testPath("foo/"), testPath("fooz"))); in TEST()
24 EXPECT_TRUE(pathStartsWith(testPath("foo"), testPath("foo/bar"))); in TEST()
25 EXPECT_TRUE(pathStartsWith(testPath("foo/"), testPath("foo/bar"))); in TEST()
28 EXPECT_TRUE(pathStartsWith(testPath("fOo"), testPath("foo/bar"))); in TEST()
29 EXPECT_TRUE(pathStartsWith(testPath("foo"), testPath("fOo/bar"))); in TEST()
31 EXPECT_FALSE(pathStartsWith(testPath("fOo"), testPath("foo/bar"))); in TEST()
32 EXPECT_FALSE(pathStartsWith(testPath("foo"), testPath("fOo/bar"))); in TEST()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clangd/unittests/support/
H A DPathTests.cpp18 EXPECT_TRUE(pathStartsWith(testPath("foo"), testPath("foo"))); in TEST()
19 EXPECT_TRUE(pathStartsWith(testPath("foo/"), testPath("foo"))); in TEST()
21 EXPECT_FALSE(pathStartsWith(testPath("foo"), testPath("fooz"))); in TEST()
22 EXPECT_FALSE(pathStartsWith(testPath("foo/"), testPath("fooz"))); in TEST()
24 EXPECT_TRUE(pathStartsWith(testPath("foo"), testPath("foo/bar"))); in TEST()
25 EXPECT_TRUE(pathStartsWith(testPath("foo/"), testPath("foo/bar"))); in TEST()
28 EXPECT_TRUE(pathStartsWith(testPath("fOo"), testPath("foo/bar"))); in TEST()
29 EXPECT_TRUE(pathStartsWith(testPath("foo"), testPath("fOo/bar"))); in TEST()
31 EXPECT_FALSE(pathStartsWith(testPath("fOo"), testPath("foo/bar"))); in TEST()
32 EXPECT_FALSE(pathStartsWith(testPath("foo"), testPath("fOo/bar"))); in TEST()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clangd/unittests/support/
H A DPathTests.cpp18 EXPECT_TRUE(pathStartsWith(testPath("foo"), testPath("foo"))); in TEST()
19 EXPECT_TRUE(pathStartsWith(testPath("foo/"), testPath("foo"))); in TEST()
21 EXPECT_FALSE(pathStartsWith(testPath("foo"), testPath("fooz"))); in TEST()
22 EXPECT_FALSE(pathStartsWith(testPath("foo/"), testPath("fooz"))); in TEST()
24 EXPECT_TRUE(pathStartsWith(testPath("foo"), testPath("foo/bar"))); in TEST()
25 EXPECT_TRUE(pathStartsWith(testPath("foo/"), testPath("foo/bar"))); in TEST()
28 EXPECT_TRUE(pathStartsWith(testPath("fOo"), testPath("foo/bar"))); in TEST()
29 EXPECT_TRUE(pathStartsWith(testPath("foo"), testPath("fOo/bar"))); in TEST()
31 EXPECT_FALSE(pathStartsWith(testPath("fOo"), testPath("foo/bar"))); in TEST()
32 EXPECT_FALSE(pathStartsWith(testPath("foo"), testPath("fOo/bar"))); in TEST()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clangd/unittests/support/
H A DPathTests.cpp18 EXPECT_TRUE(pathStartsWith(testPath("foo"), testPath("foo"))); in TEST()
19 EXPECT_TRUE(pathStartsWith(testPath("foo/"), testPath("foo"))); in TEST()
21 EXPECT_FALSE(pathStartsWith(testPath("foo"), testPath("fooz"))); in TEST()
22 EXPECT_FALSE(pathStartsWith(testPath("foo/"), testPath("fooz"))); in TEST()
24 EXPECT_TRUE(pathStartsWith(testPath("foo"), testPath("foo/bar"))); in TEST()
25 EXPECT_TRUE(pathStartsWith(testPath("foo/"), testPath("foo/bar"))); in TEST()
28 EXPECT_TRUE(pathStartsWith(testPath("fOo"), testPath("foo/bar"))); in TEST()
29 EXPECT_TRUE(pathStartsWith(testPath("foo"), testPath("fOo/bar"))); in TEST()
31 EXPECT_FALSE(pathStartsWith(testPath("fOo"), testPath("foo/bar"))); in TEST()
32 EXPECT_FALSE(pathStartsWith(testPath("foo"), testPath("fOo/bar"))); in TEST()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clangd/unittests/support/
H A DPathTests.cpp18 EXPECT_TRUE(pathStartsWith(testPath("foo"), testPath("foo"))); in TEST()
19 EXPECT_TRUE(pathStartsWith(testPath("foo/"), testPath("foo"))); in TEST()
21 EXPECT_FALSE(pathStartsWith(testPath("foo"), testPath("fooz"))); in TEST()
22 EXPECT_FALSE(pathStartsWith(testPath("foo/"), testPath("fooz"))); in TEST()
24 EXPECT_TRUE(pathStartsWith(testPath("foo"), testPath("foo/bar"))); in TEST()
25 EXPECT_TRUE(pathStartsWith(testPath("foo/"), testPath("foo/bar"))); in TEST()
28 EXPECT_TRUE(pathStartsWith(testPath("fOo"), testPath("foo/bar"))); in TEST()
29 EXPECT_TRUE(pathStartsWith(testPath("foo"), testPath("fOo/bar"))); in TEST()
31 EXPECT_FALSE(pathStartsWith(testPath("fOo"), testPath("foo/bar"))); in TEST()
32 EXPECT_FALSE(pathStartsWith(testPath("foo"), testPath("fOo/bar"))); in TEST()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clangd/unittests/support/
H A DPathTests.cpp18 EXPECT_TRUE(pathStartsWith(testPath("foo"), testPath("foo"))); in TEST()
19 EXPECT_TRUE(pathStartsWith(testPath("foo/"), testPath("foo"))); in TEST()
21 EXPECT_FALSE(pathStartsWith(testPath("foo"), testPath("fooz"))); in TEST()
22 EXPECT_FALSE(pathStartsWith(testPath("foo/"), testPath("fooz"))); in TEST()
24 EXPECT_TRUE(pathStartsWith(testPath("foo"), testPath("foo/bar"))); in TEST()
25 EXPECT_TRUE(pathStartsWith(testPath("foo/"), testPath("foo/bar"))); in TEST()
28 EXPECT_TRUE(pathStartsWith(testPath("fOo"), testPath("foo/bar"))); in TEST()
29 EXPECT_TRUE(pathStartsWith(testPath("foo"), testPath("fOo/bar"))); in TEST()
31 EXPECT_FALSE(pathStartsWith(testPath("fOo"), testPath("foo/bar"))); in TEST()
32 EXPECT_FALSE(pathStartsWith(testPath("foo"), testPath("fOo/bar"))); in TEST()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/unittests/
H A DGlobalCompilationDatabaseTests.cpp50 EXPECT_EQ(Cmd.Directory, testPath("foo")); in TEST()
58 Cmd = DB.getFallbackCommand(testPath("foo/bar")); in TEST()
73 if (File == testPath("foo.cc")) in getCompileCommand()
159 BarCommand.Filename = testPath("bar.cc"); in TEST_F()
205 FS.Files[testPath("compile_commands.json")] = in TEST()
267 DB.getCompileCommand(testPath("b.cc")); in TEST()
289 DB.getCompileCommand(testPath("a.cc")); in TEST()
307 .getCompileCommand(testPath(Relative)) in TEST()
390 Spec.FixedCDBPath = testPath("x/y/z"); in TEST()
420 Path File = testPath("foo.cc"); in TEST_F()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clangd/unittests/
H A DGlobalCompilationDatabaseTests.cpp50 EXPECT_EQ(Cmd.Directory, testPath("foo")); in TEST()
58 Cmd = DB.getFallbackCommand(testPath("foo/bar")); in TEST()
73 if (File == testPath("foo.cc")) in getCompileCommand()
159 BarCommand.Filename = testPath("bar.cc"); in TEST_F()
205 FS.Files[testPath("compile_commands.json")] = in TEST()
267 DB.getCompileCommand(testPath("b.cc")); in TEST()
289 DB.getCompileCommand(testPath("a.cc")); in TEST()
307 .getCompileCommand(testPath(Relative)) in TEST()
390 Spec.FixedCDBPath = testPath("x/y/z"); in TEST()
420 Path File = testPath("foo.cc"); in TEST_F()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clangd/unittests/
H A DGlobalCompilationDatabaseTests.cpp50 EXPECT_EQ(Cmd.Directory, testPath("foo")); in TEST()
58 Cmd = DB.getFallbackCommand(testPath("foo/bar")); in TEST()
73 if (File == testPath("foo.cc")) in getCompileCommand()
159 BarCommand.Filename = testPath("bar.cc"); in TEST_F()
205 FS.Files[testPath("compile_commands.json")] = in TEST()
267 DB.getCompileCommand(testPath("b.cc")); in TEST()
289 DB.getCompileCommand(testPath("a.cc")); in TEST()
307 .getCompileCommand(testPath(Relative)) in TEST()
390 Spec.FixedCDBPath = testPath("x/y/z"); in TEST()
420 Path File = testPath("foo.cc"); in TEST_F()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clangd/unittests/
H A DGlobalCompilationDatabaseTests.cpp50 EXPECT_EQ(Cmd.Directory, testPath("foo")); in TEST()
58 Cmd = DB.getFallbackCommand(testPath("foo/bar")); in TEST()
73 if (File == testPath("foo.cc")) in getCompileCommand()
159 BarCommand.Filename = testPath("bar.cc"); in TEST_F()
205 FS.Files[testPath("compile_commands.json")] = in TEST()
267 DB.getCompileCommand(testPath("b.cc")); in TEST()
289 DB.getCompileCommand(testPath("a.cc")); in TEST()
307 .getCompileCommand(testPath(Relative)) in TEST()
390 Spec.FixedCDBPath = testPath("x/y/z"); in TEST()
420 Path File = testPath("foo.cc"); in TEST_F()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clangd/unittests/
H A DGlobalCompilationDatabaseTests.cpp50 EXPECT_EQ(Cmd.Directory, testPath("foo")); in TEST()
58 Cmd = DB.getFallbackCommand(testPath("foo/bar")); in TEST()
73 if (File == testPath("foo.cc")) in getCompileCommand()
159 BarCommand.Filename = testPath("bar.cc"); in TEST_F()
205 FS.Files[testPath("compile_commands.json")] = in TEST()
267 DB.getCompileCommand(testPath("b.cc")); in TEST()
289 DB.getCompileCommand(testPath("a.cc")); in TEST()
307 .getCompileCommand(testPath(Relative)) in TEST()
390 Spec.FixedCDBPath = testPath("x/y/z"); in TEST()
420 Path File = testPath("foo.cc"); in TEST_F()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clangd/unittests/
H A DGlobalCompilationDatabaseTests.cpp50 EXPECT_EQ(Cmd.Directory, testPath("foo")); in TEST()
58 Cmd = DB.getFallbackCommand(testPath("foo/bar")); in TEST()
73 if (File == testPath("foo.cc")) in getCompileCommand()
159 BarCommand.Filename = testPath("bar.cc"); in TEST_F()
205 FS.Files[testPath("compile_commands.json")] = in TEST()
267 DB.getCompileCommand(testPath("b.cc")); in TEST()
289 DB.getCompileCommand(testPath("a.cc")); in TEST()
307 .getCompileCommand(testPath(Relative)) in TEST()
390 Spec.FixedCDBPath = testPath("x/y/z"); in TEST()
420 Path File = testPath("foo.cc"); in TEST_F()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clangd/unittests/
H A DGlobalCompilationDatabaseTests.cpp50 EXPECT_EQ(Cmd.Directory, testPath("foo")); in TEST()
58 Cmd = DB.getFallbackCommand(testPath("foo/bar")); in TEST()
73 if (File == testPath("foo.cc")) in getCompileCommand()
159 BarCommand.Filename = testPath("bar.cc"); in TEST_F()
205 FS.Files[testPath("compile_commands.json")] = in TEST()
267 DB.getCompileCommand(testPath("b.cc")); in TEST()
289 DB.getCompileCommand(testPath("a.cc")); in TEST()
307 .getCompileCommand(testPath(Relative)) in TEST()
390 Spec.FixedCDBPath = testPath("x/y/z"); in TEST()
420 Path File = testPath("foo.cc"); in TEST_F()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/
H A DFileContextURIBase.java102 createFile(fc1, testPath); in testCreateFile()
119 createFile(fc1, testPath); in testCreateFileWithNullName()
136 createFile(fc1, testPath); in testCreateExistingFile()
140 createFile(fc2, testPath); in testCreateExistingFile()
160 createFile(fc1, testPath); in testCreateFileInNonExistingDirectory()
298 createFile(fc1, testPath); in testDeleteFile()
304 fc2.delete(testPath, false); in testDeleteFile()
325 createFile(fc1, testPath); in testDeleteNonExistingFile()
352 createFile(fc1, testPath); in testDeleteNonExistingFileInDir()
450 createFile(fc1, testPath); in testModificationTime()
[all …]
H A DTestChecksumFileSystem.java67 readFile(localFs, testPath, 128); in testVerifyChecksum()
68 readFile(localFs, testPath, 511); in testVerifyChecksum()
69 readFile(localFs, testPath, 512); in testVerifyChecksum()
70 readFile(localFs, testPath, 513); in testVerifyChecksum()
71 readFile(localFs, testPath, 1023); in testVerifyChecksum()
108 readFile(localFs, testPath, 128); in testMultiChunkFile()
109 readFile(localFs, testPath, 511); in testMultiChunkFile()
110 readFile(localFs, testPath, 512); in testMultiChunkFile()
111 readFile(localFs, testPath, 513); in testMultiChunkFile()
162 in = localFs.open(testPath); in testStreamType()
[all …]
/dports/devel/jna/jna-5.7.0/contrib/platform/test/com/sun/jna/platform/mac/
H A DXAttrUtilTest.java39 String testPath; field in XAttrUtilTest
43 assertTrue(new File(testPath).exists()); in setUp()
47 new File(testPath).delete(); in tearDown()
48 assertFalse(new File(testPath).exists()); in tearDown()
53 List<String> keys = XAttrUtil.listXAttr(testPath); in testListXAttr()
63 keys = XAttrUtil.listXAttr(testPath); in testListXAttr()
74 value = XAttrUtil.getXAttr(testPath, "JNA"); in testGetXAttr()
88 value = XAttrUtil.getXAttr(testPath, "JNA"); in testSetXAttr()
91 XAttrUtil.setXAttr(testPath, "JNA", "is nice"); in testSetXAttr()
92 value = XAttrUtil.getXAttr(testPath, "JNA"); in testSetXAttr()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/unittests/clangd/
H A DBackgroundIndexTests.cpp84 Cmd.Directory = testPath("root"); in TEST_F()
103 FS.Files[testPath("root/A.cc")] = in TEST_F()
105 FS.Files[testPath("root/B.cc")] = in TEST_F()
121 Cmd.Directory = testPath("root"); in TEST_F()
166 Cmd.Directory = testPath("root"); in TEST_F()
223 Cmd.Directory = testPath("root"); in TEST_F()
299 FS.Files[testPath("root/A.cc")] = in TEST_F()
308 Cmd.Directory = testPath("root"); in TEST_F()
341 FS.Files[testPath("root/A.cc")] = in TEST_F()
373 FS.Files[testPath("root/A.cc")] = in TEST_F()
[all …]
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/exiv2/src/
H A Dutiltest.cpp26 void testPath(const std::string& path);
63 path = "/usr/lib"; testPath(path); in testPaths()
64 path = "/usr/"; testPath(path); in testPaths()
65 path = "usr"; testPath(path); in testPaths()
66 path = "/"; testPath(path); in testPaths()
67 path = "."; testPath(path); in testPaths()
68 path = ".."; testPath(path); in testPaths()
69 path = "///"; testPath(path); in testPaths()
74 path = ".emacs"; testPath(path); in testPaths()
75 path = ".emacs.gz"; testPath(path); in testPaths()
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/utils/umc_dev/org.wesnoth.tests/src/org/wesnoth/tests/grammar/
H A DWMLFilesTests.java25 testPath( dataPath_ + "/core/" ); in testCoreFiles()
35 testPath( dataPath_ + "/campaigns/Dead_Water/" ); in testCampaignDW()
40 testPath( dataPath_ + "/campaigns/Delfadors_Memoirs/" ); in testCampaignDM()
50 testPath( dataPath_ + "/campaigns/Eastern_Invasion/" ); in testCampaignEI()
65 testPath( dataPath_ + "/campaigns/Liberty/" ); in testCampaignLiberty()
70 testPath( dataPath_ + "/campaigns/Northern_Rebirth/" ); in testCampaignNR()
75 testPath( dataPath_ + "/campaigns/Sceptre_of_Fire/" ); in testCampaignSoF()
85 testPath( dataPath_ + "/campaigns/test_campaign/" ); in testCampaignTest()
100 testPath( dataPath_ + "/campaigns/The_South_Guard/" ); in testCampaignTSG()
105 testPath( dataPath_ + "/campaigns/tutorial/" ); in testCampaignTutorial()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clangd/unittests/
H A DBackgroundIndexTests.cpp100 Cmd.Directory = testPath("root"); in TEST_F()
119 FS.Files[testPath("root/A.cc")] = in TEST_F()
121 FS.Files[testPath("root/B.cc")] = in TEST_F()
140 Cmd.Directory = testPath("root"); in TEST_F()
197 Cmd.Directory = testPath("root"); in TEST_F()
400 UnorderedElementsAre(testPath("root/A.cc"), testPath("root/A.h"), in TEST_F()
479 FS.Files[testPath("C.h")] = ""; in TEST_F()
493 EXPECT_THAT(Storage.keys(), ElementsAre(testPath("A.cc"), testPath("A.h"), in TEST_F()
494 testPath("B.h"), testPath("C.h"))); in TEST_F()
541 FS.Files[testPath("A.h")] = ""; in TEST_F()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clangd/unittests/
H A DBackgroundIndexTests.cpp100 Cmd.Directory = testPath("root"); in TEST_F()
119 FS.Files[testPath("root/A.cc")] = in TEST_F()
121 FS.Files[testPath("root/B.cc")] = in TEST_F()
140 Cmd.Directory = testPath("root"); in TEST_F()
197 Cmd.Directory = testPath("root"); in TEST_F()
400 UnorderedElementsAre(testPath("root/A.cc"), testPath("root/A.h"), in TEST_F()
479 FS.Files[testPath("C.h")] = ""; in TEST_F()
493 EXPECT_THAT(Storage.keys(), ElementsAre(testPath("A.cc"), testPath("A.h"), in TEST_F()
494 testPath("B.h"), testPath("C.h"))); in TEST_F()
541 FS.Files[testPath("A.h")] = ""; in TEST_F()
[all …]

12345678910>>...62