Home
last modified time | relevance | path

Searched refs:done (Results 1 – 20 of 20) sorted by relevance

/cts/common/util/src/com/android/compatibility/common/util/
DModuleResult.java70 public void initializeDone(boolean done) { in initializeDone() argument
71 mDone = done; in initializeDone()
82 public void setDone(boolean done) { in setDone() argument
84 mDone &= done; // If we've already set done for this instance, AND the received value in setDone()
86 mDone = done; // If done has only been initialized, overwrite the existing value in setDone()
DIModuleResult.java74 void initializeDone(boolean done); in initializeDone() argument
84 void setDone(boolean done); in setDone() argument
DResultHandler.java209 boolean done = Boolean.parseBoolean(parser.getAttributeValue(NS, DONE_ATTR)); in getResultFromDir()
211 module.initializeDone(done); in getResultFromDir()
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DInputTestCase.java202 boolean done = false; in onKeyEvent()
206 done = true; in onKeyEvent()
208 } while (!done); in onKeyEvent()
212 boolean done = false; in onMotionEvent()
216 done = true; in onMotionEvent()
218 } while (!done); in onMotionEvent()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
DOpenCVLibrary.java59 final CountDownLatch done = new CountDownLatch(1); in load() local
76 done.countDown(); in load()
80 if (!done.await(ASYNC_LOAD_TIMEOUT_SEC, TimeUnit.SECONDS)) { in load()
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DGlesStubActivity.java104 final CountDownLatch done = new CountDownLatch(1); in runIterations() local
109 setContentView(new GlesSurfaceView(GlesStubActivity.this, version, done)); in runIterations()
113 done.await(); in runIterations()
187 public GlesSurfaceView(GlesStubActivity parent, int glVersion, CountDownLatch done) { in GlesSurfaceView() argument
194 setRenderer(new OpenGlesRenderer(parent, glVersion, done)); in GlesSurfaceView()
404 OpenGlesRenderer(GlesStubActivity parent, int glVersion, CountDownLatch done) { in OpenGlesRenderer() argument
407 mDone = done; in OpenGlesRenderer()
/cts/tests/tests/media/src/android/media/cts/
DSoundPoolTest.java258 final Object done = new Object(); in testAutoPauseResume() local
266 synchronized(done) { in testAutoPauseResume()
269 done.notify(); in testAutoPauseResume()
285 synchronized(done) { in testAutoPauseResume()
290 done.wait(waitTime); in testAutoPauseResume()
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DDeviceInfoActivity.java57 final CountDownLatch done = new CountDownLatch(1); in runIterations() local
62 setContentView(new GLESSurfaceView(DeviceInfoActivity.this, version, done)); in runIterations()
66 done.await(); in runIterations()
DGLESSurfaceView.java42 public GLESSurfaceView(DeviceInfoActivity parent, int glVersion, CountDownLatch done){ in GLESSurfaceView() argument
47 mDone = done; in GLESSurfaceView()
/cts/tests/tests/security/jni/
Dandroid_security_cts_NativeCodeTest.cpp117 goto done; in android_security_cts_NativeCodeTest_doCVE20141710Test()
122 goto done; in android_security_cts_NativeCodeTest_doCVE20141710Test()
128 done: in android_security_cts_NativeCodeTest_doCVE20141710Test()
/cts/tests/tests/os/src/android/os/cts/
DParcelFileDescriptorTest.java80 final DoneSignal done = new DoneSignal(); in testFromSocket() local
93 done.set(); in testFromSocket()
95 done.setException(e); in testFromSocket()
111 done.get(5, TimeUnit.SECONDS); in testFromSocket()
/cts/tests/tests/speech/src/android/speech/tts/cts/
DStubTextToSpeechService.java102 if (callback.done() != TextToSpeech.SUCCESS) { in onSynthesizeText()
/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java653 boolean done = false; field in StorageManagerTest.ObbObserver
661 done = true; in onObbStateChange()
667 assertTrue("Expected ObbObserver to have received a state change.", done); in getPath()
672 assertTrue("Expected ObbObserver to have received a state change.", done); in getState()
677 return done; in isDone()
/cts/apps/CameraITS/pymodules/its/
Dimage.py795 done = False
797 while not done:
800 done = (cap[NUM_FRAMES-1]['metadata']['android.lens.state'] == 0)
801 print ' status: ', done
/cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/
DVrListenerVerifierActivity.java152 done(); in selectNext()
161 done(); in runNext()
201 private void done() { in done() method in VrListenerVerifierActivity
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java1882 boolean done = false;
1885 done = true;
1893 return done;
1907 boolean done = false;
1912 done = true;
1920 return done;
1993 boolean done = false;
1996 done = true;
2004 return done;
/cts/hostsidetests/sustainedperf/dhrystone/
DRationale318 procedure merging and/or compilation in one unit can be done to
/cts/tests/libcore/javautilcollections/libs/
Dguava-20.0.jar ... .google.common.base.AbstractIterator$State DONE public static final enum com.google.common. ...
Dguava-testlib-20.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/cts/tools/dex-tools/dex/
Dclasses0.out.dex12885 void done()
12961 void done()
51641 protected void done()
51686 protected void done()
55754 boolean done