Searched refs:is_running (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/thread/
H A Dthreadedmessagequeue_unittest.py39 (messages, is_running) = queue.take_all()
41 self.assertTrue(is_running)
42 (messages, is_running) = queue.take_all()
44 self.assertTrue(is_running)
48 (messages, is_running) = queue.take_all()
50 self.assertFalse(is_running)
51 (messages, is_running) = queue.take_all()
53 self.assertFalse(is_running)
H A Dthreadedmessagequeue.py51 is_running = self._is_running
53 return (messages, is_running)
H A Dmessagepump.py53 (messages, is_running) = self._message_queue.take_all()
56 if not is_running:
/external/srec/srec/ca/
H A Drec_basi.c61 hRecog->is_running = False;
119 if (hRecog->is_running == True)
162 if (hRecog->is_running == True)
169 hRecog->is_running = True;
186 if (hRecog->is_running == False)
213 if (hRecog->is_running == False)
231 hRecog->is_running = False;
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dpath_unittest.py96 self.assertTrue(path._CygPath._singleton.is_running())
102 self.assertFalse(path._CygPath._singleton.is_running())
H A Dpath.py90 def is_running(self): member in class:_CygPath
102 if not self.is_running():
/external/webkit/Tools/Scripts/webkitpy/tool/bot/
H A Dsheriffircbot.py81 (messages, is_running) = self._message_queue.take_all()
/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/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():
H A Dwebsocket_server.py141 if self.is_running():
231 if not force and not self.is_running():
/external/srec/srec/include/
H A Dsimapi.h101 booldata is_running; member in struct:__anon12441
/external/valgrind/tsan/
H A Dthread_sanitizer.cc4359 bool is_running() const { return is_running_; }
5099 if (thr->is_running()) {
6084 if (!t || !t->is_running()) continue;
7446 DCHECK(thr->is_running());
8620 if (!t || !t->is_running()) continue;
8627 if (!t || t->is_running()) continue;
H A Dts_pin.cc2026 static void On_PredicatedMop(BOOL is_running, uintptr_t *addr,
2028 if (is_running) {

Completed in 261 milliseconds