HomeSort by relevance Sort by last modified time
    Searched refs:refill (Results 1 - 25 of 42) sorted by null

1 2

  /external/libnl/python/tests/
test-create-bridge.py 8 cache.refill(sock)
19 cache.refill(sock)
24 cache.refill(sock)
  /frameworks/base/core/java/android/util/
Base64InputStream.java 98 refill(); method
110 refill(); method
121 refill(); method
137 private void refill() throws IOException { method in class:Base64InputStream
  /external/okhttp/okio/okio/src/main/java/okio/
InflaterSource.java 62 boolean sourceExhausted = refill();
94 public boolean refill() throws IOException { method in class:InflaterSource
  /prebuilts/go/darwin-x86/src/crypto/cipher/
ctr.go 52 func (x *ctr) refill() { func
76 x.refill()
ofb.go 39 func (x *ofb) refill() { func
59 x.refill()
  /prebuilts/go/linux-x86/src/crypto/cipher/
ctr.go 52 func (x *ctr) refill() { func
76 x.refill()
ofb.go 39 func (x *ofb) refill() { func
59 x.refill()
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
NameValueBlockReader.java 110 inflaterSource.refill();
  /prebuilts/go/darwin-x86/src/crypto/aes/
ctr_s390x.go 46 func (c *aesctr) refill() { func
73 c.refill()
  /prebuilts/go/linux-x86/src/crypto/aes/
ctr_s390x.go 46 func (c *aesctr) refill() { func
73 c.refill()
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Stdio.inf 114 refill.c #
  /prebuilts/go/darwin-x86/src/runtime/
mcache.go 107 func (c *mcache) refill(spc spanClass) { func
115 throw("refill of span with free space remaining")
  /prebuilts/go/linux-x86/src/runtime/
mcache.go 107 func (c *mcache) refill(spc spanClass) { func
115 throw("refill of span with free space remaining")
  /external/libnl/python/netlink/route/
tc.py 543 _qdisc_cache.refill()
567 cache.refill()
590 cache.refill()
link.py 18 cache.refill(sock) # fill cache with all configured links
25 via the constructor (empty link objects) or via the refill()
550 _link_cache.refill()
  /libcore/ojluni/src/main/java/java/io/
ObjectInputStream.java 2464 refill(); method
2547 private void refill() throws IOException { method in class:ObjectInputStream.BlockDataInputStream
2601 refill(); method
2634 refill(); method
2651 refill(); method
2721 refill(); method
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/json/
stream.go 134 err = dec.refill()
140 func (dec *Decoder) refill() error { func
499 err = dec.refill()
  /prebuilts/go/linux-x86/src/encoding/json/
stream.go 134 err = dec.refill()
140 func (dec *Decoder) refill() error { func
499 err = dec.refill()
  /external/freetype/src/bdf/
bdflib.c 528 int refill, hold, to_skip; local
553 refill = 1;
559 if ( refill )
566 refill = 0;
621 refill = 1;
    [all...]
  /toolchain/binutils/binutils-2.27/etc/
texi2pod.pl 392 # Cross references are thrown away, as are @noindent and @refill.
393 # (@noindent is impossible in .pod, and @refill is unnecessary.)
401 s/\@refill//g;
  /external/libnl/python/netlink/
core.py 564 def refill(self, socket=None): member in class:Cache
565 """Clear cache and refill it"""
  /prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.6.0/
okio-1.6.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.8.0/
okio-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.9.0/
okio-1.9.0.jar 
  /external/protobuf/csharp/src/Google.Protobuf/
CodedInputStream.cs 68 /// The index of the buffer at which we need to refill from the stream (if there is one).
    [all...]

Completed in 751 milliseconds

1 2