HomeSort by relevance Sort by last modified time
    Searched refs:running (Results 51 - 75 of 2848) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/resources/ntp4/tools/
externs.js 6 // This isn't actually used when running the code.
  /external/chromium/chrome/browser/resources/touch_ntp/tools/
externs.js 6 // This isn't actually used when running the code.
  /external/llvm/
llvm-device-build.mk 58 ## Commands for running tblgen to compile a td file
  /external/quake/quake/src/WinQuake/
wq.bat 10 echo Options for running WinQuake:
  /external/v8/test/mjsunit/
debug-continue.js 61 assertTrue(response.running, request + ' -> expected running');
64 assertFalse(response.running, request + ' -> expected not running');
leakcheck.js 29 * This test is run with leak detection when running special tests.
30 * Don't do too much work here or running it will take forever.
  /packages/apps/BasicSmsReceiver/tests/
Android.mk 27 # running the tests using an instrumentation targeting Eamil, we
  /packages/apps/Browser/tests/
Android.mk 27 # running the tests using an instrumentation targeting Browser, we
  /packages/apps/Email/tests/
Android.mk 27 # running the tests using an instrumentation targeting Email, we
  /packages/apps/Exchange/tests/
Android.mk 27 # running the tests using an instrumentation targeting Exchange, we
  /packages/apps/Mms/tests/
Android.mk 27 # running the tests using an instrumentation targeting Eamil, we
  /system/media/mca/filterfw/java/android/filterfw/core/
AsyncRunner.java 72 if (mLogVerbose) Log.v(TAG, "Running graph.");
167 * completes running a graph, whether the completion is due to a stop() call
168 * or the filters running out of data to process.
176 * when a graph is already running.
180 throw new RuntimeException("Graph is already running!");
193 if (mLogVerbose) Log.v(TAG, "Running graph.");
197 throw new RuntimeException("Graph is already running!");
222 throw new RuntimeException("Cannot close graph while it is running!");
239 synchronized private void setRunning(boolean running) {
240 isProcessing = running;
    [all...]
  /external/chromium/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.h 38 virtual void UpdateThrobber(bool running) OVERRIDE;
glass_browser_frame_view.h 37 virtual void UpdateThrobber(bool running) OVERRIDE;
89 // Starts/Stops the window throbber running.
  /external/qemu/distrib/sdl-1.2.12/src/audio/macrom/
SDL_romaudio.c 117 static volatile UInt32 running = 0; variable
202 if ( running ) {
290 running = 1;
301 running = 0;
  /external/v8/src/
d8-debug.cc 100 bool running = false; local
101 while (!running) {
103 PrintPrompt(running);
145 // Convert the debugger response into text details and the running state.
155 running =
156 response_details->Get(String::New("running"))->ToBoolean()->Value();
297 bool is_running = details->Get(String::New("running"))->ToBoolean()->Value();
  /external/webkit/LayoutTests/dom/html/level1/core/
documentgetdoctypenodtd.js 28 // running the test suite.
36 setUpPageStatus = 'running';
hc_attrgetvalue1.js 28 // running the test suite.
36 setUpPageStatus = 'running';
hc_attrhaschildnodes.js 28 // running the test suite.
36 setUpPageStatus = 'running';
hc_characterdatagetdata.js 28 // running the test suite.
36 setUpPageStatus = 'running';
hc_documentgetelementsbytagnamelength.js 28 // running the test suite.
36 setUpPageStatus = 'running';
hc_documentgetimplementation.js 28 // running the test suite.
36 setUpPageStatus = 'running';
hc_documentgetrootnode.js 28 // running the test suite.
36 setUpPageStatus = 'running';
hc_elementgetattributenode.js 28 // running the test suite.
36 setUpPageStatus = 'running';
hc_elementgetelementsbytagname.js 28 // running the test suite.
36 setUpPageStatus = 'running';

Completed in 1529 milliseconds

1 23 4 5 6 7 8 91011>>