Home
last modified time | relevance | path

Searched refs:onClose (Results 1 - 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
H A DMidiOutputPortConnectionSelector.java58 onClose(); in onPortSelected()
72 public void onClose() { in onClose() method in MidiOutputPortConnectionSelector
81 super.onClose(); in onClose()
H A DMidiInputPortSelector.java76 public void onClose() { in onClose() method in MidiInputPortSelector
79 Log.i(MidiConstants.TAG, "MidiInputPortSelector.onClose() - close port"); in onClose()
90 super.onClose(); in onClose()
H A DMidiOutputPortSelector.java77 public void onClose() { in onClose() method in MidiOutputPortSelector
90 super.onClose(); in onClose()
H A DMidiPortSelector.java175 public void onClose() { in onClose() method in MidiPortSelector
189 onClose(); in close()
/third_party/node/test/parallel/
H A Dtest-child-process-fork-net-server.js63 const onClose = (msg) => {
65 process.removeListener('message', onClose);
73 process.on('message', onClose);
H A Dtest-repl-programmatic-history.js250 repl.once('flushHistory', onClose);
254 onClose();
257 function onClose() {
H A Dtest-repl-persistent-history.js250 repl.once('flushHistory', onClose);
254 onClose();
257 function onClose() {
H A Dtest-child-process-fork-getconnections.js79 const onClose = common.mustCall(count);
85 client.on('close', onClose);
/third_party/skia/src/xps/
H A DSkXPSDocument.cpp33 void onClose(SkWStream*) override;
70 void SkXPSDocument::onClose(SkWStream*) { in onClose() function in SkXPSDocument
/third_party/skia/include/core/
H A DSkDocument.h71 virtual void onClose(SkWStream*) = 0;
/third_party/skia/src/core/
H A DSkDocument.cpp56 this->onClose(fStream); in close()
/third_party/node/lib/
H A D_http_agent.js381 function onClose(err) {
382 debug('CLIENT socket onClose');
389 s.on('close', onClose);
412 s.removeListener('close', onClose);
H A D_http_server.js679 onClose: null,
695 state.onClose = socketOnClose.bind(undefined,
702 socket.on('close', state.onClose);
923 socket.removeListener('close', state.onClose);
H A Dnet.js939 this.off('close', onClose);
942 function onClose() {
945 this.once('close', onClose);
/third_party/skia/src/pdf/
H A DSkPDFDocumentPriv.h87 void onClose(SkWStream*) override;
H A DSkPDFDocument.cpp550 void SkPDFDocument::onClose(SkWStream* stream) { in onClose() function in SkPDFDocument
/third_party/node/deps/npm/node_modules/socks/build/client/
H A Dsocksclient.js224 this.onClose = () => this.onCloseHandler();
241 this.socket.once('close', this.onClose);
372 this.socket.removeListener('close', this.onClose);
/third_party/skia/src/utils/
H A DSkMultiPictureDocument.cpp78 void onClose(SkWStream* wStream) override {
/third_party/typescript/tests/baselines/reference/
H A DjsxComplexSignatureHasApplicabilityError.js474 onClose?: OnCloseHandler;

Completed in 11 milliseconds