HomeSort by relevance Sort by last modified time
    Searched refs:byteq (Results 1 - 5 of 5) sorted by null

  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
QuotedPrintableInputStream.java 41 ByteQueue byteq = new ByteQueue(); field in class:QuotedPrintableInputStream
60 if (byteq.count() == 0)
63 byte val = byteq.dequeue();
119 while (byteq.count() == 0) {
131 byteq.enqueue(b);
153 byteq.enqueue((byte)'=');
161 byteq.enqueue((byte)'=');
162 byteq.enqueue(b);
175 byteq.enqueue((byte)'=');
176 byteq.enqueue((byte)'\r')
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
net_nacl.go 343 // A byteq is a byte queue.
344 type byteq struct { type
349 func newByteq() *byteq {
350 q := &byteq{
357 func (q *byteq) read(b []byte, deadline int64) (int, error) {
373 func (q *byteq) write(b []byte, deadline int64) (n int, err error) {
440 rd *byteq
441 wr *byteq
468 rd *byteq
469 wr *byteq
    [all...]
fd_nacl.go 283 // The byteq implementation is in net_nacl.go.
286 rd *byteq
287 wr *byteq
  /prebuilts/go/linux-x86/src/syscall/
net_nacl.go 343 // A byteq is a byte queue.
344 type byteq struct { type
349 func newByteq() *byteq {
350 q := &byteq{
357 func (q *byteq) read(b []byte, deadline int64) (int, error) {
373 func (q *byteq) write(b []byte, deadline int64) (n int, err error) {
440 rd *byteq
441 wr *byteq
468 rd *byteq
469 wr *byteq
    [all...]
fd_nacl.go 283 // The byteq implementation is in net_nacl.go.
286 rd *byteq
287 wr *byteq

Completed in 189 milliseconds