HomeSort by relevance Sort by last modified time
    Searched refs:noTimeout (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraGLTest.java 342 boolean noTimeout;
349 noTimeout = waitForPreviewDone();
350 assertTrue("Timeout waiting for new preview callback!", noTimeout);
358 noTimeout = waitForPreviewDone();
359 assertTrue("Timeout waiting for new preview callback!", noTimeout);
367 noTimeout = waitForPreviewDone();
368 assertTrue("Timeout waiting for new preview callback!", noTimeout);
382 boolean noTimeout;
393 noTimeout = waitForSurfaceTextureDone();
394 assertTrue("Timeout waiting for new frame from SurfaceTexture!", noTimeout);
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
DumpRenderTree.cpp 142 bool noTimeout = false;
182 noTimeout = true;
211 if (noTimeout) {

Completed in 279 milliseconds