Lines Matching refs:record

17     SkRecord record;
18 REPORTER_ASSERT(r, !pattern.match(&record, 0));
20 SkRecorder recorder(&record, 1920, 1200);
24 REPORTER_ASSERT(r, !pattern.match(&record, 0));
27 REPORTER_ASSERT(r, !pattern.match(&record, 0));
30 REPORTER_ASSERT(r, pattern.match(&record, 0));
39 SkRecord record;
40 SkRecorder recorder(&record, 1920, 1200);
52 REPORTER_ASSERT(r, pattern.match(&record, i) == i + 3);
54 REPORTER_ASSERT(r, !pattern.match(&record, i));
62 SkRecord record;
63 SkRecorder recorder(&record, 1920, 1200);
70 REPORTER_ASSERT(r, !pattern.match(&record, 0));
76 SkRecord record;
77 SkRecorder recorder(&record, 1920, 1200);
81 REPORTER_ASSERT(r, pattern.match(&record, 0));
86 REPORTER_ASSERT(r, pattern.match(&record, 2));
92 REPORTER_ASSERT(r, pattern.match(&record, 5));
98 SkRecord record;
99 SkRecorder recorder(&record, 1920, 1200);
105 REPORTER_ASSERT(r, !pattern.match(&record, 0));
119 REPORTER_ASSERT(r, pattern.match(&record, 3));
124 REPORTER_ASSERT(r, pattern.match(&record, 6));
137 SkRecord record;
138 SkRecorder recorder(&record, 1920, 1200);
142 REPORTER_ASSERT(r, pattern.match(&record, 0) == 2);
148 REPORTER_ASSERT(r, !pattern.match(&record, 2));
149 REPORTER_ASSERT(r, pattern.match(&record, 3) == 5);
154 REPORTER_ASSERT(r, pattern.match(&record, 6) == 9);
160 REPORTER_ASSERT(r, !pattern.match(&record, 9));
168 REPORTER_ASSERT(r, pattern.match(&record, 13) == 19);
172 REPORTER_ASSERT(r, pattern.search(&record, &begin, &end));
176 REPORTER_ASSERT(r, pattern.search(&record, &begin, &end));
180 REPORTER_ASSERT(r, pattern.search(&record, &begin, &end));
184 REPORTER_ASSERT(r, pattern.search(&record, &begin, &end));
188 REPORTER_ASSERT(r, !pattern.search(&record, &begin, &end));
194 SkRecord record;
195 SkRecorder recorder(&record, 1920, 1200);
198 REPORTER_ASSERT(r, !pattern.match(&record, 0));