Searched refs:IsRunning (Results 1 - 25 of 319) sorted by last modified time

1234567891011>>

/external/llvm/tools/lli/
H A DRemoteTarget.h28 bool IsRunning; member in class:llvm::RemoteTarget
112 RemoteTarget() : IsRunning(false), ErrorMsg("") {}
113 virtual ~RemoteTarget() { if (IsRunning) stop(); }
/external/lldb/include/lldb/Target/
H A DProcess.h3407 IsRunning () const;
/external/lldb/source/Core/
H A DDebugger.cpp811 if (process_sp && process_sp->IsRunning() == false)
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp103 if (IsRunning())
862 IsRunning(),
H A DCommunicationKDP.h119 IsRunning() const function in class:CommunicationKDP
H A DProcessKDP.cpp568 if (m_comm.IsRunning())
593 if (m_comm.IsRunning())
716 if (m_destroy_in_process && m_comm.IsRunning())
H A DProcessKDP.h203 IsRunning ( lldb::StateType state ) function in class:ProcessKDP
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp268 if (IsRunning())
H A DGDBRemoteCommunication.h69 IsRunning() const function in class:GDBRemoteCommunication
H A DGDBRemoteCommunicationClient.cpp331 if (IsRunning())
843 if (IsRunning())
2337 if (!IsRunning())
H A DProcessGDBRemote.h235 IsRunning ( lldb::StateType state ) function in class:ProcessGDBRemote
/external/lldb/source/Target/
H A DProcess.cpp1426 Process::IsRunning () const function in class:Process
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.cpp440 if (IsRunning(state) && timeout_abstime)
446 return !IsRunning (state);
463 if (!IsRunning(state))
H A DMachProcess.h188 bool IsRunning (nub_state_t state) function in class:MachProcess
/external/chromium_org/v8/test/cctest/
H A Dtest-log.cc156 bool IsRunning() { return run_; }
183 while (IsRunning()) {
212 while (IsRunning()) {
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideocapturer.cc260 if (IsRunning()) {
297 if (IsRunning()) {
312 bool WebRtcVideoCapturer::IsRunning() { function in class:cricket::WebRtcVideoCapturer
338 if (!cs.locked() || !IsRunning()) {
H A Dwebrtcvideocapturer.h71 virtual bool IsRunning();
H A Dwebrtcvideocapturer_unittest.cc70 EXPECT_FALSE(capturer_->IsRunning());
75 EXPECT_FALSE(capturer_->IsRunning());
86 EXPECT_FALSE(capturer_->IsRunning());
99 EXPECT_TRUE(capturer_->IsRunning());
110 EXPECT_FALSE(capturer_->IsRunning());
125 EXPECT_TRUE(capturer_->IsRunning());
136 EXPECT_FALSE(capturer_->IsRunning());
144 EXPECT_FALSE(capturer_->IsRunning());
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfakevideocapturer.h140 virtual bool IsRunning() { return running_; } function in class:cricket::FakeVideoCapturer
H A Dvideoadapter_unittest.cc194 EXPECT_TRUE_WAIT(!capturer_->IsRunning() ||
209 EXPECT_TRUE_WAIT(!capturer_->IsRunning() ||
226 EXPECT_TRUE_WAIT(!capturer_->IsRunning() ||
243 EXPECT_TRUE_WAIT(!capturer_->IsRunning() ||
260 EXPECT_TRUE_WAIT(!capturer_->IsRunning() ||
278 EXPECT_TRUE_WAIT(!capturer_->IsRunning() ||
288 EXPECT_TRUE_WAIT(!capturer_->IsRunning() ||
303 EXPECT_TRUE_WAIT(!capturer_->IsRunning() ||
319 EXPECT_TRUE_WAIT(!capturer_->IsRunning() ||
333 EXPECT_TRUE_WAIT(!capturer_->IsRunning() ||
[all...]
H A Dvideocapturer.cc218 if (!IsRunning()) {
H A Dvideocapturer.h202 virtual bool IsRunning() = 0;
H A Dvideocapturer_unittest.cc125 EXPECT_TRUE(capturer_.IsRunning());
142 EXPECT_TRUE(capturer_.IsRunning());
151 EXPECT_TRUE(capturer_.IsRunning());
155 EXPECT_FALSE(capturer_.IsRunning());
159 EXPECT_FALSE(capturer_.IsRunning());
165 EXPECT_TRUE(capturer_.IsRunning());
174 EXPECT_TRUE(capturer_.IsRunning());
179 EXPECT_TRUE(capturer_.IsRunning());
189 EXPECT_TRUE(capturer_.IsRunning());
241 EXPECT_TRUE(capturer_.IsRunning());
[all...]
H A Dvideoengine_unittest.h105 bool is_camera_on() const { return T::GetVideoCapturer()->IsRunning(); }
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dfilevideocapturer.cc179 if (IsRunning()) {
228 if (IsRunning()) {
256 bool FileVideoCapturer::IsRunning() { function in class:cricket::FileVideoCapturer

Completed in 1388 milliseconds

1234567891011>>