Lines Matching refs:start_pos
1506 start_pos = data.find(start_str)
1507 self.assertNotEqual(start_pos, -1)
1508 start_pos = data.find('>', start_pos)
1509 self.assertNotEqual(start_pos, -1)
1510 start_pos += 1
1511 end_pos = data.find(end_str, start_pos)
1513 json_data = data[start_pos:end_pos]
1807 start_pos = 0
1808 while start_pos < len(tests) and tests[start_pos] != args.test_from[0]:
1809 start_pos += 1
1810 if start_pos == len(tests):
1812 tests = tests[start_pos:]