Home
last modified time | relevance | path

Searched refs:doClose (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/tests/
H A DEmptyPathTest.cpp135 for (int doClose = 0; doClose < 2; ++doClose) { in test_emptydrawing()
139 if (doClose) { in test_emptydrawing()
145 allowCaps |= SkToBool(doClose); in test_emptydrawing()
H A DPathTest.cpp1019 for (int doClose = 0; doClose <= 1; ++doClose) { in test_addPoly()
1022 path.addPoly(pts, SkToInt(count), SkToBool(doClose)); in test_addPoly()
1023 test_poly(reporter, path, pts, SkToBool(doClose)); in test_addPoly()
/third_party/node/test/fixtures/wpt/streams/readable-streams/
H A Dtemplated.any.js128 let doClose;
133 doClose = c.close.bind(c);
137 doClose();
/third_party/skia/gm/
H A Dlinepaths.cpp38 static void draw(SkCanvas* canvas, bool doClose) { in draw() argument
75 if (doClose) { in draw()
92 const char* title = doClose ? titleClose : titleNoClose; in draw()
/third_party/node/lib/internal/
H A Djs_stream_socket.js53 this.doClose(cb);
146 // If doClose is pending, the stream & this._handle are gone. We can't do
147 // anything. doClose will call finishShutdown with ECANCELED for us shortly.
163 // handle === this._handle except when called from doClose().
178 // If doClose is pending, the stream & this._handle are gone. We can't do
179 // anything. doClose will call finishWrite with ECANCELED for us shortly.
180 this[kCurrentWriteRequest] = req; // Store req, for doClose to cancel
222 // handle === this._handle except when called from doClose().
238 doClose(cb) {
/third_party/node/test/parallel/
H A Dtest-whatwg-readablestream.js619 let doClose;
624 doClose = controller.close.bind(controller);
628 doClose();

Completed in 14 milliseconds