OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:markpos
(Results
1 - 16
of
16
) sorted by null
/external/jetty/src/java/org/eclipse/jetty/util/
ReadLineInputStream.java
53
if (
markpos
< 0)
58
int m=
markpos
;
59
markpos
=-1;
78
int m=
markpos
;
79
markpos
=-1;
89
markpos
++;
92
int m=
markpos
;
93
markpos
=-1;
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
RecyclableBufferedInputStream.java
62
private int
markpos
= -1;
field in class:RecyclableBufferedInputStream
130
if (
markpos
== -1 || pos -
markpos
>= marklimit) {
134
markpos
= -1;
145
if (
markpos
== 0 && marklimit > localBuf.length && count == localBuf.length) {
159
} else if (
markpos
> 0) {
160
System.arraycopy(localBuf,
markpos
, localBuf, 0, localBuf.length
161
-
markpos
);
164
pos -=
markpos
;
165
count =
markpos
= 0
[
all
...]
/libcore/ojluni/src/main/java/java/io/
BufferedInputStream.java
110
* stream, then <code>buf[
markpos
]</code>
113
* <code>
markpos
</code> is not <code>-1</code>,
114
* then all bytes from positions <code>buf[
markpos
]</code>
120
* and <code>
markpos
</code>); they may not
122
* between <code>pos</code> and <code>
markpos
</code>
128
protected int
markpos
= -1;
field in class:BufferedInputStream
135
* and <code>
markpos
</code> exceeds <code>marklimit</code>,
137
* <code>
markpos
</code> to <code>-1</code>.
207
if (
markpos
< 0)
210
if (
markpos
> 0) { /* can throw away early part of the buffer *
[
all
...]
/external/apache-harmony/support/src/test/java/tests/support/
Support_StringReader.java
26
private int
markpos
= -1;
field in class:Support_StringReader
79
markpos
= pos;
193
pos =
markpos
!= -1 ?
markpos
: 0;
/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;
/packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalMergeAlbum.java
124
int
markPos
= head.lastKey();
125
int[] subPos = head.get(
markPos
).clone();
137
for (int i =
markPos
; i < start + count; i++) {
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H264TrackImpl.java
517
private long
markPos
= 0;
549
markPos
= pos;
554
long diff = pos -
markPos
;
555
LOG.fine("Resetting to " +
markPos
+ " (pos is " + pos + ") which makes the buffersize " + diff);
557
pos =
markPos
;
/external/esd/include/
audiofile.h
568
AFframecount
markpos
);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
audiofile.h
568
AFframecount
markpos
);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
audiofile.h
567
AFframecount
markpos
);
/prebuilts/gdb/darwin-x86/lib/python2.7/
pickletools.py
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/
pickletools.py
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickletools.py
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickletools.py
[
all
...]
/cts/tools/dex-tools/dex/
classes0.out.dex
[
all
...]
/prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar
Completed in 1416 milliseconds