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

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/include/sysemu/
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::__anon13677::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/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/third_party/webrtc/test/mac/
run_test.mm 26 - (BOOL)running;
45 - (BOOL)running {
66 while ([testRunner running] &&
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
rdpmc.c 36 u64 count, cyc = 0, time_offset = 0, enabled, running, delta; local
43 running = pc->time_running;
45 if (enabled != running) {
60 if (enabled != running) {
70 running += delta;
72 quot = count / running;
73 rem = count % running;
74 count = quot * enabled + (rem * enabled) / running;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
post_decode_vad.h 54 bool running() const { return running_; } function in class:webrtc::PostDecodeVad
  /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);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java 74 public void setIconAnimationRunning(boolean running) {
75 setIconAnimationRunning(running, mPublicLayout);
76 setIconAnimationRunning(running, mPrivateLayout);
79 private void setIconAnimationRunning(boolean running, NotificationContentView layout) {
83 setIconAnimationRunningForChild(running, contractedChild);
84 setIconAnimationRunningForChild(running, expandedChild);
88 private void setIconAnimationRunningForChild(boolean running, View child) {
91 setIconRunning(icon, running);
94 setIconRunning(rightIcon, running);
98 private void setIconRunning(ImageView imageView, boolean running) {
    [all...]
  /external/chromium_org/base/
run_loop.h 50 bool running() const { return running_; } function in class:base::RunLoop
56 // RunLoop has already finished running has no effect.
59 // targetted message loop. If a nested message loop continues running, the
  /external/chromium_org/chrome/browser/chromeos/login/test/
app_window_waiter.cc 32 if (!run_loop_.running())
  /external/oprofile/gui/
oprof_start_util.h 23 bool running; ///< true if daemon is running member in struct:daemon_status
  /build/core/combo/arch/x86_64/
x86_64.mk 5 # that are run in the emulator under KVM emulation (i.e. running directly on
  /external/chromium_org/content/shell/renderer/test_runner/
web_test_interfaces.cc 40 void WebTestInterfaces::SetTestIsRunning(bool running) {
41 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/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;

Completed in 2090 milliseconds

1 2 3 4 5 6 7 8 91011>>