Home
last modified time | relevance | path

Searched defs:AddEvent (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/utils/
Dxplane_builder.cc119 XEventBuilder XLineBuilder::AddEvent(const XEventMetadata& metadata) { in AddEvent() function in tensorflow::profiler::XLineBuilder
125 XEventBuilder XLineBuilder::AddEvent(const XEvent& event) { in AddEvent() function in tensorflow::profiler::XLineBuilder
Devent_span.cc329 void StepDetails::AddEvent(const EventTypeSpan& e) { events_.push_back(e); } in AddEvent() function in tensorflow::profiler::StepDetails
/external/webrtc/rtc_base/numerics/
Devent_rate_counter.cc16 void EventRateCounter::AddEvent(Timestamp event_time) { in AddEvent() function in webrtc::EventRateCounter
/external/tensorflow/tensorflow/lite/core/api/
Dprofiler.h85 void AddEvent(const char* tag, EventType event_type, uint64_t start, in AddEvent() function
91 virtual void AddEvent(const char* tag, EventType event_type, uint64_t start, in AddEvent() function
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Drdtsc_buckets.h180 INLINE void AddEvent(uint32_t id, uint32_t count) in AddEvent() function
/external/tensorflow/tensorflow/lite/profiling/
Dbuffered_profiler.h100 void AddEvent(const char* tag, EventType event_type, uint64_t start, in AddEvent() function
Dprofile_buffer_test.cc42 TEST(ProfileBufferTest, AddEvent) { in TEST() argument
Dprofile_buffer.h129 void AddEvent(const char* tag, ProfileEvent::EventType event_type, in AddEvent() function
/external/libchrome/mojo/public/cpp/system/
Dwait_set.cc39 MojoResult AddEvent(base::WaitableEvent* event) { in AddEvent() function in mojo::WaitSet::State
340 MojoResult WaitSet::AddEvent(base::WaitableEvent* event) { in AddEvent() function in mojo::WaitSet
/external/tensorflow/tensorflow/core/profiler/internal/gpu/
Dcupti_collector.cc310 void AddEvent(CuptiTracerEvent&& event) { in AddEvent() function in tensorflow::profiler::__anon2da8ba0c0111::PerDeviceCollector
640 void AddEvent(CuptiTracerEvent&& event) override { in AddEvent() function in tensorflow::profiler::CuptiTraceCollectorImpl
/external/llvm-project/lldb/source/API/
DSBListener.cpp63 void SBListener::AddEvent(const SBEvent &event) { in AddEvent() function in SBListener
/external/crosvm/devices/src/usb/xhci/
Dinterrupter.rs19 AddEvent(EventRingError), enumerator
Dring_buffer_controller.rs19 AddEvent(utils::Error), enumerator
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.h384 void AddEvent(const char* tag, EventType event_type, uint64_t start, in AddEvent() function
/external/adhd/scripts/audio_thread_log_viewer/
Dviewer_c3.py351 def AddEvent(self, event): member in C3LogWriter
/external/llvm-project/lldb/source/Utility/
DListener.cpp202 void Listener::AddEvent(EventSP &event_sp) { in AddEvent() function in Listener
/external/libchrome/base/message_loop/
Dmessage_pump_glib_unittest.cc74 void AddEvent(int delay_ms, OnceClosure callback) { in AddEvent() function in base::__anon48c769090111::EventInjector
/external/sonivox/jet_tools/JetCreator/
DJetFile.py533 …def AddEvent(self, segname, event_name, event_type, event_id, track_num, channel_num, event_start,… member in JetFile
/external/webrtc/test/pc/e2e/analyzer/video/
Ddefault_video_quality_analyzer.cc63 void RateCounter::AddEvent(Timestamp event_time) { in AddEvent() function in webrtc::webrtc_pc_e2e::RateCounter