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 344 boolean noTimeout;
351 noTimeout = waitForPreviewDone();
352 assertTrue("Timeout waiting for new preview callback!", noTimeout);
360 noTimeout = waitForPreviewDone();
361 assertTrue("Timeout waiting for new preview callback!", noTimeout);
369 noTimeout = waitForPreviewDone();
370 assertTrue("Timeout waiting for new preview callback!", noTimeout);
384 boolean noTimeout;
395 noTimeout = waitForSurfaceTextureDone();
396 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 215 milliseconds