Home
last modified time | relevance | path

Searched refs:graph_title (Results 1 – 6 of 6) sorted by relevance

/external/autotest/client/bin/
Dfio_util.py65 graph_title = { 'bw' : 'bandwidth', variable in fio_graph_generator
190 (cls.graph_title[test_type], test_name))
193 (cls.graph_title[test_type], test_name))
/external/webrtc/webrtc/video/
Dvideo_quality_test.cc56 const std::string& graph_title, in VideoAnalyzer() argument
64 graph_title_(graph_title), in VideoAnalyzer()
936 std::string graph_title = params_.analyzer.graph_title; in RunWithAnalyzer() local
937 if (graph_title.empty()) in RunWithAnalyzer()
938 graph_title = VideoQualityTest::GenerateGraphTitle(); in RunWithAnalyzer()
966 graph_data_output_file, graph_title, in RunWithAnalyzer()
Dvideo_quality_test.h58 std::string graph_title; member
Dvideo_loopback.cc92 DEFINE_string(graph_title,
Dscreenshare_loopback.cc90 DEFINE_string(graph_title,
/external/blktrace/iowatcher/
Dmain.c146 static char *graph_title = ""; variable
1127 set_plot_title(plot, graph_title); in plot_io_movie()
1449 graph_title = strdup(optarg); in parse_options()
1713 set_plot_title(plot, graph_title); in main()