Home
last modified time | relevance | path

Searched refs:m_tv (Results 1 – 25 of 50) sorted by relevance

12

/dports/x11-fm/worker/worker-4.10.0/src/
H A Dtextviewmode.cc39 m_tv = NULL; in TextViewMode()
109 m_tv->redraw(); in on()
110 m_tv->setAcceptFocus( false ); in on()
112 m_tv = (TextView*)m_cont->add( m_tv, 0, 1 ); in on()
113 m_tv->show(); in on()
123 delete m_tv; in off()
124 m_tv = NULL; in off()
208 if ( m_tv != NULL ) { in relayout()
264 m_tv->textStorageChanged(); in showFile()
272 m_tv->handleKeyMessage( XK_Up, 0 ); in command_up()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtimevar.h230 m_tv (tv) in auto_timevar()
233 m_timer->push (m_tv); in auto_timevar()
238 , m_tv (tv) in auto_timevar()
241 m_timer->push (m_tv); in auto_timevar()
247 m_timer->pop (m_tv); in ~auto_timevar()
255 timevar_id_t m_tv; variable
264 m_tv (tv) in auto_cond_timevar()
271 , m_tv (tv) in auto_cond_timevar()
279 m_timer->cond_stop (m_tv); in ~auto_cond_timevar()
289 already_running = m_timer->cond_start (m_tv); in start()
[all …]
/dports/math/sc-im/sc-im-0.8.2/src/
H A Dinput.c89 gettimeofday(&m_tv, NULL); in handle_input()
91 long msec = (m_tv.tv_sec - start_tv.tv_sec) * 1000L + in handle_input()
92 (m_tv.tv_usec - start_tv.tv_usec) / 1000L; in handle_input()
93 long msec_init = (m_tv.tv_sec - init_tv.tv_sec) * 1000L + in handle_input()
94 (m_tv.tv_usec - init_tv.tv_usec) / 1000L; in handle_input()
145 msec = (m_tv.tv_sec - start_tv.tv_sec) * 1000L + in handle_input()
146 (m_tv.tv_usec - start_tv.tv_usec) / 1000L; in handle_input()
189 gettimeofday(&m_tv, NULL); in handle_input()
190 msec = (m_tv.tv_sec - start_tv.tv_sec) * 1000L + in handle_input()
191 (m_tv.tv_usec - start_tv.tv_usec) / 1000L; in handle_input()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtimevar.h226 m_tv (tv) in auto_timevar()
229 m_timer->push (m_tv); in auto_timevar()
234 , m_tv (tv) in auto_timevar()
237 m_timer->push (m_tv); in auto_timevar()
243 m_timer->pop (m_tv); in ~auto_timevar()
252 timevar_id_t m_tv; variable
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtimevar.h226 m_tv (tv) in auto_timevar()
229 m_timer->push (m_tv); in auto_timevar()
234 , m_tv (tv) in auto_timevar()
237 m_timer->push (m_tv); in auto_timevar()
243 m_timer->pop (m_tv); in ~auto_timevar()
252 timevar_id_t m_tv; variable
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtimevar.h230 m_tv (tv) in auto_timevar()
233 m_timer->push (m_tv); in auto_timevar()
238 , m_tv (tv) in auto_timevar()
241 m_timer->push (m_tv); in auto_timevar()
247 m_timer->pop (m_tv); in ~auto_timevar()
256 timevar_id_t m_tv; variable
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtimevar.h230 m_tv (tv) in auto_timevar()
233 m_timer->push (m_tv); in auto_timevar()
238 , m_tv (tv) in auto_timevar()
241 m_timer->push (m_tv); in auto_timevar()
247 m_timer->pop (m_tv); in ~auto_timevar()
256 timevar_id_t m_tv; variable
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtimevar.h230 m_tv (tv)
233 m_timer->push (m_tv);
238 , m_tv (tv)
241 m_timer->push (m_tv);
247 m_timer->pop (m_tv);
256 timevar_id_t m_tv;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtimevar.h230 m_tv (tv) in auto_timevar()
233 m_timer->push (m_tv); in auto_timevar()
238 , m_tv (tv) in auto_timevar()
241 m_timer->push (m_tv); in auto_timevar()
247 m_timer->pop (m_tv); in ~auto_timevar()
256 timevar_id_t m_tv; variable
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtimevar.h230 m_tv (tv) in auto_timevar()
233 m_timer->push (m_tv); in auto_timevar()
238 , m_tv (tv) in auto_timevar()
241 m_timer->push (m_tv); in auto_timevar()
247 m_timer->pop (m_tv); in ~auto_timevar()
256 timevar_id_t m_tv; variable
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtimevar.h230 m_tv (tv) in auto_timevar()
233 m_timer->push (m_tv); in auto_timevar()
238 , m_tv (tv) in auto_timevar()
241 m_timer->push (m_tv); in auto_timevar()
247 m_timer->pop (m_tv); in ~auto_timevar()
256 timevar_id_t m_tv; variable
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtimevar.h230 m_tv (tv) in auto_timevar()
233 m_timer->push (m_tv); in auto_timevar()
238 , m_tv (tv) in auto_timevar()
241 m_timer->push (m_tv); in auto_timevar()
247 m_timer->pop (m_tv); in ~auto_timevar()
256 timevar_id_t m_tv; variable
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtimevar.h230 m_tv (tv) in auto_timevar()
233 m_timer->push (m_tv); in auto_timevar()
238 , m_tv (tv) in auto_timevar()
241 m_timer->push (m_tv); in auto_timevar()
247 m_timer->pop (m_tv); in ~auto_timevar()
256 timevar_id_t m_tv; variable
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtimevar.h230 m_tv (tv) in auto_timevar()
233 m_timer->push (m_tv); in auto_timevar()
238 , m_tv (tv) in auto_timevar()
241 m_timer->push (m_tv); in auto_timevar()
247 m_timer->pop (m_tv); in ~auto_timevar()
256 timevar_id_t m_tv; variable
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtimevar.h230 m_tv (tv) in auto_timevar()
233 m_timer->push (m_tv); in auto_timevar()
238 , m_tv (tv) in auto_timevar()
241 m_timer->push (m_tv); in auto_timevar()
247 m_timer->pop (m_tv); in ~auto_timevar()
256 timevar_id_t m_tv; variable
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtimevar.h230 m_tv (tv) in auto_timevar()
233 m_timer->push (m_tv); in auto_timevar()
238 , m_tv (tv) in auto_timevar()
241 m_timer->push (m_tv); in auto_timevar()
247 m_timer->pop (m_tv); in ~auto_timevar()
256 timevar_id_t m_tv; variable
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtimevar.h230 m_tv (tv) in auto_timevar()
233 m_timer->push (m_tv); in auto_timevar()
238 , m_tv (tv) in auto_timevar()
241 m_timer->push (m_tv); in auto_timevar()
247 m_timer->pop (m_tv); in ~auto_timevar()
256 timevar_id_t m_tv; variable
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtimevar.h230 m_tv (tv) in auto_timevar()
233 m_timer->push (m_tv); in auto_timevar()
238 , m_tv (tv) in auto_timevar()
241 m_timer->push (m_tv); in auto_timevar()
247 m_timer->pop (m_tv); in ~auto_timevar()
256 timevar_id_t m_tv; variable
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtimevar.h230 m_tv (tv) in auto_timevar()
233 m_timer->push (m_tv); in auto_timevar()
238 , m_tv (tv) in auto_timevar()
241 m_timer->push (m_tv); in auto_timevar()
247 m_timer->pop (m_tv); in ~auto_timevar()
256 timevar_id_t m_tv; variable
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtimevar.h230 m_tv (tv) in auto_timevar()
233 m_timer->push (m_tv); in auto_timevar()
238 , m_tv (tv) in auto_timevar()
241 m_timer->push (m_tv); in auto_timevar()
247 m_timer->pop (m_tv); in ~auto_timevar()
256 timevar_id_t m_tv; variable
/dports/devel/papilio-loader/Papilio-Loader-dd111c4/xc3sprog/trunk/
H A Dutilities.h25 struct timeval m_tv; variable
37 gettimeofday(&m_tv, NULL); in start()
45 return t.tv_sec + 1.0e-6 * t.tv_usec - m_tv.tv_sec - 1.0e-6 * m_tv.tv_usec; in elapsed()
/dports/devel/xc3sprog/xc3sprog-r769/
H A Dutilities.h32 struct timeval m_tv; variable
44 gettimeofday(&m_tv, NULL); in start()
52 return t.tv_sec + 1.0e-6 * t.tv_usec - m_tv.tv_sec - 1.0e-6 * m_tv.tv_usec; in elapsed()
/dports/devel/libassa/libassa-3.5.1/tests/
H A Drt_test.cpp364 TimeVal m_tv; member in RTTest
422 m_tv = 2*i+1; in process_events()
423 thI [i].set_id (REACTOR->registerTimerHandler (&thI [i], m_tv)); in process_events()
446 m_tv = 2*i+1; in process_events()
448 REACTOR->registerTimerHandler (&th2, m_tv); in process_events()
467 REACTOR->registerTimerHandler (&th3, m_tv, "multi-timer"); in process_events()
488 m_tv = 2*i+1; in process_events()
490 tid = REACTOR->registerTimerHandler (&th4, m_tv); in process_events()
/dports/devel/wxformbuilder/source/src/rad/
H A Dpalette.cpp163 m_tv.push_back( toolbar ); in Create()
179 m_tv.push_back( toolbar ); in Create()
239 wxToolBar *toolbar = m_tv[page]; in OnSpinUp()
252 wxToolBar *toolbar = m_tv[page]; in OnSpinDown()
282 for ( unsigned int i = 0; i < m_tv.size(); i++ ) in OnButtonClick()
285 if ( m_tv[i]->GetToolIndex( event.GetId() ) != wxNOT_FOUND ) in OnButtonClick()
287 if ( m_tv[i]->FindById( event.GetId() ) ) in OnButtonClick()
290 wxString name = m_tv[i]->GetToolShortHelp( event.GetId() ); in OnButtonClick()
/dports/audio/traverso/traverso-0.49.6/src/sheetcanvas/
H A DTrackPanelView.cpp44 , m_tv(trackView) in TrackPanelView()
48 m_viewPort = m_tv->get_sheetview()->get_trackpanel_view_port(); in TrackPanelView()
49 m_track = m_tv->get_track(); in TrackPanelView()
113 if (m_tv->m_topborderwidth > 0) { in paint()
115 painter->fillRect(xstart, 0, pixelcount, m_tv->m_topborderwidth, color); in paint()
118 if (m_tv->m_paintBackground) { in paint()
120 …painter->fillRect(xstart, m_tv->m_topborderwidth, pixelcount, m_track->get_height() - m_tv->m_bott… in paint()
123 if (m_tv->m_bottomborderwidth > 0) { in paint()
125 …painter->fillRect(xstart, m_track->get_height() - m_tv->m_bottomborderwidth, pixelcount, m_tv->m_b… in paint()

12