OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:anItem
(Results
1 - 5
of
5
) sorted by null
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
TimeLineGraph.java
273
TimeLineGraphItem
anItem
=(TimeLineGraphItem)fItemsArray[i];
274
long timeDiff=thisItem.timestamp-
anItem
.timestamp;
277
closestPrecedingItem=
anItem
;
278
minimumTimeDiffPreceding=thisItem.timestamp-
anItem
.timestamp;
281
closestFollowingItem=
anItem
;
282
minimumTimeDiffFollowing=thisItem.timestamp-
anItem
.timestamp;