Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dhtml_module_unittest.py79 parse_results = parse_html_deps.HTMLModuleParserResults("""<!DOCTYPE html>
93 parser_results=parse_results)
99 parse_results = parse_html_deps.HTMLModuleParserResults("""<!DOCTYPE html>
111 parser_results=parse_results)
115 parse_results = parse_html_deps.HTMLModuleParserResults("""<!DOCTYPE html>
126 parser_results=parse_results)
130 parse_results = parse_html_deps.HTMLModuleParserResults("""<!DOCTYPE html>
143 parser_results=parse_results)
147 parse_results = parse_html_deps.HTMLModuleParserResults("""<!DOCTYPE html>
159 parser_results=parse_results)
[all …]
/external/minijail/tools/
Dgenerate_constants_json.py99 parse_results = parse_llvm_ir(ir)
100 constants_json[parse_results.table_name] = parse_results.table_entries
/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_small_to_big.c45 static int parse_results(void) in parse_results() function
162 if (parse_results()) in run()
Deas_big_to_small.c44 static int parse_results(void) in parse_results() function
167 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()
Dsched_dl_runtime.c80 static int parse_results(void) in parse_results() function
190 if (parse_results()) in run()
Dsched_cfs_prio.c88 static int parse_results(void) in parse_results() function
200 if (parse_results()) in run()
Dsched_boost.c90 static int parse_results(void) in parse_results() function
118 parse_results(); in run_test()
Dsched_prio_3_rr.c68 static int parse_results(void) in parse_results() function
168 if (parse_results()) in run()
Dsugov_stale_util.c106 static int parse_results(void) in parse_results() function
222 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()
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/bc/
D.gitignore48 parse_results.txt
DMakefile.in379 @$(RM) -f tests/bc/parse.txt tests/bc/parse_results.txt
/external/google-fruit/extras/benchmark/
Drun_benchmarks.py75 def parse_results(result_lines: List[str]) -> Dict[str, float]: function
174 return parse_results(stdout.splitlines())
322 return parse_results(results.splitlines())