OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:beforeStart
(Results
1 - 5
of
5
) sorted by null
/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/Camera2/tests/src/com/android/camera/stress/
CameraStartUp.java
51
long
beforeStart
= System.currentTimeMillis();
57
startupTime = cameraStarted -
beforeStart
;
74
long
beforeStart
= System.currentTimeMillis();
80
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/chromium_org/third_party/WebKit/Source/platform/text/
BidiRunList.h
212
// |
beforeStart
|. |curr| should point to the first run to reverse.
214
Run*
beforeStart
= 0;
218
beforeStart
= curr;
242
// Now hook up
beforeStart
and afterEnd to the startRun and endRun.
243
if (
beforeStart
)
244
beforeStart
->m_next = endRun;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
TreeMapExtendTest.java
[
all
...]
Completed in 381 milliseconds