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

/frameworks/base/tests/SslLoad/src/com/android/sslload/
H A DSslLoad.java49 private boolean running = false; field in class:SslLoad
71 running = false;
77 running = !running;
78 button.setText(running ? "STOP" : "GO");
79 if (running) {
89 while (!running) {
/frameworks/base/services/java/com/android/server/am/
H A DDeviceMonitor.java44 /** Is the monitor currently running? */
45 private boolean running = false; field in class:DeviceMonitor
202 running = false;
209 while (!running) {
220 if (!running) {
221 running = true;
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DAsyncRunner.java167 * 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!");
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) { argument
240 isProcessing = running;
/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java222 boolean running = false; field in class:TestWebServer.AcceptThread
253 running = true;
255 while (running) {
260 running = false;
279 running = false;
283 running = false;
291 running = false;
349 boolean running = false; field in class:TestWebServer.Worker
375 running = false;
385 running
[all...]
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp790 static bool running = false; local
791 if (!running) {
793 running = true;

Completed in 91 milliseconds