Searched defs:TestPath (Results 1 – 13 of 13) sorted by relevance
71 SmallString<64> TestPath; in TEST_F() local133 SmallString<64> TestPath; in testGetOpenFileSlice() local183 SmallString<64> TestPath; in TEST_F() local
390 SmallString<128> TestPath(getSubDirectoryPath( in useUniversalCRT() local432 SmallString<128> TestPath(Path); in getWindowsSDKDir() local552 StringRef TestPath = PathEntry; in findVCToolChainViaEnvironment() local
20 public enum TestPath { enum in Main25 TestPath(boolean arg1, boolean arg2, int expected) { in TestPath() method in Main.TestPath
291 llvm::SmallString<128> TestPath(Path); in getWindowsSDKDir() local353 llvm::SmallString<128> TestPath(VisualStudioDir); in useUniversalCRT() local
36 const CharT* TestPath = MS; in RunTestCaseImpl() local
39 const CharT* TestPath = MS; in RunTestCaseImpl() local
46 const CharT* TestPath = MS; in RunTestCase() local
41 const CharT* TestPath = MS; in RunTestCase() local
93 const FilePath TestPath() const { return dir_.GetPath().AppendASCII("test"); } in TestPath() function in base::FileProxyTest
472 TEST_P(UriParserTestData, TestPath) { in TEST_P() argument
178 const SkPath& TestPath(SkRandom* random) { in TestPath() function
99 const FilePath TestPath() const { return dir_.GetPath().AppendASCII("test"); } in TestPath() function in base::FileProxyTest
3100 class TestPath(unittest.TestCase): class