Searched refs:testResData1 (Results 1 – 2 of 2) sorted by relevance
/haiku/src/tests/kits/storage/ |
H A D | ResourceStringsTest.cpp | 79 static const char *testResData1 = "I like strings, especially cellos."; variable 80 static const int32 testResSize1 = strlen(testResData1) + 1; 87 static const int32 testResSize4 = strlen(testResData1) + 1; 91 static const ResourceInfo testResource1(B_STRING_TYPE, 74, testResData1, 100 static const ResourceInfo testResource5(B_MIME_STRING_TYPE, 74, &testResData1,
|
H A D | ResourcesTest.cpp | 76 static const char *testResData1 = "I like strings, especially cellos."; variable 77 static const int32 testResSize1 = strlen(testResData1) + 1; 84 static const int32 testResSize4 = strlen(testResData1) + 1; 88 static const ResourceInfo testResource1(B_STRING_TYPE, 74, testResData1, 97 static const ResourceInfo testResource5(B_MIME_STRING_TYPE, 74, &testResData1,
|