Home
last modified time | relevance | path

Searched defs:otherPath (Results 1 – 13 of 13) 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
263 JimfsPath otherPath = checkPath(other); in resolve() local
285 JimfsPath otherPath = checkPath(other); in resolveSibling() local
307 JimfsPath otherPath = checkPath(other); in relativize() local
/external/skia/modules/canvaskit/
Dpathops.js4 CanvasKit.Path.prototype.op = function(otherPath, op) { argument
/external/cldr/tools/java/org/unicode/cldr/util/
DValuePathStatus.java71 String otherPath = "//ldml/numbers/decimalFormats[@numberSystem=\"" + arguments.value[1] in isMissingOk() local
/external/skqp/modules/pathkit/
Dchaining.js112 PathKit.SkPath.prototype.op = function(otherPath, op) { argument
Dexterns.js52 _op: function(otherPath, op) {}, argument
101 PathKit.SkPath.prototype.op = function(otherPath, op) {}; argument
/external/skia/modules/pathkit/
Dchaining.js112 PathKit.SkPath.prototype.op = function(otherPath, op) { argument
Dexterns.js52 _op: function(otherPath, op) {}, argument
101 PathKit.SkPath.prototype.op = function(otherPath, op) {}; argument
/external/skia/src/core/
DSkStrokerPriv.cpp32 const SkPoint& stop, SkPath* otherPath) { in SquareCapper()
/external/skqp/src/core/
DSkStrokerPriv.cpp32 const SkPoint& stop, SkPath* otherPath) { in SquareCapper()
/external/cldr/tools/java/org/unicode/cldr/tool/
DFilterFactory.java167 String otherPath = parts.toString(); in removeRedundantPaths() local
/external/cldr/tools/java/org/unicode/cldr/test/
DConsoleCheckCLDR.java627 Status otherPath = new Status(); in main() local
1546 final String otherPath = path == null ? null in showValue() local
/external/skqp/experimental/canvaskit/
Dinterface.js295 CanvasKit.SkPath.prototype.op = function(otherPath, op) { argument
/external/fonttools/Lib/fontTools/designspaceLib/
D__init__.py1137 def _posixRelativePath(self, otherPath): argument