Searched refs:is_running (Results 26 - 43 of 43) sorted by relevance

12

/external/lldb/scripts/Python/interface/
H A DSBProcess.i422 __swig_getmethods__["is_running"] = __get_is_running__
423 if _newclass: is_running = property(__get_is_running__, None, doc='''A read only property that returns a boolean value that indicates if this process is currently running.''')
/external/chromium_org/base/message_loop/
H A Dmessage_loop.h382 bool is_running() const;
H A Dmessage_loop.cc359 bool MessageLoop::is_running() const { function in class:base::MessageLoop
/external/chromium_org/content/browser/fileapi/
H A Dfile_system_operation_impl_write_unittest.cc142 if (base::MessageLoop::current()->is_running())
/external/chromium_org/v8/src/
H A Dd8.js104 var is_running = true; variable
123 is_running = response.running();
286 if (is_running) {
293 if (!is_running) { // Only save the command if in debugger mode.
H A Ddebug.cc2879 Handle<Object> is_running = Object::GetProperty( local
2924 isolate_, is_running, cmd_processor, 1, is_running_args);
/external/chromium_org/device/bluetooth/
H A Dbluetooth_gatt_chromeos_unittest.cc123 base::MessageLoop::current()->is_running())
289 base::MessageLoop::current()->is_running())
403 base::MessageLoop::current()->is_running())
H A Dbluetooth_chromeos_unittest.cc139 base::MessageLoop::current()->is_running())
229 base::MessageLoop::current()->is_running())
395 base::MessageLoop::current()->is_running())
/external/srec/srec/include/
H A Dsimapi.h101 booldata is_running; member in struct:__anon30253
/external/chromium_org/chrome/browser/extensions/api/alarms/
H A Dalarms_api_unittest.cc37 if (base::MessageLoop::current()->is_running())
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_window_manager_chromeos.cc79 if (message_loop && message_loop->is_running() && message_loop->IsNested())
/external/chromium_org/extensions/browser/
H A Dextension_prefs.h411 void SetExtensionRunning(const std::string& extension_id, bool is_running);
H A Dextension_prefs.cc1134 bool is_running) {
1135 base::Value* value = new base::FundamentalValue(is_running);
1133 SetExtensionRunning(const std::string& extension_id, bool is_running) argument
/external/chromium_org/ipc/
H A Dipc_channel_posix_unittest.cc87 if (loop->is_running()) {
/external/chromium_org/media/base/android/
H A Dmedia_source_player_unittest.cc68 if (message_loop_->is_running())
140 if (message_loop_->is_running())
/external/chromium_org/sync/engine/
H A Dsync_scheduler_unittest.cc249 if (base::MessageLoop::current()->is_running())
258 base::MessageLoop::current()->is_running()) {
/external/chromium_org/chrome/browser/
H A Dbrowser_process_impl.cc370 CHECK(base::MessageLoop::current()->is_running());
/external/chromium_org/ui/aura/
H A Dwindow_event_dispatcher_unittest.cc1901 CHECK(!message_loop()->is_running());

Completed in 3038 milliseconds

12