Lines Matching refs:testChar
78 char testChar = 'A';
91 mem[0] = testChar;
92 mem[1] = testChar + 3;
148 char testChar = 'A';
161 mem[0] = testChar;
162 mem[1] = testChar + 3;
218 char testChar = 'A';
224 char buf[PAGE_SIZE] = {testChar, (char)(testChar + 3)};
242 if (buf[0] != mem[0] || mem[0] != testChar) {
245 if (buf[1] != mem[1] || mem[1] != (testChar + 3)) {
268 char testChar = 'A';
291 mem[0] = testChar;
292 mem[1] = testChar + 3;
309 EXPECT_TRUE(buf[0] == testChar) << "ERROR: buf[0] != testChar";
310 EXPECT_TRUE(buf[1] == (testChar + 3)) << "ERROR: buf[1] != (testChar + 3)";
368 char testChar = 'A';
390 mem[0] = testChar;
391 mem[1] = testChar + 3;