Home
last modified time | relevance | path

Searched defs:flush (Results 76 - 100 of 374) sorted by relevance

12345678910>>...15

/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetHZ.java68 protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) { in decodeLoop() argument
245 protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) { in encodeLoop() argument
H A DCharsetASCII.java296 protected CoderResult encodeLoopCoreUnoptimized(CharBuffer source, ByteBuffer target, boolean flush) { in encodeLoopCoreUnoptimized() argument
324 protected final CoderResult encodeMalformedOrUnmappable(CharBuffer source, int ch, boolean flush) { in encodeMalformedOrUnmappable() argument
40 decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) decodeLoop() argument
190 encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) encodeLoop() argument
271 encodeLoopCoreOptimized(CharBuffer source, ByteBuffer target, char[] sourceArray, byte[] targetArray, int oldSource, int offset, int limit, boolean flush) encodeLoopCoreOptimized() argument
334 encodeTrail(CharBuffer source, char lead, boolean flush) encodeTrail() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/
H A DXMLRecordWriter.java52 public void flush() { in flush() method in XMLRecordWriter
/third_party/libdrm/etnaviv/
H A Detnaviv_cmd_stream.c177 static void flush(struct etna_cmd_stream *stream, int in_fence_fd, in flush() function
/third_party/mesa3d/.gitlab-ci/lava/utils/
H A Dlog_follower.py148 def flush(self) -> list[str]: member in LogFollower
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_video_codec.h116 void (*flush)(struct pipe_video_codec *codec); member
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dhostref.cc47 std::cout << "call_r_v... " << std::flush; in call_r_v() member in std
57 std::cout << "call_v_r... " << std::flush; member in std
68 std::cout << "call_r_r... " << std::flush; member in std
80 std::cout << "call_ir_v... " << std::flush; in call_ir_v() member in std
90 std::cout << "call_i_r... " << std::flush; member in std
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_common.h98 unsigned int flush : 1; member
/third_party/node/deps/v8/src/runtime/
H A Druntime-trace.cc152 os << std::flush; in RUNTIME_FUNCTION() member in v8::internal::std
192 os << std::flush; in RUNTIME_FUNCTION() member in v8::internal::std
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DQuery11.cpp195 angle::Result Query11::flush(Context11 *context11, bool force) in flush() function in rx::Query11
/third_party/skia/src/gpu/
H A DGrRenderTargetProxy.h32 void flush() { in flush() function in GrArenas
H A DGrProgramDesc.h69 void flush() { in flush() function in GrProcessorKeyBuilder
/third_party/skia/src/core/
H A DSkScan_AntiPath.cpp169 void SuperBlitter::flush() { in flush() function in SuperBlitter
/third_party/skia/third_party/externals/oboe/src/common/
H A DAudioStream.cpp123 Result AudioStream::flush(int64_t timeoutNanoseconds) in flush() function in oboe::AudioStream
/third_party/skia/src/pdf/
H A DSkDeflate.cpp37 static void do_deflate(int flush, in do_deflate() argument
/third_party/skia/third_party/externals/tint/src/diagnostic/
H A Dformatter.cc75 void flush() { in flush() function
/third_party/protobuf/src/google/protobuf/io/
H A Dgzip_stream.cc94 int GzipInputStream::Inflate(int flush) { in Inflate() argument
251 int GzipOutputStream::Deflate(int flush) { in Deflate() argument
/third_party/python/Lib/wsgiref/
H A Dvalidate.py235 def flush(self): member in ErrorWrapper
/third_party/skia/experimental/wasm-skp-debugger/
H A Dexterns.js
/third_party/rust/crates/nix/src/
H A Dpty.rs92 fn flush(&mut self) -> io::Result<()> { in flush() functions
107 fn flush(&mut self) -> io::Result<()> { in flush() functions
/third_party/zlib/contrib/iostream2/
H A Dzstream.h219 int flush(int _flush) { in flush() function in ozstream
/arkcompiler/runtime_core/libpandabase/utils/
H A Dlogger.cpp341 stream_ << prefix << str << std::endl << std::flush; in LogLineInternal() member in panda::std
380 std::cerr << prefix << str << std::endl << std::flush; in LogLineInternal() member in panda::std
385 stream_ << std::flush; in SyncOutputResource() member in panda::std
/arkcompiler/runtime_core/static_core/abc2program/
H A Dprogram_dump.cpp27 os << std::flush; in Dump() member in ark::abc2program::std
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dzip_utils.h101 FLUSH_TYPE flush; member
/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_csync.cpp1169 std::cout << "Waiting..." << std::flush; in HWTEST_F() member in std

Completed in 15 milliseconds

12345678910>>...15