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

1 2

  /external/libchrome/base/
bind_helpers.cc 11 void DoNothing() {
bind_helpers.h 154 // DoNothing() - Useful for creating a Closure that does nothing when called.
473 BASE_EXPORT void DoNothing();
callback_list_unittest.cc 313 cb_reg.Add(Bind(&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 {
  /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));
base_message_loop.cc 226 return base::Bind(&base::DoNothing);
message_loop_unittest.cc 115 this->loop_->PostDelayedTask(Bind(&base::DoNothing), TimeDelta());
  /external/libbrillo/brillo/dbus/
async_event_sequencer.cc 56 void DoNothing(bool /* success */) {
67 return base::Bind(&DoNothing);
  /external/libchrome/sandbox/linux/services/
scoped_process_unittest.cc 66 ScopedProcess process(base::Bind(&base::DoNothing));
94 ScopedProcess process1(base::Bind(&base::DoNothing));
yama_unittests.cc 161 ScopedProcess process1(base::Bind(&base::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 208 injector()->AddEventAsTask(0, Bind(&DoNothing));
214 injector()->AddEventAsTask(0, Bind(&DoNothing));
220 injector()->AddEventAsTask(0, Bind(&DoNothing));
225 injector()->AddEventAsTask(10, Bind(&DoNothing));
384 MessageLoop::current()->PostTask(FROM_HERE, Bind(&DoNothing));
385 MessageLoop::current()->PostTask(FROM_HERE, Bind(&DoNothing));
  /external/pdfium/core/fxge/apple/
fx_apple_platform.cpp 26 void DoNothing(void* info, const void* data, size_t size) {}
136 pClipMask->GetPitch() * pClipMask->GetHeight(), DoNothing);
  /external/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 36 DoNothing,
  /external/libchrome/base/task/
cancelable_task_tracker_unittest.cc 168 worker_thread.task_runner().get(), FROM_HERE, Bind(&DoNothing),
370 Bind(&DoNothing)));
395 test_task_runner.get(), FROM_HERE, Bind(&DoNothing));
413 test_task_runner.get(), FROM_HERE, Bind(&DoNothing));
cancelable_task_tracker.cc 80 return PostTaskAndReply(task_runner, from_here, task, Bind(&base::DoNothing));
  /system/bt/service/
low_energy_advertiser.cc 117 void DoNothing(uint8_t status) {}
137 advertiser_id_, false, base::Bind(&DoNothing), 0, 0,
138 base::Bind(&DoNothing));
gatt_server_old.cc 80 void DoNothing(uint8_t p) {}
356 base::Bind(&DoNothing));
360 0 /* no duration */, 0 /* no maxExtAdvEvent*/, base::Bind(&DoNothing));
585 {}, base::Bind(&DoNothing));
611 {}, base::Bind(&DoNothing));
  /system/bt/stack/btm/
btm_ble_multi_adv.cc 103 void DoNothing(uint8_t) {}
236 Bind(DoNothing));
253 Bind(DoNothing));
538 std::move(timeout_cb), 0, 0, base::Bind(DoNothing));
621 // GetHciInterface()->Enable(false, inst_id, Bind(DoNothing));
775 GetHciInterface()->Enable(false, inst_id, 0x00, 0x00, Bind(DoNothing));
780 GetHciInterface()->RemoveAdvertisingSet(inst_id, Bind(DoNothing));
818 Bind(DoNothing));
838 ->ConfigureRpa((AdvertisingInstance*)data, base::Bind(DoNothing));
  /external/protobuf/src/google/protobuf/stubs/
common.cc 306 void DoNothing() {}
callback.h 539 // Closure* nothing = NewCallback(&DoNothing);
540 void LIBPROTOBUF_EXPORT DoNothing();
  /external/syslinux/dosutil/
eltorito.asm 96 dw DoNothing ;DeviceOpen ;13
97 dw DoNothing ;DeviceClose ;14
435 call DoNothing ;Reset Drive
446 DoNothing: ;Do Nothing Command
  /system/bt/stack/test/
ble_advertiser_test.cc 75 void DoNothing(uint8_t) {}
724 maxExtAdvEvents, Bind(DoNothing));

Completed in 4331 milliseconds

1 2