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

/haiku-fatelf/src/tests/kits/app/broster/
H A DGetRecentTester.cpp126 const char *test_sigs[] = { variable
634 roster.AddToRecentDocuments(&doc1, test_sigs[0]);
635 roster.AddToRecentDocuments(&doc2, test_sigs[1]);
636 roster.AddToRecentDocuments(&doc3, test_sigs[0]);
637 roster.AddToRecentDocuments(&doc4, test_sigs[1]);
638 roster.AddToRecentDocuments(&doc5, test_sigs[2]);
714 roster.GetRecentDocuments(&msg, 5, NULL, test_sigs[0]);
724 roster.GetRecentDocuments(&msg, 5, NULL, test_sigs[1]);
734 roster.GetRecentDocuments(&msg, 5, NULL, test_sigs[2]);
742 roster.GetRecentDocuments(&msg, 5, test_types[0], test_sigs[
[all...]

Completed in 147 milliseconds