OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getByteCount
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Email/src/org/apache/commons/io/input/
CountingInputStream.java
114
* See {@link #
getByteCount
()} for a method using a <code>long</code>.
120
long result =
getByteCount
();
155
public synchronized long
getByteCount
() {
/packages/apps/Email/src/org/apache/commons/io/output/
CountingOutputStream.java
93
* See {@link #
getByteCount
()} for a method using a <code>long</code>.
99
long result =
getByteCount
();
134
public synchronized long
getByteCount
() {
ThresholdingOutputStream.java
184
public long
getByteCount
()
/frameworks/base/core/java/android/net/
ThrottleManager.java
148
public long
getByteCount
(String iface, int direction, int period, int ago) {
150
return mService.
getByteCount
(iface, direction, period, ago);
/frameworks/base/services/java/com/android/server/
ThrottleService.java
270
public synchronized long
getByteCount
(String iface, int dir, int period, int ago) {
[
all
...]
Completed in 727 milliseconds