Home
last modified time | relevance | path

Searched refs:stopRecording (Results 1 – 25 of 591) sorted by relevance

12345678910>>...24

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/jfr/jmx/
H A DTestRecordingStateInvalid.java48 verifyIllegalState(()->{ bean.stopRecording(recId); }, "Stop not started"); in main()
53 stopRecording(recId, bean); in main()
55 verifyIllegalState(()->{ bean.stopRecording(recId); }, "Stop already stopped"); in main()
59 verifyIllegalArg(()->{ bean.stopRecording(recId); }, "Stop already destroyed"); in main()
77 private static void stopRecording(long recId, FlightRecorderMXBean bean) throws Exception { in stopRecording() method in TestRecordingStateInvalid
79 bean.stopRecording(recId); in stopRecording()
H A DTestMultipleRecordings.java55 stopRecording(recIdA, bean); in main()
61 stopRecording(recIdC, bean); in main()
65 stopRecording(recIdB, bean); in main()
83 private static void stopRecording(long recId, FlightRecorderMXBean bean) throws Exception { in stopRecording() method in TestMultipleRecordings
85 bean.stopRecording(recId); in stopRecording()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/jdk/jfr/jmx/
H A DTestRecordingStateInvalid.java48 verifyIllegalState(()->{ bean.stopRecording(recId); }, "Stop not started"); in main()
53 stopRecording(recId, bean); in main()
55 verifyIllegalState(()->{ bean.stopRecording(recId); }, "Stop already stopped"); in main()
59 verifyIllegalArg(()->{ bean.stopRecording(recId); }, "Stop already destroyed"); in main()
77 private static void stopRecording(long recId, FlightRecorderMXBean bean) throws Exception { in stopRecording() method in TestRecordingStateInvalid
79 bean.stopRecording(recId); in stopRecording()
H A DTestMultipleRecordings.java55 stopRecording(recIdA, bean); in main()
61 stopRecording(recIdC, bean); in main()
65 stopRecording(recIdB, bean); in main()
83 private static void stopRecording(long recId, FlightRecorderMXBean bean) throws Exception { in stopRecording() method in TestMultipleRecordings
85 bean.stopRecording(recId); in stopRecording()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/jdk/jfr/jmx/
H A DTestRecordingStateInvalid.java46 verifyIllegalState(()->{ bean.stopRecording(recId); }, "Stop not started"); in main()
51 stopRecording(recId, bean); in main()
53 verifyIllegalState(()->{ bean.stopRecording(recId); }, "Stop already stopped"); in main()
57 verifyIllegalArg(()->{ bean.stopRecording(recId); }, "Stop already destroyed"); in main()
75 private static void stopRecording(long recId, FlightRecorderMXBean bean) throws Exception { in stopRecording() method in TestRecordingStateInvalid
77 bean.stopRecording(recId); in stopRecording()
H A DTestMultipleRecordings.java53 stopRecording(recIdA, bean); in main()
59 stopRecording(recIdC, bean); in main()
63 stopRecording(recIdB, bean); in main()
81 private static void stopRecording(long recId, FlightRecorderMXBean bean) throws Exception { in stopRecording() method in TestMultipleRecordings
83 bean.stopRecording(recId); in stopRecording()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/jdk/jfr/jmx/
H A DTestRecordingStateInvalid.java48 verifyIllegalState(()->{ bean.stopRecording(recId); }, "Stop not started"); in main()
53 stopRecording(recId, bean); in main()
55 verifyIllegalState(()->{ bean.stopRecording(recId); }, "Stop already stopped"); in main()
59 verifyIllegalArg(()->{ bean.stopRecording(recId); }, "Stop already destroyed"); in main()
77 private static void stopRecording(long recId, FlightRecorderMXBean bean) throws Exception { in stopRecording() method in TestRecordingStateInvalid
79 bean.stopRecording(recId); in stopRecording()
H A DTestMultipleRecordings.java55 stopRecording(recIdA, bean); in main()
61 stopRecording(recIdC, bean); in main()
65 stopRecording(recIdB, bean); in main()
83 private static void stopRecording(long recId, FlightRecorderMXBean bean) throws Exception { in stopRecording() method in TestMultipleRecordings
85 bean.stopRecording(recId); in stopRecording()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/jdk/jfr/jmx/
H A DTestRecordingStateInvalid.java48 verifyIllegalState(()->{ bean.stopRecording(recId); }, "Stop not started"); in main()
53 stopRecording(recId, bean); in main()
55 verifyIllegalState(()->{ bean.stopRecording(recId); }, "Stop already stopped"); in main()
59 verifyIllegalArg(()->{ bean.stopRecording(recId); }, "Stop already destroyed"); in main()
77 private static void stopRecording(long recId, FlightRecorderMXBean bean) throws Exception { in stopRecording() method in TestRecordingStateInvalid
79 bean.stopRecording(recId); in stopRecording()
H A DTestMultipleRecordings.java55 stopRecording(recIdA, bean); in main()
61 stopRecording(recIdC, bean); in main()
65 stopRecording(recIdB, bean); in main()
83 private static void stopRecording(long recId, FlightRecorderMXBean bean) throws Exception { in stopRecording() method in TestMultipleRecordings
85 bean.stopRecording(recId); in stopRecording()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/jdk/jfr/jmx/
H A DTestRecordingStateInvalid.java48 verifyIllegalState(()->{ bean.stopRecording(recId); }, "Stop not started"); in main()
53 stopRecording(recId, bean); in main()
55 verifyIllegalState(()->{ bean.stopRecording(recId); }, "Stop already stopped"); in main()
59 verifyIllegalArg(()->{ bean.stopRecording(recId); }, "Stop already destroyed"); in main()
77 private static void stopRecording(long recId, FlightRecorderMXBean bean) throws Exception { in stopRecording() method in TestRecordingStateInvalid
79 bean.stopRecording(recId); in stopRecording()
H A DTestMultipleRecordings.java55 stopRecording(recIdA, bean); in main()
61 stopRecording(recIdC, bean); in main()
65 stopRecording(recIdB, bean); in main()
83 private static void stopRecording(long recId, FlightRecorderMXBean bean) throws Exception { in stopRecording() method in TestMultipleRecordings
85 bean.stopRecording(recId); in stopRecording()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/jfr/jmx/
H A DTestRecordingStateInvalid.java48 verifyIllegalState(()->{ bean.stopRecording(recId); }, "Stop not started"); in main()
53 stopRecording(recId, bean); in main()
55 verifyIllegalState(()->{ bean.stopRecording(recId); }, "Stop already stopped"); in main()
59 verifyIllegalArg(()->{ bean.stopRecording(recId); }, "Stop already destroyed"); in main()
77 private static void stopRecording(long recId, FlightRecorderMXBean bean) throws Exception { in stopRecording() method in TestRecordingStateInvalid
79 bean.stopRecording(recId); in stopRecording()
H A DTestMultipleRecordings.java55 stopRecording(recIdA, bean); in main()
61 stopRecording(recIdC, bean); in main()
65 stopRecording(recIdB, bean); in main()
83 private static void stopRecording(long recId, FlightRecorderMXBean bean) throws Exception { in stopRecording() method in TestMultipleRecordings
85 bean.stopRecording(recId); in stopRecording()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/jdk/jfr/jmx/
H A DTestRecordingStateInvalid.java48 verifyIllegalState(()->{ bean.stopRecording(recId); }, "Stop not started"); in main()
53 stopRecording(recId, bean); in main()
55 verifyIllegalState(()->{ bean.stopRecording(recId); }, "Stop already stopped"); in main()
59 verifyIllegalArg(()->{ bean.stopRecording(recId); }, "Stop already destroyed"); in main()
77 private static void stopRecording(long recId, FlightRecorderMXBean bean) throws Exception { in stopRecording() method in TestRecordingStateInvalid
79 bean.stopRecording(recId); in stopRecording()
H A DTestMultipleRecordings.java55 stopRecording(recIdA, bean); in main()
61 stopRecording(recIdC, bean); in main()
65 stopRecording(recIdB, bean); in main()
83 private static void stopRecording(long recId, FlightRecorderMXBean bean) throws Exception { in stopRecording() method in TestMultipleRecordings
85 bean.stopRecording(recId); in stopRecording()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/jdk/jfr/jmx/
H A DTestRecordingStateInvalid.java48 verifyIllegalState(()->{ bean.stopRecording(recId); }, "Stop not started"); in main()
53 stopRecording(recId, bean); in main()
55 verifyIllegalState(()->{ bean.stopRecording(recId); }, "Stop already stopped"); in main()
59 verifyIllegalArg(()->{ bean.stopRecording(recId); }, "Stop already destroyed"); in main()
77 private static void stopRecording(long recId, FlightRecorderMXBean bean) throws Exception { in stopRecording() method in TestRecordingStateInvalid
79 bean.stopRecording(recId); in stopRecording()
H A DTestMultipleRecordings.java55 stopRecording(recIdA, bean); in main()
61 stopRecording(recIdC, bean); in main()
65 stopRecording(recIdB, bean); in main()
83 private static void stopRecording(long recId, FlightRecorderMXBean bean) throws Exception { in stopRecording() method in TestMultipleRecordings
85 bean.stopRecording(recId); in stopRecording()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/jdk/jfr/jmx/
H A DTestRecordingStateInvalid.java48 verifyIllegalState(()->{ bean.stopRecording(recId); }, "Stop not started"); in main()
53 stopRecording(recId, bean); in main()
55 verifyIllegalState(()->{ bean.stopRecording(recId); }, "Stop already stopped"); in main()
59 verifyIllegalArg(()->{ bean.stopRecording(recId); }, "Stop already destroyed"); in main()
77 private static void stopRecording(long recId, FlightRecorderMXBean bean) throws Exception { in stopRecording() method in TestRecordingStateInvalid
79 bean.stopRecording(recId); in stopRecording()
H A DTestMultipleRecordings.java55 stopRecording(recIdA, bean); in main()
61 stopRecording(recIdC, bean); in main()
65 stopRecording(recIdB, bean); in main()
83 private static void stopRecording(long recId, FlightRecorderMXBean bean) throws Exception { in stopRecording() method in TestMultipleRecordings
85 bean.stopRecording(recId); in stopRecording()
/dports/security/keybase/client-v5.7.1/shared/chat/audio/
H A Daudio-starter.native.tsx14 stopRecording: (st: Types.AudioStopType) => void
83 const stopRecording = (stopType: Types.AudioStopType) => {
85 props.stopRecording(stopType)
122 stopRecording(Types.AudioStopType.CANCEL)
126 stopRecording(Types.AudioStopType.RELEASE)
149 stopRecording(Types.AudioStopType.CANCEL)
166 stopRecording(Types.AudioStopType.CANCEL)
170 stopRecording(Types.AudioStopType.RELEASE)
/dports/sysutils/barrier/barrier-2.3.3/src/gui/src/
H A DKeySequenceWidget.cpp58 stopRecording(); in mousePressEvent()
72 void KeySequenceWidget::stopRecording() in stopRecording() function in KeySequenceWidget
106 stopRecording(); in event()
130 stopRecording(); in keyPressEvent()
/dports/sysutils/synergy/synergy-core-1.14.0.4-stable/src/gui/src/
H A DKeySequenceWidget.cpp58 stopRecording(); in mousePressEvent()
72 void KeySequenceWidget::stopRecording() in stopRecording() function in KeySequenceWidget
106 stopRecording(); in event()
130 stopRecording(); in keyPressEvent()
/dports/games/libretro-mgba/mgba-6186d45/src/platform/qt/
H A DGIFView.cpp24 connect(m_ui.stop, &QAbstractButton::clicked, this, &GIFView::stopRecording); in GIFView()
35 stopRecording(); in ~GIFView()
39 connect(controller.get(), &CoreController::stopping, this, &GIFView::stopRecording); in setController()
58 void GIFView::stopRecording() { in stopRecording() function in GIFView
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/test/e2e/performance/
H A Drecording_test.ts8 import {getTotalTimeFromSummary, navigateToPerformanceTab, startRecording, stopRecording} from '../…
15 await stopRecording();

12345678910>>...24