Home
last modified time | relevance | path

Searched refs:DoNothing (Results 1 – 20 of 20) sorted by relevance

/external/webrtc/webrtc/base/
Dkeep_ref_until_done.h23 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/
Dfake_message_loop_unittest.cc68 loop_->PostDelayedTask(Bind(&base::DoNothing), TimeDelta::FromSeconds(1)); in TEST_F()
69 loop_->PostDelayedTask(Bind(&base::DoNothing), TimeDelta::FromSeconds(2)); in TEST_F()
117 loop_->PostDelayedTask(Bind(&base::DoNothing), TimeDelta::FromSeconds(1)); in TEST_F()
Dbase_message_loop.cc230 return base::Bind(&base::DoNothing); in QuitClosure()
Dmessage_loop_unittest.cc115 this->loop_->PostDelayedTask(Bind(&base::DoNothing), TimeDelta()); in TYPED_TEST()
/external/libchrome/base/message_loop/
Dmessage_pump_glib_unittest.cc208 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/
DRetainCountChecker.cpp660 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/
Dcancelable_task_tracker_unittest.cc168 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()
Dcancelable_task_tracker.cc80 return PostTaskAndReply(task_runner, from_here, task, Bind(&base::DoNothing)); in PostTask()
/external/libbrillo/brillo/dbus/
Dasync_event_sequencer.cc56 void DoNothing(bool /* success */) { in DoNothing() function
67 return base::Bind(&DoNothing); in GetDefaultCompletionAction()
/external/libchrome/sandbox/linux/services/
Dscoped_process_unittest.cc66 ScopedProcess process(base::Bind(&base::DoNothing)); in TEST()
94 ScopedProcess process1(base::Bind(&base::DoNothing)); in TEST()
Dyama_unittests.cc161 ScopedProcess process1(base::Bind(&base::DoNothing)); in SANDBOX_TEST()
/external/libchrome/base/
Dbind_helpers.cc11 void DoNothing() { in DoNothing() function
Dbind_helpers.h473 BASE_EXPORT void DoNothing();
Dcallback_list_unittest.cc313 cb_reg.Add(Bind(&DoNothing)); in TEST()
/external/pdfium/core/fxge/apple/
Dfx_apple_platform.cpp26 void DoNothing(void* info, const void* data, size_t size) {} in DoNothing() function
136 pClipMask->GetPitch() * pClipMask->GetHeight(), DoNothing); in DrawDeviceText()
/external/clang/include/clang/StaticAnalyzer/Checkers/
DObjCRetainCount.h36 DoNothing, enumerator
/external/syslinux/dosutil/
Deltorito.asm96 dw DoNothing ;DeviceOpen ;13
97 dw DoNothing ;DeviceClose ;14
/external/protobuf/src/google/protobuf/stubs/
Dcommon.cc308 void DoNothing() {} in DoNothing() function
Dcallback.h540 void LIBPROTOBUF_EXPORT DoNothing();
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1255 done_(::google::protobuf::internal::NewPermanentCallback(&DoNothing)) {} in GeneratedServiceTest()