HomeSort by relevance Sort by last modified time
    Searched refs:IsRunning (Results 1 - 17 of 17) sorted by null

  /external/chromium/base/
thread_unittest.cc 63 EXPECT_FALSE(a.IsRunning());
66 EXPECT_TRUE(a.IsRunning());
69 EXPECT_FALSE(a.IsRunning());
72 EXPECT_TRUE(a.IsRunning());
75 EXPECT_FALSE(a.IsRunning());
78 EXPECT_FALSE(a.IsRunning());
89 EXPECT_TRUE(a.IsRunning());
123 EXPECT_TRUE(a.IsRunning());
128 EXPECT_FALSE(a.IsRunning());
timer.h 71 bool IsRunning() const {
78 DCHECK(IsRunning());
118 DCHECK(!IsRunning());
130 DCHECK(IsRunning());
238 if (timer_.IsRunning() && timer_.GetCurrentDelay() <= delay)
cancellation_flag_unittest.cc 60 ASSERT_TRUE(t.IsRunning());
thread.h 111 bool IsRunning() const { return thread_id_ != 0; }
  /external/v8/src/
v8.h 87 static bool IsRunning() { return is_running_; }
v8.cc 49 if (IsRunning()) return true;
v8threads.cc 62 if (!internal::V8::IsRunning()) {
api.cc 235 return !i::V8::IsRunning()
256 if (i::V8::IsRunning()) {
427 if (!i::V8::IsRunning()) return false;
434 if (!i::V8::IsRunning()) return false;
441 if (!i::V8::IsRunning()) return;
484 if (!i::V8::IsRunning()) return;
    [all...]
bootstrapper.cc     [all...]
  /development/simulator/app/
ExternalRuntime.cpp 33 if (IsRunning()) {
DeviceManager.h 78 bool IsRunning(void) const {
80 return mThread->IsRunning();
147 // wxThread class supplies an IsRunning() method
DeviceManager.cpp 56 if (mThread != NULL && mThread->IsRunning()) {
81 //if (IsRunning()) {
181 if (mThread->IsRunning()) {
212 if (!IsRunning()) {
253 if (mThread != NULL && mThread->IsRunning())
263 return (IsRunning() && mThread->IsRuntimeNew());
1079 if (!IsRunning())
1093 if (!this->IsRunning())
    [all...]
PropertyServer.cpp 43 if (IsRunning()) {
PhoneWindow.cpp 130 if (mDeviceManager.IsRunning() && !mDeviceManager.IsKillable()) {
    [all...]
MainFrame.cpp 1034 * simple IsRunning test passes, so we get a false positive.
1071 result = mpPhoneWindow->GetDeviceManager()->IsRunning();
    [all...]
  /external/v8/test/cctest/
test-log.cc 183 need_to_set_up_logger_(i::V8::IsRunning()),
376 bool IsRunning() { return run_; }
402 while (IsRunning()) {
426 while (IsRunning()) {
    [all...]
  /external/webkit/WebKit/wx/
WebView.cpp 624 if (clickCount == 1 && m_impl->tripleClickTimer.IsRunning()) {

Completed in 1559 milliseconds