Searched refs:testEntry (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/archive/
H A Dziptest.cpp52 TestEntry& testEntry,
56 const TestEntry& testEntry,
78 TestEntry& testEntry,
91 testEntry.SetComment(comment.Lower());
101 entry->SetIsText(testEntry.IsText());
108 const TestEntry& testEntry,
118 entry.GetComment() == testEntry.GetComment());
126 entry.IsText() == testEntry.IsText());
77 OnCreateEntry(wxZipOutputStream& zip, TestEntry& testEntry, wxZipEntry *entry) argument
107 OnEntryExtracted(wxZipEntry& entry, const TestEntry& testEntry, wxZipInputStream *arc) argument
H A Darchivetest.cpp573 TestEntry& testEntry = *it->second; local
588 if ((choices & 2) || testEntry.IsText()) {
594 entry->SetDateTime(testEntry.GetDateTime());
595 entry->SetSize(testEntry.GetLength());
596 OnCreateEntry(*arc, testEntry, entry.get());
602 OnCreateEntry(*arc, testEntry);
605 arc->PutNextDirEntry(name, testEntry.GetDateTime()));
608 arc->PutNextEntry(name, testEntry.GetDateTime(),
609 testEntry.GetLength()));
614 arc->Write(testEntry
758 TestEntry& testEntry = Add(newName.mb_str(), newData); local
803 const TestEntry& testEntry = *it->second; local
943 const TestEntry& testEntry = *it->second; local
[all...]
H A Darchivetest.h205 TestEntry& WXUNUSED(testEntry),
209 const TestEntry& WXUNUSED(testEntry),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp803 static const wxChar *testEntry = _T("TestEntry"); local
805 fileconf.Write(testEntry, _T("A value"));
806 fileconf.DeleteEntry(testEntry);
807 wxPrintf(fileconf.HasEntry(testEntry) ? _T("ERROR\n") : _T("ok\n"));

Completed in 103 milliseconds