/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/libbrillo/brillo/message_loops/ |
D | fake_message_loop_unittest.cc | 65 loop_->PostDelayedTask(Bind(&base::DoNothing), TimeDelta::FromSeconds(1)); in TEST_F() 66 loop_->PostDelayedTask(Bind(&base::DoNothing), TimeDelta::FromSeconds(2)); in TEST_F() 111 loop_->PostDelayedTask(Bind(&base::DoNothing), TimeDelta::FromSeconds(1)); in TEST_F()
|
D | base_message_loop.cc | 219 return base::Bind(&base::DoNothing); in QuitClosure()
|
D | message_loop_unittest.cc | 115 this->loop_->PostDelayedTask(Bind(&base::DoNothing), TimeDelta()); in TYPED_TEST()
|
/external/libchrome/base/message_loop/ |
D | message_pump_glib_unittest.cc | 208 injector()->AddEventAsTask(0, Bind(&DoNothing)); in TEST_F() 214 injector()->AddEventAsTask(0, Bind(&DoNothing)); in TEST_F() 220 injector()->AddEventAsTask(0, Bind(&DoNothing)); in TEST_F() 225 injector()->AddEventAsTask(10, Bind(&DoNothing)); in TEST_F() 384 MessageLoop::current()->PostTask(FROM_HERE, Bind(&DoNothing)); in AddEventsAndDrainGLib() 385 MessageLoop::current()->PostTask(FROM_HERE, Bind(&DoNothing)); in AddEventsAndDrainGLib()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 659 ArgEffect ReceiverEff = DoNothing, in getPersistentSummary() 666 return getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing); in getDoNothingSummary() 671 DoNothing, MayEscape); in getDefaultSummary() 904 case DoNothing: in getStopTrackingHardEquivalent() 985 ModifiableSummaryTemplate->setReceiverEffect(DoNothing); in updateSummaryForCall() 1089 DoNothing, DoNothing); in getFunctionSummary() 1096 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing); in getFunctionSummary() 1102 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing); in getFunctionSummary() 1111 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing); in getFunctionSummary() 1119 DoNothing, DoNothing); in getFunctionSummary() [all …]
|
/external/libchrome/base/task/ |
D | cancelable_task_tracker_unittest.cc | 168 worker_thread.task_runner().get(), FROM_HERE, Bind(&DoNothing), in TEST_F() 370 Bind(&DoNothing))); in PostDoNothingTask() 395 test_task_runner.get(), FROM_HERE, Bind(&DoNothing)); in TEST_F() 413 test_task_runner.get(), FROM_HERE, Bind(&DoNothing)); in TEST_F()
|
D | cancelable_task_tracker.cc | 80 return PostTaskAndReply(task_runner, from_here, task, Bind(&base::DoNothing)); in PostTask()
|
/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/libchrome/sandbox/linux/services/ |
D | scoped_process_unittest.cc | 66 ScopedProcess process(base::Bind(&base::DoNothing)); in TEST() 94 ScopedProcess process1(base::Bind(&base::DoNothing)); in TEST()
|
D | yama_unittests.cc | 161 ScopedProcess process1(base::Bind(&base::DoNothing)); in SANDBOX_TEST()
|
/external/libweave/third_party/chromium/base/ |
D | bind_helpers.cc | 11 void DoNothing() { in DoNothing() function
|
D | callback_list_unittest.cc | 312 cb_reg.Add(Bind(&DoNothing)); in TEST()
|
D | bind_helpers.h | 652 void DoNothing();
|
/external/libchrome/base/ |
D | bind_helpers.cc | 11 void DoNothing() { in DoNothing() function
|
D | callback_list_unittest.cc | 312 cb_reg.Add(Bind(&DoNothing)); in TEST()
|
D | bind_helpers.h | 713 BASE_EXPORT void DoNothing();
|
/external/clang/include/clang/StaticAnalyzer/Checkers/ |
D | ObjCRetainCount.h | 36 DoNothing, enumerator
|
/external/protobuf/src/google/protobuf/stubs/ |
D | common.cc | 240 void DoNothing() {} in DoNothing() function
|
D | common.h | 1089 void LIBPROTOBUF_EXPORT DoNothing();
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_unittest.cc | 1199 done_(NewPermanentCallback(&DoNothing)) {} in GeneratedServiceTest()
|