HomeSort by relevance Sort by last modified time
    Searched defs:REPORTER_ASSERT (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
Test.h 124 REPORTER_ASSERT(reporter, x == 15);
126 REPORTER_ASSERT(reporter, x == 15, "x should be 15");
174 #define REPORTER_ASSERT(r, cond, ...) \
  /external/skqp/tests/
Test.h 124 REPORTER_ASSERT(reporter, x == 15);
126 REPORTER_ASSERT(reporter, x == 15, "x should be 15");
174 #define REPORTER_ASSERT(r, cond, ...) \

Completed in 66 milliseconds