Searched defs:running (Results 1 - 25 of 56) sorted by relevance

123

/external/oprofile/gui/
H A Doprof_start_util.h23 bool running; ///< true if daemon is running member in struct:daemon_status
/external/chromium/chrome/browser/sync/glue/
H A Dchange_processor.h60 bool running() { return running_; } function in class:browser_sync::ChangeProcessor
/external/v8/test/mjsunit/
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-return-value.js54 ParsedResponse.prototype.running = function() {
55 return this.response_.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/chromium/chrome/browser/ui/views/frame/
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
/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/qemu/distrib/sdl-1.2.15/src/audio/macrom/
H A DSDL_romaudio.c117 static volatile UInt32 running = 0; variable
202 if ( running ) {
290 running = 1;
301 running = 0;
/external/qemu/
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/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DDatagramSocketTest.java59 boolean running = true; field in class:DatagramSocketTest.DatagramServer
67 while (running) {
86 running = false;
177 boolean running = true;
185 while (running) {
204 running = false;
218 // send a dgram to a server that is not running and then do a recv
1062 // send a dgram to a server that is not running and then do a recv
H A DMulticastSocketTest.java69 boolean running = true; field in class:MulticastSocketTest.MulticastServer
84 while (running) {
104 running = false;
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h70 bool running; member in struct:__tsan::ReportThread
/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/v8/src/
H A Dcpu-profiler.h133 INLINE(bool running()) { return running_; } function in class:v8::internal::ProfilerEventsProcessor
H A Dd8-debug.cc101 bool running = false; local
102 while (!running) {
104 PrintPrompt(running);
146 // Convert the debugger response into text details and the running state.
156 running =
157 response_details->Get(String::New("running"))->ToBoolean()->Value();
299 bool is_running = details->Get(String::New("running"))->ToBoolean()->Value();
H A Dd8.js141 // Process a debugger JSON message into a display text and a running status.
142 // This function returns an object with properties "text" and "running" holding
150 is_running = response.running();
160 var details = {text:'', running:false};
162 // Get the running state.
163 details.running = response.running();
1952 var details = { text: '', running: false };
1960 // Get the running state.
1961 details.running
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
H A Dl2_packet_winpcap.c63 int running; member in struct:l2_packet_data
133 /* main RX loop that is running in a separate thread */
138 while (l2->running) {
249 l2->running = 1;
286 l2->running = 0;
/external/wpa_supplicant_8/hostapd/src/l2_packet/
H A Dl2_packet_winpcap.c57 int running; member in struct:l2_packet_data
127 /* main RX loop that is running in a separate thread */
132 while (l2->running) {
243 l2->running = 1;
280 l2->running = 0;
/external/wpa_supplicant_8/src/l2_packet/
H A Dl2_packet_winpcap.c57 int running; member in struct:l2_packet_data
127 /* main RX loop that is running in a separate thread */
132 while (l2->running) {
243 l2->running = 1;
280 l2->running = 0;
/external/wpa_supplicant_8/wpa_supplicant/src/l2_packet/
H A Dl2_packet_winpcap.c57 int running; member in struct:l2_packet_data
127 /* main RX loop that is running in a separate thread */
132 while (l2->running) {
243 l2->running = 1;
280 l2->running = 0;
/external/qemu/android/
H A Dlooper-generic.c273 int running; member in struct:GLooper
359 looper->running = 0;
368 looper->running = 1;
370 while (looper->running)
/external/qemu/hw/
H A Dscsi-disk.c312 static void scsi_dma_restart_cb(void *opaque, int running, int reason) argument
316 if (!running)
/external/webkit/Source/WebCore/page/animation/
H A DAnimationBase.h67 AnimationStateNew, // animation just created, animation not running yet
68 AnimationStateStartWaitTimer, // start timer running, waiting for fire
71 AnimationStateLooping, // response received, animation running, loop timer running, waiting for fire
72 AnimationStateEnding, // received, animation running, end timer running, waiting for fire
92 AnimationStateInputPlayStateRunning, // play state paused -> running
93 AnimationStateInputPlayStatePaused, // play state running -> paused
118 bool running() const { return !isNew() && !postActive(); } function in class:WebCore::AnimationBase
124 // "animating" means that something is running tha
[all...]
/external/bluetooth/bluedroid/udrv/ulinux/
H A Duipc.c90 int running; member in struct:__anon1457
521 while (uipc_main.running)
571 uipc_main.running = 1;
587 uipc_main.running = 0;

Completed in 520 milliseconds

123