Home
last modified time | relevance | path

Searched refs:MR_Next (Results 1 – 8 of 8) sorted by relevance

/external/libcxx/utils/google-benchmark/test/
Dreporter_output_test.cc12 ADD_CASES(TC_ConsoleOut, {{"^Benchmark %s Time %s CPU %s Iterations$", MR_Next},
13 {"^[-]+$", MR_Next}});
30 {"\"iterations\": %int,$", MR_Next},
31 {"\"real_time\": %int,$", MR_Next},
32 {"\"cpu_time\": %int,$", MR_Next},
33 {"\"time_unit\": \"ns\"$", MR_Next},
34 {"}", MR_Next}});
51 {"\"iterations\": %int,$", MR_Next},
52 {"\"real_time\": %int,$", MR_Next},
53 {"\"cpu_time\": %int,$", MR_Next},
[all …]
Dcomplexity_test.cc26 {"^%rms_name %rms %rms[ ]*$", MR_Next}}); in AddComplexityTest()
28 {"\"cpu_coefficient\": [0-9]+,$", MR_Next}, in AddComplexityTest()
29 {"\"real_coefficient\": [0-9]{1,5},$", MR_Next}, in AddComplexityTest()
30 {"\"big_o\": \"%bigo\",$", MR_Next}, in AddComplexityTest()
31 {"\"time_unit\": \"ns\"$", MR_Next}, in AddComplexityTest()
32 {"}", MR_Next}, in AddComplexityTest()
34 {"\"rms\": %float$", MR_Next}, in AddComplexityTest()
35 {"}", MR_Next}}); in AddComplexityTest()
38 {"^\"%rms_name\",,%float,%float,,,,,,$", MR_Next}}); in AddComplexityTest()
Doutput_test.h24 MR_Next, // Match must occur on the next line. enumerator
Doutput_test_helper.cc87 CHECK(TC.match_rule != MR_Next) in CheckCase()
/external/google-benchmark/test/
Dreporter_output_test.cc12 ADD_CASES(TC_ConsoleOut, {{"^Benchmark %s Time %s CPU %s Iterations$", MR_Next},
13 {"^[-]+$", MR_Next}});
30 {"\"iterations\": %int,$", MR_Next},
31 {"\"real_time\": %int,$", MR_Next},
32 {"\"cpu_time\": %int,$", MR_Next},
33 {"\"time_unit\": \"ns\"$", MR_Next},
34 {"}", MR_Next}});
51 {"\"iterations\": %int,$", MR_Next},
52 {"\"real_time\": %int,$", MR_Next},
53 {"\"cpu_time\": %int,$", MR_Next},
[all …]
Dcomplexity_test.cc26 {"^%rms_name %rms %rms[ ]*$", MR_Next}}); in AddComplexityTest()
28 {"\"cpu_coefficient\": [0-9]+,$", MR_Next}, in AddComplexityTest()
29 {"\"real_coefficient\": [0-9]{1,5},$", MR_Next}, in AddComplexityTest()
30 {"\"big_o\": \"%bigo\",$", MR_Next}, in AddComplexityTest()
31 {"\"time_unit\": \"ns\"$", MR_Next}, in AddComplexityTest()
32 {"}", MR_Next}, in AddComplexityTest()
34 {"\"rms\": %float$", MR_Next}, in AddComplexityTest()
35 {"}", MR_Next}}); in AddComplexityTest()
38 {"^\"%rms_name\",,%float,%float,,,,,,$", MR_Next}}); in AddComplexityTest()
Doutput_test.h24 MR_Next, // Match must occur on the next line. enumerator
Doutput_test_helper.cc87 CHECK(TC.match_rule != MR_Next) in CheckCase()