/base/hiviewdfx/hidumper/frameworks/native/src/util/ |
D | dump_compressor.cpp | 56 int flush = 0; in Compress() local 71 …if (FillBuffer(flush, srcBuffer, buffInV, toRead, srcPos, srcBufferOffset) == DumpStatus::DUMP_FAI… in Compress() 74 if (DeflateBuffer(flush, buffOutV, dstPos) == DumpStatus::DUMP_FAIL) { in Compress() 77 } while (flush != Z_FINISH); in Compress() 92 DumpStatus DumpCompressor::FillBuffer(int& flush, CompressBuffer*& srcBuffer, char*& buffIn, in FillBuffer() argument 114 flush = flag ? Z_FINISH : Z_NO_FLUSH; in FillBuffer() 119 DumpStatus DumpCompressor::DeflateBuffer(int flush, char*& buffOut, size_t& dstPos) in DeflateBuffer() argument 125 if (deflate(&zStream_, flush) == Z_STREAM_ERROR) { in DeflateBuffer()
|
/base/hiviewdfx/hidumper/frameworks/native/include/util/ |
D | dump_compressor.h | 51 DumpStatus FillBuffer(int& flush, CompressBuffer*& srcBuffer, char*& buffIn, 53 DumpStatus DeflateBuffer(int flush, char*& buffOut, size_t& dst_pos);
|
/base/sensors/sensor/services/sensor/src/ |
D | flush_info_record.cpp | 48 FlushInfo flush(channel, isFirstFlush); in SetFlushInfo() local 54 it->second.push_back(flush); in SetFlushInfo() 56 std::vector<FlushInfo> vec { flush }; in SetFlushInfo()
|
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/ |
D | LocaleList.java | 70 dataOutputStream.flush(); in write() 86 dataOutputStream.flush(); in write() 89 dataOutputStream.flush(); in write()
|
D | StringPool.java | 123 dataOutputStream.flush(); in write()
|
D | DataFetcher.java | 272 osw.flush(); in writeLocales() 298 osw.flush(); in writeData() 350 osw.flush(); in writeMeasureData()
|
/base/sensors/medical_sensor/services/medical_sensor/src/ |
D | flush_info_record.cpp | 60 struct FlushInfo flush(channel, isFirstFlush); in SetFlushInfo() local 66 it->second.push_back(flush); in SetFlushInfo() 68 std::vector<struct FlushInfo> vec { flush }; in SetFlushInfo()
|
/base/update/updater/services/log/ |
D | log.cpp | 61 oss_ << std::endl << std::flush; in ~UpdaterLogger() 64 << logLevelMap_[level_] << " " << str << std::endl << std::flush; in ~UpdaterLogger() 71 g_updaterStage << std::endl << std::flush; in ~StageLogger() 73 std::cout << std::endl << std::flush; in ~StageLogger()
|
/base/hiviewdfx/hilog/services/hilogd/ |
D | log_compress.cpp | 70 int flush = 0; in Compress() local 88 flush = flag ? Z_FINISH : Z_NO_FLUSH; in Compress() 95 if (deflate(&cStream, flush) == Z_STREAM_ERROR) { in Compress() 107 } while (flush != Z_FINISH); in Compress()
|
D | log_persister_rotator.cpp | 104 m_currentLogOutput.flush(); in Input() 193 m_infoFile.flush(); in WriteRecoveryInfo()
|
/base/update/updater/services/package/pkg_algorithm/ |
D | pkg_algo_deflate.cpp | 27 int32_t PkgAlgoDeflate::DeflateData(const PkgStreamPtr outStream, z_stream &zstream, int32_t flush, in DeflateData() argument 33 ret = deflate(&zstream, flush); in DeflateData() 49 if (flush == Z_NO_FLUSH) { in DeflateData() 52 } while (ret == Z_OK && flush == Z_FINISH); in DeflateData()
|
D | pkg_algo_deflate.h | 61 z_stream &zstream, int32_t flush, PkgBuffer &outBuffer, size_t &destOffset) const;
|
/base/telephony/sms_mms/test/unittest/ |
D | cdma_sms_test.cpp | 92 cout << ss.str() << flush; in PrintAddr() 117 cout << s << "szData : " << ss.str() << endl << flush; in PrintSubAddr() 133 cout << s << "szData : " << ss.str() << endl << flush; in PrintSmsTeleSvcAddr() 184 cout << flush; in PrintHeader() 192 cout << flush; in PrintTimeAbs() 241 cout << flush; in PrintEncodeType() 269 cout << flush; in PrintUserData() 303 cout << flush; in PrintCmasData() 312 cout << flush; in PrintSmsReplyOption() 332 cout << flush; in PrintSmsValPeriod() [all …]
|
/base/update/packaging_tools/ |
D | patch_package_process.py | 533 self.new_dat_file_obj.flush() 534 self.patch_dat_file_obj.flush() 535 self.transfer_list_file_obj.flush() 540 self.new_dat_file_obj.flush() 541 self.patch_dat_file_obj.flush() 542 self.transfer_list_file_obj.flush()
|
/base/startup/init/services/modules/trace/ |
D | init_trace.c | 343 int flush = Z_NO_FLUSH; in DumpCompressedTrace() local 357 flush = zs.avail_in == 0 ? Z_FINISH : Z_NO_FLUSH; in DumpCompressedTrace() 362 ret = deflate(&zs, flush); in DumpCompressedTrace() 366 PLUGIN_CHECK(bytesWritten >= have, flush = Z_FINISH; break, in DumpCompressedTrace() 369 } while (flush != Z_FINISH); in DumpCompressedTrace()
|
/base/hiviewdfx/hitrace/cmd/src/ |
D | hitrace_cmd.cpp | 140 out.flush(); in WriteStrToFile() 611 int flush = Z_NO_FLUSH; in DumpCompressedTrace() local 633 if (zs.avail_in == 0 && flush == Z_NO_FLUSH) { in DumpCompressedTrace() 636 flush = Z_FINISH; in DumpCompressedTrace() 654 ret = deflate(&zs, flush); in DumpCompressedTrace() 655 if (flush == Z_FINISH && ret == Z_STREAM_END) { in DumpCompressedTrace()
|
/base/hiviewdfx/hisysevent/adapter/native/idl/src/ |
D | file_util.cpp | 103 fout.flush(); in CopyFile()
|
/base/update/updater/services/ui/view/component/ |
D | box_progress_adapter.cpp | 66 ON_SCOPE_EXIT(flush) { in SetValue()
|
/base/hiviewdfx/hiview/base/utility/ |
D | file_util.cpp | 236 fout.flush(); in CreateFile() 259 fout.flush(); in CopyFile()
|
/base/update/packaging_tools/zipalign/src/main/java/com/ohos/ |
D | ZipAlign.java | 90 out.flush(); in copyFiles()
|
/base/hiviewdfx/hidumper/frameworks/native/ |
D | dump_utils.cpp | 222 fout.flush(); in CopyFile()
|
/base/location/services/location_locator/locator/source/ |
D | location_config_manager.cpp | 83 outFile.flush(); in CreateFile()
|
/base/update/updater/test/unittest/utils/json/ |
D | utils_json_test.cpp | 210 ofs.flush();
|
/base/hiviewdfx/hiview/base/event_store/utility/writer/ |
D | sys_event_doc_writer.cpp | 177 out_.flush(); in WriteContent()
|
/base/update/updater/ |
D | updater_ux_guide.md | 36 UPDATER_UI_INSTANCE.Sleep(50); /* wait for page flush 50ms */
|