Home
last modified time | relevance | path

Searched refs:TestPath (Results 1 – 15 of 15) sorted by relevance

/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.construct/
Dsource.pass.cpp37 const CharT* TestPath = MS; in RunTestCase() local
38 const CharT* TestPathEnd = StrEnd(TestPath); in RunTestCase()
39 const std::size_t Size = TestPathEnd - TestPath; in RunTestCase()
44 const std::basic_string<CharT> S(TestPath); in RunTestCase()
47 assert(p.string<CharT>() == TestPath); in RunTestCase()
51 const std::basic_string_view<CharT> S(TestPath); in RunTestCase()
54 assert(p.string<CharT>() == TestPath); in RunTestCase()
59 path p(TestPath); in RunTestCase()
61 assert(p.string<CharT>() == TestPath); in RunTestCase()
64 path p(TestPath, TestPathEnd); in RunTestCase()
[all …]
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.assign/
Dsource.pass.cpp42 const CharT* TestPath = MS; in RunTestCase() local
43 const CharT* TestPathEnd = StrEnd(TestPath); in RunTestCase()
44 const std::size_t Size = TestPathEnd - TestPath; in RunTestCase()
50 const std::basic_string<CharT> S(TestPath); in RunTestCase()
59 assert(p.string<CharT>() == TestPath); in RunTestCase()
63 const std::basic_string<CharT> S(TestPath); in RunTestCase()
71 assert(p.string<CharT>() == TestPath); in RunTestCase()
76 const std::basic_string_view<CharT> S(TestPath); in RunTestCase()
85 assert(p.string<CharT>() == TestPath); in RunTestCase()
89 const std::basic_string_view<CharT> S(TestPath); in RunTestCase()
[all …]
/external/llvm/unittests/Support/
DMemoryBufferTest.cpp71 SmallString<64> TestPath; in TEST_F() local
73 TestFD, TestPath); in TEST_F()
80 ErrorOr<OwningBuffer> MB = MemoryBuffer::getFile(TestPath.c_str()); in TEST_F()
133 SmallString<64> TestPath; in testGetOpenFileSlice() local
135 sys::fs::createTemporaryFile("prefix", "temp", TestFD, TestPath); in testGetOpenFileSlice()
146 EXPECT_FALSE(sys::fs::openFileForRead(TestPath.c_str(), TestFD)); in testGetOpenFileSlice()
150 MemoryBuffer::getOpenFileSlice(TestFD, TestPath.c_str(), in testGetOpenFileSlice()
183 SmallString<64> TestPath; in TEST_F() local
184 sys::fs::createTemporaryFile("MemoryBufferTest_Slice", "temp", FD, TestPath); in TEST_F()
198 ErrorOr<OwningBuffer> MB = MemoryBuffer::getFileSlice(TestPath.str(), in TEST_F()
[all …]
/external/clang/lib/Driver/
DMSVCToolChain.cpp291 llvm::SmallString<128> TestPath(Path); in getWindowsSDKDir() local
292 llvm::sys::path::append(TestPath, "Lib", Test); in getWindowsSDKDir()
293 if (llvm::sys::fs::exists(TestPath.c_str())) { in getWindowsSDKDir()
353 llvm::SmallString<128> TestPath(VisualStudioDir); in useUniversalCRT() local
354 llvm::sys::path::append(TestPath, "VC\\include\\stdlib.h"); in useUniversalCRT()
356 return !llvm::sys::fs::exists(TestPath); in useUniversalCRT()
/external/libedit/
Dacinclude.m422 TestPath="/usr/bin${PATH_SEPARATOR}/usr/ucb"
23 AC_PATH_PROGS(NROFF, nroff awf, /bin/false, $TestPath)
Dconfigure11916 for as_dir in $TestPath
/external/skia/src/gpu/
DGrTestUtils.h42 const SkPath& TestPath(SkRandom*);
DGrTestUtils.cpp154 const SkPath& TestPath(SkRandom* random) { in TestPath() function
/external/skia/tests/
DCanvasTest.cpp211 , fPath(TestPath()) in TestData()
249 static SkPath TestPath() { in TestPath() function
/external/skia/src/gpu/ops/
DGrTessellatingPathRenderer.cpp382 SkPath path = GrTest::TestPath(random); in GR_DRAW_OP_TEST_DEFINE()
DGrDefaultPathRenderer.cpp656 SkPath path = GrTest::TestPath(random); in GR_DRAW_OP_TEST_DEFINE()
DGrSmallPathRenderer.cpp825 GrShape shape(GrTest::TestPath(random), GrStyle::SimpleFill()); in GR_DRAW_OP_TEST_DEFINE()
DGrAAHairLinePathRenderer.cpp1041 SkPath path = GrTest::TestPath(random); in GR_DRAW_OP_TEST_DEFINE()
/external/openssh/
Dconfigure.ac4322 TestPath="$PATH"
4323 TestPath="${TestPath}${PATH_SEPARATOR}/usr/X/bin"
4324 TestPath="${TestPath}${PATH_SEPARATOR}/usr/bin/X11"
4325 TestPath="${TestPath}${PATH_SEPARATOR}/usr/X11R6/bin"
4326 TestPath="${TestPath}${PATH_SEPARATOR}/usr/openwin/bin"
4327 AC_PATH_PROG([xauth_path], [xauth], , [$TestPath])
4480 TestPath="/usr/bin${PATH_SEPARATOR}/usr/ucb"
4481 AC_PATH_PROGS([NROFF], [nroff awf], [/bin/false], [$TestPath])
Dconfigure17906 TestPath="${TestPath}${PATH_SEPARATOR}/usr/X/bin"
17907 TestPath="${TestPath}${PATH_SEPARATOR}/usr/bin/X11"
17908 TestPath="${TestPath}${PATH_SEPARATOR}/usr/X11R6/bin"
17909 TestPath="${TestPath}${PATH_SEPARATOR}/usr/openwin/bin"
17923 for as_dir in $TestPath
18206 for as_dir in $TestPath