Searched refs:GetSecond (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/geometry/
H A Drect.cpp107 wxRect GetSecond() const { return wxRect(x2, y2, w2, h2); } function in struct:RectData
125 ( data.GetFirst() + data.GetSecond() ) == data.GetResult()
129 ( data.GetSecond() + data.GetFirst() ) == data.GetResult()
143 wxRect GetSecond() const { return wxRect(x2, y2, w2, h2); } function in struct:RectData
161 data.GetFirst().Union(data.GetSecond()) == data.GetResult()
165 data.GetSecond().Union(data.GetFirst()) == data.GetResult()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/datetime/
H A Ddatetimetest.cpp881 CPPUNIT_ASSERT_EQUAL(0, (int)dt.GetSecond());
894 CPPUNIT_ASSERT_EQUAL(0, (int)dt.GetSecond());
913 CPPUNIT_ASSERT_EQUAL(0, (int)dt.GetSecond());
930 CPPUNIT_ASSERT_EQUAL(0, (int)dt.GetSecond());
938 CPPUNIT_ASSERT_EQUAL(0, (int)dt2.GetSecond());
950 CPPUNIT_ASSERT_EQUAL( DATE_ZERO, dt.GetDateOnly().GetSecond() );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DHTTPDownload.cpp184 return CFormat(wxT("%s, %02d %s %d %02d:%02d:%02d GMT")) % s_dow[date.GetWeekDay(wxDateTime::UTC)] % date.GetDay(wxDateTime::UTC) % s_months[date.GetMonth(wxDateTime::UTC)] % date.GetYear(wxDateTime::UTC) % date.GetHour(wxDateTime::UTC) % date.GetMinute(wxDateTime::UTC) % date.GetSecond(wxDateTime::UTC);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddatetime.tex272 \helpref{GetSecond}{wxdatetimegetsecond}\\
943 \membersection{wxDateTime::GetSecond}\label{wxdatetimegetsecond}
945 \constfunc{wxDateTime\_t}{GetSecond}{\param{const TimeZone\& }{tz = Local}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddbtable.cpp2874 dataptr->second = dateval.GetSecond();
2887 dataptr->second = dateval.GetSecond();
H A Dfilename.cpp243 st.wSecond = dt.GetSecond();
H A Ddatetime.cpp3809 dtTime.GetHour(), dtTime.GetMinute(), dtTime.GetSecond(),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddatetime.h886 wxDateTime_t GetSecond(const TimeZone& tz = Local) const function in class:wxDateTime

Completed in 155 milliseconds