Searched refs:TestPath (Results 1 - 10 of 10) sorted by relevance

/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(),
176 SmallString<64> TestPath; local
177 sys::fs::createTemporaryFile("MemoryBufferTest_Slice", "temp", FD, TestPath);
191 ErrorOr<OwningBuffer> MB = MemoryBuffer::getFileSlice(TestPath
[all...]
/external/skia/include/gpu/
H A DGrTestUtils.h35 const SkPath& TestPath(SkRandom*);
/external/skia/src/gpu/
H A DGrTestUtils.cpp144 const SkPath& TestPath(SkRandom* random) { function in namespace:GrTest
H A DGrDefaultPathRenderer.cpp758 SkPath path = GrTest::TestPath(random);
H A DGrAADistanceFieldPathRenderer.cpp671 geometry.fPath = GrTest::TestPath(random);
H A DGrAAHairLinePathRenderer.cpp1019 SkPath path = GrTest::TestPath(random);
H A DGrTessellatingPathRenderer.cpp1526 SkPath path = GrTest::TestPath(random);
/external/skia/tests/
H A DCanvasTest.cpp107 , fPath(TestPath())
145 static SkPath TestPath() { function in struct:TestData
/external/openssh/
H A Dconfigure33657 TestPath="$PATH"
33658 TestPath="${TestPath}${PATH_SEPARATOR}/usr/X/bin"
33659 TestPath="${TestPath}${PATH_SEPARATOR}/usr/bin/X11"
33660 TestPath="${TestPath}${PATH_SEPARATOR}/usr/X11R6/bin"
33661 TestPath="${TestPath}${PATH_SEPARATOR}/usr/openwin/bin"
33675 for as_dir in $TestPath
[all...]
/external/libedit/
H A Dconfigure11900 TestPath="/usr/bin${PATH_SEPARATOR}/usr/ucb"
11916 for as_dir in $TestPath

Completed in 701 milliseconds