Home
last modified time | relevance | path

Searched refs:toTest (Results 1 – 3 of 3) sorted by relevance

/trunk/main/basegfx/test/
H A Dclipstate.cxx105 void verifyPoly(const char* sName, const char* sSvg, const tools::B2DClipState& toTest) in verifyPoly() argument
110 basegfx::tools::exportToSvgD(toTest.getClipPoly(), true, true, false), in verifyPoly()
119 tools::exportToSvgD(toTest.getClipPoly(), true, true, false); in verifyPoly()
H A Dboxclipper.cxx241 void verifyPoly(const char* sName, const char* sSvg, const B2DPolyRange& toTest) in verifyPoly() argument
248 tools::exportToSvgD(toTest.solveCrossovers(), true, true, false); in verifyPoly()
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DFileUtil.java312 File toTest = parent != null ? new File(parent.getCanonicalPath(), name) : new File(name); in isSymbolicLink() local
313 return !toTest.getAbsolutePath().equals(toTest.getCanonicalPath()); in isSymbolicLink()

Completed in 23 milliseconds