Home
last modified time | relevance | path

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

/external/autotest/client/bin/
Dfio_util.py60 graph_title = { 'bw' : 'bandwidth', variable in fio_graph_generator
185 (cls.graph_title[test_type], test_name))
188 (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
Dscreenshare_loopback.cc90 DEFINE_string(graph_title,
Dvideo_loopback.cc92 DEFINE_string(graph_title,
/external/fio/
Dgraph.h27 void graph_title(struct graph *g, const char *title);
Dgclient.c910 graph_title(g, title);
1102 graph_title(g, title);
Dgfio.c84 graph_title(g, "IOPS (IOs/sec)"); in setup_iops_graph()
103 graph_title(g, "Bandwidth (bytes/sec)"); in setup_bandwidth_graph()
Dgraph.c621 void graph_title(struct graph *bg, const char *title) in graph_title() function