OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:markpos
(Results
1 - 6
of
6
) sorted by null
/dalvik/libcore/luni/src/main/java/java/io/
BufferedInputStream.java
62
protected int
markpos
= -1;
field in class:BufferedInputStream
155
if (
markpos
== -1 || (pos -
markpos
>= marklimit)) {
159
markpos
= -1;
165
if (
markpos
== 0 && marklimit > localBuf.length) {
176
} else if (
markpos
> 0) {
177
System.arraycopy(localBuf,
markpos
, localBuf, 0, localBuf.length
178
-
markpos
);
181
pos -=
markpos
;
182
count =
markpos
= 0
[
all
...]
StringReader.java
31
private int
markpos
= -1;
field in class:StringReader
94
markpos
= pos;
222
pos =
markpos
!= -1 ?
markpos
: 0;
/dalvik/libcore/support/src/test/java/tests/support/
Support_StringReader.java
26
private int
markpos
= -1;
field in class:Support_StringReader
84
markpos
= pos;
208
pos =
markpos
!= -1 ?
markpos
: 0;
/external/esd/include/
audiofile.h
568
AFframecount
markpos
);
/bionic/libc/kernel/tools/
cpp.py
234
def
markPos
(self,tok):
452
self.
markPos
(tok)
[
all
...]
/cts/tools/dex-tools/dex/
classes0.out.dex
[
all
...]
Completed in 749 milliseconds