Lines Matching refs:testChar
47 char testChar = 'A';
62 mem[0] = testChar;
63 mem[1] = testChar + 3;
72 EXPECT_TRUE(mem[0] != testChar) << "mem[0] = " << mem[0];
73 EXPECT_TRUE(mem[1] != (testChar + 3)) << "mem[1] = " << mem[1];
86 char testChar = 'A';
96 mem[0] = testChar;
97 mem[1] = testChar + 3;
106 EXPECT_TRUE(mem[0] != testChar) << "mem[0] = " << mem[0];
107 EXPECT_TRUE(mem[1] != (testChar + 3)) << "mem[1] = " << mem[1];
120 char testChar = 'A';
131 mem[0] = testChar;
132 mem[1] = testChar + 3;
159 char testChar = 'A';
160 mem[0] = testChar;
161 mem[1] = testChar + 3;
318 char testChar = 'A';
337 mem[0] = testChar;
338 mem[1] = testChar + 3;
346 EXPECT_TRUE(mem[0] != testChar) << "mem[0] = " << mem[0];
347 EXPECT_TRUE(mem[1] != (testChar + 3)) << "mem[1] = " << mem[1];
364 char testChar = 'A';
383 mem[0] = testChar;
384 mem[1] = testChar + 3;
392 EXPECT_TRUE(mem[0] == testChar) << "mem[0] = " << mem[0];
393 EXPECT_TRUE(mem[1] == (testChar + 3)) << "mem[1] = " << mem[1];
410 char testChar = 'A';
429 mem[0] = testChar;
430 mem[1] = testChar + 3;
469 char testChar = 'A';
470 mem[0] = testChar;
471 mem[1] = testChar + 3;
702 char testChar = 'A';
724 memset(mem, testChar, len);
728 if (ptr[i] != testChar) {
745 if (rBuffer[i] != testChar) {