HomeSort by relevance Sort by last modified time
    Searched refs:running (Results 1 - 25 of 519) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/
cpus.h 28 void vm_state_notify(int running, int reason);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dummy_threading.py 11 global running
22 running += 1
24 print running, 'tasks are running'
30 running -= 1
32 print self.name, 'is finished.', running, 'tasks are running'
42 global running
43 running = 0
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dummy_threading.py 11 global running
22 running += 1
24 print running, 'tasks are running'
30 running -= 1
32 print self.name, 'is finished.', running, 'tasks are running'
42 global running
43 running = 0
  /external/chromium_org/third_party/opus/src/doc/
build_oggdraft.sh 50 echo running xml2rfc
  /external/chromium_org/net/base/
prioritized_dispatcher_unittest.cc 47 bool running() const { function in class:net::__anon11630::PrioritizedDispatcherTest::TestJob
205 // Allow only one running job.
214 ASSERT_TRUE(job_a->running());
216 ASSERT_TRUE(job_b->running());
218 ASSERT_TRUE(job_c->running());
220 ASSERT_TRUE(job_d->running());
236 ASSERT_TRUE(job_a->running());
238 ASSERT_TRUE(job_c->running());
240 ASSERT_TRUE(job_d->running());
242 ASSERT_TRUE(job_b->running());
    [all...]
  /hardware/ti/omap4xxx/ion/
Android.mk 1 # only include if running on an omap4 platform
  /external/chromium/chrome/browser/ui/views/frame/
browser_non_client_frame_view.h 31 virtual void UpdateThrobber(bool running) = 0;
popup_non_client_frame_view.h 34 virtual void UpdateThrobber(bool running) OVERRIDE;
browser_frame.cc 38 void BrowserFrame::UpdateThrobber(bool running) {
39 browser_frame_view_->UpdateThrobber(running);
  /external/valgrind/main/none/tests/x86/
yield.c 14 static volatile int alive, running; variable
24 running++;
39 running++;
66 while(running < 2)
  /frameworks/base/tests/SslLoad/src/com/android/sslload/
SslLoad.java 49 private boolean running = false; field in class:SslLoad
71 running = false;
77 running = !running;
78 button.setText(running ? "STOP" : "GO");
79 if (running) {
89 while (!running) {
  /external/chromium_org/native_client_sdk/src/build_tools/tests/
test_server.py 64 running = True
65 while running:
68 running = conn.recv()
  /external/chromium_org/native_client_sdk/src/examples/demo/pi_generator/
pi_generator.cc 79 bool running = true; local
80 while (running) {
90 running = Render(ctx);
  /external/chromium_org/chrome/browser/ui/views/frame/
popup_non_client_frame_view.h 32 virtual void UpdateThrobber(bool running) OVERRIDE;
  /external/oprofile/gui/
oprof_start_util.h 23 bool running; ///< true if daemon is running member in struct:daemon_status
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestInterfaces.cpp 73 void WebTestInterfaces::setTestIsRunning(bool running)
75 m_interfaces->setTestIsRunning(running);
  /external/junit/src/junit/framework/
TestCase.java 135 } catch (Throwable running) {
136 exception= running;
  /frameworks/base/core/tests/inputmethodtests/
run_core_inputmethod_test.sh 12 echo You must lunch before running this test.
  /frameworks/base/core/tests/systemproperties/
run_core_systemproperties_test.sh 12 echo You must lunch before running this test.
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidMonitorTest.java 325 while (OldAndroidMonitorTest.running) {
334 private static Boolean running = false; field in class:OldAndroidMonitorTest
347 running = true;
369 running = false;
380 static Boolean running = false; field in class:OldAndroidMonitorTest.CompareAndExchange
391 running = true;
407 running = false;
430 // System.out.println(getName() + " running");
432 while (CompareAndExchange.running) {
  /external/chromium_org/v8/test/mjsunit/
debug-suspend.js 49 // Get the debug command processor in running state.
59 assertTrue(backtrace_response.running, backtrace_request + ' -> expected running');
68 assertFalse(suspend_response.running, suspend_request + ' -> expected not running');
91 // Stop debugger and check that suspend command changes running flag.
  /external/v8/test/mjsunit/
debug-suspend.js 49 // Get the debug command processor in running state.
59 assertTrue(backtrace_response.running, backtrace_request + ' -> expected running');
68 assertFalse(suspend_response.running, suspend_request + ' -> expected not running');
91 // Stop debugger and check that suspend command changes running flag.
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
DecodeHandler.java 40 private boolean running = true; field in class:DecodeHandler
50 if (!running) {
56 running = false;
  /frameworks/base/tests/CoreTests/android/core/
TestWebServer.java 222 boolean running = false; field in class:TestWebServer.AcceptThread
253 running = true;
255 while (running) {
260 running = false;
279 running = false;
283 running = false;
291 running = false;
349 boolean running = false; field in class:TestWebServer.Worker
375 running = false;
385 running = true
    [all...]
  /external/chromium/chrome/browser/sync/glue/
change_processor.h 60 bool running() { return running_; } function in class:browser_sync::ChangeProcessor

Completed in 567 milliseconds

1 2 3 4 5 6 7 8 91011>>