Home
last modified time | relevance | path

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

12

/cts/hostsidetests/graphics/gpuprofiling/app/
Dandroid_graphics_cts_GpuCounters.cpp87 volatile std::sig_atomic_t done = 0; variable
94 done = 1; in main()
101 while (!done) { in main()
/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/apps/CtsVerifier/src/com/android/cts/verifier/tv/display/
DAsyncTestStep.java49 protected void done() { in done() method in AsyncTestStep
51 super.done(); in done()
DYesNoTestStep.java63 done(); in createUiElements()
75 done(); in createUiElements()
DSyncTestStep.java38 done(); in onButtonClickRunTest()
DHotplugTestActivity.java225 done(); in recordTestStateAndFinish()
/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/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/media/src/android/media/cts/
DSoundPoolTest.java308 final Object done = new Object(); in testAutoPauseResume() local
316 synchronized(done) { in testAutoPauseResume()
319 done.notify(); in testAutoPauseResume()
335 synchronized(done) { in testAutoPauseResume()
340 done.wait(waitTime); in testAutoPauseResume()
DRemoteService.java94 boolean done = latch.await(TIMEOUT_MS, MILLISECONDS); in runOnHandlerSync()
95 return done && throwable.get() == null; in runOnHandlerSync()
/cts/hostsidetests/appsecurity/test-apps/ApkVerityTestAppPrebuilt/
DREADME.md15 On debuggable build, it can be done by:
48 for f in CtsApkVerityTestApp*; do echo $f | sed -E 's/([^.]+)\.(.+)/mv & \1Prebuilt.\2/'; done | sh
82 for f in CtsApkVerityTestApp*; do echo $f | sed -E 's/([^.]+)\.(.+)/mv & \1Prebuilt.\2/'; done | sh
/cts/tests/mediapc/
DREADME.md4 …ed automatically while running tests. Manual installation of these can be done using copy_media.sh…
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsAnimationTests.java197 boolean[] done = new boolean[1]; in testAnimationCallbacks_childInsetting()
214 done[0] = true; in testAnimationCallbacks_childInsetting()
224 waitForOrFail("Waiting until animation done", () -> done[0]); in testAnimationCallbacks_childInsetting()
/cts/tests/tests/os/src/android/os/cts/
DParcelFileDescriptorTest.java104 final DoneSignal done = new DoneSignal(); in testFromSocket() local
117 done.set(); in testFromSocket()
119 done.setException(e); in testFromSocket()
135 done.get(5, TimeUnit.SECONDS); in testFromSocket()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/audio/
DTestStep.java78 done(); in onButtonClickRunTest()
/cts/tests/video/
DREADME.md6 …ed automatically while running tests. Manual installation of these can be done using copy_media.sh…
/cts/tests/tests/telephony/sdk28/
DAndroid.bp27 // TODO: what can be done here? it used to be
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
DTestStepBase.java88 protected void done() { in done() method in TestStepBase
/cts/tests/tests/speech/src/android/speech/tts/cts/
DStubTextToSpeechService.java121 if (callback.done() != TextToSpeech.SUCCESS) { in onSynthesizeText()
/cts/apps/CameraITS/utils/
Dimage_processing_utils.py762 done = False
764 while not done:
767 done = (cap[NUM_FRAMES - 1]['metadata']['android.lens.state'] == 0)
768 logging.debug('status: %s', done)
/cts/hostsidetests/appsecurity/test-apps/ApkVerityTestApp/testdata/
DAndroid.bp45 " done",
/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java870 boolean done = false; field in StorageManagerTest.ObbObserver
878 done = true; in onObbStateChange()
884 assertTrue("Expected ObbObserver to have received a state change.", done); in getPath()
889 assertTrue("Expected ObbObserver to have received a state change.", done); in getState()
894 return done; in isDone()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/
DVrListenerVerifierActivity.java197 done(); in selectNext()
206 done(); in runNext()
252 private void done() { in done() method in VrListenerVerifierActivity
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java1734 boolean done = false; in testRequestFocusNodeHref()
1737 done = true; in testRequestFocusNodeHref()
1745 return done; in testRequestFocusNodeHref()
1759 boolean done = false; in testRequestFocusNodeHref()
1764 done = true; in testRequestFocusNodeHref()
1772 return done; in testRequestFocusNodeHref()
1837 boolean done = false; in testRequestImageRef()
1840 done = true; in testRequestImageRef()
1848 return done; in testRequestImageRef()

12