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/test/
DCheckPlaceHolders.java130 String otherPath = path.contains("givenFirst") in checkNameOrder() local
535 String otherPath = path.replace("initialSequence", "initial"); in checkInitialPattern() local
DConsoleCheckCLDR.java558 Status otherPath = new Status(); in main() local
1421 final String otherPath = path == null ? null in showValue() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DValuePathStatus.java80 String otherPath = "//ldml/numbers/decimalFormats[@numberSystem=\"" + numberSystem in isMissingOk() local
/external/skia/modules/pathkit/
Dexterns.js52 _op: function(otherPath, op) {}, argument
101 PathKit.SkPath.prototype.op = function(otherPath, op) {}; argument
Dchaining.js109 PathKit.SkPath.prototype.op = function(otherPath, op) { argument
/external/skia/src/core/
DSkStrokerPriv.cpp32 const SkPoint& stop, SkPath* otherPath) { in SquareCapper()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DFilterFactory.java167 String otherPath = parts.toString(); in removeRedundantPaths() local
/external/fonttools/Lib/fontTools/designspaceLib/
D__init__.py2496 def _posixRelativePath(self, otherPath): argument