OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:finishTime
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/java/com/android/server/am/
BroadcastRecord.java
53
long
finishTime
; // when we finished the broadcast.
100
if (
finishTime
!= 0) {
101
pw.print("
finishTime
="); TimeUtils.formatDuration(
finishTime
, now, pw);
/external/webkit/Source/WebCore/inspector/
InspectorResourceAgent.cpp
371
void InspectorResourceAgent::didFinishLoading(unsigned long identifier, double
finishTime
)
373
if (!
finishTime
)
374
finishTime
= currentTime();
376
m_frontend->loadingFinished(static_cast<int>(identifier),
finishTime
);
/prebuilt/common/ant/
ant.jar
Completed in 768 milliseconds