Home
last modified time | relevance | path

Searched defs:flush (Results 1 - 25 of 32) sorted by relevance

12

/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_wstream.cpp44 void ExtWStream::flush() in flush() function in OHOS::ImagePlugin::ExtWStream
/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_compress.cpp70 int flush = 0; in Compress() local
/arkcompiler/runtime_core/compiler/optimizer/
H A Dpass_manager_statistics.cpp173 csv << std::flush; in DumpStatisticsCsv() member in panda::compiler::std
/arkcompiler/runtime_core/static_core/compiler/optimizer/
H A Dpass_manager_statistics.cpp174 csv << std::flush; in DumpStatisticsCsv() member in ark::compiler::std
/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Ddump_compressor.cpp56 int flush = 0; in Compress() local
92 DumpStatus DumpCompressor::FillBuffer(int& flush, CompressBuffer*& srcBuffer, char*& buffIn, in FillBuffer() argument
114 flush = flag ? Z_FINISH : Z_NO_FLUSH; in FillBuffer() member
119 DumpStatus DumpCompressor::DeflateBuffer(int flush, char*& buffOut, size_t& dstPos) in DeflateBuffer() argument
/base/request/request/pre_download/native/src/cache/
H A Ddata.rs129 fn flush(&mut self) -> std::io::Result<()> { in flush() functions
/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dmodule_hdi_sink.c87 const char *flush = pa_proplist_gets(si->proplist, "stream.flush"); in SinkInputNewCb() local
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/helper/
H A Dsample_helper.cpp125 std::cout << "\r\033[K" << "Repeat times left: " << times << ", frames: " << frames << " " << std::flush; in PrintProgress() member in OHOS::MediaAVCodec::Sample::std
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dlogger.cpp311 stream_ << prefix << str << std::endl << std::flush; in LogLineInternal() member in ark::std
323 std::cerr << prefix << str << std::endl << std::flush; in LogLineInternal() member in ark::std
328 stream_ << std::flush; in SyncOutputResource() member in ark::std
/base/update/updater/services/package/pkg_algorithm/
H A Dpkg_algo_deflate.cpp27 int32_t PkgAlgoDeflate::DeflateData(const PkgStreamPtr outStream, z_stream &zstream, int32_t flush, in DeflateData() argument
/base/update/updater/services/log/
H A Dlog.cpp63 oss_ << std::endl << std::flush; in ~UpdaterLogger() member in Updater::std
67 << logLevelMap_[level_] << " " << str << std::endl << std::flush; in ~UpdaterLogger() member in Updater::std
74 g_updaterStage << std::endl << std::flush; in ~StageLogger() member in Updater::std
76 std::cout << std::endl << std::flush; in ~StageLogger() member in Updater::std
/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
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/
H A Drk_list.cpp226 RK_S32 rk_list::flush() in flush() function in rk_list
H A Dvpu_api_legacy.cpp515 RK_S32 VpuApiLegacy::flush(VpuCodecContext *ctx) in flush() function in VpuApiLegacy
/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
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dhnd_pktq.c1173 bool flush in pktq_flush() local
799 pktq_pfilter(struct pktq *pq, int prec, pktq_filter_t fltr, void* fltr_ctx, defer_free_pkt_fn_t defer, void *defer_ctx, flush_free_pkt_fn_t flush, void *flush_ctx) pktq_pfilter() argument
809 pktq_filter(struct pktq *pq, pktq_filter_t fltr, void* fltr_ctx, defer_free_pkt_fn_t defer, void *defer_ctx, flush_free_pkt_fn_t flush, void *flush_ctx) pktq_filter() argument
842 spktq_filter(struct spktq *spq, pktq_filter_t fltr, void* fltr_ctx, defer_free_pkt_fn_t defer, void *defer_ctx, flush_free_pkt_fn_t flush, void *flush_ctx) spktq_filter() argument
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_gzip/
H A Dgzip_n_exporter.cpp1395 uint32_t flush = 0; in GZFlush() local
/base/telephony/sms_mms/test/unittest/
H A Dcdma_sms_test.cpp117 cout << s << "szData : " << ss.str() << endl << flush; in PrintSubAddr() local
133 cout << s << "szData : " << ss.str() << endl << flush; in PrintSmsTeleSvcAddr() local
184 cout << flush; in PrintHeader() local
192 cout << flush; in PrintTimeAbs() local
241 cout << flush; in PrintEncodeType() local
269 cout << flush; in PrintUserData() local
303 cout << flush; in PrintCmasData() local
312 cout << flush; in PrintSmsReplyOption() local
332 cout << flush; in PrintSmsValPeriod() local
341 cout << flush; PrintSmsEnhancedVmn() local
443 cout << s << "TeleserviceMsg <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<" << endl << flush; PrintTelesvc() local
482 cout << "TransportMsg <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<" << endl << flush; PrintMsg() local
[all...]
/arkcompiler/runtime_core/abc2program/
H A Dprogram_dump.cpp27 os << std::flush; in Dump() member in panda::abc2program::std
/base/hiviewdfx/hitrace/cmd/src/
H A Dhitrace_cmd.cpp497 int flush = Z_NO_FLUSH; in DumpCompressedTrace() local
/base/startup/init/services/modules/trace/
H A Dinit_trace.c344 int flush = Z_NO_FLUSH; in DumpCompressedTrace() local
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_zip/
H A Dzip_n_exporter.cpp603 int32_t flush = 0; in Deflate() local
1724 int32_t flush = 0; in Inflate() local
1982 int32_t flush = 0; in InflateReset2() local
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dcommon_func.cpp591 int32_t flush = 0; in GetDeflateArg() local
758 int32_t flush = 0; in GetInflateArg() local
777 int32_t flush = 0; in GetInflateReset2Arg() local
1497 uint32_t flush in SetGZFlushArg() local
[all...]

Completed in 24 milliseconds

12