/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Target/ |
D | StopInfo.h | 53 virtual bool ShouldStopSynchronous(Event *event_ptr) { return true; } in ShouldStopSynchronous() 60 virtual bool ShouldNotify(Event *event_ptr) { in ShouldNotify() 161 virtual void PerformAction(Event *event_ptr) {} in PerformAction() 163 virtual bool DoShouldNotify(Event *event_ptr) { return false; } in DoShouldNotify() 172 virtual bool ShouldStop(Event *event_ptr) { return true; } in ShouldStop()
|
D | InstrumentationRuntimeStopInfo.h | 29 bool DoShouldNotify(Event *event_ptr) override { return true; } in DoShouldNotify()
|
D | ThreadPlan.h | 375 virtual bool ShouldAutoContinue(Event *event_ptr) { return false; } in ShouldAutoContinue()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Target/ |
D | StopInfo.h | 53 virtual bool ShouldStopSynchronous(Event *event_ptr) { return true; } in ShouldStopSynchronous() 60 virtual bool ShouldNotify(Event *event_ptr) { in ShouldNotify() 166 virtual void PerformAction(Event *event_ptr) {} in PerformAction() 168 virtual bool DoShouldNotify(Event *event_ptr) { return false; } in DoShouldNotify() 177 virtual bool ShouldStop(Event *event_ptr) { return true; } in ShouldStop()
|
D | InstrumentationRuntimeStopInfo.h | 29 bool DoShouldNotify(Event *event_ptr) override { return true; } in DoShouldNotify()
|
D | ThreadPlan.h | 375 virtual bool ShouldAutoContinue(Event *event_ptr) { return false; } in ShouldAutoContinue()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Target/ |
D | StopInfo.h | 53 virtual bool ShouldStopSynchronous(Event *event_ptr) { return true; } in ShouldStopSynchronous() 60 virtual bool ShouldNotify(Event *event_ptr) { in ShouldNotify() 166 virtual void PerformAction(Event *event_ptr) {} in PerformAction() 168 virtual bool DoShouldNotify(Event *event_ptr) { return false; } in DoShouldNotify() 177 virtual bool ShouldStop(Event *event_ptr) { return true; } in ShouldStop()
|
D | InstrumentationRuntimeStopInfo.h | 29 bool DoShouldNotify(Event *event_ptr) override { return true; } in DoShouldNotify()
|
D | ThreadPlan.h | 375 virtual bool ShouldAutoContinue(Event *event_ptr) { return false; } in ShouldAutoContinue()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Target/ |
D | StopInfo.h | 53 virtual bool ShouldStopSynchronous(Event *event_ptr) { return true; } in ShouldStopSynchronous() 60 virtual bool ShouldNotify(Event *event_ptr) { in ShouldNotify() 166 virtual void PerformAction(Event *event_ptr) {} in PerformAction() 168 virtual bool DoShouldNotify(Event *event_ptr) { return false; } in DoShouldNotify() 177 virtual bool ShouldStop(Event *event_ptr) { return true; } in ShouldStop()
|
D | InstrumentationRuntimeStopInfo.h | 29 bool DoShouldNotify(Event *event_ptr) override { return true; } in DoShouldNotify()
|
D | ThreadPlan.h | 375 virtual bool ShouldAutoContinue(Event *event_ptr) { return false; } in ShouldAutoContinue()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Utility/ |
D | Event.h | 51 virtual void DoOnRemoval(Event *event_ptr) {} in DoOnRemoval() 109 void DoOnRemoval(Event *event_ptr) override { in DoOnRemoval()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Utility/ |
D | Event.h | 51 virtual void DoOnRemoval(Event *event_ptr) {} in DoOnRemoval() 109 void DoOnRemoval(Event *event_ptr) override { in DoOnRemoval()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Utility/ |
D | Event.h | 51 virtual void DoOnRemoval(Event *event_ptr) {} in DoOnRemoval() 119 void DoOnRemoval(Event *event_ptr) override { in DoOnRemoval()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Utility/ |
D | Event.h | 51 virtual void DoOnRemoval(Event *event_ptr) {} in DoOnRemoval() 109 void DoOnRemoval(Event *event_ptr) override { in DoOnRemoval()
|
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/tcg/ |
D | v1.rs | 488 let event_ptr: *const PcrEvent = event; in log_event() localVariable 517 let event_ptr: *mut PcrEvent = event; in hash_log_extend_event() localVariable 590 let event_ptr: *const PcrEvent = event; in test_new_pcr_event() localVariable
|
D | v2.rs | 851 let event_ptr: *const PcrEventInputs = event; in test_new_event() localVariable 852 let event_ptr: *const u8 = event_ptr.cast(); in test_new_event() localVariable
|
/aosp_15_r20/external/rust/crates/uefi/src/proto/tcg/ |
D | v1.rs | 488 let event_ptr: *const PcrEvent = event; in log_event() localVariable 517 let event_ptr: *mut PcrEvent = event; in hash_log_extend_event() localVariable 590 let event_ptr: *const PcrEvent = event; in test_new_pcr_event() localVariable
|
D | v2.rs | 851 let event_ptr: *const PcrEventInputs = event; in test_new_event() localVariable 852 let event_ptr: *const u8 = event_ptr.cast(); in test_new_event() localVariable
|
/aosp_15_r20/trusty/kernel/lib/trusty/ |
H A D | handle.c | 281 uint32_t* event_ptr, in _hlist_do_poll_locked() 321 uint32_t* event_ptr, in handle_list_wait()
|
/aosp_15_r20/external/libchrome/mojo/public/cpp/system/tests/ |
H A D | wait_set_unittest.cc | 335 for (auto& event_ptr : events) { in TEST_F() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/ |
H A D | mini_benchmark_implementation.cc | 375 for (const auto* event_ptr : event_ptrs) { in MarkAndGetEventsToLog() local
|
/aosp_15_r20/external/cronet/net/proxy_resolution/ |
H A D | proxy_config_service_linux.cc | 968 char* event_ptr = event_buf; in OnChangeNotification() local
|
/aosp_15_r20/external/pytorch/torch/csrc/profiler/ |
H A D | collection.cpp | 304 auto event_ptr = AppendOnlyList::emplace_back(std::forward<Args>(args)...); in emplace_back() local
|