/third_party/grpc/test/cpp/microbenchmarks/ |
D | bm_closure.cc | 54 static void DoNothing(void* /*arg*/, grpc_error* /*error*/) {} in DoNothing() function 61 GRPC_CLOSURE_INIT(&c, DoNothing, nullptr, grpc_schedule_on_exec_ctx)); in BM_ClosureInitAgainstExecCtx() 74 GRPC_CLOSURE_INIT(&c, DoNothing, nullptr, nullptr)); in BM_ClosureInitAgainstCombiner() 85 GRPC_CLOSURE_INIT(&c, DoNothing, nullptr, grpc_schedule_on_exec_ctx); in BM_ClosureRun() 101 GRPC_CLOSURE_CREATE(DoNothing, nullptr, grpc_schedule_on_exec_ctx), in BM_ClosureCreateAndRun() 116 GRPC_CLOSURE_INIT(&c, DoNothing, nullptr, grpc_schedule_on_exec_ctx), in BM_ClosureInitAndRun() 127 GRPC_CLOSURE_INIT(&c, DoNothing, nullptr, grpc_schedule_on_exec_ctx); in BM_ClosureSchedOnExecCtx() 142 GRPC_CLOSURE_INIT(&c1, DoNothing, nullptr, grpc_schedule_on_exec_ctx); in BM_ClosureSched2OnExecCtx() 143 GRPC_CLOSURE_INIT(&c2, DoNothing, nullptr, grpc_schedule_on_exec_ctx); in BM_ClosureSched2OnExecCtx() 160 GRPC_CLOSURE_INIT(&c1, DoNothing, nullptr, grpc_schedule_on_exec_ctx); in BM_ClosureSched3OnExecCtx() [all …]
|
D | bm_call_create.cc | 317 static void DoNothing(void* /*arg*/, grpc_error* /*error*/) {} in DoNothing() function 456 op_.on_complete = GRPC_CLOSURE_INIT(&closure_, DoNothing, nullptr, in SendEmptyMetadata() 544 grpc_call_stack_init(channel_stack, 1, DoNothing, nullptr, &call_args)); in BM_IsolatedFilter()
|
/third_party/boost/libs/function/test/ |
D | allocator_test.cpp | 70 struct DoNothing: base struct 107 fv.assign( DoNothing<disable_small_object_optimization>(), counting_allocator<int>() ); in main() 113 fv.assign( DoNothing<enable_small_object_optimization>(), counting_allocator<int>() ); in main() 117 fv.assign( DoNothing<disable_small_object_optimization>(), std::allocator<int>() ); in main() 119 fv.assign( DoNothing<enable_small_object_optimization>(), std::allocator<int>() ); in main()
|
/third_party/boost/libs/signals2/test/ |
D | deadlock_regression_test.cpp | 87 static void DoNothing() in DoNothing() function in SelfReference 100 obj->m_conDoNothing = signal->connect(Signal::slot_type(&SelfReference::DoNothing)); in Run()
|
/third_party/spirv-tools/test/ |
D | timer_test.cpp | 42 TEST(MockTimer, DoNothing) { in TEST() argument 110 TEST(MockCumulativeTimer, DoNothing) { in TEST() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
D | timer_test.cpp | 42 TEST(MockTimer, DoNothing) { in TEST() argument 110 TEST(MockCumulativeTimer, DoNothing) { in TEST() argument
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
D | timer_test.cpp | 42 TEST(MockTimer, DoNothing) { in TEST() argument 110 TEST(MockCumulativeTimer, DoNothing) { in TEST() argument
|
/third_party/boost/boost/property_tree/json_parser/detail/ |
D | narrow_encoding.hpp | 79 transcode_codepoint(cur, end, DoNothing(), error_fn); in skip_codepoint() 141 struct DoNothing { struct
|
D | wide_encoding.hpp | 83 transcode_codepoint(cur, end, DoNothing(), error_fn); in skip_codepoint() 109 struct DoNothing { struct in boost::property_tree::json_parser::detail::wide_wide_encoding
|
D | parser.hpp | 71 DoNothing n; in have() 83 DoNothing n; in expect() 98 struct DoNothing { struct in boost::property_tree::json_parser::detail::source
|
/third_party/cef/libcef/browser/net/ |
D | crlset_file_util_impl.cc | 20 base::as_bytes(base::make_span(crl_set_bytes)), base::DoNothing()); in UpdateCRLSet()
|
/third_party/cef/tests/cefclient/browser/ |
D | root_window.cc | 42 delegate_->CreateExtensionWindow(*it, CefRect(), nullptr, base::DoNothing(), in OnExtensionsChanged()
|
/third_party/cef/tests/ceftests/ |
D | thread_unittest.cc | 218 3, base::DoNothing(), in RunThreadTestOnOwnerThread() 385 3, base::DoNothing(), in OnProcessMessageReceived()
|
D | devtools_message_unittest.cc | 284 ExecuteMethod("Page.navigate", params.str(), base::DoNothing(), in Navigate()
|
/third_party/cef/libcef/browser/osr/ |
D | browser_platform_delegate_osr.cc | 330 modifiers, base::DoNothing()); in DragTargetDragEnter() 385 modifiers, base::DoNothing()); in DragTargetDragOver() 456 base::DoNothing()); in DragTargetDrop()
|
/third_party/grpc/test/cpp/naming/ |
D | cancel_ares_query_test.cc | 103 void DoNothing(void* /*arg*/, grpc_error* /*error*/) {} in DoNothing() function 109 GRPC_CLOSURE_INIT(&DoNothing_cb, DoNothing, nullptr, in ArgsFinish()
|
D | resolver_component_test.cc | 226 void DoNothing(void* /*arg*/, grpc_error* /*error*/) {} in DoNothing() function 233 GRPC_CLOSURE_INIT(&DoNothing_cb, DoNothing, nullptr, in ArgsFinish()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | common.cc | 265 void DoNothing() {} in DoNothing() function
|
D | callback.h | 576 void PROTOBUF_EXPORT DoNothing();
|
/third_party/cef/include/base/ |
D | cef_callback_helpers.h | 207 class DoNothing {
|
/third_party/openh264/codec/encoder/core/src/ |
D | ref_list_mgr_svc.cpp | 996 void DoNothing (sWelsEncCtx* pointer) { in DoNothing() function 1045 DoNothing (m_pEncoderCtx); in AfterBuildRefList()
|
/third_party/abseil-cpp/absl/strings/ |
D | cord_test.cc | 80 static void DoNothing(absl::string_view /* data */, void* /* arg */) {} in DoNothing() function 635 "foo bar baz", [](absl::string_view s) { DoNothing(s, nullptr); }); in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | cord_test.cc | 95 static void DoNothing(absl::string_view /* data */, void* /* arg */) {} in DoNothing() function 723 "foo bar baz", [](absl::string_view s) { DoNothing(s, nullptr); }); in TEST_P()
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_unittest.inc | 1265 done_(::google::protobuf::NewPermanentCallback(&DoNothing)) {}
|
/third_party/chromium/patch/ |
D | 0004-3.2-Beta5.patch | 34041 - ui::EventFlagsToWebEventModifiers(event.flags()), base::DoNothing()); 34043 + base::DoNothing()); 34106 - ui::EventFlagsToWebEventModifiers(event.flags()), base::DoNothing()); 34108 + base::DoNothing()); 34172 return base::DoNothing(); 34212 exit_drag.ReplaceClosure(base::DoNothing()); 43944 config->profile, config->options, base::DoNothing(),
|