Searched refs:isRelative (Results 1 – 6 of 6) sorted by relevance
73 assertThatPath("foo").isRelative().and().hasNameComponents("foo"); in testPaths()74 assertThatPath("foo\\bar").isRelative().and().hasNameComponents("foo", "bar"); in testPaths()105 .isRelative() in testPaths_withSlash()137 .isRelative() in testPaths_resolve()150 assertThatPath(path("foo\\bar\\..").normalize()).isRelative().and().hasNameComponents("foo"); in testPaths_normalize()152 .isRelative() in testPaths_normalize()156 .isRelative() in testPaths_normalize()160 .isRelative() in testPaths_normalize()163 assertThatPath(path("..\\.\\..").normalize()).isRelative().and().hasNameComponents("..", ".."); in testPaths_normalize()169 .isRelative() in testPaths_relativize()[all …]
169 assertThatPath("foo").isRelative().and().hasNameComponents("foo"); in testPaths()170 assertThatPath("foo/bar").isRelative().and().hasNameComponents("foo", "bar"); in testPaths()206 .isRelative() in testPaths_resolve()219 assertThatPath(path("foo/bar/..").normalize()).isRelative().and().hasNameComponents("foo"); in testPaths_normalize()221 .isRelative() in testPaths_normalize()225 .isRelative() in testPaths_normalize()229 .isRelative() in testPaths_normalize()232 assertThatPath(path(".././..").normalize()).isRelative().and().hasNameComponents("..", ".."); in testPaths_normalize()238 .isRelative() in testPaths_relativize()242 .isRelative() in testPaths_relativize()[all …]
98 public PathSubject isRelative() { in isRelative() method in PathSubject
349 private boolean isRelative; field in Tween381 isFrom = isRelative = false; in reset()553 isRelative = true; in targetRelative()572 isRelative = true; in targetRelative()593 isRelative = true; in targetRelative()618 isRelative = true; in targetRelative()805 targetValues[i] += isRelative ? startValues[i] : 0; in initializeOverride()808 waypoints[ii*combinedAttrsCnt+i] += isRelative ? startValues[i] : 0; in initializeOverride()
63 bool isRelative, SkPoint* relative) { in find_points() argument65 if (isRelative) { in find_points()75 bool isRelative, SkScalar relative) { in find_scalar() argument80 if (isRelative) { in find_scalar()
677 bool isRelative = false; in GetStream() local686 isRelative = false; // RAR5, TAR: hard links are from root folder of archive in GetStream()716 isRelative = true; // RAR5, TAR: symbolic links can be relative in GetStream()748 isRelative = reparse.IsRelative(); in GetStream()765 isRelative = false; in GetStream()775 isRelative = false; in GetStream()780 if (!linkPath.IsEmpty() && !isRelative && _removePathParts.Size() != 0) in GetStream()1230 if (isRelative) in GetStream()1241 if (isHardLink /* || isCopyLink */ || !isRelative) in GetStream()1290 if (_item.IsDir && !isRelative) in GetStream()