Home
last modified time | relevance | path

Searched defs:pathType (Results 1 – 3 of 3) sorted by relevance

/third_party/node/benchmark/fs/
Dbench-realpathSync.js13 pathType: ['relative', 'resolved'], property
17 function main({ n, pathType }) { field
Dbench-realpath.js11 pathType: ['relative', 'resolved'], property
15 function main({ n, pathType }) { field
/third_party/skia/bench/
DStrokeBench.cpp16 StrokeBench(const SkPath& path, const SkPaint& paint, const char pathType[], SkScalar res) in StrokeBench()