| /developtools/hiperf/script/ |
| D | loadlib_test.py | 33 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/ |
| D | stream_plugin.cpp | 79 resultWriter_->flush(resultWriter_); in Loop() 84 resultWriter_->flush(resultWriter_); in Loop()
|
| /developtools/profiler/device/plugins/ftrace_plugin/src/ |
| D | result_transporter.cpp | 86 if (writer_ == nullptr || writer_->flush == nullptr) { in Flush() 89 writer_->flush(writer_); in Flush()
|
| /developtools/profiler/device/plugins/ftrace_plugin/test/unittest/ |
| D | result_transporter_test.cpp | 123 WriterStruct flush = {WriteFunc, nullptr}; variable 124 … OHOS::Profiler::Plugins::ResultTransporter reporter(name_, static_cast<WriterStructPtr>(&flush));
|
| /developtools/profiler/device/plugins/hidump_plugin/src/ |
| D | hidump_plugin.cpp | 79 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/ |
| D | writer_adapter.cpp | 21 writerStruct_.flush = &WriterAdapter::FlushFunc; in WriterAdapter()
|
| /developtools/profiler/device/plugins/hisysevent_plugin/src/ |
| D | hisysevent_plugin.cpp | 71 CHECK_NOTNULL(resultWriter_->flush, -1, "HisyseventPlugin: Writer.flush is no set!!"); in Start() 183 resultWriter_->flush(resultWriter_); in WriteResult()
|
| /developtools/profiler/interfaces/kits/ |
| D | plugin_module_api.h | 167 FlushFuncPtr flush = nullptr; member
|
| /developtools/integration_verification/cases/smoke/basic/screenshot32/resource/ |
| D | capturescreentest.py | 74 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/ |
| D | bytrace_cmd.cpp | 145 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/ |
| D | FileUtils.java | 257 ops.flush(); in writeByteToOutFile() 351 writer.flush(); in writeStringToFile()
|
| /developtools/profiler/device/services/profiler_service/src/ |
| D | trace_file_writer.cpp | 234 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/ |
| D | hilog_plugin.cpp | 98 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/ |
| D | SignHap.java | 128 out.flush(); in copyFiles() 154 out.flush(); in copyFilesExceptStoredFile()
|
| /developtools/integration_verification/cases/daily/mini_system/ |
| D | rk3568_chipset_only_test.py | 78 sys.stdout.flush()
|
| D | L2_mini_system_test.py | 78 sys.stdout.flush()
|
| /developtools/profiler/interfaces/kits/test/unittest/ |
| D | plugin_module_api_test.cpp | 264 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/ |
| D | KeyStoreHelper.java | 289 fos.flush(); in store()
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/ |
| D | VerifyHap.java | 188 out.flush(); in writeOptionalBytesToFile()
|
| /developtools/profiler/device/plugins/arkts_plugin/src/ |
| D | arkts_plugin.cpp | 155 resultWriter_->flush(resultWriter_); in FlushData()
|
| /developtools/packing_tool/adapter/ohos/ |
| D | FileUtils.java | 248 bos.flush(); in unzip()
|
| D | Compressor.java | 450 bw.flush(); in setGenerateBuildHash() 572 bw.flush(); in putBuildHash() 1249 fwriter.flush(); in writePackInfo() 2180 zipOut.flush(); in closeZipOutputStream()
|
| /developtools/profiler/ |
| D | README_zh.md | 168 …="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/ |
| D | Chart.ets | 1483 // out.flush();
|
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 347 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 …]
|