Home
last modified time | relevance | path

Searched refs:readAhead (Results 1 – 25 of 100) sorted by relevance

1234

/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/java/XMPCore/src/com/adobe/xmp/impl/
H A DFixASCIIControlsReader.java59 int readAhead = 0; in read() local
67 available = super.read(readAheadBuffer, readAhead, 1) == 1; in read()
70 char c = processChar(readAheadBuffer[readAhead]); in read()
79 readAhead = 0; in read()
84 unread(readAheadBuffer, 0, readAhead + 1); in read()
85 readAhead = 0; in read()
89 readAhead++; in read()
92 else if (readAhead > 0) in read()
95 unread(readAheadBuffer, 0, readAhead); in read()
97 readAhead = 0; in read()
H A DLatin1Converter.java73 int readAhead = 0; in convert() local
101 readAheadBuffer[readAhead++] = (byte) b; in convert()
116 readAheadBuffer[readAhead++] = (byte) b; in convert()
121 out.append(readAheadBuffer, 0, readAhead); in convert()
122 readAhead = 0; in convert()
135 i = i - readAhead; in convert()
136 readAhead = 0; in convert()
147 for (int j = 0; j < readAhead; j++) in convert()
/dports/archivers/javatar/javatar-2.5/source/com/ice/tar/
H A DTarEntryEnumerator.java42 private TarEntry readAhead = null; field in TarEntryEnumerator
74 if ( eof && ( readAhead == null ) ) in nextElement()
78 if ( readAhead != null ) in nextElement()
80 rc = readAhead; in nextElement()
81 readAhead = null; in nextElement()
103 readAhead = getNext(); in hasMoreElements()
104 if ( readAhead != null ) in hasMoreElements()
/dports/databases/kdb/kdb-3.2.0/src/
H A DKDbCursor.cpp38 , readAhead(false) in Private()
54 bool readAhead; member in KDbCursor::Private
143 bool KDbCursor::readAhead() const in readAhead() function in KDbCursor
145 return d->readAhead; in readAhead()
267 d->readAhead = false; in close()
290 if (!d->readAhead) { in moveFirst()
325 d->readAhead = false; //1st record had been read in moveFirst()
439 if (!d->readAhead) {//we have no record that was read ahead in getNextRecord()
463 d->readAhead = false; in getNextRecord()
466 if (!d->readAhead) {//we have no record that was read ahead in getNextRecord()
[all …]
/dports/java/javamail/javamail-JAVAMAIL-1_6_2/mail/src/main/java/com/sun/mail/util/
H A DUUDecoderStream.java67 private String readAhead; field in UUDecoderStream
229 readAhead = line; in readPrefix()
249 if (readAhead != null) { in decode()
250 line = readAhead; in decode()
251 readAhead = null; in decode()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/mimepull/
H A DUUDecoderStream.java53 private String readAhead; field in UUDecoderStream
221 readAhead = line; in readPrefix()
242 if (readAhead != null) { in decode()
243 line = readAhead; in decode()
244 readAhead = null; in decode()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/mimepull/
H A DUUDecoderStream.java53 private String readAhead; field in UUDecoderStream
221 readAhead = line; in readPrefix()
242 if (readAhead != null) { in decode()
243 line = readAhead; in decode()
244 readAhead = null; in decode()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/net/www/http/
H A DChunkedInputStream.java591 private int readAhead(boolean allowBlocking) throws IOException { in readAhead() method in ChunkedInputStream
654 if (readAhead(true) <= 0) { in read()
699 avail = readAhead(true); in read()
728 avail = readAhead(false); in available()
771 readAhead(false); in hurry()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/net/www/http/
H A DChunkedInputStream.java588 private int readAhead(boolean allowBlocking) throws IOException { in readAhead() method in ChunkedInputStream
651 if (readAhead(true) <= 0) { in read()
696 avail = readAhead(true); in read()
725 avail = readAhead(false); in available()
768 readAhead(false); in hurry()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/net/www/http/
H A DChunkedInputStream.java591 private int readAhead(boolean allowBlocking) throws IOException { in readAhead() method in ChunkedInputStream
654 if (readAhead(true) <= 0) { in read()
699 avail = readAhead(true); in read()
728 avail = readAhead(false); in available()
771 readAhead(false); in hurry()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/net/www/http/
H A DChunkedInputStream.java588 private int readAhead(boolean allowBlocking) throws IOException { in readAhead() method in ChunkedInputStream
651 if (readAhead(true) <= 0) { in read()
696 avail = readAhead(true); in read()
725 avail = readAhead(false); in available()
768 readAhead(false); in hurry()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/net/www/http/
H A DChunkedInputStream.java588 private int readAhead(boolean allowBlocking) throws IOException { in readAhead() method in ChunkedInputStream
651 if (readAhead(true) <= 0) { in read()
696 avail = readAhead(true); in read()
725 avail = readAhead(false); in available()
768 readAhead(false); in hurry()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/net/www/http/
H A DChunkedInputStream.java591 private int readAhead(boolean allowBlocking) throws IOException { in readAhead() method in ChunkedInputStream
654 if (readAhead(true) <= 0) { in read()
699 avail = readAhead(true); in read()
728 avail = readAhead(false); in available()
771 readAhead(false); in hurry()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/net/www/http/
H A DChunkedInputStream.java591 private int readAhead(boolean allowBlocking) throws IOException { in readAhead() method in ChunkedInputStream
654 if (readAhead(true) <= 0) { in read()
699 avail = readAhead(true); in read()
728 avail = readAhead(false); in available()
771 readAhead(false); in hurry()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/net/www/http/
H A DChunkedInputStream.java588 private int readAhead(boolean allowBlocking) throws IOException { in readAhead() method in ChunkedInputStream
651 if (readAhead(true) <= 0) { in read()
696 avail = readAhead(true); in read()
725 avail = readAhead(false); in available()
768 readAhead(false); in hurry()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/net/www/http/
H A DChunkedInputStream.java590 private int readAhead(boolean allowBlocking) throws IOException { in readAhead() method in ChunkedInputStream
655 if (readAhead(true) <= 0) { in read()
705 avail = readAhead(true); in read()
739 avail = readAhead(false); in available()
793 readAhead(false); in hurry()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/net/www/http/
H A DChunkedInputStream.java590 private int readAhead(boolean allowBlocking) throws IOException { in readAhead() method in ChunkedInputStream
655 if (readAhead(true) <= 0) { in read()
705 avail = readAhead(true); in read()
739 avail = readAhead(false); in available()
793 readAhead(false); in hurry()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/io/src/
H A Dpcd_grabber.cpp51 void readAhead ();
121 readAhead ();
140 readAhead ();
145 pcl::PCDGrabberBase::PCDGrabberImpl::readAhead () in readAhead() function in pcl::PCDGrabberBase::PCDGrabberImpl
272 readAhead (); in trigger()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/stereo/src/
H A Dstereo_grabber.cpp56 readAhead();
110 pcl::StereoGrabberBase::StereoGrabberImpl::readAhead() in readAhead() function in pcl::StereoGrabberBase::StereoGrabberImpl
134 readAhead(); in trigger()
/dports/sysutils/brename/brename-2.11.1/vendor/github.com/klauspost/pgzip/
H A Dgunzip.go90 readAhead chan read member
335 for blk := range z.readAhead {
368 z.readAhead = ra
428 case z.readAhead <- read{b: buf, err: err}:
451 read := <-z.readAhead
523 read := <-z.readAhead
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/klauspost/pgzip/
H A Dgunzip.go90 readAhead chan read member
335 for blk := range z.readAhead {
368 z.readAhead = ra
428 case z.readAhead <- read{b: buf, err: err}:
451 read := <-z.readAhead
523 read := <-z.readAhead
/dports/www/gitea/gitea-1.16.5/vendor/github.com/klauspost/pgzip/
H A Dgunzip.go90 readAhead chan read member
335 for blk := range z.readAhead {
368 z.readAhead = ra
428 case z.readAhead <- read{b: buf, err: err}:
451 read := <-z.readAhead
523 read := <-z.readAhead
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/klauspost/pgzip/
H A Dgunzip.go90 readAhead chan read member
335 for blk := range z.readAhead {
368 z.readAhead = ra
428 case z.readAhead <- read{b: buf, err: err}:
451 read := <-z.readAhead
523 read := <-z.readAhead
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/klauspost/pgzip/pgzip-1.2.5/
H A Dgunzip.go90 readAhead chan read member
335 for blk := range z.readAhead {
368 z.readAhead = ra
428 case z.readAhead <- read{b: buf, err: err}:
451 read := <-z.readAhead
523 read := <-z.readAhead
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/klauspost/pgzip/
H A Dgunzip.go90 readAhead chan read member
335 for blk := range z.readAhead {
368 z.readAhead = ra
428 case z.readAhead <- read{b: buf, err: err}:
451 read := <-z.readAhead
523 read := <-z.readAhead

1234