/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/ |
D | source.pass.cpp | 41 const CharT* TestPath = MS; in RunTestCase() local 42 const CharT* TestPathEnd = StrEnd(TestPath); in RunTestCase() 43 const std::size_t Size = TestPathEnd - TestPath; in RunTestCase() 49 const std::basic_string<CharT> S(TestPath); in RunTestCase() 58 assert(p.string<CharT>() == TestPath); in RunTestCase() 62 const std::basic_string<CharT> S(TestPath); in RunTestCase() 70 assert(p.string<CharT>() == TestPath); in RunTestCase() 75 const std::basic_string_view<CharT> S(TestPath); in RunTestCase() 84 assert(p.string<CharT>() == TestPath); in RunTestCase() 88 const std::basic_string_view<CharT> S(TestPath); in RunTestCase() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | MemoryBufferTest.cpp | 73 SmallString<64> TestPath; in TEST_F() local 75 TestFD, TestPath); in TEST_F() 76 FileRemover Cleanup(TestPath); in TEST_F() 83 ErrorOr<OwningBuffer> MB = MemoryBuffer::getFile(TestPath.c_str()); in TEST_F() 136 SmallString<64> TestPath; in testGetOpenFileSlice() local 138 sys::fs::createTemporaryFile("prefix", "temp", TestFD, TestPath); in testGetOpenFileSlice() 139 FileRemover Cleanup(TestPath); in testGetOpenFileSlice() 150 EXPECT_FALSE(sys::fs::openFileForRead(TestPath.c_str(), TestFD)); in testGetOpenFileSlice() 154 MemoryBuffer::getOpenFileSlice(TestFD, TestPath.c_str(), in testGetOpenFileSlice() 187 SmallString<64> TestPath; in TEST_F() local [all …]
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/ |
D | source.pass.cpp | 36 const CharT* TestPath = MS; in RunTestCaseImpl() local 37 const CharT* TestPathEnd = StrEnd(TestPath); in RunTestCaseImpl() 38 const std::size_t Size = TestPathEnd - TestPath; in RunTestCaseImpl() 43 const std::basic_string<CharT> S(TestPath); in RunTestCaseImpl() 46 assert(p.string<CharT>() == TestPath); in RunTestCaseImpl() 50 const std::basic_string_view<CharT> S(TestPath); in RunTestCaseImpl() 53 assert(p.string<CharT>() == TestPath); in RunTestCaseImpl() 58 path p(TestPath, args...); in RunTestCaseImpl() 60 assert(p.string<CharT>() == TestPath); in RunTestCaseImpl() 63 path p(TestPath, TestPathEnd, args...); in RunTestCaseImpl() [all …]
|
/external/llvm/unittests/Support/ |
D | MemoryBufferTest.cpp | 71 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/ |
D | MSVCToolChain.cpp | 291 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/skia/src/gpu/ |
D | GrTestUtils.h | 47 const SkPath& TestPath(SkRandom*);
|
D | GrTestUtils.cpp | 167 const SkPath& TestPath(SkRandom* random) { in TestPath() function
|
/external/skqp/src/gpu/ |
D | GrTestUtils.h | 47 const SkPath& TestPath(SkRandom*);
|
D | GrTestUtils.cpp | 165 const SkPath& TestPath(SkRandom* random) { in TestPath() function
|
/external/skqp/tests/ |
D | CanvasTest.cpp | 235 , fPath(TestPath()) in TestData() 273 static SkPath TestPath() { in TestPath() function
|
/external/skia/tests/ |
D | CanvasTest.cpp | 235 , fPath(TestPath()) in TestData() 273 static SkPath TestPath() { in TestPath() function
|
/external/skqp/src/gpu/ops/ |
D | GrTessellatingPathRenderer.cpp | 406 SkPath path = GrTest::TestPath(random); in GR_DRAW_OP_TEST_DEFINE()
|
D | GrDefaultPathRenderer.cpp | 692 SkPath path = GrTest::TestPath(random); in GR_DRAW_OP_TEST_DEFINE()
|
D | GrAAHairLinePathRenderer.cpp | 1090 SkPath path = GrTest::TestPath(random); in GR_DRAW_OP_TEST_DEFINE()
|
D | GrSmallPathRenderer.cpp | 981 GrShape shape(GrTest::TestPath(random), GrStyle::SimpleFill()); in GR_DRAW_OP_TEST_DEFINE()
|
/external/skia/src/gpu/ops/ |
D | GrTessellatingPathRenderer.cpp | 410 SkPath path = GrTest::TestPath(random); in GR_DRAW_OP_TEST_DEFINE()
|
D | GrDefaultPathRenderer.cpp | 691 SkPath path = GrTest::TestPath(random); in GR_DRAW_OP_TEST_DEFINE()
|
D | GrSmallPathRenderer.cpp | 983 GrShape shape(GrTest::TestPath(random), GrStyle::SimpleFill()); in GR_DRAW_OP_TEST_DEFINE()
|
D | GrAAHairLinePathRenderer.cpp | 1094 SkPath path = GrTest::TestPath(random); in GR_DRAW_OP_TEST_DEFINE()
|
/external/openssh/ |
D | configure.ac | 4322 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])
|
D | configure | 17906 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
|