Home
last modified time | relevance | path

Searched refs:flush (Results 1 – 25 of 26) sorted by relevance

12

/developtools/hiperf/script/
Dloadlib_test.py33 sys.stdout.flush()
37 sys.stdout.flush()
41 sys.stdout.flush()
45 sys.stdout.flush()
49 sys.stdout.flush()
/developtools/profiler/device/plugins/stream_plugin/src/
Dstream_plugin.cpp79 resultWriter_->flush(resultWriter_); in Loop()
84 resultWriter_->flush(resultWriter_); in Loop()
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dresult_transporter.cpp86 if (writer_ == nullptr || writer_->flush == nullptr) { in Flush()
89 writer_->flush(writer_); in Flush()
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dresult_transporter_test.cpp123 WriterStruct flush = {WriteFunc, nullptr}; variable
124 … OHOS::Profiler::Plugins::ResultTransporter reporter(name_, static_cast<WriterStructPtr>(&flush));
/developtools/profiler/device/plugins/hidump_plugin/src/
Dhidump_plugin.cpp79 CHECK_NOTNULL(resultWriter_->flush, -1, "HidumpPlugin: Writer.flush is no set!"); in Start()
130 resultWriter_->flush(resultWriter_); in Loop()
137 resultWriter_->flush(resultWriter_); in Loop()
/developtools/profiler/device/plugins/api/src/
Dwriter_adapter.cpp21 writerStruct_.flush = &WriterAdapter::FlushFunc; in WriterAdapter()
/developtools/profiler/device/plugins/hisysevent_plugin/src/
Dhisysevent_plugin.cpp71 CHECK_NOTNULL(resultWriter_->flush, -1, "HisyseventPlugin: Writer.flush is no set!!"); in Start()
183 resultWriter_->flush(resultWriter_); in WriteResult()
/developtools/profiler/interfaces/kits/
Dplugin_module_api.h167 FlushFuncPtr flush = nullptr; member
/developtools/integration_verification/cases/smoke/basic/screenshot32/resource/
Dcapturescreentest.py74 sys.stdout.flush()
428 sys.stdout.flush()
455 sys.stdout.flush()
473 sys.stdout.flush()
534 sys.stdout.flush()
552 sys.stdout.flush()
/developtools/bytrace/bin/src/
Dbytrace_cmd.cpp145 out.flush(); in WriteStrToFile()
711 int flush = Z_NO_FLUSH; in DumpCompressedTrace() local
735 if (zs.avail_in == 0 && flush == Z_NO_FLUSH) { in DumpCompressedTrace()
738 flush = Z_FINISH; in DumpCompressedTrace()
757 ret = deflate(&zs, flush); in DumpCompressedTrace()
758 if (flush == Z_FINISH && ret == Z_STREAM_END) { in DumpCompressedTrace()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DFileUtils.java257 ops.flush(); in writeByteToOutFile()
351 writer.flush(); in writeStringToFile()
/developtools/profiler/device/services/profiler_service/src/
Dtrace_file_writer.cpp234 CHECK_TRUE(stream_.flush(), false, "binary file %s flush failed!", path_.c_str()); in Finish()
246 CHECK_TRUE(stream_.flush(), false, "binary file %s flush failed!", path_.c_str()); in FlushStream()
/developtools/profiler/device/plugins/hilog_plugin/src/
Dhilog_plugin.cpp98 CHECK_NOTNULL(resultWriter_->flush, -1, "HilogPlugin: Writer.flush is no set!!"); in Start()
253 resultWriter_->flush(resultWriter_); in Run()
265 resultWriter_->flush(resultWriter_); in Run()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
DSignHap.java128 out.flush(); in copyFiles()
154 out.flush(); in copyFilesExceptStoredFile()
/developtools/integration_verification/cases/daily/mini_system/
Drk3568_chipset_only_test.py78 sys.stdout.flush()
DL2_mini_system_test.py78 sys.stdout.flush()
/developtools/profiler/interfaces/kits/test/unittest/
Dplugin_module_api_test.cpp264 EXPECT_NE(streamPlugin->resultWriter_->flush, nullptr);
561 EXPECT_NE(streamPlugin->resultWriter_->flush, nullptr);
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/keystore/
DKeyStoreHelper.java289 fos.flush(); in store()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DVerifyHap.java188 out.flush(); in writeOptionalBytesToFile()
/developtools/profiler/device/plugins/arkts_plugin/src/
Darkts_plugin.cpp155 resultWriter_->flush(resultWriter_); in FlushData()
/developtools/packing_tool/adapter/ohos/
DFileUtils.java248 bos.flush(); in unzip()
DCompressor.java450 bw.flush(); in setGenerateBuildHash()
572 bw.flush(); in putBuildHash()
1249 fwriter.flush(); in writePackInfo()
2180 zipOut.flush(); in closeZipOutputStream()
/developtools/profiler/
DREADME_zh.md168 …="p2047081142415"><a name="p2047081142415"></a><a name="p2047081142415"></a>WriterStruct::flush</p>
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/charts/
DChart.ets1483 // out.flush();
/developtools/profiler/hiebpf/include/
Dvmlinux.h347 int (*flush)(struct file *, fl_owner_t); member
27334 void (*flush)(); member
29127 } flush; member
49888 unsigned int flush: 1; member
66433 long int (*flush)(void *, long unsigned int); member
99719 int (*flush)(struct input_dev *, struct file *); member
100354 int (*flush)(struct mbox_chan *, long unsigned int); member
112934 int (*flush)(uint32_t, bool); member
122118 int (*flush)(struct nd_region *, struct bio *); member
122358 int (*flush)(struct nd_region *, struct bio *); member
[all …]

12