Home
last modified time | relevance | path

Searched defs:TestPath (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/llvm/unittests/Support/
DMemoryBufferTest.cpp100 SmallString<64> TestPath; in TEST_F() local
133 SmallString<64> TestPath; in TEST_F() local
228 SmallString<64> TestPath; in testGetOpenFileSlice() local
271 SmallString<64> TestPath; in TEST_F() local
318 SmallString<64> TestPath; in TEST_F() local
351 SmallString<64> TestPath; in TEST_F() local
386 SmallString<64> TestPath; in TEST_F() local
/external/llvm-project/clang/unittests/Tooling/
DDependencyScannerTest.cpp90 std::string TestPath = std::string(llvm::formatv("{0}root{0}test.cpp", Sept)); in TEST() local
139 std::string TestPath = std::string(llvm::formatv("{0}root{0}test.cpp", Sept)); in TEST() local
181 std::string TestPath = std::string(llvm::formatv("{0}root{0}test.cpp", Sept)); in TEST() local
/external/llvm/unittests/Support/
DMemoryBufferTest.cpp71 SmallString<64> TestPath; in TEST_F() local
133 SmallString<64> TestPath; in testGetOpenFileSlice() local
183 SmallString<64> TestPath; in TEST_F() local
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/
Dsource.pass.cpp36 const CharT* TestPath = MS; in RunTestCaseImpl() local
/external/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/
Dsource.pass.cpp38 const CharT* TestPath = MS; in RunTestCaseImpl() local
/external/clang/lib/Driver/
DMSVCToolChain.cpp291 llvm::SmallString<128> TestPath(Path); in getWindowsSDKDir() local
353 llvm::SmallString<128> TestPath(VisualStudioDir); in useUniversalCRT() local
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/
Dsource.pass.cpp41 const CharT* TestPath = MS; in RunTestCase() local
/external/llvm-project/clang/lib/Driver/ToolChains/
DMSVC.cpp134 llvm::StringRef TestPath = PathEntry; in findVCToolChainViaEnvironment() local
1117 llvm::SmallString<128> TestPath(Path); in getWindowsSDKDir() local
1176 llvm::SmallString<128> TestPath( in useUniversalCRT() local
/external/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/
Dsource.pass.cpp42 const CharT* TestPath = MS; in RunTestCase() local
/external/skqp/src/gpu/
DGrTestUtils.cpp165 const SkPath& TestPath(SkRandom* random) { in TestPath() function
/external/skia/src/gpu/
DGrTestUtils.cpp165 const SkPath& TestPath(SkRandom* random) { in TestPath() function
/external/libchrome/base/files/
Dfile_proxy_unittest.cc93 const FilePath TestPath() const { return dir_.GetPath().AppendASCII("test"); } in TestPath() function in base::FileProxyTest
/external/skqp/tests/
DCanvasTest.cpp273 static SkPath TestPath() { in TestPath() function
/external/python/cpython3/Lib/test/
Dtest_zipfile.py2838 class TestPath(unittest.TestCase): class