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

  /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/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/libbrillo/brillo/dbus/
async_event_sequencer.cc 56 void DoNothing(bool /* success */) {
67 return base::Bind(&DoNothing);
  /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)));
  /system/bt/service/
low_energy_advertiser.cc 116 void DoNothing(uint8_t status) {}
136 advertiser_id_, false, base::Bind(&DoNothing), 0, 0,
137 base::Bind(&DoNothing));
gatt_server_old.cc 80 void DoNothing(uint8_t p) {}
358 base::Bind(&DoNothing));
362 0 /* no duration */, 0 /* no maxExtAdvEvent*/, base::Bind(&DoNothing));
587 {}, base::Bind(&DoNothing));
613 {}, base::Bind(&DoNothing));
  /external/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 36 DoNothing,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 36 DoNothing,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 36 DoNothing,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 36 DoNothing,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 36 DoNothing,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 36 DoNothing,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 36 DoNothing,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/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,
  /external/protobuf/src/google/protobuf/stubs/
common.cc 308 void DoNothing() {}
  /system/bt/stack/test/
ble_advertiser_test.cc 80 void DoNothing(uint8_t) {}
416 BleAdvertisingManager::Get()->Enable(advertiser_id, true, Bind(DoNothing), 0,
417 0, Bind(DoNothing));
773 maxExtAdvEvents, Bind(DoNothing));
    [all...]
  /system/bt/stack/btm/
btm_ble_multi_adv.cc 110 void DoNothing(uint8_t) {}
241 Bind(DoNothing));
258 Bind(DoNothing));
540 std::move(timeout_cb), 0, 0, base::Bind(DoNothing));
624 // GetHciInterface()->Enable(false, inst_id, Bind(DoNothing));
799 GetHciInterface()->Enable(false, inst_id, 0x00, 0x00, Bind(DoNothing));
805 Bind(DoNothing));
810 GetHciInterface()->RemoveAdvertisingSet(inst_id, Bind(DoNothing));
853 if (!sets.empty()) GetHciInterface()->Enable(false, sets, Bind(DoNothing));
868 if (!sets.empty()) GetHciInterface()->Enable(true, sets, Bind(DoNothing));
    [all...]
  /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
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.0.6/
kotlin-reflect-1.0.6.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.1.3/
kotlin-reflect-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.1.3-2/
kotlin-reflect-1.1.3-2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-reflect.jar 

Completed in 1567 milliseconds