/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/ |
D | WriteRawPrimitivesBenchmark.cs | 130 cos.Flush(); in WriteRawVarint32_CodedOutputStream() 149 ctx.Flush(); in WriteRawVarint32_WriteContext() 172 cos.Flush(); in WriteRawVarint64_CodedOutputStream() 196 ctx.Flush(); in WriteRawVarint64_WriteContext() 209 cos.Flush(); in WriteFixed32_CodedOutputStream() 223 ctx.Flush(); in WriteFixed32_WriteContext() 236 cos.Flush(); in WriteFixed64_CodedOutputStream() 250 ctx.Flush(); in WriteFixed64_WriteContext() 264 ctx.Flush(); in WriteRawTag_OneByte_WriteContext() 278 ctx.Flush(); in WriteRawTag_TwoBytes_WriteContext() [all …]
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
D | CodedOutputStreamTest.cs | 56 output.Flush(); in AssertWriteVarint() 63 ctx.Flush(); in AssertWriteVarint() 75 output.Flush(); in AssertWriteVarint() 82 ctx.Flush(); in AssertWriteVarint() 99 output.Flush(); in AssertWriteVarint() 106 ctx.Flush(); in AssertWriteVarint() 114 output.Flush(); in AssertWriteVarint() 121 ctx.Flush(); in AssertWriteVarint() 173 output.Flush(); in AssertWriteLittleEndian32() 179 ctx.Flush(); in AssertWriteLittleEndian32() [all …]
|
D | FieldCodecTest.cs | 138 codedOutput.Flush(); in TestRoundTripRaw() 150 codedOutput.Flush(); in TestRoundTripWithTag() 163 codedOutput.Flush(); in TestCalculateSizeWithTag() 175 codedOutput.Flush(); in TestDefaultValue() 199 codedOutput.Flush(); in TestDefaultValue()
|
D | CodedInputStreamTest.cs | 377 output.Flush(); in ReadMaliciouslyLargeBlob() 395 output.Flush(); in ReadBlobGreaterThanCurrentLimit() 427 output.Flush(); in ReadStringGreaterThanCurrentLimit() 518 output.Flush(); in MakeMaliciousRecursionUnknownFieldsPayload() 544 output.Flush(); in ReadGroup_WrongEndGroupTag() 558 output.Flush(); in ReadGroup_UnknownFields_WrongEndGroupTag() 589 output.Flush(); in ReadInvalidUtf8() 608 output.Flush(); in ReadNegativeSizedStringThrowsInvalidProtocolBufferException() 626 output.Flush(); in ReadNegativeSizedBytesThrowsInvalidProtocolBufferException() 676 output.Flush(); in TestSlowPathAvoidance() [all …]
|
/third_party/grpc/test/core/iomgr/ |
D | ev_epollex_linux_test.cc | 57 grpc_core::ExecCtx::Get()->Flush(); in test_pollable_owner_fd() 62 grpc_core::ExecCtx::Get()->Flush(); in test_pollable_owner_fd() 66 grpc_core::ExecCtx::Get()->Flush(); in test_pollable_owner_fd() 70 grpc_core::ExecCtx::Get()->Flush(); in test_pollable_owner_fd() 79 grpc_core::ExecCtx::Get()->Flush(); in test_pollable_owner_fd() 83 grpc_core::ExecCtx::Get()->Flush(); in test_pollable_owner_fd() 90 grpc_core::ExecCtx::Get()->Flush(); in test_pollable_owner_fd()
|
D | resource_quota_test.cc | 159 grpc_core::ExecCtx::Get()->Flush(); in test_simple_async_alloc() 188 grpc_core::ExecCtx::Get()->Flush(); in test_async_alloc_blocked_by_size() 214 grpc_core::ExecCtx::Get()->Flush(); in test_scavenge() 227 grpc_core::ExecCtx::Get()->Flush(); in test_scavenge() 251 grpc_core::ExecCtx::Get()->Flush(); in test_scavenge_blocked() 259 grpc_core::ExecCtx::Get()->Flush(); in test_scavenge_blocked() 266 grpc_core::ExecCtx::Get()->Flush(); in test_scavenge_blocked() 290 grpc_core::ExecCtx::Get()->Flush(); in test_blocked_until_scheduled_reclaim() 306 grpc_core::ExecCtx::Get()->Flush(); in test_blocked_until_scheduled_reclaim() 333 grpc_core::ExecCtx::Get()->Flush(); in test_blocked_until_scheduled_reclaim_and_scavenge() [all …]
|
D | resolve_address_test.cc | 74 grpc_core::ExecCtx::Get()->Flush(); in args_finish() 102 grpc_core::ExecCtx::Get()->Flush(); in poll_pollset_until_request_done() 164 grpc_core::ExecCtx::Get()->Flush(); in test_localhost() 177 grpc_core::ExecCtx::Get()->Flush(); in test_default_port() 190 grpc_core::ExecCtx::Get()->Flush(); in test_localhost_result_has_ipv6_first() 204 grpc_core::ExecCtx::Get()->Flush(); in test_localhost_result_has_ipv4_first_when_ipv6_isnt_available() 217 grpc_core::ExecCtx::Get()->Flush(); in test_non_numeric_default_port() 230 grpc_core::ExecCtx::Get()->Flush(); in test_missing_default_port() 243 grpc_core::ExecCtx::Get()->Flush(); in test_ipv6_with_port() 263 grpc_core::ExecCtx::Get()->Flush(); in test_ipv6_without_port() [all …]
|
D | timer_list_test.cc | 79 grpc_core::ExecCtx::Get()->Flush(); in add_test() 87 grpc_core::ExecCtx::Get()->Flush(); in add_test() 96 grpc_core::ExecCtx::Get()->Flush(); in add_test() 142 grpc_core::ExecCtx::Get()->Flush(); in destruction_test() 146 grpc_core::ExecCtx::Get()->Flush(); in destruction_test() 151 grpc_core::ExecCtx::Get()->Flush(); in destruction_test() 202 grpc_core::ExecCtx::Get()->Flush(); in long_running_service_cleanup_test() 213 grpc_core::ExecCtx::Get()->Flush(); in long_running_service_cleanup_test()
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | FenceValidationTests.cpp | 49 void Flush() { in Flush() function in FenceValidationTest 126 Flush(); in TEST_F() 141 Flush(); in TEST_F() 154 Flush(); in TEST_F() 177 Flush(); in TEST_F() 182 Flush(); in TEST_F() 208 Flush(); in TEST_F() 213 Flush(); in TEST_F()
|
/third_party/boost/libs/beast/test/beast/zlib/ |
D | deflate_stream.cpp | 47 virtual error_code write(Flush) = 0; 88 error_code write(Flush flush) override { in write() 151 error_code write(Flush flush) override { in write() 326 error_code ec = c.write(Flush::full); in doDeflate1_beast() 376 bi ? Flush::full : Flush::none); in doDeflate2_beast() 464 c.write(Flush::full); in testInvalidSettings() 479 error_code ec = c.write(Flush::sync); in testWriteAfterFinish() 483 ec = c.write(Flush::finish); in testWriteAfterFinish() 489 ec = c.write(Flush::sync); in testWriteAfterFinish() 491 ec = c.write(Flush::finish); in testWriteAfterFinish() [all …]
|
D | inflate_stream.cpp | 39 virtual error_code write(Flush) = 0; 84 error_code write(Flush flush) override { in write() 139 error_code write(Flush flush) override { in write() 238 Flush flush_; 241 Beast(Split in, Split check, Flush flush = Flush::sync) in Beast() 469 m(Beast{full, once, Flush::block}, check); in testInflate() 501 m(Beast{full, once, Flush::trees}, check); in testInflate() 533 is.write(zs, Flush::sync, ec); in check() 609 ec = d.write(Flush::trees); in testFixedHuffmanFlushTrees() 611 ec = d.write(Flush::sync); in testFixedHuffmanFlushTrees() [all …]
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
D | CodedOutputStreamTest.cs | 54 output.Flush(); in AssertWriteVarint() 64 output.Flush(); in AssertWriteVarint() 81 output.Flush(); in AssertWriteVarint() 89 output.Flush(); in AssertWriteVarint() 139 output.Flush(); in AssertWriteLittleEndian32() 148 output.Flush(); in AssertWriteLittleEndian32() 162 output.Flush(); in AssertWriteLittleEndian64() 171 output.Flush(); in AssertWriteLittleEndian64() 206 output.Flush(); in WriteWholeMessage_VaryingBlockSizes() 312 cout.Flush(); in TestCodedInputOutputPosition() [all …]
|
D | FieldCodecTest.cs | 137 codedOutput.Flush(); in TestRoundTripRaw() 149 codedOutput.Flush(); in TestRoundTripWithTag() 162 codedOutput.Flush(); in TestCalculateSizeWithTag() 172 codedOutput.Flush(); in TestDefaultValue() 194 codedOutput.Flush(); in TestDefaultValue()
|
/third_party/node/src/tracing/ |
D | node_trace_buffer.cc | 57 void InternalTraceBuffer::Flush(bool blocking) { in Flush() function in node::tracing::InternalTraceBuffer 78 agent_->Flush(blocking); in Flush() 139 bool NodeTraceBuffer::Flush() { in Flush() function in node::tracing::NodeTraceBuffer 140 buffer1_.Flush(true); in Flush() 141 buffer2_.Flush(true); in Flush() 167 buffer->buffer1_.Flush(false); in NonBlockingFlushSignalCb() 170 buffer->buffer2_.Flush(false); in NonBlockingFlushSignalCb()
|
/third_party/boost/boost/beast/zlib/detail/ |
D | deflate_stream.hpp | 246 typedef block_state(self::*compress_func)(z_params& zs, Flush flush); 262 boost::optional<Flush> 624 …BOOST_BEAST_DECL void doWrite (z_params& zs, boost::optional<Flush> flush, error_code&… 660 BOOST_BEAST_DECL block_state f_stored (z_params& zs, Flush flush); 661 BOOST_BEAST_DECL block_state f_fast (z_params& zs, Flush flush); 662 BOOST_BEAST_DECL block_state f_slow (z_params& zs, Flush flush); 663 BOOST_BEAST_DECL block_state f_rle (z_params& zs, Flush flush); 664 BOOST_BEAST_DECL block_state f_huff (z_params& zs, Flush flush); 667 deflate_stored(z_params& zs, Flush flush) in deflate_stored() 673 deflate_fast(z_params& zs, Flush flush) in deflate_fast() [all …]
|
/third_party/boost/libs/beast/include/boost/beast/zlib/detail/ |
D | deflate_stream.hpp | 246 typedef block_state(self::*compress_func)(z_params& zs, Flush flush); 262 boost::optional<Flush> 624 …BOOST_BEAST_DECL void doWrite (z_params& zs, boost::optional<Flush> flush, error_code&… 660 BOOST_BEAST_DECL block_state f_stored (z_params& zs, Flush flush); 661 BOOST_BEAST_DECL block_state f_fast (z_params& zs, Flush flush); 662 BOOST_BEAST_DECL block_state f_slow (z_params& zs, Flush flush); 663 BOOST_BEAST_DECL block_state f_rle (z_params& zs, Flush flush); 664 BOOST_BEAST_DECL block_state f_huff (z_params& zs, Flush flush); 667 deflate_stored(z_params& zs, Flush flush) in deflate_stored() 673 deflate_fast(z_params& zs, Flush flush) in deflate_fast() [all …]
|
/third_party/grpc/test/core/transport/chttp2/ |
D | context_list_test.cc | 99 exec_ctx.Flush(); in TEST_F() 104 exec_ctx.Flush(); in TEST_F() 112 exec_ctx.Flush(); in TEST_F() 119 exec_ctx.Flush(); in TEST_F() 154 exec_ctx.Flush(); in TEST_F() 159 exec_ctx.Flush(); in TEST_F()
|
/third_party/openh264/codec/processing/src/common/ |
D | WelsFrameWorkEx.cpp | 45 EResult Flush (void* pCtx, int32_t iType) { in Flush() function 46 return pCtx ? WelsStaticCast (IWelsVP*, pCtx)->Flush (iType) : RET_INVALIDPARAM; in Flush() 73 pVPc->Flush = Flush; in CreateSpecificVpInterface()
|
/third_party/grpc/test/core/client_channel/resolvers/ |
D | fake_resolver_test.cc | 132 grpc_core::ExecCtx::Get()->Flush(); in test_fake_resolver() 144 grpc_core::ExecCtx::Get()->Flush(); in test_fake_resolver() 159 grpc_core::ExecCtx::Get()->Flush(); in test_fake_resolver() 162 grpc_core::ExecCtx::Get()->Flush(); in test_fake_resolver() 174 grpc_core::ExecCtx::Get()->Flush(); in test_fake_resolver() 186 grpc_core::ExecCtx::Get()->Flush(); in test_fake_resolver()
|
/third_party/grpc/test/cpp/microbenchmarks/ |
D | bm_closure.cc | 47 grpc_core::ExecCtx::Get()->Flush(); in BM_WellFlushed() 131 grpc_core::ExecCtx::Get()->Flush(); in BM_ClosureSchedOnExecCtx() 148 grpc_core::ExecCtx::Get()->Flush(); in BM_ClosureSched2OnExecCtx() 168 grpc_core::ExecCtx::Get()->Flush(); in BM_ClosureSched3OnExecCtx() 253 grpc_core::ExecCtx::Get()->Flush(); in BM_ClosureSchedOnCombiner() 272 grpc_core::ExecCtx::Get()->Flush(); in BM_ClosureSched2OnCombiner() 294 grpc_core::ExecCtx::Get()->Flush(); in BM_ClosureSched3OnCombiner() 314 grpc_core::ExecCtx::Get()->Flush(); in BM_ClosureSched2OnTwoCombiners() 341 grpc_core::ExecCtx::Get()->Flush(); in BM_ClosureSched4OnTwoCombiners() 385 grpc_core::ExecCtx::Get()->Flush(); in BM_ClosureReschedOnExecCtx()
|
D | bm_pollset.cc | 63 grpc_core::ExecCtx::Get()->Flush(); in BM_CreateDestroyPollset() 65 grpc_core::ExecCtx::Get()->Flush(); in BM_CreateDestroyPollset() 127 grpc_core::ExecCtx::Get()->Flush(); in BM_PollEmptyPollset() 146 grpc_core::ExecCtx::Get()->Flush(); in BM_PollAddFd() 155 grpc_core::ExecCtx::Get()->Flush(); in BM_PollAddFd() 247 grpc_core::ExecCtx::Get()->Flush(); in BM_SingleThreadPollOneFd()
|
/third_party/flutter/engine/flutter/testing/dart/ |
D | task_order_test.dart | 15 // Flush 0 microtasks. 27 // Flush 2 microtasks. 42 // Flush 3 microtasks.
|
/third_party/cef/libcef/browser/ |
D | stream_impl.h | 46 int Flush() override; 95 int Flush() override; 150 int Flush() override { return handler_->Flush(); } in Flush() function
|
/third_party/mindspore/mindspore/ccsrc/utils/system/ |
D | file_system.h | 84 virtual bool Flush() = 0; 187 bool Flush() override { in Flush() function 195 bool Sync() override { return Flush(); } in Sync() 239 bool Flush() override;
|
/third_party/protobuf/src/google/protobuf/io/ |
D | zero_copy_stream_impl.cc | 170 FileOutputStream::~FileOutputStream() { impl_.Flush(); } in ~FileOutputStream() 173 bool flush_succeeded = impl_.Flush(); in Close() 177 bool FileOutputStream::Flush() { return impl_.Flush(); } in Flush() function in google::protobuf::io::FileOutputStream 288 OstreamOutputStream::~OstreamOutputStream() { impl_.Flush(); } in ~OstreamOutputStream()
|