Searched refs:Start (Results 26 - 50 of 157) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMuleGifCtrl.h52 * - Start will start the animation from the first frame and wont
102 void Start();
H A DMuleGifCtrl.cpp114 void MuleGifCtrl::Start() function in class:MuleGIFDecoder::MuleGifCtrl
155 m_timer.Start(m_decoder->GetDelay(), true);
H A DThreadScheduler.h61 * which tasks are queued but not executed. Call Start()
68 static void Start();
91 * @see Start
H A DGetTickCount.cpp97 MyTimer() { tic32 = tic64 = wxGetLocalTimeMillis().GetValue(); Start(20); }
H A DTimer.cpp110 bool CTimer::Start(int millisecs, bool oneShot) function in class:CTimer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dtimer.cpp99 bool wxTimer::Start( int nMilliseconds, bool bOneShot ) function in class:wxTimer
101 (void)wxTimerBase::Start( nMilliseconds, bOneShot );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dstopwtch.tex43 \helpref{Start}{wxstopwatchstart} to resume it unconditionally.
52 \membersection{wxStopWatch::Start}\label{wxstopwatchstart}
54 \func{void}{Start}{\param{long}{ milliseconds = 0}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-sharp/
H A DAddressResolver.cs88 Start ();
100 Start ();
143 private void Start () method in class:Avahi.AddressResolver
H A DDomainBrowser.cs93 Start ();
105 Start ();
144 private void Start () method in class:Avahi.DomainBrowser
H A DHostNameResolver.cs65 Start ();
77 Start ();
123 private void Start () method in class:Avahi.HostNameResolver
H A DRecordBrowser.cs109 Start ();
121 Start ();
162 private void Start () method in class:Avahi.RecordBrowser
H A DServiceBrowser.cs95 Start ();
107 Start ();
150 private void Start () method in class:Avahi.ServiceBrowser
H A DServiceTypeBrowser.cs86 Start ();
98 Start ();
140 private void Start () method in class:Avahi.ServiceTypeBrowser
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-sharp/
H A DAddressResolver.cs88 Start ();
100 Start ();
143 private void Start () method in class:Avahi.AddressResolver
H A DDomainBrowser.cs93 Start ();
105 Start ();
144 private void Start () method in class:Avahi.DomainBrowser
H A DHostNameResolver.cs65 Start ();
77 Start ();
123 private void Start () method in class:Avahi.HostNameResolver
H A DRecordBrowser.cs109 Start ();
121 Start ();
162 private void Start () method in class:Avahi.RecordBrowser
H A DServiceBrowser.cs95 Start ();
107 Start ();
150 private void Start () method in class:Avahi.ServiceBrowser
H A DServiceTypeBrowser.cs86 Start ();
98 Start ();
140 private void Start () method in class:Avahi.ServiceTypeBrowser
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DKademlia.h65 static void Start() { Start(new CPrefs); } function in class:Kademlia::CKademlia
66 static void Start(CPrefs *prefs);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dgetdate.y880 time_t Start = now ? *now : time (0);
881 struct tm *tmp = localtime (&Start);
925 time_t probe = Start + quarter * (90 * 24 * 60 * 60);
1006 Start = mktime (&tm);
1008 if (Start == (time_t) -1)
1032 Start = mktime (&tm);
1035 if (Start == (time_t) -1)
1036 return Start;
1044 Start = mktime (&tm);
1045 if (Start
[all...]
H A Dgetdate.c1642 /* Start YYX at -YYN if negative to avoid negative indexes in
2227 time_t Start = now ? *now : time (0);
2228 struct tm *tmp = localtime (&Start);
2272 time_t probe = Start + quarter * (90 * 24 * 60 * 60);
2353 Start = mktime (&tm);
2355 if (Start == (time_t) -1)
2379 Start = mktime (&tm);
2382 if (Start == (time_t) -1)
2383 return Start;
2391 Start
2222 time_t Start = now ? *now : time (0); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dtimer.cpp108 bool wxTimer::Start(int milliseconds,bool mode) function in class:wxTimer
110 (void)wxTimerBase::Start(milliseconds, mode);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtimer.cpp139 bool wxTimer::Start(int milliseconds, bool oneShot) function in class:wxTimer
141 if ( !wxTimerBase::Start(milliseconds, oneShot) )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/boot/compressed/
H A Dhead_v32.S23 ;; Start clocks for used blocks.

Completed in 98 milliseconds

1234567