/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/ |
D | html_module_unittest.py | 79 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/ |
D | generate_constants_json.py | 99 parse_results = parse_llvm_ir(ir) 100 constants_json[parse_results.table_name] = parse_results.table_entries
|
/external/autotest/client/site_tests/platform_AesThroughput/ |
D | platform_AesThroughput.py | 23 parsed = self.parse_results(results) 33 def parse_results(self, results, name=''): member in platform_AesThroughput
|
/external/ltp/testcases/kernel/sched/eas/ |
D | eas_one_small_task.c | 38 static int parse_results(void) in parse_results() function 110 if (parse_results()) in run()
|
D | eas_one_big_task.c | 40 static int parse_results(void) in parse_results() function 127 if (parse_results()) in run()
|
D | sched_latency_rt.c | 53 static int parse_results(void) in parse_results() function 135 if (parse_results()) in run()
|
D | eas_small_to_big.c | 45 static int parse_results(void) in parse_results() function 162 if (parse_results()) in run()
|
D | eas_big_to_small.c | 44 static int parse_results(void) in parse_results() function 167 if (parse_results()) in run()
|
D | sched_latency_dl.c | 71 static int parse_results(void) in parse_results() function 153 if (parse_results()) in run()
|
D | eas_two_big_three_small.c | 40 static int parse_results(void) in parse_results() function 134 if (parse_results()) in run()
|
D | sched_dl_runtime.c | 80 static int parse_results(void) in parse_results() function 190 if (parse_results()) in run()
|
D | sched_cfs_prio.c | 88 static int parse_results(void) in parse_results() function 200 if (parse_results()) in run()
|
D | sched_boost.c | 90 static int parse_results(void) in parse_results() function 118 parse_results(); in run_test()
|
D | eas_small_big_toggle.c | 49 static int parse_results(void) in parse_results() function 220 if (parse_results()) in run()
|
D | sugov_stale_util.c | 106 static int parse_results(void) in parse_results() function 222 if (parse_results()) in run()
|
D | sched_prio_3_rr.c | 68 static int parse_results(void) in parse_results() function 168 if (parse_results()) in run()
|
D | sugov_latency.c | 76 static int parse_results(void) in parse_results() function 221 if (parse_results()) in run()
|
D | sched_prio_3_fifo.c | 250 static int parse_results(void) in parse_results() function 380 if (parse_results()) in run()
|
/external/bc/ |
D | .gitignore | 48 parse_results.txt
|
D | Makefile.in | 379 @$(RM) -f tests/bc/parse.txt tests/bc/parse_results.txt
|
/external/google-fruit/extras/benchmark/ |
D | run_benchmarks.py | 75 def parse_results(result_lines: List[str]) -> Dict[str, float]: function 174 return parse_results(stdout.splitlines()) 322 return parse_results(results.splitlines())
|