Searched defs:chart (Results 1 – 9 of 9) sorted by relevance
/external/chromium-trace/catapult/third_party/graphy/graphy/backends/google_chart_api/ |
D | encoders.py | 44 def __init__(self, chart): argument 73 def _GetType(self, chart): argument 90 def _Params(self, chart): argument 106 def _GetSizeParams(self, chart): argument 110 def _GetExtraParams(self, chart): argument 114 def _GetDataSeriesParams(self, chart): argument 134 def _GetColors(self, chart): argument 143 def _GetDataEncoder(self, chart): argument 149 def _GetLegendParams(self, chart): argument 155 def _GetAxisLabelsAndPositions(self, axis, chart): argument [all …]
|
D | base_encoder_test.py | 29 def _GetType(self, chart): argument 32 def _GetDependentAxis(self, chart): argument 67 def AddToChart(self, chart, points, color=None, label=None): argument 204 def MaliciousFormatter(chart): argument
|
D | line_chart_test.py | 33 def AddToChart(self, chart, points, color=None, label=None): argument
|
D | pie_chart_test.py | 38 def AddToChart(self, chart, points, color=None, label=None): argument
|
D | bar_chart_test.py | 34 def AddToChart(self, chart, points, color=None, label=None): argument
|
D | util.py | 188 def EncodeData(chart, series, y_min, y_max, encoder): argument
|
/external/chromium-trace/catapult/third_party/graphy/graphy/ |
D | formatters.py | 32 def AutoLegend(chart): argument 61 def __call__(self, chart): argument 95 def __call__(self, chart): argument 130 def __call__(self, chart): argument 172 def InlineLegend(chart): argument
|
D | graphy_test.py | 37 def Param(self, param_name, chart=None): argument
|
/external/clang/test/SemaCXX/ |
D | function-redecl.cpp | 83 void Crash::chart(int count) const {} // expected-error {{out-of-line definition of 'chart' does no… in chart() function in Crash
|