Searched refs:Start (Results 51 - 75 of 157) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-sharp/
H A DServiceResolver.cs78 Start ();
90 Start ();
143 private void Start () method in class:Avahi.ServiceResolver
H A DClient.cs275 thread.Start ();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-sharp/
H A DServiceResolver.cs78 Start ();
90 Start ();
143 private void Start () method in class:Avahi.ServiceResolver
H A DClient.cs275 thread.Start ();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Danimate.cpp312 m_timer.Start(n, true);
438 m_timer.Start(n, true);
446 m_timer.Start(10, true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtimer.tex23 In any case, you must start the timer with \helpref{Start}{wxtimerstart}
99 \membersection{wxTimer::Start}\label{wxtimerstart}
101 \func{bool}{Start}{\param{int }{milliseconds = -1}, \param{bool }{oneShot = {\tt false}}}
114 \twocolitem{wxTIMER\_CONTINUOUS}{Start a normal, continuously running, timer}
115 \twocolitem{wxTIMER\_ONE\_SHOT}{Start a one shot timer}
151 m_timer.Start(1000); // 1 second interval
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dregex.cpp94 size_t Start(size_t n) const function in class:wxRegExMatches
131 size_t Start(size_t n) const { return m_matches.start[n]; } function in class:wxRegExMatches
446 *start = m_Matches->Start(index);
448 *len = m_Matches->End(index) - m_Matches->Start(index);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dtimer.cpp243 bool wxTimer::Start(int millisecs, bool oneShot) function in class:wxTimer
248 if ( !wxTimerBase::Start(millisecs, oneShot) )
H A Dcaret.cpp116 m_timer.Start(blinkTime);
H A Dsplash.cpp77 m_timer.Start(milliseconds, true);
H A Danimateg.cpp420 m_timer.Start(delay, true);
665 m_timer.Start(delay, true);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/init/
H A Dinitramfs.c156 Start, enumerator in enum:state
367 [Start] = do_start,
399 state = Start;
428 state = Start;
434 state = Start;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtooltip.cpp158 Start(msec, true);
H A Dsound.cpp351 //Start timer and play movie asyncronously
356 ((wxQTTimer*)m_pTimer)->Start(MOVIE_DELAY, wxTIMER_CONTINUOUS);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dscrarrow.cpp193 timer->Start();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DAutoComplete.cxx46 void AutoComplete::Start(Window &parent, int ctrlID, function in class:AutoComplete
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DamuleDlg.h173 void StartGuiTimer() { gui_timer->Start(100); }
H A DProxy.h245 bool Start(const wxIPaddress &peerAddress, wxSocketClient *proxyClientSocket);
277 // Will be initialized at Start()
473 bool Start(const wxIPaddress &peerAddress);
H A DProxy.cpp135 // Will be initialized at Start()
169 bool CProxyStateMachine::Start(const wxIPaddress &peerAddress, wxSocketClient *proxyClientSocket) function in class:CProxyStateMachine
1221 bool CProxySocket::Start(const wxIPaddress &peerAddress) function in class:CProxySocket
1237 bool ok = m_proxyStateMachine->Start(peerAddress, this);
1289 ok = Start(address);
1357 m_proxyTCPSocket.Start(address);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/mach-a3/
H A Ddram_init.S32 ; Start clock
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dev6-csum_ipv6_magic.S129 zapnot $0,15,$1 # U : Start folding output (1 cycle stall on $0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/usb/
H A Dwusb-cbaf30 Start a WUSB host controller (by setting up a CHID)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/wxCas/src/
H A Dwxcasframe.cpp244 m_refresh_timer->Start ( 1000 * prefs->Read ( WxCasCte::REFRESH_RATE_KEY, WxCasCte::DEFAULT_REFRESH_RATE ) ); // s to ms
248 m_ftp_update_timer->Start ( 60000 * prefs->Read ( WxCasCte::FTP_UPDATE_RATE_KEY, WxCasCte::DEFAULT_FTP_UPDATE_RATE ) ); // min to ms
331 wxITEM_NORMAL, _( "Start Auto Refresh" ) );
335 m_refresh_timer->Start ();
336 m_ftp_update_timer->Start ();
969 bool ok = m_refresh_timer->Start( newPeriod );
990 bool ok = m_ftp_update_timer->Start( newPeriod );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/statbar/
H A Dstatbar.cpp619 m_timer.Start(1000);
701 m_timer.Start(1000);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dvidxanm.tex155 Start the subprocess with the right parameters

Completed in 154 milliseconds

1234567