Home
last modified time | relevance | path

Searched refs:handlePath (Results 1 - 2 of 2) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-net-server-listen-path.js26 const handlePath = randomPipePath();
28 .listen(handlePath)
34 const handlePath = randomPipePath();
36 .listen({ path: handlePath })
42 const handlePath = randomPipePath();
44 .listen(handlePath, closeServer());
49 const handlePath = randomPipePath();
51 .listen({ path: handlePath }, closeServer());
56 const handlePath = randomPipePath();
60 path: handlePath,
[all...]
/third_party/skia/bench/
H A DDashBench.cpp84 this->handlePath(canvas, path, paint, loops);
87 virtual void handlePath(SkCanvas* canvas, const SkPath& path, in handlePath() function in DashBench
107 void handlePath(SkCanvas* canvas, const SkPath& path, const SkPaint& paint, int N) override {
110 this->INHERITED::handlePath(canvas, path, paint, N);

Completed in 2 milliseconds