Searched refs:DoNothing (Results 1 - 23 of 23) sorted by relevance

/external/libchrome/base/
H A Dbind_helpers.cc11 void DoNothing() { function in namespace:base
H A Dbind_helpers.h154 // DoNothing() - Useful for creating a Closure that does nothing when called.
456 BASE_EXPORT void DoNothing();
H A Dcallback_list_unittest.cc313 cb_reg.Add(Bind(&DoNothing));
/external/webrtc/webrtc/base/
H A Dkeep_ref_until_done.h23 static inline void DoNothing(const scoped_refptr<T>& object) {} function in namespace:rtc::impl
31 return rtc::Bind(&impl::DoNothing<ObjectT>, scoped_refptr<ObjectT>(object));
37 return rtc::Bind(&impl::DoNothing<ObjectT>, object);
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
H A DInvokeDynamicTest.java20 DoNothing nothing = new DoNothing();
109 public static class DoNothing { class in class:InvokeDynamicTest
115 @Implements(value = DoNothing.class, callThroughByDefault = false)
/external/libchrome/base/task_scheduler/
H A Dsequence_unittest.cc28 Bind(&DoNothing),
33 Bind(&DoNothing),
38 Bind(&DoNothing),
43 Bind(&DoNothing),
48 Bind(&DoNothing),
204 MakeUnique<Task>(FROM_HERE, Bind(&DoNothing), TaskTraits(), TimeDelta()));
214 MakeUnique<Task>(FROM_HERE, Bind(&DoNothing), TaskTraits(), TimeDelta()));
/external/libbrillo/brillo/message_loops/
H A Dfake_message_loop_unittest.cc68 loop_->PostDelayedTask(Bind(&base::DoNothing), TimeDelta::FromSeconds(1));
69 loop_->PostDelayedTask(Bind(&base::DoNothing), TimeDelta::FromSeconds(2));
117 loop_->PostDelayedTask(Bind(&base::DoNothing), TimeDelta::FromSeconds(1));
H A Dbase_message_loop.cc230 return base::Bind(&base::DoNothing);
H A Dmessage_loop_unittest.cc115 this->loop_->PostDelayedTask(Bind(&base::DoNothing), TimeDelta());
/external/libbrillo/brillo/dbus/
H A Dasync_event_sequencer.cc56 void DoNothing(bool /* success */) { function in namespace:brillo::dbus_utils::__anon10722
67 return base::Bind(&DoNothing);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp660 ArgEffect ReceiverEff = DoNothing,
667 return getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
672 DoNothing, MayEscape);
905 case DoNothing:
986 ModifiableSummaryTemplate->setReceiverEffect(DoNothing);
1090 DoNothing, DoNothing);
1097 S = getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
659 getPersistentSummary(RetEffect RetEff, ArgEffect ReceiverEff = DoNothing, ArgEffect DefaultEff = MayEscape) argument
[all...]
/external/libchrome/base/message_loop/
H A Dmessage_pump_glib_unittest.cc211 injector()->AddEventAsTask(0, Bind(&DoNothing));
217 injector()->AddEventAsTask(0, Bind(&DoNothing));
223 injector()->AddEventAsTask(0, Bind(&DoNothing));
228 injector()->AddEventAsTask(10, Bind(&DoNothing));
385 ThreadTaskRunnerHandle::Get()->PostTask(FROM_HERE, Bind(&DoNothing));
386 ThreadTaskRunnerHandle::Get()->PostTask(FROM_HERE, Bind(&DoNothing));
/external/pdfium/core/fxge/apple/
H A Dfx_apple_platform.cpp28 void DoNothing(void* info, const void* data, size_t size) {} function in namespace:__anon17819
138 pClipMask->GetPitch() * pClipMask->GetHeight(), DoNothing);
/external/clang/include/clang/StaticAnalyzer/Checkers/
H A DObjCRetainCount.h36 DoNothing, enumerator in enum:clang::ento::objc_retain::ArgEffect
/external/libchrome/base/task/
H A Dcancelable_task_tracker_unittest.cc169 worker_thread.task_runner().get(), FROM_HERE, Bind(&DoNothing),
359 Bind(&DoNothing)));
384 test_task_runner.get(), FROM_HERE, Bind(&DoNothing));
402 test_task_runner.get(), FROM_HERE, Bind(&DoNothing));
H A Dcancelable_task_tracker.cc71 return PostTaskAndReply(task_runner, from_here, task, Bind(&base::DoNothing));
/external/libchrome/base/debug/
H A Dactivity_tracker_unittest.cc101 static void DoNothing() {} function in class:base::debug::ActivityTrackerTest
219 PendingTask task1(FROM_HERE, base::Bind(&DoNothing));
230 PendingTask task2(FROM_HERE, base::Bind(&DoNothing));
416 PendingTask task(FROM_HERE, base::Bind(&DoNothing));
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc308 void DoNothing() {} function in namespace:google::protobuf
H A Dcallback.h539 // Closure* nothing = NewCallback(&DoNothing);
540 void LIBPROTOBUF_EXPORT DoNothing();
/external/tensorflow/tensorflow/core/common_runtime/
H A Dfunction_test.cc1267 bool DoNothing(Graph* g) { return false; } function in namespace:tensorflow::__anon26158::__anon26159
1328 TF_EXPECT_GRAPH_EQ(expected, Optimize(DoNothing, func));
1362 TF_EXPECT_GRAPH_EQ(expected, Optimize(DoNothing, func));
1410 TF_EXPECT_GRAPH_EQ(expected, Optimize(DoNothing, func));
1478 TF_EXPECT_GRAPH_EQ(expected, Optimize(DoNothing, func));
1560 TF_EXPECT_GRAPH_EQ(expected, Optimize(DoNothing, func));
/external/syslinux/dosutil/
H A Deltorito.asm96 dw DoNothing ;DeviceOpen ;13
97 dw DoNothing ;DeviceClose ;14
435 call DoNothing ;Reset Drive
446 DoNothing: ;Do Nothing Command label
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc1255 done_(::google::protobuf::internal::NewPermanentCallback(&DoNothing)) {}
/external/kotlinc/lib/
H A Dkotlin-reflect.jarMETA-INF/MANIFEST.MF kotlin/reflect/jvm/internal/ReflectProperties$LazyVal.class ReflectProperties.java package ...

Completed in 750 milliseconds