Searched refs:wxPrintf (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp182 wxPrintf(_T("Parsing: %s\n"), cmdline);
186 wxPrintf(_T("\targc = %u\n"), count);
189 wxPrintf(_T("\targv[%u] = %s\n"), arg, args[arg].c_str());
226 wxPrintf(_T("\t%s\n"), filename.c_str());
243 wxPrintf(_T("ERROR: current directory '%s' doesn't exist?\n"), cwd.c_str());
250 wxPrintf(_T("ERROR: failed to open current directory '%s'.\n"), cwd.c_str());
316 wxPrintf(_T("%s%s\n"), indent.c_str(), name.c_str());
329 wxPrintf(_T("There are %u files under '%s'\n"), n, TESTDIR);
332 wxPrintf(_T("First one is '%s'\n"), files[0u].c_str());
333 wxPrintf(_
1695 #undef wxPrintf macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/hhp2cached/
H A Dhhp2cached.cpp36 wxPrintf(_T("Processing %s...\n"), argv[i]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/uris/
H A Duris.cpp104 wxPrintf(wxT("SCHEME:%s\n"), uri.GetScheme());\
105 wxPrintf(wxT("USER:%s\n"), uri.GetUser());\
106 wxPrintf(wxT("SERVER:%s\n"), uri.GetServer());\
107 wxPrintf(wxT("PORT:%s\n"), uri.GetPort());\
108 wxPrintf(wxT("PATH:%s\n"), uri.GetPath());\
109 wxPrintf(wxT("QUERY:%s\n"), uri.GetQuery());\
110 wxPrintf(wxT("FRAGMENT:%s\n"), uri.GetFragment());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfs_mem.cpp267 wxPrintf(wxT("'%s'\n"), s.c_str());
H A Ddatavcmn.cpp362 wxPrintf( wxT("%d: %s\n"), (int) i, tmp.c_str() );
H A Dwxchar.cpp149 #undef wxPrintf macro
1594 // wxPrintf(), wxScanf() and relatives
1634 int wxPrintf( const wxChar *format, ... )
H A Dstring.cpp120 { wxPrintf("wxString: average %s = %f\n", m_sz, ((float)m_nTotal)/m_nCount); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/wxrc/
H A Dwxrc.cpp394 wxPrintf(wxT("processing ") + parFiles[i] + wxT("...\n"));
500 wxPrintf(wxT("adding ") + fullname + wxT("...\n"));
540 wxPrintf(wxT("compressing ") + parOutput + wxT("...\n"));
607 wxPrintf(wxT("creating C++ source file ") + parOutput + wxT("...\n"));
767 wxPrintf(wxT("creating Python source file ") + parOutput + wxT("...\n"));
842 wxPrintf(wxT("processing ") + parFiles[i] + wxT("...\n"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/opengl/isosurf/
H A Disosurf.cpp99 wxPrintf(_T("%d vertices, %d triangles\n"), numverts, numverts-2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dwxchar.h59 /* Required for wxPrintf() etc */
384 #define wxPrintf _tprintf macro
788 #define wxPrintf printf macro
1050 if we have wprintf() we still must wrap it in a non trivial wxPrintf().
1064 int wxPrintf( const wxChar *format, ... ) ATTRIBUTE_PRINTF_1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/corefoundation/
H A Dhidjoystick.cpp578 wxPrintf(wxT("\nVAL #%i:[%i]"), i, m_pCookies[i]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dfont.cpp107 wxPrintf(_T("%s-%s-%s-%d-%d\n"),
H A Dwindow.cpp565 wxPrintf( wxT("OnDraw from ") );
567 wxPrintf( win->GetClassInfo()->GetClassName() );
568 wxPrintf( wxT(" %d %d %d %d\n"), (int)rect->x,
1465 wxPrintf( wxT("1) OnButtonPress from ") );
1467 wxPrintf( win->GetClassInfo()->GetClassName() );
1468 wxPrintf( wxT(".\n") );
1482 wxPrintf( wxT("GrabFocus from ") );
1484 wxPrintf( win->GetClassInfo()->GetClassName() );
1485 wxPrintf( wxT(".\n") );
2900 wxPrintf( "OnSiz
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dmediactrl.cpp140 wxPrintf(wxT("gui reentrance"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dwindow.cpp519 wxPrintf( wxT("OnExpose from ") );
521 wxPrintf( win->GetClassInfo()->GetClassName() );
522 wxPrintf( wxT(" %d %d %d %d\n"), (int)gdk_event->area.x,
2825 wxPrintf( "OnSize sent from " );
2827 wxPrintf( GetClassInfo()->GetClassName() );
2828 wxPrintf( " %d %d %d %d\n", (int)m_x, (int)m_y, (int)m_width, (int)m_height );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmimetmac.cpp681 wxPrintf(wxT("APP: [%s]\n"), cmd.c_str());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgrid.cpp4358 wxPrintf(_T("wxGrid attribute cache statistics: "
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfunction.tex1796 However other functions of the same family (wxPrintf, wxSprintf, wxFprintf, wxVfprintf,

Completed in 300 milliseconds