Searched defs:TestPath (Results 1 - 5 of 5) sorted by relevance

/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.construct/
H A Dsource.pass.cpp37 const CharT* TestPath = MS; local
38 const CharT* TestPathEnd = StrEnd(TestPath);
39 const std::size_t Size = TestPathEnd - TestPath;
44 const std::basic_string<CharT> S(TestPath);
47 assert(p.string<CharT>() == TestPath);
51 const std::basic_string_view<CharT> S(TestPath);
54 assert(p.string<CharT>() == TestPath);
59 path p(TestPath);
61 assert(p.string<CharT>() == TestPath);
64 path p(TestPath, TestPathEn
[all...]
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.assign/
H A Dsource.pass.cpp42 const CharT* TestPath = MS; local
43 const CharT* TestPathEnd = StrEnd(TestPath);
44 const std::size_t Size = TestPathEnd - TestPath;
50 const std::basic_string<CharT> S(TestPath);
59 assert(p.string<CharT>() == TestPath);
63 const std::basic_string<CharT> S(TestPath);
71 assert(p.string<CharT>() == TestPath);
76 const std::basic_string_view<CharT> S(TestPath);
85 assert(p.string<CharT>() == TestPath);
89 const std::basic_string_view<CharT> S(TestPath);
[all...]
/external/llvm/unittests/Support/
H A DMemoryBufferTest.cpp71 SmallString<64> TestPath; local
73 TestFD, TestPath);
80 ErrorOr<OwningBuffer> MB = MemoryBuffer::getFile(TestPath.c_str());
133 SmallString<64> TestPath; local
135 sys::fs::createTemporaryFile("prefix", "temp", TestFD, TestPath);
146 EXPECT_FALSE(sys::fs::openFileForRead(TestPath.c_str(), TestFD));
150 MemoryBuffer::getOpenFileSlice(TestFD, TestPath.c_str(),
183 SmallString<64> TestPath; local
184 sys::fs::createTemporaryFile("MemoryBufferTest_Slice", "temp", FD, TestPath);
198 ErrorOr<OwningBuffer> MB = MemoryBuffer::getFileSlice(TestPath
[all...]
/external/skia/src/gpu/
H A DGrTestUtils.cpp154 const SkPath& TestPath(SkRandom* random) { function in namespace:GrTest
/external/skia/tests/
H A DCanvasTest.cpp208 , fPath(TestPath())
246 static SkPath TestPath() { function in struct:TestData

Completed in 484 milliseconds