Home
last modified time | relevance | path

Searched refs:startRecording (Results 1 – 25 of 721) sorted by relevance

12345678910>>...29

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/jfr/jmx/
H A DTestRecordingStateInvalid.java50 startRecording(recId, bean); in main()
51 verifyIllegalState(()->{ bean.startRecording(recId); }, "Start already started"); in main()
54 verifyIllegalState(()->{ bean.startRecording(recId); }, "Start already stopped"); in main()
58 verifyIllegalArg(()->{ bean.startRecording(recId); }, "Start already destroyed"); in main()
71 private static void startRecording(long recId, FlightRecorderMXBean bean) throws Exception { in startRecording() method in TestRecordingStateInvalid
73 bean.startRecording(recId); in startRecording()
H A DTestMultipleRecordings.java48 startRecording(recIdA, bean); in main()
52 startRecording(recIdB, bean); in main()
60 startRecording(recIdC, bean); in main()
77 private static void startRecording(long recId, FlightRecorderMXBean bean) throws Exception { in startRecording() method in TestMultipleRecordings
79 bean.startRecording(recId); in startRecording()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/jdk/jfr/jmx/
H A DTestRecordingStateInvalid.java50 startRecording(recId, bean); in main()
51 verifyIllegalState(()->{ bean.startRecording(recId); }, "Start already started"); in main()
54 verifyIllegalState(()->{ bean.startRecording(recId); }, "Start already stopped"); in main()
58 verifyIllegalArg(()->{ bean.startRecording(recId); }, "Start already destroyed"); in main()
71 private static void startRecording(long recId, FlightRecorderMXBean bean) throws Exception { in startRecording() method in TestRecordingStateInvalid
73 bean.startRecording(recId); in startRecording()
H A DTestMultipleRecordings.java48 startRecording(recIdA, bean); in main()
52 startRecording(recIdB, bean); in main()
60 startRecording(recIdC, bean); in main()
77 private static void startRecording(long recId, FlightRecorderMXBean bean) throws Exception { in startRecording() method in TestMultipleRecordings
79 bean.startRecording(recId); in startRecording()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/jdk/jfr/jmx/
H A DTestRecordingStateInvalid.java48 startRecording(recId, bean); in main()
49 verifyIllegalState(()->{ bean.startRecording(recId); }, "Start already started"); in main()
52 verifyIllegalState(()->{ bean.startRecording(recId); }, "Start already stopped"); in main()
56 verifyIllegalArg(()->{ bean.startRecording(recId); }, "Start already destroyed"); in main()
69 private static void startRecording(long recId, FlightRecorderMXBean bean) throws Exception { in startRecording() method in TestRecordingStateInvalid
71 bean.startRecording(recId); in startRecording()
H A DTestMultipleRecordings.java46 startRecording(recIdA, bean); in main()
50 startRecording(recIdB, bean); in main()
58 startRecording(recIdC, bean); in main()
75 private static void startRecording(long recId, FlightRecorderMXBean bean) throws Exception { in startRecording() method in TestMultipleRecordings
77 bean.startRecording(recId); in startRecording()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/jdk/jfr/jmx/
H A DTestRecordingStateInvalid.java50 startRecording(recId, bean); in main()
51 verifyIllegalState(()->{ bean.startRecording(recId); }, "Start already started"); in main()
54 verifyIllegalState(()->{ bean.startRecording(recId); }, "Start already stopped"); in main()
58 verifyIllegalArg(()->{ bean.startRecording(recId); }, "Start already destroyed"); in main()
71 private static void startRecording(long recId, FlightRecorderMXBean bean) throws Exception { in startRecording() method in TestRecordingStateInvalid
73 bean.startRecording(recId); in startRecording()
H A DTestMultipleRecordings.java48 startRecording(recIdA, bean); in main()
52 startRecording(recIdB, bean); in main()
60 startRecording(recIdC, bean); in main()
77 private static void startRecording(long recId, FlightRecorderMXBean bean) throws Exception { in startRecording() method in TestMultipleRecordings
79 bean.startRecording(recId); in startRecording()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/jdk/jfr/jmx/
H A DTestRecordingStateInvalid.java50 startRecording(recId, bean); in main()
51 verifyIllegalState(()->{ bean.startRecording(recId); }, "Start already started"); in main()
54 verifyIllegalState(()->{ bean.startRecording(recId); }, "Start already stopped"); in main()
58 verifyIllegalArg(()->{ bean.startRecording(recId); }, "Start already destroyed"); in main()
71 private static void startRecording(long recId, FlightRecorderMXBean bean) throws Exception { in startRecording() method in TestRecordingStateInvalid
73 bean.startRecording(recId); in startRecording()
H A DTestMultipleRecordings.java48 startRecording(recIdA, bean); in main()
52 startRecording(recIdB, bean); in main()
60 startRecording(recIdC, bean); in main()
77 private static void startRecording(long recId, FlightRecorderMXBean bean) throws Exception { in startRecording() method in TestMultipleRecordings
79 bean.startRecording(recId); in startRecording()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/jdk/jfr/jmx/
H A DTestRecordingStateInvalid.java50 startRecording(recId, bean); in main()
51 verifyIllegalState(()->{ bean.startRecording(recId); }, "Start already started"); in main()
54 verifyIllegalState(()->{ bean.startRecording(recId); }, "Start already stopped"); in main()
58 verifyIllegalArg(()->{ bean.startRecording(recId); }, "Start already destroyed"); in main()
71 private static void startRecording(long recId, FlightRecorderMXBean bean) throws Exception { in startRecording() method in TestRecordingStateInvalid
73 bean.startRecording(recId); in startRecording()
H A DTestMultipleRecordings.java48 startRecording(recIdA, bean); in main()
52 startRecording(recIdB, bean); in main()
60 startRecording(recIdC, bean); in main()
77 private static void startRecording(long recId, FlightRecorderMXBean bean) throws Exception { in startRecording() method in TestMultipleRecordings
79 bean.startRecording(recId); in startRecording()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/jfr/jmx/
H A DTestRecordingStateInvalid.java50 startRecording(recId, bean); in main()
51 verifyIllegalState(()->{ bean.startRecording(recId); }, "Start already started"); in main()
54 verifyIllegalState(()->{ bean.startRecording(recId); }, "Start already stopped"); in main()
58 verifyIllegalArg(()->{ bean.startRecording(recId); }, "Start already destroyed"); in main()
71 private static void startRecording(long recId, FlightRecorderMXBean bean) throws Exception { in startRecording() method in TestRecordingStateInvalid
73 bean.startRecording(recId); in startRecording()
H A DTestMultipleRecordings.java48 startRecording(recIdA, bean); in main()
52 startRecording(recIdB, bean); in main()
60 startRecording(recIdC, bean); in main()
77 private static void startRecording(long recId, FlightRecorderMXBean bean) throws Exception { in startRecording() method in TestMultipleRecordings
79 bean.startRecording(recId); in startRecording()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/jdk/jfr/jmx/
H A DTestRecordingStateInvalid.java50 startRecording(recId, bean); in main()
51 verifyIllegalState(()->{ bean.startRecording(recId); }, "Start already started"); in main()
54 verifyIllegalState(()->{ bean.startRecording(recId); }, "Start already stopped"); in main()
58 verifyIllegalArg(()->{ bean.startRecording(recId); }, "Start already destroyed"); in main()
71 private static void startRecording(long recId, FlightRecorderMXBean bean) throws Exception { in startRecording() method in TestRecordingStateInvalid
73 bean.startRecording(recId); in startRecording()
H A DTestMultipleRecordings.java48 startRecording(recIdA, bean); in main()
52 startRecording(recIdB, bean); in main()
60 startRecording(recIdC, bean); in main()
77 private static void startRecording(long recId, FlightRecorderMXBean bean) throws Exception { in startRecording() method in TestMultipleRecordings
79 bean.startRecording(recId); in startRecording()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/jdk/jfr/jmx/
H A DTestRecordingStateInvalid.java50 startRecording(recId, bean); in main()
51 verifyIllegalState(()->{ bean.startRecording(recId); }, "Start already started"); in main()
54 verifyIllegalState(()->{ bean.startRecording(recId); }, "Start already stopped"); in main()
58 verifyIllegalArg(()->{ bean.startRecording(recId); }, "Start already destroyed"); in main()
71 private static void startRecording(long recId, FlightRecorderMXBean bean) throws Exception { in startRecording() method in TestRecordingStateInvalid
73 bean.startRecording(recId); in startRecording()
H A DTestMultipleRecordings.java48 startRecording(recIdA, bean); in main()
52 startRecording(recIdB, bean); in main()
60 startRecording(recIdC, bean); in main()
77 private static void startRecording(long recId, FlightRecorderMXBean bean) throws Exception { in startRecording() method in TestMultipleRecordings
79 bean.startRecording(recId); in startRecording()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/jdk/jfr/jmx/
H A DTestRecordingStateInvalid.java50 startRecording(recId, bean); in main()
51 verifyIllegalState(()->{ bean.startRecording(recId); }, "Start already started"); in main()
54 verifyIllegalState(()->{ bean.startRecording(recId); }, "Start already stopped"); in main()
58 verifyIllegalArg(()->{ bean.startRecording(recId); }, "Start already destroyed"); in main()
71 private static void startRecording(long recId, FlightRecorderMXBean bean) throws Exception { in startRecording() method in TestRecordingStateInvalid
73 bean.startRecording(recId); in startRecording()
H A DTestMultipleRecordings.java48 startRecording(recIdA, bean); in main()
52 startRecording(recIdB, bean); in main()
60 startRecording(recIdC, bean); in main()
77 private static void startRecording(long recId, FlightRecorderMXBean bean) throws Exception { in startRecording() method in TestMultipleRecordings
79 bean.startRecording(recId); in startRecording()
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/frame/
H A D_XDispatchRecorder.java65 oObj.startRecording(xFrame); in _startRecording()
74 oObj.startRecording(xFrame); in _getRecordedMacro()
108 oObj.startRecording(xFrame); in _endRecording()
124 oObj.startRecording(xFrame); in _recordDispatch()
156 oObj.startRecording(xFrame); in _recordDispatchAsComment()
199 oObj.startRecording(xFrame); in clearBuffer()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/frame/
H A D_XDispatchRecorder.java65 oObj.startRecording(xFrame); in _startRecording()
74 oObj.startRecording(xFrame); in _getRecordedMacro()
108 oObj.startRecording(xFrame); in _endRecording()
124 oObj.startRecording(xFrame); in _recordDispatch()
156 oObj.startRecording(xFrame); in _recordDispatchAsComment()
199 oObj.startRecording(xFrame); in clearBuffer()
/dports/x11-toolkits/kf5-kguiaddons/kguiaddons-5.89.0/autotests/
H A Dkeysequencerecordertest.cpp31 recorder.startRecording(); in testValidWindow()
36 recorder.startRecording(); in testValidWindow()
48 recorder.startRecording(); in testRecording()
76 recorder.startRecording(); in testModifiers()
113 recorder.startRecording(); in testModifierless()
140 recorder.startRecording(); in testMultiKeyAllowed()
160 recorder.startRecording(); in testMultiKeyAllowed()
/dports/net-im/tg_owt/tg_owt-d578c76/src/base/android/java/src/org/chromium/base/
H A DAnimationFrameTimeHistogram.java41 mAnimationFrameTimeHistogram.startRecording(); in getAnimatorRecorder()
67 public void startRecording() { in startRecording() method
68 mRecorder.startRecording(); in startRecording()
97 private void startRecording() { in startRecording() method in Recorder
/dports/editors/libreoffice6/libreoffice-6.4.7.2/comphelper/source/misc/
H A Dprofilezone.cxx33 void startRecording(bool bStartRecording) in startRecording() function
89 startRecording(false); in getRecordingAndClear()
95 startRecording(bRecording); in getRecordingAndClear()

12345678910>>...29