Searched refs:debug_script (Results 1 – 10 of 10) sorted by relevance
/external/rust/crates/criterion/src/plot/gnuplot_backend/ |
D | iteration_times.rs | 62 debug_script(&path, &figure); in iteration_times() 77 debug_script(&path, &figure); in iteration_times_small() 155 debug_script(&path, &figure); in iteration_times_comparison() 171 debug_script(&path, &figure); in iteration_times_comparison_small()
|
D | regression.rs | 112 debug_script(&path, &figure); in regression() 127 debug_script(&path, &figure); in regression_small() 259 debug_script(&path, &figure); in regression_comparison() 277 debug_script(&path, &figure); in regression_comparison_small()
|
D | summary.rs | 1 use super::{debug_script, gnuplot_escape}; 120 debug_script(&path, &f); in line_comparison() 210 debug_script(&path, &f); in violin()
|
D | pdf.rs | 223 debug_script(&path, &figure); in pdf() 284 debug_script(&path, &figure); in pdf_small() 375 debug_script(&path, &figure); in pdf_comparison() 390 debug_script(&path, &figure); in pdf_comparison_small()
|
D | t_test.rs | 63 debug_script(&path, &figure); in t_test()
|
D | distributions.rs | 122 debug_script(&path, &figure); in abs_distribution() 285 debug_script(&path, &figure); in rel_distribution()
|
D | mod.rs | 43 fn debug_script(path: &PathBuf, figure: &Figure) { in debug_script() function
|
/external/python/cpython3/Lib/ |
D | doctest.py | 2616 debug_script(testsrc, pm, globs) 2618 def debug_script(src, pm=False, globs=None): function 2647 debug_script(testsrc, pm, module.__dict__)
|
/external/python/cpython2/Lib/ |
D | doctest.py | 2648 debug_script(testsrc, pm, globs) 2650 def debug_script(src, pm=False, globs=None): function 2691 debug_script(testsrc, pm, module.__dict__)
|
/external/python/cpython3/Misc/ |
D | HISTORY | 9442 - Issue #12451: doctest.debug_script() doesn't create a temporary file
|