/aosp_15_r20/external/icu/icu4j/main/charset/src/main/java/com/ibm/icu/charset/ |
H A D | CharsetASCII.java | 41 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()
|
H A D | CharsetMBCS.java | 1631 …ed CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) { in decodeLoop() 1640 boolean flush) { in continueMatchToU() 1714 int[] pMatchValue, boolean isUseFallback, boolean flush) { in matchToU() 1878 boolean flush, CoderResult[] cr) { in toU() 1919 int srcIndex, boolean flush, CoderResult[] cr) { in initialMatchToU() 2002 …vMBCSToUnicodeWithOffsets(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) { in cnvMBCSToUnicodeWithOffsets() 2361 boolean flush) { in cnvMBCSSingleToBMPWithOffsets() 2490 boolean flush) { in cnvMBCSSingleToUnicodeWithOffsets() 2848 …ed CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) { in encodeLoop() 3524 …erResult continueMatchFromU(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush, in continueMatchFromU() [all …]
|
H A D | CharsetISO2022.java | 846 …ed CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) { in decodeLoop() 1109 …ed CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) { in decodeLoop() 1319 …ed CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) { in decodeLoop() 1449 …M(CharsetDecoderMBCS cnv, ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) { in decodeLoopIBM() 1735 …ed CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) { in encodeLoop() 2243 …ed CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) { in encodeLoop() 2643 …CoderResult encodeLoopIBM(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) { in encodeLoopIBM() 2662 …ed CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) { in encodeLoop()
|
/aosp_15_r20/frameworks/base/ravenwood/tools/hoststubgen/src/com/android/hoststubgen/ |
H A D | HostStubGenLogger.kt | 98 fun flush() { in flush() method 262 override fun flush() { in flush() method in com.android.hoststubgen.HostStubGenLogger.MultiplexingWriter 301 fun flush() in println() method 317 override fun flush() { in println() method in com.android.hoststubgen.StreamPrinter
|
/aosp_15_r20/external/mesa3d/src/intel/ds/ |
H A D | intel_driver_ds.cc | 451 const struct intel_ds_flush_data *flush = in CREATE_DUAL_EVENT_CALLBACK() local 464 const struct intel_ds_flush_data *flush = in intel_ds_end_cmd_buffer_annotation() local 478 const struct intel_ds_flush_data *flush = in intel_ds_begin_queue_annotation() local 491 const struct intel_ds_flush_data *flush = in intel_ds_end_queue_annotation() local 505 const struct intel_ds_flush_data *flush = in intel_ds_begin_stall() local 518 const struct intel_ds_flush_data *flush = in intel_ds_end_stall() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/python3.11/site-packages/lldb/formatters/ |
D | Logger.py | 13 def flush(self): member in NopLogger 27 def flush(self): member in StdoutLogger 52 def flush(self): member in FileLogger 129 def flush(self): member in Logger
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/python3.11/site-packages/lldb/formatters/ |
D | Logger.py | 13 def flush(self): member in NopLogger 27 def flush(self): member in StdoutLogger 52 def flush(self): member in FileLogger 129 def flush(self): member in Logger
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/python3.11/site-packages/lldb/formatters/ |
D | Logger.py | 13 def flush(self): member in NopLogger 27 def flush(self): member in StdoutLogger 52 def flush(self): member in FileLogger 129 def flush(self): member in Logger
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/python3.11/site-packages/lldb/formatters/ |
D | Logger.py | 13 def flush(self): member in NopLogger 27 def flush(self): member in StdoutLogger 52 def flush(self): member in FileLogger 129 def flush(self): member in Logger
|
/aosp_15_r20/external/rust/android-crates-io/crates/ciborium-io/src/ |
D | lib.rs | 51 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
|
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/ |
H A D | CLScheduler.cpp | 165 void CLScheduler::enqueue_common(ICLKernel &kernel, ITensorPack &tensors, bool flush) in enqueue_common() 189 void CLScheduler::flush_queue(bool flush) in flush_queue() 205 void CLScheduler::enqueue(ICLKernel &kernel, bool flush) in enqueue() 211 void CLScheduler::enqueue_op(ICLKernel &kernel, ITensorPack &tensors, bool flush) in enqueue_op()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/zip/ |
D | Deflater.java | 569 public int deflate(byte[] output, int off, int len, int flush) { in deflate() 695 public int deflate(ByteBuffer output, int flush) { in deflate() 933 int flush, int params); in deflateBytesBytes() 937 int flush, int params); in deflateBytesBuffer() 941 int flush, int params); in deflateBufferBytes() 945 int flush, int params); in deflateBufferBuffer()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/25/libcore/ojluni/src/main/java/java/util/zip/ |
D | Deflater.java | 569 public int deflate(byte[] output, int off, int len, int flush) { in deflate() 695 public int deflate(ByteBuffer output, int flush) { in deflate() 933 int flush, int params); in deflateBytesBytes() 937 int flush, int params); in deflateBytesBuffer() 941 int flush, int params); in deflateBufferBytes() 945 int flush, int params); in deflateBufferBuffer()
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/zip/ |
H A D | Deflater.java | 569 public int deflate(byte[] output, int off, int len, int flush) { in deflate() 695 public int deflate(ByteBuffer output, int flush) { in deflate() 933 int flush, int params); in deflateBytesBytes() 937 int flush, int params); in deflateBytesBuffer() 941 int flush, int params); in deflateBufferBytes() 945 int flush, int params); in deflateBufferBuffer()
|
/aosp_15_r20/frameworks/av/media/codec2/sfplugin/ |
H A D | CCodecBuffers.cpp | 728 void FlexBuffersImpl::flush() { in flush() function in android::FlexBuffersImpl 862 void BuffersArrayImpl::flush() { in flush() function in android::BuffersArrayImpl 934 void InputBuffersArray::flush() { in flush() function in android::InputBuffersArray 967 void SlotInputBuffers::flush() { in flush() function in android::SlotInputBuffers 1008 void LinearInputBuffers::flush() { in flush() function in android::LinearInputBuffers 1185 void GraphicMetadataInputBuffers::flush() { in flush() function in android::GraphicMetadataInputBuffers 1255 void GraphicInputBuffers::flush() { in flush() function in android::GraphicInputBuffers 1384 void OutputBuffersArray::flush(const std::list<std::unique_ptr<C2Work>> &flushedWork) { in flush() function in android::OutputBuffersArray 1496 void FlexOutputBuffers::flush( in flush() function in android::FlexOutputBuffers 1543 void LinearOutputBuffers::flush( in flush() function in android::LinearOutputBuffers
|
/aosp_15_r20/libcore/ojluni/src/main/native/ |
H A D | Deflater.c | 129 jint flush, jint params) in doDeflate() 195 jint flush, jint params) in Deflater_deflateBytesBytes() 230 jint flush, jint params) in Deflater_deflateBytesBuffer() 256 jint flush, jint params) in Deflater_deflateBufferBytes() 280 jint flush, jint params) in Deflater_deflateBufferBuffer()
|
/aosp_15_r20/external/libwebsockets/win32port/zlib/ |
H A D | deflate.c | 594 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
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/external/zlib/ |
D | deflate.h | 336 # define _tr_tally_lit(s, c, flush) \ argument 343 # define _tr_tally_dist(s, distance, length, flush) \ argument 354 # define _tr_tally_lit(s, c, flush) \ argument 362 # define _tr_tally_dist(s, distance, length, flush) \ argument 375 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) argument 376 # define _tr_tally_dist(s, distance, length, flush) \ argument
|
/aosp_15_r20/external/zlib/ |
H A D | deflate.h | 336 # define _tr_tally_lit(s, c, flush) \ argument 343 # define _tr_tally_dist(s, distance, length, flush) \ argument 354 # define _tr_tally_lit(s, c, flush) \ argument 362 # define _tr_tally_dist(s, distance, length, flush) \ argument 375 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) argument 376 # define _tr_tally_dist(s, distance, length, flush) \ argument
|
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/external/zlib/ |
D | deflate.h | 336 # define _tr_tally_lit(s, c, flush) \ argument 343 # define _tr_tally_dist(s, distance, length, flush) \ argument 354 # define _tr_tally_lit(s, c, flush) \ argument 362 # define _tr_tally_dist(s, distance, length, flush) \ argument 375 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) argument 376 # define _tr_tally_dist(s, distance, length, flush) \ argument
|
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/ |
H A D | block_files.cc | 323 ScopedFlush flush(file); in CreateBlock() local 480 ScopedFlush flush(file.get()); in OpenBlockFile() local 490 ScopedFlush flush(file); in GrowBlockFile() local 538 ScopedFlush flush(file); in NextFile() local 614 ScopedFlush flush(file); in FixBlockFileHeader() local
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/portable-simd/crates/test_helpers/src/ |
H A D | subnormals.rs | 2 fn flush(self) -> Self { in flush() method 22 let flush = ppc_flush || arm_flush; localVariable 89 pub fn flush<T: FlushSubnormals>(x: T) -> T { in flush() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/test_helpers/src/ |
H A D | subnormals.rs | 2 fn flush(self) -> Self { in flush() method 22 let flush = ppc_flush || arm_flush; localVariable 89 pub fn flush<T: FlushSubnormals>(x: T) -> T { in flush() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/test_helpers/src/ |
H A D | subnormals.rs | 2 fn flush(self) -> Self { in flush() method 22 let flush = ppc_flush || arm_flush; localVariable 89 pub fn flush<T: FlushSubnormals>(x: T) -> T { in flush() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/test_helpers/src/ |
H A D | subnormals.rs | 2 fn flush(self) -> Self { in flush() method 22 let flush = ppc_flush || arm_flush; localVariable 89 pub fn flush<T: FlushSubnormals>(x: T) -> T { in flush() function
|