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

  /packages/apps/Camera/tests/src/com/android/camera/stress/
CameraStartUp.java 36 long beforeStart = System.currentTimeMillis();
41 startupTime = cameraStarted - beforeStart;
58 long beforeStart = System.currentTimeMillis();
63 startupTime = cameraStarted - beforeStart;
  /external/webkit/WebCore/platform/text/
BidiResolver.h 474 // |beforeStart|. |curr| should point to the first run to reverse.
476 Run* beforeStart = 0;
480 beforeStart = curr;
504 // Now hook up beforeStart and afterEnd to the startRun and endRun.
505 if (beforeStart)
506 beforeStart->m_next = endRun;
    [all...]

Completed in 761 milliseconds