OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fTotal
(Results
1 - 7
of
7
) sorted by null
/external/junit/src/junit/awtui/
ProgressBar.java
11
public int
fTotal
= 0;
61
if (
fTotal
> 0)
62
return Math.max(1, value*(getBounds().width-1)/
fTotal
);
72
fTotal
= total;
/external/junit/src/junit/swingui/
CounterPanel.java
25
private int
fTotal
;
96
fTotal
= 0;
100
fTotal
= value;
104
fNumberOfRuns.setText(Integer.toString(value) + "/" +
fTotal
);
/external/skia/tests/
skia_test.cpp
56
fTotal
= total;
83
SkDebugf("INSTRUMENTATION_STATUS: numtests=%d\n",
fTotal
);
87
SkDebugf("[%d/%d] %s...\n", fIndex+1,
fTotal
, test->getName());
94
int fIndex,
fTotal
;
/cts/tools/dx-tests/lib/
junit.jar
/cts/tools/utils/lib/
junit.jar
/cts/tools/vm-tests/lib/
junit.jar
/prebuilt/common/tradefed/
tradefed-prebuilt.jar
Completed in 19 milliseconds