HomeSort by relevance Sort by last modified time
    Searched refs:DoNothing (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/libchrome/base/
bind_helpers.cc 11 void DoNothing() {
  /external/webrtc/webrtc/base/
keep_ref_until_done.h 23 static inline void DoNothing(const scoped_refptr<T>& object) {}
31 return rtc::Bind(&impl::DoNothing<ObjectT>, scoped_refptr<ObjectT>(object));
37 return rtc::Bind(&impl::DoNothing<ObjectT>, object);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
DoNothing.java 23 public class DoNothing extends BroadcastReceiver {
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
InvokeDynamicTest.java 19 public void doNothing() {
20 DoNothing nothing = new DoNothing();
109 public static class DoNothing {
115 @Implements(value = DoNothing.class, callThroughByDefault = false)
  /external/libchrome/base/task_scheduler/
sequence_unittest.cc 28 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()));
  /system/update_engine/update_manager/
evaluation_context_unittest.cc 51 void DoNothing() {}
210 EXPECT_FALSE(eval_ctx_->RunOnValueChangeOrTimeout(Bind(&DoNothing)));
280 EXPECT_FALSE(eval_ctx_->RunOnValueChangeOrTimeout(Bind(&DoNothing)));
284 EXPECT_TRUE(eval_ctx_->RunOnValueChangeOrTimeout(Bind(&DoNothing)));
330 EXPECT_TRUE(eval_ctx_->RunOnValueChangeOrTimeout(Bind(&DoNothing)));
423 EXPECT_TRUE(eval_ctx_->RunOnValueChangeOrTimeout(Bind(&DoNothing)));
433 EXPECT_TRUE(eval_ctx_->RunOnValueChangeOrTimeout(Bind(&DoNothing)));
446 EXPECT_FALSE(eval_ctx_->RunOnValueChangeOrTimeout(Bind(&DoNothing)));
459 EXPECT_FALSE(eval_ctx_->RunOnValueChangeOrTimeout(Bind(&DoNothing)));
  /external/libbrillo/brillo/message_loops/
fake_message_loop_unittest.cc 68 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));
  /external/libbrillo/brillo/dbus/
async_event_sequencer.cc 56 void DoNothing(bool /* success */) {
67 return base::Bind(&DoNothing);
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 660 ArgEffect ReceiverEff = DoNothing,
667 return getPersistentSummary(RetEffect::MakeNoRet(), DoNothing, DoNothing);
672 DoNothing, MayEscape);
905 case DoNothing:
    [all...]
  /external/libchrome/base/message_loop/
message_pump_glib_unittest.cc 211 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/
fx_apple_platform.cpp 28 void DoNothing(void* info, const void* data, size_t size) {}
138 pClipMask->GetPitch() * pClipMask->GetHeight(), DoNothing);
  /external/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 36 DoNothing,
  /external/libchrome/base/task/
cancelable_task_tracker_unittest.cc 169 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));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 36 DoNothing,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 36 DoNothing,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 36 DoNothing,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 36 DoNothing,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 36 DoNothing,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 36 DoNothing,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 36 DoNothing,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 36 DoNothing,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 36 DoNothing,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 36 DoNothing,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 36 DoNothing,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 36 DoNothing,

Completed in 614 milliseconds

1 2 3