Searched refs:dt1 (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Ddatectrl.cpp105 void wxDatePickerCtrl::SetRange(const wxDateTime& dt1, const wxDateTime& dt2) argument
110 bool wxDatePickerCtrl::GetRange(wxDateTime *dt1, wxDateTime *dt2) const argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddatectrl.h73 virtual void SetRange(const wxDateTime& dt1, const wxDateTime& dt2) = 0;
74 virtual bool GetRange(wxDateTime *dt1, wxDateTime *dt2) const = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Ddatectrl.h53 virtual void SetRange(const wxDateTime& dt1, const wxDateTime& dt2);
54 virtual bool GetRange(wxDateTime *dt1, wxDateTime *dt2) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Ddatectrl.h54 virtual void SetRange(const wxDateTime& dt1, const wxDateTime& dt2);
55 virtual bool GetRange(wxDateTime *dt1, wxDateTime *dt2) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddatectrl.cpp284 void wxDatePickerCtrl::SetRange(const wxDateTime& dt1, const wxDateTime& dt2) argument
289 if ( dt1.IsValid() )
291 wxToSystemTime(&st[0], dt1);
307 bool wxDatePickerCtrl::GetRange(wxDateTime *dt1, wxDateTime *dt2) const argument
312 if ( dt1 )
315 wxFromSystemTime(dt1, st[0]);
317 *dt1 = wxDefaultDateTime;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Ddatectrl.h54 bool GetRange(wxDateTime *dt1, wxDateTime *dt2) const;
55 void SetRange(const wxDateTime &dt1, const wxDateTime &dt2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddatectlg.cpp490 bool wxDatePickerCtrlGeneric::GetRange(wxDateTime *dt1, wxDateTime *dt2) const argument
492 if (dt1)
493 *dt1 = m_popup->GetLowerDateLimit();
501 wxDatePickerCtrlGeneric::SetRange(const wxDateTime &dt1, const wxDateTime &dt2) argument
503 m_popup->SetDateRange(dt1, dt2);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/cgi-bin/
H A Dsorttable.js294 dt1 = y+m+d;
300 if (dt1==dt2) return 0;
301 if (dt1<dt2) return -1;
309 dt1 = y+m+d;
315 if (dt1==dt2) return 0;
316 if (dt1<dt2) return -1;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/script/
H A Dsorttable.js294 dt1 = y+m+d;
300 if (dt1==dt2) return 0;
301 if (dt1<dt2) return -1;
309 dt1 = y+m+d;
315 if (dt1==dt2) return 0;
316 if (dt1<dt2) return -1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddatectrl.tex125 \constfunc{bool}{GetRange}{\param{wxDateTime *}{dt1}, \param{wxDateTime }{*dt2}}
130 \arg{dt1} and/or \arg{dt2} are set to be invalid.
134 \docparam{dt1}{Pointer to the object which receives the lower range limit or
171 \func{void}{SetRange}{\param{const wxDateTime\&}{ dt1}, \param{const wxDateTime\&}{ dt2}}
173 Sets the valid range for the date selection. If \arg{dt1} is valid, it becomes
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatavcmn.cpp280 wxDateTime dt1 = value1.GetDateTime(); local
282 if (dt1.IsEqualTo(dt2)) return 0;
283 if (dt1.IsEarlierThan(dt2)) return 1;
H A Ddatetime.cpp4461 wxDateTime dt1 = **first,
4464 return dt1 == dt2 ? 0 : dt1 < dt2 ? -1 : +1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/datetime/
H A Ddatetimetest.cpp856 dt1,
862 dt1 = dt + span;
865 CPPUNIT_ASSERT( dt1 - span == dt );
867 CPPUNIT_ASSERT( dt2 + 2*span == dt1 );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Dconfig.c25 int dt1, int dt2, int *num_skipped)
31 /* Find the next descriptor of type dt1 or dt2 */
34 if (h->bDescriptorType == dt1 || h->bDescriptorType == dt2)
24 find_next_descriptor(unsigned char *buffer, int size, int dt1, int dt2, int *num_skipped) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp3591 wxDateTime dt1 = wxDateTime::Now(), local
3594 wxPrintf(_T("Now = %s\n"), dt1.Format(_T("%H:%M:%S:%l")).c_str());
3610 dt1 = dt2;
3614 wxPrintf(_T("Loop executed in %s ms\n"), (dt2 - dt1).Format(_T("%l")).c_str());

Completed in 164 milliseconds