HomeSort by relevance Sort by last modified time
    Searched refs:pyplot (Results 1 - 25 of 45) sorted by null

1 2

  /external/webrtc/tools/cpu/
cpu_mon.py 16 from matplotlib import pyplot
72 pyplot.title('CPU usage')
75 pyplot.plot(s.samples, label=s.Text(), linewidth=2)
77 pyplot.legend()
79 pyplot.show()
  /cts/apps/CameraITS/tests/inprog/
test_blc_lsc.py 21 import matplotlib.pyplot
90 fig = matplotlib.pyplot.figure()
95 matplotlib.pyplot.savefig("%s_plot_means_center.png" % (NAME))
97 fig = matplotlib.pyplot.figure()
102 matplotlib.pyplot.savefig("%s_plot_means_corner.png" % (NAME))
test_param_black_level_lock.py 21 import matplotlib.pyplot
68 matplotlib.pyplot.savefig("%s_plot_histograms.png" % (NAME))
test_param_edge_mode.py 21 import matplotlib.pyplot
test_black_level.py 21 import matplotlib.pyplot
91 matplotlib.pyplot.savefig("%s_plot_histograms.png" % (NAME))
test_3a_remote.py 22 import matplotlib.pyplot
  /system/extras/memcpy-perf/
graph_memcpy.py 3 import matplotlib.pyplot as plt
  /cts/apps/CameraITS/tests/scene0/
test_gyro_bias.py 24 import matplotlib.pyplot
70 matplotlib.pyplot.savefig("%s_plot.png" % (NAME))
test_jitter.py 22 import matplotlib.pyplot
56 matplotlib.pyplot.savefig("%s_deltas.png" % (NAME))
  /cts/apps/CameraITS/tests/scene1/
test_black_white.py 22 import matplotlib.pyplot
84 matplotlib.pyplot.savefig("%s_plot_means.png" % (NAME))
test_param_color_correction.py 23 import matplotlib.pyplot
98 matplotlib.pyplot.savefig("%s_plot_means.png" % (NAME))
test_param_exposure_time.py 23 import matplotlib.pyplot
67 matplotlib.pyplot.savefig("%s_plot_means.png" % (NAME))
test_param_sensitivity.py 23 import matplotlib.pyplot
72 matplotlib.pyplot.savefig("%s_plot_means.png" % (NAME))
test_raw_sensitivity.py 21 import matplotlib.pyplot
92 matplotlib.pyplot.savefig("%s_variances.png" % NAME)
test_dng_noise_model.py 22 import matplotlib.pyplot
101 matplotlib.pyplot.savefig("%s_plot.png" % (NAME))
test_ev_compensation_advanced.py 22 import matplotlib.pyplot
97 matplotlib.pyplot.savefig("%s_plot_means.png" % (NAME))
test_latching.py 23 import matplotlib.pyplot
79 matplotlib.pyplot.savefig("%s_plot_means.png" % (NAME))
test_linearity.py 25 import matplotlib.pyplot
99 matplotlib.pyplot.savefig('%s_plot_means.png' % (NAME))
test_param_noise_reduction.py 21 import matplotlib.pyplot
119 matplotlib.pyplot.savefig("%s_plot_SNRs.png" % (NAME))
test_locked_burst.py 23 import matplotlib.pyplot
test_capture_result.py 21 import matplotlib.pyplot
99 fig = matplotlib.pyplot.figure()
106 matplotlib.pyplot.savefig("%s_plot_lsc_%s_ch%d.png"%(NAME,name,ch))
test_post_raw_sensitivity_boost.py 23 import matplotlib.pyplot
117 matplotlib.pyplot.savefig("%s_raw_plot_means.png" % (NAME))
123 matplotlib.pyplot.savefig("%s_yuv_plot_means.png" % (NAME))
  /cts/suite/cts/utils/
grapher.py 19 import matplotlib.pyplot as plt
  /external/v8/tools/ignition/
bytecode_dispatches_report.py 12 from matplotlib import pyplot
260 figure, axis = pyplot.subplots()
264 pyplot.show()
268 pyplot.savefig(program_options.output_filename)
  /cts/apps/CameraITS/tests/
tutorial.py 40 import matplotlib.pyplot
174 matplotlib.pyplot.savefig("%s_histogram.png" % (NAME))

Completed in 1315 milliseconds

1 2