Home
last modified time | relevance | path

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

/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/swiftshader/third_party/llvm-16.0/llvm/lib/WindowsDriver/
DMSVCPaths.cpp390 SmallString<128> TestPath(getSubDirectoryPath( in useUniversalCRT() local
432 SmallString<128> TestPath(Path); in getWindowsSDKDir() local
552 StringRef TestPath = PathEntry; in findVCToolChainViaEnvironment() 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/cronet/third_party/libc++/src/test/std/input.output/filesystems/class.path/path.member/path.construct/
Dsource.pass.cpp39 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/cronet/third_party/libc++/src/test/std/input.output/filesystems/class.path/path.member/path.assign/
Dsource.pass.cpp46 const CharT* TestPath = MS; in RunTestCase() 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/libchrome/base/files/
Dfile_proxy_unittest.cc93 const FilePath TestPath() const { return dir_.GetPath().AppendASCII("test"); } in TestPath() function in base::FileProxyTest
/external/sandboxed-api/contrib/uriparser/test/
Dtest_uriparser.cc472 TEST_P(UriParserTestData, TestPath) { in TEST_P() argument
/external/skia/src/gpu/ganesh/
DGrTestUtils.cpp167 const SkPath& TestPath(SkRandom* random) { in TestPath() function
/external/cronet/base/files/
Dfile_proxy_unittest.cc99 const FilePath TestPath() const { return dir_.GetPath().AppendASCII("test"); } in TestPath() function in base::FileProxyTest
/external/python/cpython3/Lib/test/
Dtest_zipfile.py3100 class TestPath(unittest.TestCase): class