Home
last modified time | relevance | path

Searched refs:running (Results 1 – 25 of 1265) sorted by relevance

12345678910>>...51

/external/chromium_org/net/base/
Dprioritized_dispatcher_unittest.cc47 bool running() const { in running() function in net::__anon130a05300111::PrioritizedDispatcherTest::TestJob
214 ASSERT_TRUE(job_a->running()); in TEST_F()
216 ASSERT_TRUE(job_b->running()); in TEST_F()
218 ASSERT_TRUE(job_c->running()); in TEST_F()
220 ASSERT_TRUE(job_d->running()); in TEST_F()
236 ASSERT_TRUE(job_a->running()); in TEST_F()
238 ASSERT_TRUE(job_c->running()); in TEST_F()
240 ASSERT_TRUE(job_d->running()); in TEST_F()
242 ASSERT_TRUE(job_b->running()); in TEST_F()
244 ASSERT_TRUE(job_e->running()); in TEST_F()
[all …]
/external/valgrind/main/docs/internals/
Dtm-threadstates.dot4 running;
12 alive -> running;
15 running -> wait_join [ label="wait for another\nthread termination" ];
16 wait_join -> running [ label="target thread\nterminates" ];
18 running -> zombie [ label="non-detached thread\nterminates" ];
20 running -> dead [ label="detached thread\nterminates" ];
22 running -> wait_mutex [ label="wait for mutex\nacquisition" ];
23 wait_mutex -> running [ label="mutex\nacquired" ];
24 wait_mutex -> running [ label="mutex\ngiven up" ];
26 running -> wait_condvar [ label="wait for condition variable" ];
[all …]
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
Drdpmc.c36 u64 count, cyc = 0, time_offset = 0, enabled, running, delta; in mmap_read_self() local
43 running = pc->time_running; in mmap_read_self()
45 if (enabled != running) { in mmap_read_self()
60 if (enabled != running) { in mmap_read_self()
70 running += delta; in mmap_read_self()
72 quot = count / running; in mmap_read_self()
73 rem = count % running; in mmap_read_self()
74 count = quot * enabled + (rem * enabled) / running; in mmap_read_self()
/external/valgrind/main/none/tests/x86/
Dyield.c14 static volatile int alive, running; variable
24 running++; in spinner()
39 running++; in rep_nopper()
66 while(running < 2) in main()
/external/chromium_org/third_party/sqlite/src/test/
Dfts3ad.test30 INSERT INTO t1(rowid, content) VALUES(1, 'running and jumping');
38 } {{<b>running</b> and <b>jumping</b>}}
68 INSERT INTO t1(rowid, content) VALUES(1, 'running and jumping');
76 INSERT INTO t1(rowid, content) VALUES(1, 'running and jumping');
84 INSERT INTO t1(rowid, content) VALUES(1, 'running and jumping');
92 INSERT INTO t1(rowid, content) VALUES(1, 'running and jumping');
100 INSERT INTO t1(rowid, content) VALUES(1, 'running and jumping');
/external/chromium_org/native_client_sdk/src/build_tools/tests/
Dtest_server.py64 running = True
65 while running:
68 running = conn.recv()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractServiceTest.java43 assertFalse(service.running); in testNoOpServiceStartStop()
48 assertTrue(service.running); in testNoOpServiceStartStop()
53 assertFalse(service.running); in testNoOpServiceStartStop()
121 boolean running = false; field in AbstractServiceTest.NoOpService
124 assertFalse(running); in doStart()
125 running = true; in doStart()
130 assertTrue(running); in doStop()
131 running = false; in doStop()
/external/chromium_org/native_client_sdk/src/examples/demo/pi_generator/
Dpi_generator.cc79 bool running = true; in example_main() local
80 while (running) { in example_main()
90 running = Render(ctx); in example_main()
/external/chromium_org/v8/src/
Dd8-debug.cc69 bool running = false; in HandleDebugEvent() local
70 while (!running) { in HandleDebugEvent()
72 PrintPrompt(running); in HandleDebugEvent()
126 running = response_details->Get(String::NewFromUtf8(isolate, "running")) in HandleDebugEvent()
/external/valgrind/main/
DREADME.android7 Android 4.0.3 running on a (rooted, AOSP build) Nexus S.
8 Android 4.0.3 running on Motorola Xoom.
9 Android 4.0.3 running on android arm emulator.
10 Android 4.1 running on android emulator.
14 Android 4.0.3 running on android x86 emulator.
17 Android 4.1.2 running on android mips emulator.
18 Android 4.2.2 running on android mips emulator.
19 Android 4.3 running on android mips emulator.
20 Android 4.0.4 running on BROADCOM bcm7425
155 # Once you're up and running, a handy modify-V-rebuild-reinstall
/external/chromium_org/third_party/webrtc/tools/rtcbot/
DREADME22 <bot_type> — the type of the running bot. For example:
35 Before running test with Android one MUST forward the device port 8080 to the
39 - Open chrome on you Android device before running test, and leave it
40 running until the end of test.
/external/qemu/docs/
DANDROID-ADB-QEMU.TXT9 daemon running in the guest will be broken, and will not be reestablish until ADB
12 ADB daemon running in the guest.
29 accepting connections coming from the ADB daemon running in the guest, and
32 Essentially, ADB server, and ADB client serve as a bridge between ADB running on
33 the host, and ADB running on the guest: ADB server receives data from ADB host,
/external/chromium_org/native_client_sdk/src/tools/
Dhttpd.py47 self.running = True
51 self.running = False
173 while httpd.running:
179 httpd.running = conn.recv()
/external/chromium_org/v8/tools/testrunner/
DREADME1 Test suite runner for V8, including support for distributed running.
26 Networked running is only supported on Linux currently. Make sure that all
100 test jobs to network peers instead of running them locally.
104 in ./testrunner/local/execution.py for actually running the tests.
121 to run on the one side, and actually running them on the other. The frontend
126 - "Local": Communication with a run-tests.py script running on the same host.
128 to those peers directly (one of them will be the locally running server).
167 (testrunner/local/execution.py and its imports), but running from three
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
DDecodeHandler.java40 private boolean running = true; field in DecodeHandler
50 if (!running) { in handleMessage()
56 running = false; in handleMessage()
/external/llvm/test/tools/llvm-cov/Inputs/
DREADME3 test.gcno and test.gcda were create by running clang:
6 test.cpp.gcov was created by running gcov 4.2.1:
/external/chromium_org/third_party/webrtc/base/
Dthread.cc178 if (running()) return false; in SetName()
190 if (running()) { in SetPriority()
210 if (running()) return false; in SetPriority()
219 ASSERT(!running()); in Start()
220 if (running()) return false; in Start()
317 if (running()) { in Join()
574 if (running()) in WrapCurrentWithThreadManager()
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
DDesktopView.java245 boolean running; in processAnimation()
247 running = mInputAnimationRunning; in processAnimation()
249 if (running) { in processAnimation()
252 running |= mFeedbackAnimator.isAnimationRunning(); in processAnimation()
253 if (running) { in processAnimation()
/external/chromium_org/ui/compositor/
Dlayer_animator.cc283 RunningAnimation* running = GetRunningAnimation(property); in StopAnimatingProperty() local
284 if (!running) in StopAnimatingProperty()
287 DCHECK(running->is_sequence_alive()); in StopAnimatingProperty()
288 FinishAnimation(running->sequence(), false); in StopAnimatingProperty()
311 RunningAnimation* running = GetRunningAnimation(property); in OnThreadedAnimationStarted() local
312 if (!running) in OnThreadedAnimationStarted()
314 DCHECK(running->is_sequence_alive()); in OnThreadedAnimationStarted()
316 if (running->sequence()->animation_group_id() != event.group_id) in OnThreadedAnimationStarted()
319 running->sequence()->OnThreadedAnimationStarted(event); in OnThreadedAnimationStarted()
320 if (!running->sequence()->waiting_for_group_start()) in OnThreadedAnimationStarted()
[all …]
/external/chromium_org/third_party/sqlite/src/tool/
Dshell3.test19 # shell3-1.*: Basic tests for running SQL statments from command line.
20 # shell3-2.*: Basic tests for running SQL file from command line.
64 # shell3-1.*: Basic tests for running SQL statments from command line.
94 # shell3-2.*: Basic tests for running SQL file from command line.
/external/chromium_org/tools/accessibility/nvda/
DREADME.txt10 Instructions for running these tests:
20 Unzip it, then install it by running this from a cmd shell in that directory:
51 First make sure NVDA is not already running.
57 isn't running, kill it if necessary.
/external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
Dnacltest.js696 this.running = true;
699 this.tester.rpc.log(this.name, toString(message), !this.running);
704 this.tester.rpc.pass(this.name, !this.running);
710 this.tester.rpc.fail(this.name, message, !this.running);
716 if (this.running) {
717 this.running = false;
732 if (!this.running)
750 this.tester.rpc.fail(this.name, err.message, !this.running);
756 this.tester.rpc.exception(this.name, err, !this.running);
/external/chromium_org/third_party/webrtc/test/mac/
Drun_test.mm26 - (BOOL)running; method
45 - (BOOL)running { method
66 while ([testRunner running] &&
/external/chromium_org/v8/test/mjsunit/
Ddebug-suspend.js59 assertTrue(backtrace_response.running, backtrace_request + ' -> expected running');
68 assertFalse(suspend_response.running, suspend_request + ' -> expected not running');
/external/chromium_org/chrome/browser/service_process/
Dservice_process_control_mac_unittest.mm40 // If the job is loaded or running, remove it.
46 // The job should not be loaded or running.
55 // The new job should be running.

12345678910>>...51