Home
last modified time | relevance | path

Searched defs:Stop (Results 1 – 25 of 660) sorted by relevance

12345678910>>...27

/aosp_15_r20/packages/modules/Bluetooth/system/gd/
Dmodule_unittest.cc65 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 Dforced_unwind2.pass.cpp32 struct Stop<R (*)(Args...)> { struct
50 _Unwind_ForcedUnwind(exc, Stop<_Unwind_Stop_Fn>::stop, 0); in forced_unwind() argument
H A Dforced_unwind3.pass.cpp48 struct Stop<R (*)(Args...)> { struct
67 _Unwind_ForcedUnwind(exc, Stop<_Unwind_Stop_Fn>::stop, 0); in forced_unwind() argument
H A Dforced_unwind1.pass.cpp39 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 Dpost_delayed_memory_reduction_task.cc62 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/
DHealthMonitor.h123 struct Stop { struct
135 typename MonitoredEventType::Touch, typename MonitoredEventType::Stop,
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DSplitKit.cpp205 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/
DFuzzerTracePC.h142 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/
DFuzzerTracePC.h142 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/
DFuzzerTracePC.h142 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/
DFuzzerTracePC.h142 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
DFuzzerTracePC.cpp39 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/
DFuzzerTracePC.h142 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 DUse.cpp57 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 DUse.cpp56 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/
Dgrpc_module.cc31 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 Dannounce_sender.cpp86 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 Drate_limit.go69 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 DPingPongAkkaBenchmark.kt14 class Stop class
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/
Dcontent_control_id_keeper.cc107 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/
Dscan.cc162 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/
Dtick_test.go326 Stop() bool methodSpec
337 func (t *tickerTimer) Stop() bool { func
/aosp_15_r20/external/libusb/libusb/os/
H A Dhaiku_pollfs.cpp288 RosterLooper::Stop() in Stop() function in RosterLooper
366 USBRoster::Stop() in Stop() function in USBRoster
/aosp_15_r20/external/webrtc/test/scenario/
H A Daudio_stream.cc149 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/
DStreamSchedulerTest.cpp45 virtual void Stop() { SetState(kNodeStateStopped); } in Stop() function in __anond4d124780111::NonRuntimeTestNode
90 virtual void Stop() { SetState(kNodeStateStopped); } in Stop() function in __anond4d124780111::FakeBaseTestNode

12345678910>>...27