Searched refs:nLine (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dappbase.cpp96 int nLine,
682 int nLine,
706 ShowAssertDialog(szFile, nLine, strFunc, szCond, szMsg);
711 wxTheApp->OnAssertFailure(szFile, nLine, strFunc, szCond, szMsg);
776 int nLine,
791 msg.Printf(wxT("%s(%d): assert \"%s\" failed"), szFile, nLine, szCond);
681 wxOnAssert(const wxChar *szFile, int nLine, const char *szFunc, const wxChar *szCond, const wxChar *szMsg) argument
775 ShowAssertDialog(const wxChar *szFile, int nLine, const wxChar *szFunc, const wxChar *szCond, const wxChar *szMsg, wxAppTraits *traits) argument
H A Dfileconf.cpp166 const wxString& strName, int nLine);
233 wxFileConfigEntry *AddEntry (const wxString& strName, int nLine = wxNOT_FOUND);
1653 wxFileConfigEntry *wxFileConfigGroup::AddEntry(const wxString& strName, int nLine) argument
1657 wxFileConfigEntry *pEntry = new wxFileConfigEntry(this, strName, nLine);
1856 int nLine)
1862 m_nLine = nLine;
1854 wxFileConfigEntry(wxFileConfigGroup *pParent, const wxString& strName, int nLine) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-perl-436 Line 1\nLine 2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dmimetype.cpp328 size_t nLine = 0; local
329 while ( nLine < nLineCount )
331 pc = textfile[nLine].c_str();
439 nLine++;
463 for ( size_t nLine = 0; /* nothing */; nLine++ )
465 if ( nLine < nLineCount )
467 pc = textfile[nLine].c_str();
494 // the end: this can only happen if nLine == nLineCount
2393 for ( size_t nLine
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddebug.h98 szFile and nLine - file name and line number of the ASSERT
104 int nLine,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dlistbox.cpp656 int nLine; local
666 GetTextExtent( vStr, &nLine, NULL );
667 if (nLine > nListbox)
668 nListbox = nLine;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/sqlite-3.6.22/
H A Dshell.c1184 int nLine; local
1192 nLine = 100;
1193 zLine = malloc( nLine );
1198 if( n+100>nLine ){
1199 nLine = nLine*2 + 100;
1200 zLine = realloc(zLine, nLine);
1203 if( fgets(&zLine[n], nLine - n, in)==0 ){
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/sqlite-3.6.22/
H A Dshell.c1184 int nLine; local
1192 nLine = 100;
1193 zLine = malloc( nLine );
1198 if( n+100>nLine ){
1199 nLine = nLine*2 + 100;
1200 zLine = realloc(zLine, nLine);
1203 if( fgets(&zLine[n], nLine - n, in)==0 ){
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dtextctrl.cpp1364 for ( size_t nLine = 0; nLine < nLineCount; nLine++ )
1368 pos += GetLines()[nLine].length() + 1;
1711 for ( size_t nLine = 0; nLine < (size_t)y; nLine++ )
1715 pos += GetLines()[nLine].length() + 1;
1748 for ( size_t nLine = 0; nLine < nLineCoun
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dlogg.cpp566 for ( int nLine = 0; bOk && nLine < nLines; nLine++ ) {
567 bOk = file.Write(m_pTextCtrl->GetLineText(nLine) +
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/text/
H A Dtext.cpp239 long nLine = wxGetNumberFromUser(wxT("Which line would you like to get?"), local
243 wxMessageBox(m_panel->m_tab->GetLineText(nLine));
248 long nLine = wxGetNumberFromUser(wxT("Which line would you like to get?"), local
253 (int) nLine,
254 m_panel->m_tab->GetLineLength(nLine))

Completed in 153 milliseconds