Home
last modified time | relevance | path

Searched refs:onEnd (Results 1 - 16 of 16) sorted by relevance

/third_party/node/deps/undici/src/node_modules/@fastify/busboy/lib/types/
H A Dmultipart.js152 onEnd
209 onEnd = function () {
238 onEnd = function () {
255 part.on('end', onEnd)
/third_party/skia/src/gpu/dawn/
H A DGrDawnOpsRenderPass.h39 void onEnd() override;
H A DGrDawnOpsRenderPass.cpp141 void GrDawnOpsRenderPass::onEnd() { in onEnd() function in GrDawnOpsRenderPass
/third_party/node/lib/
H A D_http_server.js678 onEnd: null,
693 state.onEnd = socketOnEnd.bind(undefined,
701 socket.on('end', state.onEnd);
922 socket.removeListener('end', state.onEnd);
/third_party/skia/src/gpu/vk/
H A DGrVkOpsRenderPass.h69 void onEnd() override;
H A DGrVkOpsRenderPass.cpp615 void GrVkOpsRenderPass::onEnd() { in onEnd() function in GrVkOpsRenderPass
/third_party/skia/src/gpu/gl/
H A DGrGLOpsRenderPass.h61 void onEnd() override;
H A DGrGLOpsRenderPass.cpp65 void GrGLOpsRenderPass::onEnd() { in onEnd() function in GrGLOpsRenderPass
/third_party/skia/src/gpu/
H A DGrOpsRenderPass.h181 virtual void onEnd() {} in onEnd() function in GrOpsRenderPass
H A DGrOpsRenderPass.cpp35 this->onEnd(); in end()
/third_party/node/deps/npm/node_modules/ssri/lib/
H A Dindex.js81 this.#onEnd()
92 #onEnd () {
/third_party/skia/src/pathops/
H A DSkOpCoincidence.cpp395 bool onEnd = span->coinPtTStart()->fT == 0; in DEBUG_COIN_DECLARE_ONLY_PARAMS() local
397 if (onEnd) { in DEBUG_COIN_DECLARE_ONLY_PARAMS()
410 bool onEnd = span->coinPtTEnd()->fT == 1; in DEBUG_COIN_DECLARE_ONLY_PARAMS() local
412 if (onEnd) { in DEBUG_COIN_DECLARE_ONLY_PARAMS()
H A DSkOpSpan.h101 bool onEnd() const;
H A DSkOpSpan.cpp109 bool SkOpPtT::onEnd() const { in onEnd() function in SkOpPtT
H A DSkPathOpsDebug.cpp1574 bool onEnd = span->coinPtTStart()->fT == 0; in debugAddEndMovedSpans() local
1576 if (onEnd) { in debugAddEndMovedSpans()
1589 bool onEnd = span->coinPtTEnd()->fT == 1; in debugAddEndMovedSpans() local
1591 if (onEnd) { in debugAddEndMovedSpans()
/third_party/node/deps/undici/
H A Dundici.js3940 let onData, onEnd;
3995 onEnd = /* @__PURE__ */ __name(function() {
3998 }, "onEnd");
4022 onEnd = /* @__PURE__ */ __name(function() {
4030 }, "onEnd");
4034 part.on("end", onEnd);

Completed in 29 milliseconds