Home
last modified time | relevance | path

Searched defs:otherPath (Results 1 – 10 of 10) sorted by relevance

/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DJimfsPath.java169 JimfsPath otherPath = checkPath(other); in startsWith() local
183 JimfsPath otherPath = checkPath(other); in endsWith() local
259 JimfsPath otherPath = checkPath(other); in resolve() local
281 JimfsPath otherPath = checkPath(other); in resolveSibling() local
303 JimfsPath otherPath = checkPath(other); in relativize() local
/external/skia/modules/canvaskit/
Dpathops.js4 CanvasKit.Path.prototype.op = function(otherPath, op) { argument
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DValuePathStatus.java84 String otherPath = in isMissingOk() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DCheckPlaceHolders.java144 String otherPath = in checkNameOrder() local
728 String otherPath = path.replace("initialSequence", "initial"); in checkInitialPattern() local
DConsoleCheckCLDR.java1822 final String otherPath = in showValue() local
/external/skia/src/core/
DSkStrokerPriv.cpp34 const SkPoint& stop, SkPath* otherPath) { in SquareCapper()
/external/skia/modules/pathkit/
Dchaining.js114 PathKit.SkPath.prototype.op = function(otherPath, op) { argument
Dexterns.js54 _op: function(otherPath, op) {}, argument
106 PathKit.SkPath.prototype.op = function(otherPath, op) {}; argument
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DFilterFactory.java166 String otherPath = parts.toString(); in removeRedundantPaths() local
/external/fonttools/Lib/fontTools/designspaceLib/
D__init__.py2804 def _posixRelativePath(self, otherPath): argument