Home
last modified time | relevance | path

Searched refs:parse_results (Results 1 – 18 of 18) sorted by relevance

/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dhtml_module_unittest.py75 parse_results = parse_html_deps.HTMLModuleParserResults("""<!DOCTYPE html>
89 parser_results=parse_results)
95 parse_results = parse_html_deps.HTMLModuleParserResults("""<!DOCTYPE html>
107 parser_results=parse_results)
111 parse_results = parse_html_deps.HTMLModuleParserResults("""<!DOCTYPE html>
122 parser_results=parse_results)
126 parse_results = parse_html_deps.HTMLModuleParserResults("""<!DOCTYPE html>
139 parser_results=parse_results)
143 parse_results = parse_html_deps.HTMLModuleParserResults("""<!DOCTYPE html>
155 parser_results=parse_results)
[all …]
/external/autotest/client/site_tests/platform_AesThroughput/
Dplatform_AesThroughput.py23 parsed = self.parse_results(results)
33 def parse_results(self, results, name=''): member in platform_AesThroughput
/external/ltp/testcases/kernel/sched/eas/
Deas_one_small_task.c38 static int parse_results(void) in parse_results() function
110 if (parse_results()) in run()
Deas_one_big_task.c40 static int parse_results(void) in parse_results() function
127 if (parse_results()) in run()
Dsched_latency_rt.c53 static int parse_results(void) in parse_results() function
135 if (parse_results()) in run()
Deas_two_big_three_small.c40 static int parse_results(void) in parse_results() function
134 if (parse_results()) in run()
Dsched_latency_dl.c71 static int parse_results(void) in parse_results() function
153 if (parse_results()) in run()
Deas_big_to_small.c44 static int parse_results(void) in parse_results() function
162 if (parse_results()) in run()
Deas_small_to_big.c45 static int parse_results(void) in parse_results() function
162 if (parse_results()) in run()
Dsched_boost.c85 static int parse_results(void) in parse_results() function
114 parse_results(); in run_test()
Dsched_dl_runtime.c80 static int parse_results(void) in parse_results() function
189 if (parse_results()) in run()
Dsched_cfs_prio.c88 static int parse_results(void) in parse_results() function
200 if (parse_results()) in run()
Dsugov_stale_util.c108 static int parse_results(void) in parse_results() function
224 if (parse_results()) in run()
Deas_small_big_toggle.c49 static int parse_results(void) in parse_results() function
220 if (parse_results()) in run()
Dsched_prio_3_rr.c68 static int parse_results(void) in parse_results() function
168 if (parse_results()) in run()
Dsugov_latency.c76 static int parse_results(void) in parse_results() function
221 if (parse_results()) in run()
Dsched_prio_3_fifo.c250 static int parse_results(void) in parse_results() function
380 if (parse_results()) in run()
/external/google-fruit/extras/benchmark/
Drun_benchmarks.py73 def parse_results(result_lines): function
167 return parse_results(stdout.splitlines())
301 return parse_results(results.splitlines())