HomeSort by relevance Sort by last modified time
    Searched defs:is_running (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/mojo/system/
proxy_message_pipe_endpoint.h 75 bool is_running() const { function in class:mojo::system::ProxyMessagePipeEndpoint
  /external/chromium_org/ui/gfx/animation/
animation_container.h 52 bool is_running() const { return !elements_.empty(); } function in class:gfx::AnimationContainer
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
path.py 87 def is_running(self): member in class:_CygPath
99 if not self.is_running():
  /external/chromium_org/tools/telemetry/telemetry/core/
local_server.py 102 def is_running(self): member in class:LocalServer
147 assert not server.is_running, 'Server already started'
  /external/chromium_org/chrome/browser/plugins/
plugin_observer.cc 300 bool is_running = false; local
302 is_running = base::GetTerminationStatus(plugin_handle, NULL) ==
307 if (is_running) {
  /external/chromium_org/ui/compositor/
layer_animator.cc 454 bool is_running = false; local
461 is_running = true;
503 if (is_running) {
683 bool is_running = false; local
687 is_running = true;
692 if (!is_running)
  /external/lldb/source/Plugins/Process/POSIX/
ProcessPOSIX.cpp 902 bool is_running = false; local
912 is_running = true;
916 return is_running;
  /external/chromium_org/base/message_loop/
message_loop.cc 359 bool MessageLoop::is_running() const { function in class:base::MessageLoop
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer.cc 172 bool is_running = capture_state() == CS_STARTING || local
174 if (!is_running) {
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDP.cpp 875 bool is_running = false; local
883 is_running = true;
896 is_running = false;
918 is_running = false;
927 is_running = false;
930 } while (is_running);
    [all...]
  /external/srec/srec/include/
simapi.h 101 booldata is_running; member in struct:__anon34852
    [all...]
  /external/chromium_org/net/dns/
host_resolver_impl.cc 1383 bool is_running() const { function in class:net::HostResolverImpl::Job
    [all...]
  /external/chromium_org/v8/src/
d8.js 104 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.
    [all...]
debug.cc 2879 Handle<Object> is_running = Object::GetProperty( local
    [all...]

Completed in 2327 milliseconds