OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fAreaBuffer
(Results
1 - 3
of
3
) 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/
LineGraph.java
24
StringBuffer
fAreaBuffer
;
135
if (this.
fAreaBuffer
== null)
136
this.
fAreaBuffer
= new StringBuffer();
138
this.
fAreaBuffer
.append("\r<area shape=\"CIRCLE\" coords=\""+(xposition-2)+','+(yposition-2)+','+5+" alt=\""+ thisItem.title+": "+thisItem.description+"\""+ " title=\""+ thisItem.title+": "+thisItem.description+"\">");
193
if (this.
fAreaBuffer
!= null) {
194
String s= this.
fAreaBuffer
.toString();
195
this.
fAreaBuffer
= null;
BarGraph.java
38
private StringBuffer
fAreaBuffer
;
275
if (this.
fAreaBuffer
== null)
276
this.
fAreaBuffer
= new StringBuffer();
277
this.
fAreaBuffer
.append(" echo '<area shape=\"RECT\" coords=\"0," + y0 + ',' + width + ',' + y + "\" href=\"" + bar.url + "\">';\n");
287
if (this.
fAreaBuffer
!= null) {
288
String s= this.
fAreaBuffer
.toString();
289
this.
fAreaBuffer
= null;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar
Completed in 31 milliseconds