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

/haiku/src/tests/kits/storage/
H A DSymLinkTest.h18 virtual void CreateRONodes(TestNodes& testEntries);
19 virtual void CreateRWNodes(TestNodes& testEntries);
20 virtual void CreateUninitializedNodes(TestNodes& testEntries);
H A DStatableTest.cpp33 TestStatables testEntries; local
38 CreateROStatables(testEntries);
39 for (testEntries.rewind(); testEntries.getNext(statable, entryName); ) {
45 testEntries.delete_all();
48 CreateUninitializedStatables(testEntries);
49 for (testEntries.rewind(); testEntries.getNext(statable, entryName); ) {
53 testEntries.delete_all();
56 CreateROStatables(testEntries);
66 TestStatables testEntries; local
95 TestStatables testEntries; local
190 TestStatables testEntries; local
[all...]
H A DDirectoryTest.h18 virtual void CreateRONodes(TestNodes& testEntries);
19 virtual void CreateRWNodes(TestNodes& testEntries);
20 virtual void CreateUninitializedNodes(TestNodes& testEntries);
H A DFileTest.h13 virtual void CreateRONodes(TestNodes& testEntries);
14 virtual void CreateRWNodes(TestNodes& testEntries);
15 virtual void CreateUninitializedNodes(TestNodes& testEntries);
H A DNodeTest.cpp77 NodeTest::CreateROStatables(TestStatables& testEntries) argument
81 ConvertTestStatablesToNodes(testNodes, testEntries);
86 NodeTest::CreateRWStatables(TestStatables& testEntries) argument
90 ConvertTestStatablesToNodes(testNodes, testEntries);
95 NodeTest::CreateUninitializedStatables(TestStatables& testEntries) argument
99 ConvertTestStatablesToNodes(testNodes, testEntries);
104 NodeTest::CreateRONodes(TestNodes& testEntries) argument
108 testEntries.add(new BNode(filename), filename);
110 testEntries.add(new BNode(filename), filename);
112 testEntries
127 CreateRWNodes(TestNodes& testEntries) argument
150 CreateUninitializedNodes(TestNodes& testEntries) argument
659 TestNodes testEntries; local
771 TestNodes testEntries; local
860 TestNodes testEntries; local
943 TestNodes testEntries; local
1044 TestNodes testEntries; local
1074 TestNodes testEntries; local
1108 TestNodes testEntries; local
1196 TestNodes testEntries; local
[all...]
H A DNodeTest.h20 virtual void CreateROStatables(TestStatables& testEntries);
21 virtual void CreateRWStatables(TestStatables& testEntries);
22 virtual void CreateUninitializedStatables(TestStatables& testEntries);
24 virtual void CreateRONodes(TestNodes& testEntries);
25 virtual void CreateRWNodes(TestNodes& testEntries);
26 virtual void CreateUninitializedNodes(TestNodes& testEntries);
H A DEntryTest.h17 virtual void CreateROStatables(TestStatables& testEntries);
18 virtual void CreateRWStatables(TestStatables& testEntries);
19 virtual void CreateUninitializedStatables(TestStatables& testEntries);
H A DStatableTest.h95 virtual void CreateROStatables(TestStatables& testEntries) = 0;
96 virtual void CreateRWStatables(TestStatables& testEntries) = 0;
97 virtual void CreateUninitializedStatables(TestStatables& testEntries) = 0;
H A DSymLinkTest.cpp41 SymLinkTest::CreateRONodes(TestNodes& testEntries) argument
43 testEntries.clear();
46 testEntries.add(new BSymLink(filename), filename);
48 testEntries.add(new BSymLink(filename), filename);
50 testEntries.add(new BSymLink(filename), filename);
52 testEntries.add(new BSymLink(filename), filename);
54 testEntries.add(new BSymLink(filename), filename);
59 SymLinkTest::CreateRWNodes(TestNodes& testEntries) argument
61 testEntries.clear();
64 testEntries
71 CreateUninitializedNodes(TestNodes& testEntries) argument
[all...]
H A DFileTest.cpp37 FileTest::CreateRONodes(TestNodes& testEntries) argument
39 testEntries.clear();
42 testEntries.add(new BFile(filename, B_READ_ONLY), filename);
47 FileTest::CreateRWNodes(TestNodes& testEntries) argument
49 testEntries.clear();
52 testEntries.add(new BFile(filename, B_READ_WRITE), filename);
57 FileTest::CreateUninitializedNodes(TestNodes& testEntries) argument
59 testEntries.clear();
60 testEntries.add(new BFile, "");
H A DDirectoryTest.cpp56 DirectoryTest::CreateRONodes(TestNodes& testEntries) argument
58 testEntries.clear();
61 testEntries.add(new BDirectory(filename), filename);
63 testEntries.add(new BDirectory(filename), filename);
65 testEntries.add(new BDirectory(filename), filename);
67 testEntries.add(new BDirectory(filename), filename);
72 DirectoryTest::CreateRWNodes(TestNodes& testEntries) argument
74 testEntries.clear();
77 testEntries.add(new BDirectory(filename), filename);
79 testEntries
84 CreateUninitializedNodes(TestNodes& testEntries) argument
[all...]
H A DEntryTest.cpp241 EntryTest::CreateROStatables(TestStatables& testEntries) argument
243 CreateRWStatables(testEntries);
250 TestEntry *testEntries[] = { local
261 int32 testEntryCount = sizeof(testEntries) / sizeof(TestEntry*);
263 TestEntry *testEntry = testEntries[i];
271 EntryTest::CreateUninitializedStatables(TestStatables& testEntries) argument
273 testEntries.add(new BEntry, "");
2011 TestEntry *testEntries[] = { local
2022 int32 testEntryCount = sizeof(testEntries) / sizeof(TestEntry*);
2025 TestEntry *testEntry = testEntries[
2062 TestEntry *testEntries[] = { local
2161 TestEntry *testEntries[] = { local
[all...]
H A DQueryTest.cpp475 create_test_entries(QueryTestEntry **testEntries, int32 count) argument
480 const QueryTestEntry *entry = testEntries[i];
502 delete_test_entries(QueryTestEntry **testEntries, int32 count) argument
507 const QueryTestEntry *entry = testEntries[i];

Completed in 56 milliseconds