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

  /external/webkit/Source/WebCore/platform/text/
BidiRunList.h 166 // |beforeStart|. |curr| should point to the first run to reverse.
168 Run* beforeStart = 0;
172 beforeStart = curr;
196 // Now hook up beforeStart and afterEnd to the startRun and endRun.
197 if (beforeStart)
198 beforeStart->m_next = endRun;
  /packages/apps/Camera/tests/src/com/android/camera/stress/
CameraStartUp.java 51 long beforeStart = System.currentTimeMillis();
57 startupTime = cameraStarted - beforeStart;
74 long beforeStart = System.currentTimeMillis();
79 startupTime = cameraStarted - beforeStart;
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/stress/
CameraStartUp.java 51 long beforeStart = System.currentTimeMillis();
57 startupTime = cameraStarted - beforeStart;
74 long beforeStart = System.currentTimeMillis();
79 startupTime = cameraStarted - beforeStart;
  /packages/apps/Gallery2/tests_camera/src/com/android/camera/stress/
CameraStartUp.java 51 long beforeStart = System.currentTimeMillis();
57 startupTime = cameraStarted - beforeStart;
74 long beforeStart = System.currentTimeMillis();
79 startupTime = cameraStarted - beforeStart;
  /packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
CameraStartUp.java 52 long beforeStart = System.currentTimeMillis();
57 startupTime = cameraStarted - beforeStart;
74 long beforeStart = System.currentTimeMillis();
79 startupTime = cameraStarted - beforeStart;
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
TreeMapExtendTest.java     [all...]

Completed in 192 milliseconds