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

123

/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-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.java131 } catch (Throwable running) {
132 exception= running;
/external/strace/
H A Dstrace.spec1 Summary: Tracks and displays system calls associated with a running process.
15 received by a running process. Strace can print a record of each
25 Summary: Tracks and displays system calls associated with a running process.
30 received by a running process. Strace can print a record of each
/external/openssl/crypto/des/times/
H A Dusparc.cc3 For the ultra sparc, SunC 4.0 cc -fast -Xa -xO5, running 'des_opts'
/external/quake/quake/src/WinQuake/
H A Dwq.bat10 echo Options for running WinQuake:
H A Dquake-shareware.spec.sh44 - Quake.X11 for running Quake under X11
H A Dquake.spec.sh44 - Quake.X11 for running Quake under X11
/external/webkit/WebCore/page/animation/
H A DAnimationBase.h65 AnimationStateNew, // animation just created, animation not running yet
66 AnimationStateStartWaitTimer, // start timer running, waiting for fire
69 AnimationStateLooping, // response received, animation running, loop timer running, waiting for fire
70 AnimationStateEnding, // received, animation running, end timer running, waiting for fire
88 AnimationStateInputPlayStateRunnning, // play state paused -> running
89 AnimationStateInputPlayStatePaused, // play state running -> paused
103 void updatePlayState(bool running);
114 bool running() cons function in class:WebCore::AnimationBase
[all...]
H A DCompositeAnimation.cpp51 // Clear the renderers from all running animations, in case we are in the middle of
110 // If there is a running animation for this property, the transition is overridden
130 // This implAnim might also not be an already running transition. It might be
134 // behave as though this is a running animation being replaced.
313 // "animating" means that something is running that requires the timer to keep firing
492 if (!keyframeAnim || !keyframeAnim->running())
510 if (!implAnim || !implAnim->running())
530 if (anim->running())
539 if (anim->running())
/external/wpa_supplicant/
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_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/v8/src/
H A Dd8-debug.cc86 bool running = false; local
87 while (!running) {
131 // Convert the debugger response into text details and the running state.
141 running =
142 response_details->Get(String::New("running"))->ToBoolean()->Value();
H A Dd8.js118 // Process a debugger JSON message into a display text and a running status.
119 // This function returns an object with properties "text" and "running" holding
133 details = {text:'', running:false}
135 // Get the running state.
136 details.running = response.running();
920 details = {text:'', running:false}
928 // Get the running state.
929 details.running = response.running();
[all...]
H A Ddebug-debugger.js998 o.running = true;
1059 o.running = true;
1111 this.running = undefined;
1172 json.running = this.running;
1269 if (!IS_UNDEFINED(response.running)) {
1270 // Response controls running state.
1271 this.running_ = response.running;
1273 response.running = this.running_;
1327 // VM should be running afte
[all...]
/external/webkit/WebCore/platform/graphics/
H A DPath.cpp234 bool running = true; local
235 while (running)
239 running = false;
/external/qemu/
H A Dcpu-defs.h191 int running; /* Nonzero if cpu is currently running(usermode). */ \
/external/qemu/distrib/sdl-1.2.12/src/audio/macrom/
H A DSDL_romaudio.c117 static volatile UInt32 running = 0; variable
202 if ( running ) {
290 running = 1;
301 running = 0;
/external/bluetooth/glib/docs/reference/glib/
H A DMakefile.am58 running.sgml \
/external/freetype/
H A DAndroid.mk46 # when running the program to activate it. It will dump memory
/external/gtest/src/
H A DAndroid.mk23 # it is running linux and using ASTL.

Completed in 164 milliseconds

123