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

12345678

/external/qemu/
H A Dcpus.h28 void vm_state_notify(int running, int reason);
H A Dvl-android-ui.c70 int running; member in struct:IOHandlerRecord
81 ioh->running = 1;
88 ioh->running = 0;
113 if (ioh->running) {
/external/valgrind/main/none/tests/x86/
H A Dyield.c14 static volatile int alive, running; variable
24 running++;
39 running++;
66 while(running < 2)
/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');
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_non_client_frame_view.h31 virtual void UpdateThrobber(bool running) = 0;
H A Dbrowser_frame.cc38 void BrowserFrame::UpdateThrobber(bool running) { argument
39 browser_frame_view_->UpdateThrobber(running);
H A Dpopup_non_client_frame_view.cc59 void PopupNonClientFrameView::UpdateThrobber(bool running) { argument
H A Dpopup_non_client_frame_view.h34 virtual void UpdateThrobber(bool running) OVERRIDE;
H A Dbrowser_frame.h65 void UpdateThrobber(bool running);
/external/oprofile/gui/
H A Doprof_start_util.h23 bool running; ///< true if daemon is running member in struct:daemon_status
/external/junit/src/junit/framework/
H A DTestCase.java135 } catch (Throwable running) {
136 exception= running;
/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/chromium/chrome/browser/sync/glue/
H A Dchange_processor.h60 bool running() { return running_; } function in class:browser_sync::ChangeProcessor
H A Dtheme_change_processor.cc32 DCHECK(running());
63 if (!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-host-build.mk25 ## Commands for running tblgen to compile a td file
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractServiceTest.java43 assertFalse(service.running);
48 assertTrue(service.running);
53 assertFalse(service.running);
121 boolean running = false; field in class:AbstractServiceTest.NoOpService
124 assertFalse(running);
125 running = true;
130 assertTrue(running);
131 running = false;
287 * confirming that it is running. Meanwhile, the service itself is trying
288 * to confirm that it is running
[all...]
/external/llvm/
H A Dllvm-host-build.mk49 ## Commands for running tblgen to compile a td file
H A Dllvm-device-build.mk64 ## Commands for running tblgen to compile a td file
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h83 bool running; member in struct:__tsan::ReportThread
/external/openssl/crypto/des/times/
H A Dusparc.cc3 For the ultra sparc, SunC 4.0 cc -fast -Xa -xO5, running 'des_opts'

Completed in 1226 milliseconds

12345678