/external/libchrome/base/task_scheduler/ |
D | sequence_unittest.cc | 28 Bind(&DoNothing), in TaskSchedulerSequenceTest() 33 Bind(&DoNothing), in TaskSchedulerSequenceTest() 38 Bind(&DoNothing), in TaskSchedulerSequenceTest() 43 Bind(&DoNothing), in TaskSchedulerSequenceTest() 48 Bind(&DoNothing), in TaskSchedulerSequenceTest() 204 MakeUnique<Task>(FROM_HERE, Bind(&DoNothing), TaskTraits(), TimeDelta())); in TEST_F() 214 MakeUnique<Task>(FROM_HERE, Bind(&DoNothing), TaskTraits(), TimeDelta())); in TEST_F()
|
/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 | 20 DoNothing nothing = new DoNothing(); in doNothing() 109 public static class DoNothing { class in InvokeDynamicTest 115 @Implements(value = DoNothing.class, callThroughByDefault = false)
|
/external/libchrome/base/message_loop/ |
D | message_pump_glib_unittest.cc | 211 injector()->AddEventAsTask(0, Bind(&DoNothing)); in TEST_F() 217 injector()->AddEventAsTask(0, Bind(&DoNothing)); in TEST_F() 223 injector()->AddEventAsTask(0, Bind(&DoNothing)); in TEST_F() 228 injector()->AddEventAsTask(10, Bind(&DoNothing)); in TEST_F() 385 ThreadTaskRunnerHandle::Get()->PostTask(FROM_HERE, Bind(&DoNothing)); in AddEventsAndDrainGLib() 386 ThreadTaskRunnerHandle::Get()->PostTask(FROM_HERE, Bind(&DoNothing)); in AddEventsAndDrainGLib()
|
/external/libbrillo/brillo/message_loops/ |
D | fake_message_loop_unittest.cc | 68 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()
|
D | base_message_loop.cc | 230 return base::Bind(&base::DoNothing); in QuitClosure()
|
D | message_loop_unittest.cc | 115 this->loop_->PostDelayedTask(Bind(&base::DoNothing), TimeDelta()); in TYPED_TEST()
|
/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, Bind(&DoNothing), in TEST_F() 359 Bind(&DoNothing))); in PostDoNothingTask() 384 test_task_runner.get(), FROM_HERE, Bind(&DoNothing)); in TEST_F() 402 test_task_runner.get(), FROM_HERE, Bind(&DoNothing)); in TEST_F()
|
D | cancelable_task_tracker.cc | 71 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/base/ |
D | bind_helpers.cc | 11 void DoNothing() { in DoNothing() function
|
D | callback_list_unittest.cc | 313 cb_reg.Add(Bind(&DoNothing)); in TEST()
|
D | bind_helpers.h | 456 BASE_EXPORT void DoNothing();
|
/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/base/debug/ |
D | activity_tracker_unittest.cc | 101 static void DoNothing() {} in DoNothing() function in base::debug::ActivityTrackerTest 219 PendingTask task1(FROM_HERE, base::Bind(&DoNothing)); in TEST_F() 230 PendingTask task2(FROM_HERE, base::Bind(&DoNothing)); in TEST_F() 416 PendingTask task(FROM_HERE, base::Bind(&DoNothing)); in TEST_F()
|
/external/clang/include/clang/StaticAnalyzer/Checkers/ |
D | ObjCRetainCount.h | 36 DoNothing, enumerator
|
/external/syslinux/dosutil/ |
D | eltorito.asm | 96 dw DoNothing ;DeviceOpen ;13 97 dw DoNothing ;DeviceClose ;14
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | function_test.cc | 1267 bool DoNothing(Graph* g) { return false; } in DoNothing() function 1328 TF_EXPECT_GRAPH_EQ(expected, Optimize(DoNothing, func)); in TEST() 1362 TF_EXPECT_GRAPH_EQ(expected, Optimize(DoNothing, func)); in TEST() 1410 TF_EXPECT_GRAPH_EQ(expected, Optimize(DoNothing, func)); in TEST() 1478 TF_EXPECT_GRAPH_EQ(expected, Optimize(DoNothing, func)); in TEST() 1560 TF_EXPECT_GRAPH_EQ(expected, Optimize(DoNothing, func)); in TEST()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | common.cc | 308 void DoNothing() {} in DoNothing() function
|
D | callback.h | 540 void LIBPROTOBUF_EXPORT DoNothing();
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_unittest.cc | 1255 done_(::google::protobuf::internal::NewPermanentCallback(&DoNothing)) {} in GeneratedServiceTest()
|