Searched defs:is_running (Results 1 - 6 of 6) 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:__anon11096
/external/bluetooth/glib/glib/
H A Dgmain.c175 gboolean is_running; member in struct:_GMainLoop
2517 * @is_running: set to %TRUE to indicate that the loop is running. This
2527 gboolean is_running)
2538 loop->is_running = is_running != FALSE;
2617 if (!loop->is_running)
2618 loop->is_running = TRUE;
2623 while (loop->is_running && !got_ownership)
2628 if (!loop->is_running)
2651 loop->is_running
2526 g_main_loop_new(GMainContext *context, gboolean is_running) argument
[all...]

Completed in 174 milliseconds