/external/grpc-grpc/test/cpp/microbenchmarks/ |
D | bm_closure.cc | 55 static void DoNothing(void* arg, grpc_error* error) {} in DoNothing() function 62 GRPC_CLOSURE_INIT(&c, DoNothing, nullptr, grpc_schedule_on_exec_ctx)); in BM_ClosureInitAgainstExecCtx() 75 &c, DoNothing, nullptr, grpc_combiner_scheduler(combiner))); in BM_ClosureInitAgainstCombiner() 86 GRPC_CLOSURE_INIT(&c, DoNothing, nullptr, grpc_schedule_on_exec_ctx); in BM_ClosureRunOnExecCtx() 102 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 472 op_.on_complete = GRPC_CLOSURE_INIT(&closure_, DoNothing, nullptr, in SendEmptyMetadata() 558 grpc_call_stack_init(channel_stack, 1, DoNothing, nullptr, &call_args)); in BM_IsolatedFilter()
|
/external/webrtc/webrtc/base/ |
D | keep_ref_until_done.h | 23 static inline void DoNothing(const scoped_refptr<T>& object) {} in DoNothing() function 31 return rtc::Bind(&impl::DoNothing<ObjectT>, scoped_refptr<ObjectT>(object)); in KeepRefUntilDone() 37 return rtc::Bind(&impl::DoNothing<ObjectT>, object); in KeepRefUntilDone()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/ |
D | InvokeDynamicTest.java | 21 DoNothing nothing = new DoNothing(); in doNothing() 110 public static class DoNothing { class in InvokeDynamicTest 116 @Implements(value = DoNothing.class, callThroughByDefault = false)
|
/external/libchrome/base/task_scheduler/ |
D | sequence_unittest.cc | 100 Task background_task(FROM_HERE, DoNothing(), {TaskPriority::BACKGROUND}, in TEST() 125 Task foreground_task(FROM_HERE, DoNothing(), {TaskPriority::USER_VISIBLE}, in TEST() 150 sequence->PushTask(Task(FROM_HERE, DoNothing(), TaskTraits(), TimeDelta())); in TEST() 159 sequence->PushTask(Task(FROM_HERE, DoNothing(), TaskTraits(), TimeDelta())); in TEST()
|
D | lazy_task_runner_unittest.cc | 172 DoNothing()); in TEST() 183 DoNothing()); in TEST() 194 g_com_sta_task_runner_user_visible.Get()->PostTask(FROM_HERE, DoNothing()); in TEST()
|
/external/libbrillo/brillo/message_loops/ |
D | fake_message_loop_unittest.cc | 69 loop_->PostDelayedTask(base::DoNothing(), TimeDelta::FromSeconds(1)); in TEST_F() 70 loop_->PostDelayedTask(base::DoNothing(), TimeDelta::FromSeconds(2)); in TEST_F() 117 loop_->PostDelayedTask(base::DoNothing(), TimeDelta::FromSeconds(1)); in TEST_F()
|
/external/libchrome/base/message_loop/ |
D | message_pump_glib_unittest.cc | 208 injector()->AddEventAsTask(0, DoNothing()); in TEST_F() 214 injector()->AddEventAsTask(0, DoNothing()); in TEST_F() 223 injector()->AddEventAsTask(0, DoNothing()); in TEST_F() 228 injector()->AddEventAsTask(10, DoNothing()); in TEST_F() 397 ThreadTaskRunnerHandle::Get()->PostTask(FROM_HERE, DoNothing()); in AddEventsAndDrainGLib() 398 ThreadTaskRunnerHandle::Get()->PostTask(FROM_HERE, DoNothing()); in AddEventsAndDrainGLib()
|
D | message_loop_task_runner_perftest.cc | 63 task_runner->PostTask(FROM_HERE, DoNothing()); in Run() 163 loop->task_runner()->PostTask(FROM_HERE, DoNothing()); in Run()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 660 ArgEffect ReceiverEff = DoNothing, in getPersistentSummary() 667 return getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing); in getDoNothingSummary() 672 DoNothing, MayEscape); in getDefaultSummary() 905 case DoNothing: in getStopTrackingHardEquivalent() 986 ModifiableSummaryTemplate->setReceiverEffect(DoNothing); in updateSummaryForCall() 1090 DoNothing, DoNothing); in getFunctionSummary() 1097 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing); in getFunctionSummary() 1103 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing); in getFunctionSummary() 1112 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing); in getFunctionSummary() 1120 DoNothing, DoNothing); in getFunctionSummary() [all …]
|
/external/libchrome/base/task/ |
D | cancelable_task_tracker_unittest.cc | 169 worker_thread.task_runner().get(), FROM_HERE, DoNothing(), in TEST_F() 347 FROM_HERE, DoNothing())); in PostDoNothingTask() 373 task_tracker_.PostTask(test_task_runner.get(), FROM_HERE, DoNothing()); in TEST_F() 392 task_tracker_.PostTask(test_task_runner.get(), FROM_HERE, DoNothing()); in TEST_F()
|
D | cancelable_task_tracker.cc | 73 return PostTaskAndReply(task_runner, from_here, std::move(task), DoNothing()); in PostTask()
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | timer_test.cpp | 42 TEST(MockTimer, DoNothing) { in TEST() argument 110 TEST(MockCumulativeTimer, DoNothing) { in TEST() argument
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | timer_test.cpp | 42 TEST(MockTimer, DoNothing) { in TEST() argument 110 TEST(MockCumulativeTimer, DoNothing) { in TEST() argument
|
/external/libbrillo/brillo/dbus/ |
D | async_event_sequencer.cc | 56 void DoNothing(bool /* success */) { in DoNothing() function 67 return base::Bind(&DoNothing); in GetDefaultCompletionAction()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/sockaddr/ |
D | sockaddr_resolver.cc | 114 void DoNothing(void* ignored) {} in DoNothing() function 126 grpc_slice_new(args.uri->path, strlen(args.uri->path), DoNothing); in CreateSockaddrResolver()
|
/external/pdfium/core/fxge/apple/ |
D | fx_apple_platform.cpp | 28 void DoNothing(void* info, const void* data, size_t size) {} in DoNothing() function 138 pClipMask->GetPitch() * pClipMask->GetHeight(), DoNothing); in DrawDeviceText()
|
/external/libchrome/mojo/core/embedder/ |
D | scoped_ipc_support.cc | 33 ShutdownIPCSupport(base::DoNothing()); in ~ScopedIPCSupport()
|
/external/libchrome/base/ |
D | bind_helpers.h | 37 class BASE_EXPORT DoNothing {
|
/external/libchrome/base/test/ |
D | scoped_task_environment_unittest.cc | 281 ThreadTaskRunnerHandle::Get()->PostDelayedTask(FROM_HERE, base::DoNothing(), in TEST_F() 285 ThreadTaskRunnerHandle::Get()->PostDelayedTask(FROM_HERE, base::DoNothing(), in TEST_F()
|
/external/grpc-grpc/test/cpp/naming/ |
D | cancel_ares_query_test.cc | 128 void DoNothing(void* arg, grpc_error* error) {} in DoNothing() function 134 GRPC_CLOSURE_INIT(&DoNothing_cb, DoNothing, nullptr, in ArgsFinish()
|
D | resolver_component_test.cc | 179 void DoNothing(void* arg, grpc_error* error) {} in DoNothing() function 186 GRPC_CLOSURE_INIT(&DoNothing_cb, DoNothing, nullptr, in ArgsFinish()
|
/external/libchrome/base/timer/ |
D | mock_timer_unittest.cc | 73 base::Bind(base::DoNothing::Repeatedly<HasWeakPtr*>(), in TEST()
|
/external/clang/include/clang/StaticAnalyzer/Checkers/ |
D | ObjCRetainCount.h | 36 DoNothing, enumerator
|
/external/libchrome/base/debug/ |
D | activity_tracker_unittest.cc | 218 PendingTask task1(FROM_HERE, DoNothing()); in TEST_F() 229 PendingTask task2(FROM_HERE, DoNothing()); in TEST_F() 496 PendingTask task(FROM_HERE, DoNothing()); in TEST_F()
|