Home
last modified time | relevance | path

Searched defs:flush (Results 1 – 25 of 856) sorted by relevance

12345678910>>...35

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetASCII.java41 boolean flush) { in decodeLoop()
191 boolean flush) { in encodeLoop()
273 boolean flush) { in encodeLoopCoreOptimized()
296 …tected CoderResult encodeLoopCoreUnoptimized(CharBuffer source, ByteBuffer target, boolean flush) { in encodeLoopCoreUnoptimized()
324 …protected final CoderResult encodeMalformedOrUnmappable(CharBuffer source, int ch, boolean flush) { in encodeMalformedOrUnmappable()
334 private final CoderResult encodeTrail(CharBuffer source, char lead, boolean flush) { in encodeTrail()
DCharset88591.java72 boolean flush) { in encodeLoopCoreOptimized()
102 … final CoderResult encodeLoopCoreUnoptimized(CharBuffer source, ByteBuffer target, boolean flush) { in encodeLoopCoreUnoptimized()
DCharsetDecoderICU.java270 … abstract CoderResult decodeLoop(ByteBuffer in, CharBuffer out, IntBuffer offsets, boolean flush); in decodeLoop()
282 … final CoderResult decode(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) { in decode()
396 …sult toUnicodeWithCallback(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush){ in toUnicodeWithCallback()
/external/okio/okio/src/commonMain/kotlin/okio/
DSink.kt52 fun flush() method
/external/autotest/client/cros/
Dkernel_trace.py43 def __init__(self, flush=True, events=None, on=True): argument
59 def __del__(self, flush=True, events=None, on=True): argument
157 def flush(self): member in KernelTrace
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DWriteQueue.java77 ChannelFuture enqueue(QueuedCommand command, boolean flush) { in enqueue()
95 void enqueue(Runnable runnable, boolean flush) { in enqueue()
106 private void flush() { in flush() method in WriteQueue
/external/rust/crates/serde_json/src/io/
Dcore.rs42 fn flush(&mut self) -> Result<()>; in flush() method
57 fn flush(&mut self) -> Result<()> { in flush() method
76 fn flush(&mut self) -> Result<()> { in flush() method
/external/mesa3d/src/gallium/auxiliary/util/
Du_dirty_surfaces.h57 …pling(struct pipe_context *pipe, struct util_dirty_surfaces *dss, util_dirty_surface_flush_t flush) in util_dirty_surfaces_use_for_sampling()
70 …, struct util_dirty_surfaces *dss, unsigned first, unsigned last, util_dirty_surface_flush_t flush) in util_dirty_surfaces_use_levels_for_sampling()
86 …s, struct pipe_sampler_view *psv, struct pipe_sampler_state *pss, util_dirty_surface_flush_t flush) in util_dirty_surfaces_use_for_sampling_with()
/external/rust/crates/ciborium-io/src/
Dlib.rs51 fn flush(&mut self) -> Result<(), Self::Error>; in flush() method
74 fn flush(&mut self) -> Result<(), Self::Error> { in flush() method
99 fn flush(&mut self) -> Result<(), Self::Error> { in flush() method
148 fn flush(&mut self) -> Result<(), Self::Error> { in flush() method
164 fn flush(&mut self) -> Result<(), Self::Error> { in flush() method
/external/rust/crates/libz-sys/src/zlib-ng/test/
Dminideflate.c46 int32_t window_bits, int32_t mem_level, int32_t strategy, int32_t flush) { in deflate_params()
130 int32_t flush) { in inflate_params()
235 int32_t flush = Z_NO_FLUSH; in main() local
/external/ComputeLibrary/src/runtime/CL/
DCLScheduler.cpp154 void CLScheduler::enqueue_common(ICLKernel &kernel, ITensorPack &tensors, bool flush) in enqueue_common()
177 void CLScheduler::enqueue(ICLKernel &kernel, bool flush) in enqueue()
183 void CLScheduler::enqueue_op(ICLKernel &kernel, ITensorPack &tensors, bool flush) in enqueue_op()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DTransliteratingTextComponent.java81 public void flush() { in flush() method in TransliteratingTextComponent
86 protected void transliterate(char ch, boolean flush) { in transliterate()
/external/tensorflow/tensorflow/python/keras/
Dcallbacks_v1_test.py254 def flush(self): member in TestTensorBoardV1.test_Tensorboard_histogram_summaries_in_test_function.FileWriterStub
407 def flush(self): member in TestTensorBoardV1.test_Tensorboard_batch_logging.FileWriterStub
440 def flush(self): member in TestTensorBoardV1.test_Tensorboard_epoch_and_batch_logging.FileWriterStub
516 def flush(self): member in TestTensorBoardV1.test_TensorBoard_update_freq.FileWriterStub
/external/zstd/zlibWrapper/examples/
Dfitblk_original.c75 int ret, flush; in partcompress() local
98 int ret, flush; in recompress() local
Dfitblk.c80 int ret, flush; in partcompress() local
105 int ret, flush; in recompress() local
/external/rust/crates/libz-sys/src/zlib/examples/
Dfitblk.c75 int ret, flush; in partcompress() local
98 int ret, flush; in recompress() local
/external/caliper/caliper/src/main/java/com/google/caliper/bridge/
DOpenedSocket.java119 @Override public void flush() throws IOException { in flush() method in OpenedSocket.Writer
160 @Override public void flush() throws IOException { in getOutputStream() method in OpenedSocket
/external/rust/crates/libz-sys/src/zlib-ng/arch/s390/
Ddfltcc_deflate.c98 int Z_INTERNAL dfltcc_deflate(PREFIX3(streamp) strm, int flush, block_state *result) { in dfltcc_deflate()
300 int Z_INTERNAL dfltcc_deflate_params(PREFIX3(streamp) strm, int level, int strategy, int *flush) { in dfltcc_deflate_params()
318 int Z_INTERNAL dfltcc_deflate_done(PREFIX3(streamp) strm, int flush) { in dfltcc_deflate_done()
/external/angle/src/libANGLE/renderer/gl/
DQueryGL.cpp192 angle::Result StandardQueryGL::flush(const gl::Context *context, bool force) in flush() function in rx::StandardQueryGL
259 angle::Result flush(const gl::Context *context, bool force, bool *finished) override in flush() function in rx::SyncProviderGLSync
299 angle::Result flush(const gl::Context *context, bool force, bool *finished) override in flush() function in rx::SyncProviderGLQuery
402 angle::Result SyncQueryGL::flush(const gl::Context *context, bool force) in flush() function in rx::SyncQueryGL
/external/libwebsockets/win32port/zlib/
Ddeflate.c594 int ZEXPORT deflate (strm, flush) in deflate() argument
1474 local block_state deflate_stored(s, flush) in deflate_stored() argument
1532 local block_state deflate_fast(s, flush) in deflate_fast() argument
1628 local block_state deflate_slow(s, flush) in deflate_slow() argument
1753 local block_state deflate_rle(s, flush) in deflate_rle() argument
1819 local block_state deflate_huff(s, flush) in deflate_huff() argument
/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
DOkHttpClientStream.java150 WritableBuffer frame, boolean endOfStream, boolean flush, int numMessages) { in writeFrame()
362 private void sendBuffer(Buffer buffer, boolean endOfStream, boolean flush) { in sendBuffer()
395 boolean flush; field in OkHttpClientStream.PendingData
397 PendingData(Buffer buffer, boolean endOfStream, boolean flush) { in PendingData()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/utils/
DFlushShieldFilterOutputStream.java36 public void flush() throws IOException { in flush() method in FlushShieldFilterOutputStream
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/trace/export/
DSpanExporterImpl.java77 void flush() { in flush() method in SpanExporterImpl
201 void flush() { in flush() method in SpanExporterImpl.Worker
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/io/
DSimpleOutputStream.java16 public void flush() in flush() method in SimpleOutputStream
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/io/
DSimpleOutputStream.java16 public void flush() in flush() method in SimpleOutputStream

12345678910>>...35