Home
last modified time | relevance | path

Searched defs:refill (Results 1 – 11 of 11) sorted by relevance

/external/okio/okio/src/jvmMain/kotlin/okio/
DInflaterSource.kt108 fun refill(): Boolean { in refill() method
DCipherSource.kt47 private fun refill() { in refill() method in okio.CipherSource
/external/okhttp/okio/okio/src/main/java/okio/
DInflaterSource.java94 public boolean refill() throws IOException { in refill() method in InflaterSource
/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
DInflaterSource.java96 public boolean refill() throws IOException { in refill() method in InflaterSource
/external/libiio/src/bindings/csharp/
DIOBuffer.cs86 public void refill() in refill() method in iio.IOBuffer
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dlocal_cache.h154 NOINLINE bool refill(PerClass *C, uptr ClassId) { in refill() function
/external/scudo/standalone/
Dlocal_cache.h173 NOINLINE bool refill(PerClass *C, uptr ClassId) { in refill() function
/external/libiio/src/bindings/python/
Diio.py534 def refill(self): member in Buffer
/external/rust/crates/textwrap/src/
Dlib.rs741 pub fn refill<'a, S, Opt>(filled_text: &str, new_width_or_options: Opt) -> String in refill() function
/external/freetype/src/bdf/
Dbdflib.c525 int refill, hold, to_skip; in _bdf_readstream() local
/external/libnl/python/netlink/
Dcore.py564 def refill(self, socket=None): member in Cache