Searched refs:isRunning (Results 1 - 25 of 38) sorted by relevance

12

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Automator/PyObjCTest/
H A Dtest_amworkflowcontroller.py8 self.failUnlessResultIsBOOL(AMWorkflowController.isRunning)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Automator/PyObjCTest/
H A Dtest_amworkflowcontroller.py9 self.assertResultIsBOOL(AMWorkflowController.isRunning)
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dsimplethread.h18 UBool isRunning(); // return true if a started thread has exited.
H A Dsimplethread.cpp127 SimpleThread::isRunning() { function in class:SimpleThread
226 UBool SimpleThread::isRunning() { function in class:SimpleThread
295 SimpleThread::isRunning() { function in class:SimpleThread
309 // The function SimpleThread::isRunning() is used for this purpose.
415 SimpleThread::isRunning() { function in class:SimpleThread
/macosx-10.10/WebCore-7600.1.25/platform/
H A DClock.h46 virtual bool isRunning() const = 0;
H A DClockGeneric.h46 virtual bool isRunning() const override { return m_running; }
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nstask.py8 self.failUnlessResultIsBOOL(NSTask.isRunning)
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-ScriptingBridge/PyObjCTest/
H A Dtest_scriptingbridge.py7 self.failUnlessResultIsBOOL(SBApplication.isRunning)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-ScriptingBridge/PyObjCTest/
H A Dtest_scriptingbridge.py7 self.assertResultIsBOOL(SBApplication.isRunning)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Automator-2.5.1/PyObjCTest/
H A Dtest_amworkflowcontroller.py9 self.assertResultIsBOOL(AMWorkflowController.isRunning)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-ScriptingBridge-2.5.1/PyObjCTest/
H A Dtest_scriptingbridge.py11 self.assertResultIsBOOL(SBApplication.isRunning)
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-QTKit/PyObjCTest/
H A Dtest_QTCaptureSession.py15 self.failUnlessResultIsBOOL(QTCaptureSession.isRunning)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nstask.py8 self.assertResultIsBOOL(NSTask.isRunning)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-QTKit/PyObjCTest/
H A Dtest_QTCaptureSession.py15 self.assertResultIsBOOL(QTCaptureSession.isRunning)
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DPlatformClockCA.h51 virtual bool isRunning() const override { return m_running; }
H A DPlatformClockCM.h56 virtual bool isRunning() const override { return m_running; }
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nstask.py13 self.assertResultIsBOOL(NSTask.isRunning)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-QTKit-2.5.1/PyObjCTest/
H A Dtest_QTCaptureSession.py20 self.assertResultIsBOOL(QTCaptureSession.isRunning)
/macosx-10.10/WebCore-7600.1.25/replay/
H A DEventLoopInputDispatcher.h70 bool isRunning() const { return m_running; } function in class:WebCore::EventLoopInputDispatcher
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebMemorySampler.h78 bool isRunning() const;
H A DWebMemorySampler.cpp116 bool WebMemorySampler::isRunning() const function in class:WebKit::WebMemorySampler
/macosx-10.10/WebCore-7600.1.25/platform/mediastream/mac/
H A DAVMediaCaptureSource.mm151 if ([m_session.get() isRunning])
161 if (!m_session || ![m_session.get() isRunning])
/macosx-10.10/PostgreSQL-97/Support/
H A D58_postgres_setup.rb101 isRunning = 0
106 isRunning = 1
111 if (! isRunning)
H A D05_postgresmigrator.rb104 isRunning = 0
109 isRunning = 1
114 if (! isRunning)
/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DChildProcessMac.mm192 ASSERT([NSApp isRunning]);

Completed in 191 milliseconds

12