Home
last modified time | relevance | path

Searched refs:progress (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/sun/net/
DProgressSource.java45 private long progress = 0; field in ProgressSource
73 this.progress = 0; in ProgressSource()
127 return progress; in getProgress()
162 lastProgress = progress; in updateProgress()
163 progress = latestProgress; in updateProgress()
191 if (lastProgress / threshold != progress / threshold) { in updateProgress()
197 if (progress >= expected && progress != 0) in updateProgress()
208 … + ", content-type=" + contentType + ", progress=" + progress + ", expected=" + expected + "]"; in toString()
DProgressEvent.java44 private long progress; field in ProgressEvent
53 …url, String method, String contentType, ProgressSource.State state, long progress, long expected) { in ProgressEvent() argument
58 this.progress = progress; in ProgressEvent()
92 return progress; in getProgress()
111 … + ", content-type=" + contentType + ", progress=" + progress + ", expected=" + expected + "]"; in toString()
/libcore/support/src/test/java/libcore/javax/net/ssl/
DTestSSLEnginePair.java110 boolean progress = false; in connect()
112 progress |= handshakeCompleted(client, in connect()
119 progress |= handshakeCompleted(server, in connect()
125 if (!progress) { in connect()
172 boolean progress = false; in handshakeCompleted()
176 return progress; in handshakeCompleted()
179 progress = true; in handshakeCompleted()
/libcore/ojluni/src/main/java/java/nio/charset/
DCharset-X-Coder.java.template592 * If $a$ $coding$ operation is already in progress and the previous
810 * operation is already in progress. </p>
820 * If $a$ $coding$ operation is already in progress
857 n = 2*n + 1; // Ensure progress; n might be 0!
989 * progress.
1001 * If $a$ $coding$ operation is already in progress
1020 * be invoked if an encoding operation is already in progress.
1033 * If $a$ $coding$ operation is already in progress
/libcore/benchmarks/src/benchmarks/regression/
DR.java2053 public static final int progress = 0; field in R
/libcore/api/
Dcurrent.txt17038 field public static final String PROGRESS = "pack.progress";
17054 field public static final String PROGRESS = "unpack.progress";