Home | History | Annotate | Download | only in tests

Lines Matching refs:REPORTER_ASSERT

40     REPORTER_ASSERT(reporter, fontFamilies[0]->fNames.count() == 5);
41 REPORTER_ASSERT(reporter, !strcmp(fontFamilies[0]->fNames[0].c_str(), "sans-serif"));
42 REPORTER_ASSERT(reporter,
44 REPORTER_ASSERT(reporter, !fontFamilies[0]->fIsFallbackFont);
51 REPORTER_ASSERT(reporter, isALPHA(c) || isDIGIT(c) || '-' == c);
62 REPORTER_ASSERT(reporter, !file.fFileName.isEmpty() &&
123 REPORTER_ASSERT(reporter, error <= SK_FixedEpsilon_double);
126 REPORTER_ASSERT(reporter, f < -SK_FixedMax_double || SK_FixedMax_double < f);
144 REPORTER_ASSERT(reporter, !parse_fixed<27>("-17.1", &fix));
145 REPORTER_ASSERT(reporter, !parse_fixed<16>("32768", &fix));
146 REPORTER_ASSERT(reporter, !parse_fixed<16>("", &fix));
147 REPORTER_ASSERT(reporter, !parse_fixed<16>(".", &fix));
148 REPORTER_ASSERT(reporter, !parse_fixed<16>("123.", &fix));
149 REPORTER_ASSERT(reporter, !parse_fixed<16>("a", &fix));
150 REPORTER_ASSERT(reporter, !parse_fixed<16>(".123a", &fix));
165 REPORTER_ASSERT(reporter, preV17FontFamilies.count() == 14);
166 REPORTER_ASSERT(reporter, CountFallbacks(preV17FontFamilies) == 10);
184 REPORTER_ASSERT(reporter, v17FontFamilies.count() == 56);
185 REPORTER_ASSERT(reporter, CountFallbacks(v17FontFamilies) == 46);
202 REPORTER_ASSERT(reporter, v22FontFamilies.count() == 54);
203 REPORTER_ASSERT(reporter, CountFallbacks(v22FontFamilies) == 42);