Home | History | Annotate | Download | only in tests

Lines Matching refs:firstTime

978     bool firstTime = true;
983 REPORTER_ASSERT(reporter, firstTime);
986 firstTime = false;
989 REPORTER_ASSERT(reporter, !firstTime);
1003 REPORTER_ASSERT(reporter, !firstTime);