Home
last modified time | relevance | path

Searched refs:onFlush (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/pkg/ingester/
H A Dreplay_controller_test.go12 onFlush func() member
15 func newDumbFlusher(onFlush func()) *dumbFlusher {
17 onFlush: onFlush,
22 if f.onFlush != nil {
23 f.onFlush()
/dports/www/R-cran-shiny/shiny/man/
H A DonFlush.Rd3 \name{onFlush}
4 \alias{onFlush}
9 onFlush(fun, once = TRUE, session = getDefaultReactiveDomain())
19 re-run each time the event occurs. (Only for \code{onFlush} and
26 \code{onFlush} registers a function that will be called before Shiny flushes
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/jdk/jfr/api/consumer/recordingstream/
H A DTestOnFlush.java56 rs.onFlush(null); in testOnFlushNull()
69 r.onFlush(() -> { in testNoEvent()
85 r.onFlush(() -> { in testOneEvent()
H A DTestRemove.java129 rs.onFlush(onFlush1); in testRemoveOnFlush()
130 rs.onFlush(onFlush2); in testRemoveOnFlush()
H A DTestOnEvent.java163 r.onFlush(() -> { in testOnEventAfterStart()
179 rs.onFlush(() -> { in start()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/jdk/jfr/api/consumer/recordingstream/
H A DTestOnFlush.java56 rs.onFlush(null); in testOnFlushNull()
69 r.onFlush(() -> { in testNoEvent()
85 r.onFlush(() -> { in testOneEvent()
H A DTestRemove.java129 rs.onFlush(onFlush1);
130 rs.onFlush(onFlush2);
H A DTestOnEvent.java163 r.onFlush(() -> { in testOnEventAfterStart()
179 rs.onFlush(() -> { in start()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/jdk/jfr/api/consumer/recordingstream/
H A DTestOnFlush.java56 rs.onFlush(null); in testOnFlushNull()
69 r.onFlush(() -> { in testNoEvent()
85 r.onFlush(() -> { in testOneEvent()
H A DTestRemove.java129 rs.onFlush(onFlush1); in testRemoveOnFlush()
130 rs.onFlush(onFlush2); in testRemoveOnFlush()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/jdk/jfr/api/consumer/recordingstream/
H A DTestOnFlush.java54 rs.onFlush(null); in testOnFlushNull()
67 r.onFlush(() -> { in testNoEvent()
83 r.onFlush(() -> { in testOneEvent()
H A DTestRemove.java127 rs.onFlush(onFlush1); in testRemoveOnFlush()
128 rs.onFlush(onFlush2); in testRemoveOnFlush()
/dports/www/R-cran-bslib/bslib/R/
H A Dnav-update.R99 session$onFlush(callback, once = TRUE)
114 session$onFlush(callback, once = TRUE)
162 session$onFlush(callback, once = TRUE)
187 session$onFlush(callback, once = TRUE)
/dports/devel/thrift/thrift-0.14.0/lib/nodejs/lib/thrift/
H A Dframed_transport.js31 this.onFlush = callback;
172 if (this.onFlush) {
177 if (this.onFlush) {
179 this.onFlush(msg, seqid);
H A Dbuffered_transport.js34 this.onFlush = callback;
179 if (this.onFlush) {
181 this.onFlush(msg, seqid);
/dports/www/R-cran-shiny/shiny/R/
H A Dinsert-tab.R243 session$onFlush(callback, once = TRUE)
260 session$onFlush(callback, once = TRUE)
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/paint/
H A Dskia_paint_canvas_unittest.cc19 EXPECT_CALL(mock_canvas, onFlush()).Times(2); in TEST()
34 EXPECT_CALL(mock_canvas, onFlush()).Times(2); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/paint/
H A Dskia_paint_canvas_unittest.cc19 EXPECT_CALL(mock_canvas, onFlush()).Times(2); in TEST()
34 EXPECT_CALL(mock_canvas, onFlush()).Times(2); in TEST()
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/audio/
H A DBaseAudioProcessor.java89 onFlush(); in flush()
135 protected void onFlush() { in onFlush() method in BaseAudioProcessor
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/audio/
H A DBaseAudioProcessor.java89 onFlush(); in flush()
135 protected void onFlush() { in onFlush() method in BaseAudioProcessor
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/audio/
H A DBaseAudioProcessor.java89 onFlush(); in flush()
135 protected void onFlush() { in onFlush() method in BaseAudioProcessor
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jfr/share/classes/jdk/jfr/internal/consumer/
H A DEventDirectoryStream.java226 onFlush(); in processOrdered()
236 onFlush(); in processOrdered()
244 onFlush(); in processUnordered()
H A DEventFileStream.java139 onFlush(); in dispatchOrdered()
147 onFlush(); in processUnordered()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jfr/share/classes/jdk/jfr/internal/consumer/
H A DEventDirectoryStream.java237 onFlush(); in processOrdered()
247 onFlush(); in processOrdered()
255 onFlush(); in processUnordered()
H A DEventFileStream.java138 onFlush(); in dispatchOrdered()
146 onFlush(); in processUnordered()

12345678910>>...15