Searched defs:is_running (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dhttp_server.py106 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/
H A Dpath.py90 def is_running(self): member in class:_CygPath
102 if not self.is_running():
/external/v8/src/
H A Dd8-debug.cc40 void PrintPrompt(bool is_running) { argument
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);
H A Dd8.js131 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.
/external/srec/srec/include/
H A Dsimapi.h101 booldata is_running; member in struct:__anon12441

Completed in 113 milliseconds