Home
last modified time | relevance | path

Searched defs:chart (Results 1 – 9 of 9) sorted by relevance

/external/chromium-trace/catapult/third_party/graphy/graphy/backends/google_chart_api/
Dencoders.py44 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 …]
Dbase_encoder_test.py29 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
Dline_chart_test.py33 def AddToChart(self, chart, points, color=None, label=None): argument
Dpie_chart_test.py38 def AddToChart(self, chart, points, color=None, label=None): argument
Dbar_chart_test.py34 def AddToChart(self, chart, points, color=None, label=None): argument
Dutil.py188 def EncodeData(chart, series, y_min, y_max, encoder): argument
/external/chromium-trace/catapult/third_party/graphy/graphy/
Dformatters.py32 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
Dgraphy_test.py37 def Param(self, param_name, chart=None): argument
/external/clang/test/SemaCXX/
Dfunction-redecl.cpp83 void Crash::chart(int count) const {} // expected-error {{out-of-line definition of 'chart' does no… in chart() function in Crash