Lines Matching refs:TEST_P

268 TEST_P(CoverageMappingTest, basic_write_read) {  in TEST_P()  function
293 TEST_P(CoverageMappingTest, correct_deserialize_for_more_than_two_files) { in TEST_P() function
320 TEST_P(CoverageMappingTest, load_coverage_for_more_than_two_files) { in TEST_P() function
341 TEST_P(CoverageMappingTest, load_coverage_with_bogus_function_name) { in TEST_P() function
348 TEST_P(CoverageMappingTest, load_coverage_for_several_functions) { in TEST_P() function
377 TEST_P(CoverageMappingTest, create_combined_regions) { in TEST_P() function
398 TEST_P(CoverageMappingTest, skipped_segments_have_no_count) { in TEST_P() function
417 TEST_P(CoverageMappingTest, multiple_regions_end_after_parent_ends) { in TEST_P() function
478 TEST_P(CoverageMappingTest, multiple_completed_segments_at_same_loc) { in TEST_P() function
506 TEST_P(CoverageMappingTest, dont_emit_redundant_segments) { in TEST_P() function
530 TEST_P(CoverageMappingTest, dont_emit_closing_segment_at_new_region_start) { in TEST_P() function
556 TEST_P(CoverageMappingTest, handle_consecutive_regions_with_zero_length) { in TEST_P() function
578 TEST_P(CoverageMappingTest, handle_sandwiched_zero_length_region) { in TEST_P() function
611 TEST_P(CoverageMappingTest, handle_last_completed_region) { in TEST_P() function
637 TEST_P(CoverageMappingTest, expansion_gets_first_counter) { in TEST_P() function
653 TEST_P(CoverageMappingTest, basic_coverage_iteration) { in TEST_P() function
675 TEST_P(CoverageMappingTest, test_line_coverage_iterator) { in TEST_P() function
701 TEST_P(CoverageMappingTest, uncovered_function) { in TEST_P() function
713 TEST_P(CoverageMappingTest, uncovered_function_with_mapping) { in TEST_P() function
727 TEST_P(CoverageMappingTest, combine_regions) { in TEST_P() function
745 TEST_P(CoverageMappingTest, restore_combined_counter_after_nested_region) { in TEST_P() function
765 TEST_P(CoverageMappingTest, dont_combine_expansions) { in TEST_P() function
786 TEST_P(CoverageMappingTest, combine_expansions) { in TEST_P() function
808 TEST_P(CoverageMappingTest, non_code_region_counters) { in TEST_P() function
827 TEST_P(CoverageMappingTest, strip_filename_prefix) { in TEST_P() function
841 TEST_P(CoverageMappingTest, strip_unknown_filename_prefix) { in TEST_P() function
855 TEST_P(CoverageMappingTest, dont_detect_false_instantiations) { in TEST_P() function
874 TEST_P(CoverageMappingTest, load_coverage_for_expanded_file) { in TEST_P() function
890 TEST_P(CoverageMappingTest, skip_duplicate_function_record) { in TEST_P() function