Home
last modified time | relevance | path

Searched refs:debug_script (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/criterion/src/plot/gnuplot_backend/
Diteration_times.rs62 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()
Dregression.rs112 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()
Dsummary.rs1 use super::{debug_script, gnuplot_escape};
120 debug_script(&path, &f); in line_comparison()
210 debug_script(&path, &f); in violin()
Dpdf.rs223 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()
Dt_test.rs63 debug_script(&path, &figure); in t_test()
Ddistributions.rs122 debug_script(&path, &figure); in abs_distribution()
285 debug_script(&path, &figure); in rel_distribution()
Dmod.rs43 fn debug_script(path: &PathBuf, figure: &Figure) { in debug_script() function
/external/python/cpython3/Lib/
Ddoctest.py2616 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/
Ddoctest.py2648 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/
DHISTORY9442 - Issue #12451: doctest.debug_script() doesn't create a temporary file