Searched refs:running (Results 1 - 25 of 171) sorted by relevance

1234567

/external/valgrind/none/tests/x86/
H A Dyield.c14 static volatile int alive, running; variable
24 running++;
39 running++;
66 while(running < 2)
/external/linux-tools-perf/src/tools/perf/tests/
H A Drdpmc.c36 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/v8/test/mjsunit/
H A Ddebug-suspend.js49 // 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.
H A Ddebug-continue.js61 assertTrue(response.running, request + ' -> expected running');
64 assertFalse(response.running, request + ' -> expected not running');
H A Ddebug-return-value.js54 ParsedResponse.prototype.running = function() {
55 return this.response_.running;
H A Ddebug-references.js69 assertEquals(response.running, dcp.isRunning(), request + ' -> expected not running');
H A Ddebug-backtrace.js72 ParsedResponse.prototype.running = function() {
73 return this.response_.running;
123 assertFalse(response.running(), "expected not running");
244 // New copy of debug command processor in running state.
253 assertTrue(response.running(), "expected running");
H A Ddebug-evaluate-recursive.js65 assertFalse(response.running, request + ' -> expected not running');
H A Ddebug-evaluate.js62 assertEquals(response.running, "unspecified_running_state",
63 request + ' -> expected not running');
/external/junit/src/junit/framework/
H A DTestCase.java135 } catch (Throwable running) {
136 exception= running;
/external/vboot_reference/utility/
H A Dtpm-nvsize37 echo running tpmc definespace 0xf004 0x1 0x1
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DDecodeHandler.java40 private boolean running = true; field in class:DecodeHandler
50 if (!running) {
56 running = false;
/external/v8/src/
H A Dd8-debug.cc69 bool running = false; local
70 while (!running) {
72 PrintPrompt(running);
114 // Convert the debugger response into text details and the running state.
126 running = response_details->Get(String::NewFromUtf8(isolate, "running"))
/external/protobuf/
H A Dautogen.sh12 Could not find source code. Make sure you are running this script from the
H A Dgenerate_descriptor_proto.sh15 Could not find source code. Make sure you are running this script from the
/external/clang/
H A Dclang-device-build.mk32 ## Commands for running tblgen to compile a td file
H A Dclang-host-build.mk32 ## Commands for running tblgen to compile a td file
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h90 bool running; member in struct:__tsan::ReportThread
/external/guava/guava/src/com/google/common/util/concurrent/
H A DService.java102 * Returns {@code true} if this service is {@linkplain State#RUNNING running}.
112 * If the service is {@linkplain State#STARTING starting} or {@linkplain State#RUNNING running},
148 * If the service is {@linkplain State#STARTING starting} or {@linkplain State#RUNNING running},
160 * Waits for the {@link Service} to reach the {@linkplain State#RUNNING running state}.
172 * Waits for the {@link Service} to reach the {@linkplain State#RUNNING running state} for no
337 public void running() {} method in class:Service.Listener
/external/llvm/
H A Dllvm-device-build.mk67 ## Commands for running tblgen to compile a td file
H A Dllvm-host-build.mk68 ## Commands for running tblgen to compile a td file
/external/nanopb-c/extra/
H A Dnanopb.mk10 # Check if we are running on Windows
/external/toybox/toys/other/
H A Dvmstat.c16 Show processes running and blocked, kilobytes swapped, free, buffered, and
19 of CPU time spent running user code, system code, idle, and awaiting I/O.
30 uint64_t user, nice, sys, idle, wait, irq, sirq, intr, ctxt, running, blocked; member in struct:vmstat_proc
110 top[idx].running--; // Don't include ourselves
130 // Output values in order[]: running, blocked, swaptotal, memfree, buffers,
/external/valgrind/none/tests/s390x/
H A Dop_exception.stderr.exp8 location. If you are running Memcheck and you just saw a
21 location. If you are running Memcheck and you just saw a
34 location. If you are running Memcheck and you just saw a
47 location. If you are running Memcheck and you just saw a
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
H A DconsoleLogs.php33 output from running JUnit plugin tests for

Completed in 722 milliseconds

1234567