Home
last modified time | relevance | path

Searched refs:runEventLoop (Results 1 – 25 of 48) sorted by relevance

12

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.progress/src/org/eclipse/e4/ui/progress/internal/legacy/
H A DEventLoopProgressMonitor.java65 runEventLoop(); in beginTask()
77 runEventLoop(); in done()
83 runEventLoop(); in internalWorked()
88 runEventLoop(); in isCanceled()
95 private void runEventLoop() { in runEventLoop() method in EventLoopProgressMonitor
142 runEventLoop(); in setCanceled()
149 runEventLoop(); in setTaskName()
159 runEventLoop(); in subTask()
165 runEventLoop(); in worked()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/
H A DEventLoopProgressMonitor.java69 runEventLoop(); in beginTask()
84 runEventLoop(); in done()
93 runEventLoop(); in internalWorked()
101 runEventLoop(); in isCanceled()
108 private void runEventLoop() { in runEventLoop() method in EventLoopProgressMonitor
156 runEventLoop(); in setCanceled()
166 runEventLoop(); in setTaskName()
179 runEventLoop(); in subTask()
188 runEventLoop(); in worked()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.editors.tests/src/org/eclipse/ui/editors/tests/
H A DTestUtil.java37 runEventLoop(); in cleanUp()
46 public static void runEventLoop() { in runEventLoop() method in TestUtil
74 runEventLoop(); in waitForJobs()
85 runEventLoop(); in waitForJobs()
H A DLargeFileTest.java105 TestUtil.runEventLoop(); in openLargeFileWithAnnotation()
108 TestUtil.runEventLoop(); in openLargeFileWithAnnotation()
118 TestUtil.runEventLoop(); in openLargeFileWithAnnotation()
125 TestUtil.runEventLoop(); in openLargeFileWithAnnotation()
128 TestUtil.runEventLoop(); in openLargeFileWithAnnotation()
H A DTextFileDocumentProviderTest.java89 TestUtil.runEventLoop(); in setUp()
125 TestUtil.runEventLoop(); in tearDown()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/core/
H A DTestUtil.java39 runEventLoop(); in cleanUp()
44 public static void runEventLoop() { in runEventLoop() method in TestUtil
72 runEventLoop(); in waitForJobs()
83 runEventLoop(); in waitForJobs()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.tests.ui/Ant Editor Tests/org/eclipse/ant/tests/ui/editor/performance/
H A DEditorTestHelper.java38 public static IEditorPart openInEditor(IFile file, boolean runEventLoop) throws PartInitException { in openInEditor() argument
40 if (runEventLoop) in openInEditor()
45 …public static IEditorPart openInEditor(IFile file, String editorId, boolean runEventLoop) throws P… in openInEditor() argument
47 if (runEventLoop) in openInEditor()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/
H A DEditorTestHelper.java41 public static IEditorPart openInEditor(IFile file, boolean runEventLoop) throws PartInitException { in openInEditor() argument
43 if (runEventLoop) in openInEditor()
48 …public static IEditorPart openInEditor(IFile file, String editorId, boolean runEventLoop) throws P… in openInEditor() argument
50 if (runEventLoop) in openInEditor()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/workers/
H A DDedicatedWorkerThread.cpp62 void DedicatedWorkerThread::runEventLoop() in runEventLoop() function in WebCore::DedicatedWorkerThread
66 WorkerThread::runEventLoop(); in runEventLoop()
H A DWorkerThread.cpp141 runEventLoop(); in workerThread()
160 void WorkerThread::runEventLoop() in runEventLoop() function in WebCore::WorkerThread
H A DDedicatedWorkerThread.h49 virtual void runEventLoop();
H A DWorkerThread.h74 virtual void runEventLoop();
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/browser/embedded/
H A DEmbeddedBrowserAdapter.java34 boolean runEventLoop = true; field in EmbeddedBrowserAdapter.UIThread2
45 while (runEventLoop) { in run()
62 runEventLoop = false; in dispose()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/ui/
H A DAbstractDebugUiTests.java99 TestUtil.runEventLoop(); in switchPerspective()
200 sync(() -> TestUtil.runEventLoop()); in processUiEvents()
202 TestUtil.runEventLoop(); in processUiEvents()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/
H A DTestUtil.java82 public static void runEventLoop() { in runEventLoop() method in TestUtil
141 runEventLoop(); in waitForJobs()
149 runEventLoop(); in waitForJobs()
/dports/dns/py-namebench/namebench-1.3.1/cocoa/
H A Dmain.py36 AppHelper.runEventLoop()
/dports/deskutils/coolreader/coolreader-cr3.2.55/cr3gui/src/
H A Dcr3qt.cpp140 virtual int runEventLoop();
294 int CRQtWindowManager::runEventLoop() in runEventLoop() function in CRQtWindowManager
477 winman.runEventLoop(); in main()
H A Dcr3win.cpp145 virtual int runEventLoop() in runEventLoop() function in CRWin32WindowManager
513 winman.runEventLoop(); in WinMain()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/
H A DEditorTestHelper.java128 public static IEditorPart openInEditor(IFile file, boolean runEventLoop) throws PartInitException { in openInEditor() argument
130 if (runEventLoop) in openInEditor()
135 …public static IEditorPart openInEditor(IFile file, String editorId, boolean runEventLoop) throws P… in openInEditor() argument
137 if (runEventLoop) in openInEditor()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/
H A DPerformanceTest.java105 DisplayHelper.runEventLoop(Display.getCurrent(), 10); in createProjects()
146 DisplayHelper.runEventLoop(Display.getCurrent(), 10); in deleteProjects()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/internal/jsre/
H A Djsre.go78 go re.runEventLoop()
105 func (re *JSRE) runEventLoop() { func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/internal/jsre/
H A Djsre.go80 go re.runEventLoop()
107 func (re *JSRE) runEventLoop() { func
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/test plugin/org/eclipse/jdt/debug/testplugin/
H A DDebugEventWaiter.java164 TestUtil.runEventLoop(); in waitForEvent()
/dports/devel/py-twisted/Twisted-22.1.0/docs/core/examples/threadedselect/Cocoa/SimpleWebClient/
H A DTwistzilla.py91 AppHelper.runEventLoop()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests.harness/src/org/eclipse/ui/tests/harness/util/
H A DDisplayHelper.java143 public static boolean runEventLoop(Display display, long timeout) { in runEventLoop() method in DisplayHelper

12