Home
last modified time | relevance | path

Searched defs:TestPath (Results 1 – 10 of 10) 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/libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/
Dsource.pass.cpp36 const CharT* TestPath = MS; in RunTestCaseImpl() local
/external/cronet/buildtools/third_party/libc++/trunk/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/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/filesystems/class.path/path.member/path.assign/
Dsource.pass.cpp45 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/skia/src/gpu/ganesh/
DGrTestUtils.cpp166 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.py2863 class TestPath(unittest.TestCase): class