/aosp_15_r20/packages/modules/Bluetooth/system/gd/ |
D | module_unittest.cc | 65 void Stop() override { in Stop() function in bluetooth::__anona53e19f70111::TestModuleNoDependency 93 void Stop() override { in Stop() function in bluetooth::__anona53e19f70111::TestModuleOneDependency 118 void Stop() override { in Stop() function in bluetooth::__anona53e19f70111::TestModuleNoDependencyTwo 147 void Stop() override { in Stop() function in bluetooth::__anona53e19f70111::TestModuleTwoDependencies
|
/aosp_15_r20/external/cronet/third_party/libc++abi/src/test/ |
H A D | forced_unwind2.pass.cpp | 32 struct Stop<R (*)(Args...)> { struct 50 _Unwind_ForcedUnwind(exc, Stop<_Unwind_Stop_Fn>::stop, 0); in forced_unwind() argument
|
H A D | forced_unwind3.pass.cpp | 48 struct Stop<R (*)(Args...)> { struct 67 _Unwind_ForcedUnwind(exc, Stop<_Unwind_Stop_Fn>::stop, 0); in forced_unwind() argument
|
H A D | forced_unwind1.pass.cpp | 39 struct Stop<R (*)(Args...)> { struct 62 _Unwind_ForcedUnwind(exc, Stop<_Unwind_Stop_Fn>::stop, 0); in forced_unwind() argument
|
/aosp_15_r20/external/cronet/base/memory/ |
H A D | post_delayed_memory_reduction_task.cc | 62 void Stop() override { timer_.Stop(); } in Stop() function in base::OneShotDelayedBackgroundTimer::TimerImpl 114 void Stop() override { in Stop() function in base::OneShotDelayedBackgroundTimer::TaskImpl 159 void OneShotDelayedBackgroundTimer::Stop() { in Stop() function in base::OneShotDelayedBackgroundTimer
|
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/ |
D | HealthMonitor.h | 123 struct Stop { struct 135 typename MonitoredEventType::Touch, typename MonitoredEventType::Stop,
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | SplitKit.cpp | 205 SlotIndex Start, Stop; in calcLiveBlockInfo() local 302 SlotIndex Stop = LIS.getMBBEndIdx(&*MFI); in countLiveBlocks() local 1273 SlotIndex Start, Stop; in splitLiveThroughBlock() local 1376 SlotIndex Start, Stop; in splitRegInBlock() local 1468 SlotIndex Start, Stop; in splitRegOutBlock() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/prebuilt_include/llvm/lib/Fuzzer/ |
D | FuzzerTracePC.h | 142 uint8_t *Start, *Stop; member 149 uint8_t *Stop() { return Regions[NumRegions - 1].Stop; } in Stop() function 168 struct { const PCTableEntry *Start, *Stop; } ModulePCTable[4096]; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/prebuilt_include/llvm/lib/Fuzzer/ |
D | FuzzerTracePC.h | 142 uint8_t *Start, *Stop; member 149 uint8_t *Stop() { return Regions[NumRegions - 1].Stop; } in Stop() function 168 struct { const PCTableEntry *Start, *Stop; } ModulePCTable[4096]; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/prebuilt_include/llvm/lib/Fuzzer/ |
D | FuzzerTracePC.h | 142 uint8_t *Start, *Stop; member 149 uint8_t *Stop() { return Regions[NumRegions - 1].Stop; } in Stop() function 168 struct { const PCTableEntry *Start, *Stop; } ModulePCTable[4096]; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerTracePC.h | 142 uint8_t *Start, *Stop; member 149 uint8_t *Stop() { return Regions[NumRegions - 1].Stop; } in Stop() function 168 struct { const PCTableEntry *Start, *Stop; } ModulePCTable[4096]; member
|
D | FuzzerTracePC.cpp | 39 void TracePC::HandleInline8bitCountersInit(uint8_t *Start, uint8_t *Stop) { in HandleInline8bitCountersInit() 71 void TracePC::HandlePCsInit(const uintptr_t *Start, const uintptr_t *Stop) { in HandlePCsInit() 458 void __sanitizer_cov_trace_pc_guard_init(uint32_t *Start, uint32_t *Stop) { in __sanitizer_cov_trace_pc_guard_init() 464 void __sanitizer_cov_8bit_counters_init(uint8_t *Start, uint8_t *Stop) { in __sanitizer_cov_8bit_counters_init()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/prebuilt_include/llvm/lib/Fuzzer/ |
D | FuzzerTracePC.h | 142 uint8_t *Start, *Stop; member 149 uint8_t *Stop() { return Regions[NumRegions - 1].Stop; } in Stop() function 168 struct { const PCTableEntry *Start, *Stop; } ModulePCTable[4096]; member
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Use.cpp | 57 Use *Use::initTags(Use *const Start, Use *Stop) { in initTags() 87 void Use::zap(Use *Start, const Use *Stop, bool del) { in zap()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Use.cpp | 56 Use *Use::initTags(Use *const Start, Use *Stop) { in initTags() 86 void Use::zap(Use *Start, const Use *Stop, bool del) { in zap()
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/grpc/ |
D | grpc_module.cc | 31 void GrpcModule::Stop() { log::assert_that(!started_, "assert failed: !started_"); } in Stop() function in bluetooth::grpc::GrpcModule 107 void GrpcFacadeModule::Stop() { GetDependency<GrpcModule>()->Unregister(this); } in Stop() function in bluetooth::grpc::GrpcFacadeModule
|
/aosp_15_r20/external/openthread/src/core/thread/ |
H A D | announce_sender.cpp | 86 void AnnounceSenderBase::Stop(void) in Stop() function in ot::AnnounceSenderBase 166 void AnnounceSender::Stop(void) in Stop() function in ot::AnnounceSender
|
/aosp_15_r20/build/soong/zip/ |
H A D | rate_limit.go | 69 func (r *RateLimit) Stop() { func 137 func (e CPURateLimiter) Stop() { func
|
/aosp_15_r20/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/akka/ |
H A D | PingPongAkkaBenchmark.kt | 14 class Stop class
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/ |
D | content_control_id_keeper.cc | 107 void Stop() { in Stop() function 126 void ContentControlIdKeeper::Stop() { in Stop() function in bluetooth::le_audio::ContentControlIdKeeper
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/neighbor/ |
D | scan.cc | 162 void neighbor::ScanModule::impl::Stop() { in Stop() function in bluetooth::neighbor::neighbor::ScanModule::impl 187 void neighbor::ScanModule::Stop() { pimpl_->Stop(); } in Stop() function in bluetooth::neighbor::neighbor::ScanModule
|
/aosp_15_r20/prebuilts/go/linux-x86/src/time/ |
D | tick_test.go | 326 Stop() bool methodSpec 337 func (t *tickerTimer) Stop() bool { func
|
/aosp_15_r20/external/libusb/libusb/os/ |
H A D | haiku_pollfs.cpp | 288 RosterLooper::Stop() in Stop() function in RosterLooper 366 USBRoster::Stop() in Stop() function in USBRoster
|
/aosp_15_r20/external/webrtc/test/scenario/ |
H A D | audio_stream.cc | 149 void SendAudioStream::Stop() { in Stop() function in webrtc::test::SendAudioStream 206 void ReceiveAudioStream::Stop() { in Stop() function in webrtc::test::ReceiveAudioStream
|
/aosp_15_r20/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/utils/ |
D | StreamSchedulerTest.cpp | 45 virtual void Stop() { SetState(kNodeStateStopped); } in Stop() function in __anond4d124780111::NonRuntimeTestNode 90 virtual void Stop() { SetState(kNodeStateStopped); } in Stop() function in __anond4d124780111::FakeBaseTestNode
|