OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getTotal
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/skia/include/views/animated/
SkScrollBarView.h
23
unsigned
getTotal
() const { return fTotalLength; }
/external/skia/include/views/animated/
SkScrollBarView.h
23
unsigned
getTotal
() const { return fTotalLength; }
/frameworks/base/core/tests/coretests/src/android/net/
NetworkStatsTest.java
270
assertValues(stats.
getTotal
(null), 1280L, 80L, 0L, 2L, 20L);
271
assertValues(stats.
getTotal
(null, 100), 1152L, 72L, 0L, 2L, 20L);
272
assertValues(stats.
getTotal
(null, 101), 128L, 8L, 0L, 0L, 0L);
275
assertValues(stats.
getTotal
(null, ifaces), 0L, 0L, 0L, 0L, 0L);
278
assertValues(stats.
getTotal
(null, ifaces), 1024L, 64L, 0L, 0L, 0L);
/frameworks/base/core/java/android/net/
NetworkStats.java
423
final Entry entry =
getTotal
(null);
430
public Entry
getTotal
(Entry recycle) {
431
return
getTotal
(recycle, null, UID_ALL, false);
438
public Entry
getTotal
(Entry recycle, int limitUid) {
439
return
getTotal
(recycle, null, limitUid, false);
446
public Entry
getTotal
(Entry recycle, HashSet<String> limitIface) {
447
return
getTotal
(recycle, limitIface, UID_ALL, false);
451
return
getTotal
(recycle, null, UID_ALL, true);
461
private Entry
getTotal
(
/packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
SourceLatency.java
78
public synchronized long
getTotal
() {
119
+ " (average), " + formatTime(time.
getTotal
()) + " (total)");
130
+ " (average), " + formatTime(time.
getTotal
()) + " (total)");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar
/prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar
/prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar
/prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar
/prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar
Completed in 459 milliseconds