Searched refs:Tick (Results 1 – 13 of 13) sorted by relevance
106 void RtpClock::Tick(double now, int* seq_num, uint32_t* timestamp) { in Tick() function in cricket::RtpClock346 rtp_clock_by_send_ssrc_[header.ssrc]->Tick( in SendData()
77 void Tick(double now, int* seq_num, uint32_t* timestamp);
115 virtual void Tick(TickSample* sample) = 0;
805 Tick(sample); in SampleStack()
34 m_timer.Tick += new EventHandler(timer_Tick); in MainPage()
131 def Tick(self, pc): member in Code823 def Tick(self, pc): member in LibraryRepo1014 code.Tick(sample.ip)1023 if not library_repo.Tick(sample.ip) and not code:
217 second := time.Tick(time.Second)
92 function Tick(tick) { class in PlotScriptComposer298 var tick = new Tick(timer);
233 void Tick(v8::internal::TickSample*) { semaphore_->Signal(); }
258 - Tick generators now get the whole axis rather than just min/max.512 - Tick color is now auto-generated as the base color with some transparency,
631 Tick generation and formatting can also be controlled separately
1984 SAX.characters(Tick... Tick... Tick..., 23)
685 virtual void Tick(TickSample* sample) { in Tick() function in v8::internal::Ticker