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

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
http_server.py 106 def is_running(self): member in class:Lighttpd
110 if self.is_running():
234 if not force and not self.is_running():
  /external/webkit/Tools/Scripts/webkitpy/common/system/
path.py 90 def is_running(self): member in class:_CygPath
102 if not self.is_running():
  /external/v8/src/
d8-debug.cc 40 void PrintPrompt(bool is_running) {
41 const char* prompt = is_running? "> " : "dbg> ";
42 was_running = is_running;
299 bool is_running = details->Get(String::New("running"))->ToBoolean()->Value(); local
300 PrintPrompt(is_running);
d8.js 131 var is_running = true; variable
150 is_running = response.running();
313 if (is_running) {
320 if (!is_running) { // Only save the command if in debugger mode.
    [all...]
  /external/srec/srec/include/
simapi.h 101 booldata is_running; member in struct:__anon12656
    [all...]
  /external/bluetooth/glib/glib/
gmain.c 175 gboolean is_running; member in struct:_GMainLoop
    [all...]

Completed in 2596 milliseconds