HomeSort by relevance Sort by last modified time
    Searched refs:thisItem (Results 1 - 7 of 7) 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 91 TimeLineGraphItem thisItem = (TimeLineGraphItem) fItemsArray[i];
93 int yposition = thisItem.y;
94 int xposition = thisItem.x;
97 g.setBackground(thisItem.color);
98 g.setForeground(thisItem.color);
100 if (thisItem.drawAsBaseline){
109 g.setBackground(thisItem.color);
110 g.setForeground(thisItem.color);
114 if (thisItem.isSpecial)
122 + " alt=\"" + thisItem.title + ":
    [all...]
LineGraph.java 124 GraphItem thisItem= (GraphItem) this.fItems.get(i);
126 int yposition= (int) (bottom - (((thisItem.value-min) * (bottom-top)) / graduations));
131 g.setBackground(thisItem.color);
132 g.setForeground(thisItem.color);
138 this.fAreaBuffer.append("\r<area shape=\"CIRCLE\" coords=\""+(xposition-2)+','+(yposition-2)+','+5+" alt=\""+ thisItem.title+": "+thisItem.description+"\""+ " title=\""+ thisItem.title+": "+thisItem.description+"\">");
146 if (thisItem.displayDescription){
147 g.drawString(thisItem.title, xposition+2, yposition+shift, true)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstArray.java 121 Constant thisItem = (Constant) get0(i);
123 int compare = thisItem.compareTo(otherItem);
  /dalvik/dx/src/com/android/dx/rop/cst/
CstArray.java 120 Constant thisItem = (Constant) get0(i);
122 int compare = thisItem.compareTo(otherItem);
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstArray.java 120 Constant thisItem = (Constant) get0(i);
122 int compare = thisItem.compareTo(otherItem);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-111557.js     [all...]

Completed in 1573 milliseconds