Lines Matching refs:expect

124     tools::parser::token t = parser.expect(text_type, "timestamp");  in read_timeval()
217 (void)p.expect(colon_type, "`:'"); in read_info()
219 tools::parser::token t = p.expect(text_type, "info property name"); in read_info()
220 (void)p.expect(comma_type, "`,'"); in read_info()
223 (void)p.expect(nl_type, "new line"); in read_info()
236 tools::parser::token t = p.expect(tp_start_type, in read_tp()
239 t = p.expect(colon_type, "`:'"); in read_tp()
243 t = p.expect(comma_type, "`,'"); in read_tp()
245 t = p.expect(text_type, "test program name"); in read_tp()
248 t = p.expect(comma_type, "`,'"); in read_tp()
250 t = p.expect(text_type, "number of test programs"); in read_tp()
253 t = p.expect(nl_type, "new line"); in read_tp()
267 t = p.expect(tp_end_type, "end of test program"); in read_tp()
269 t = p.expect(colon_type, "`:'"); in read_tp()
276 t = p.expect(comma_type, "`,'"); in read_tp()
278 t = p.expect(text_type, "test program name"); in read_tp()
284 t = p.expect(nl_type, comma_type, in read_tp()
308 tools::parser::token t = p.expect(tc_start_type, "start of test case"); in read_tc()
310 t = p.expect(colon_type, "`:'"); in read_tc()
314 t = p.expect(comma_type, "`,'"); in read_tc()
316 t = p.expect(text_type, "test case name"); in read_tc()
321 t = p.expect(nl_type, "new line"); in read_tc()
323 t = p.expect(tc_end_type, tc_so_type, tc_se_type, in read_tc()
329 t = p.expect(colon_type, "`:'"); in read_tc()
340 t = p.expect(nl_type, "new line"); in read_tc()
342 t = p.expect(tc_end_type, tc_so_type, tc_se_type, in read_tc()
346 t = p.expect(colon_type, "`:'"); in read_tc()
353 t = p.expect(comma_type, "`,'"); in read_tc()
355 t = p.expect(text_type, "test case name"); in read_tc()
361 t = p.expect(comma_type, "`,'"); in read_tc()
363 t = p.expect(expected_death_type, expected_exit_type, expected_failure_type, in read_tc()
380 t = p.expect(comma_type, "`,'"); in read_tc()
388 t = p.expect(nl_type, "new line"); in read_tc()
408 while ((t = p.expect(tps_count_type, info_type, "tps-count or info " in read()
412 t = p.expect(colon_type, "`:'"); in read()
414 t = p.expect(text_type, "number of test programs"); in read()
418 t = p.expect(nl_type, "new line"); in read()
431 while ((t = p.expect(eof_type, info_type, "end of stream or info " in read()