Searched refs:AddRows (Results 1 – 16 of 16) sorted by relevance
/external/chromium-trace/catapult/dashboard/dashboard/models/ |
D | stoppage_alert_test.py | 23 testing_common.AddRows(test_path, {100}) 72 rows = testing_common.AddRows(path, [1]) 84 rows = testing_common.AddRows(test_path, [1])
|
D | alert_group_test.py | 185 foo_row = testing_common.AddRows(foo_path, {200})[0] 186 bar_row = testing_common.AddRows(bar_path, {200})[0]
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
D | report_test.py | 144 testing_common.AddRows( 183 testing_common.AddRows(
|
D | send_stoppage_alert_emails_test.py | 36 testing_common.AddRows(test_path, {100})
|
D | add_point_queue_test.py | 62 row = testing_common.AddRows('M/b/suite/foo', {123})[0]
|
D | change_internal_only_test.py | 46 testing_common.AddRows(path, [15000, 15005, 15010, 15015])
|
D | group_report_test.py | 141 row = testing_common.AddRows(utils.TestPath(test_keys[0]), {100})[0]
|
D | testing_common.py | 195 def AddRows(test_path, rows): function
|
D | associate_alerts_test.py | 147 rows = testing_common.AddRows(utils.TestPath(test_keys[0]), {10, 20})
|
D | debug_alert_test.py | 40 testing_common.AddRows(test_path, rows_dict)
|
D | auto_triage_test.py | 52 testing_common.AddRows(test_path, {x: {'value': y} for x, y in series})
|
D | alerts_test.py | 179 rows = testing_common.AddRows('M/b/foo/bar', {9800, 9802})
|
D | auto_bisect_test.py | 148 testing_common.AddRows(
|
D | graph_json_test.py | 669 testing_common.AddRows(p, [1]) 764 rows = testing_common.AddRows('Master/b/my_suite', [345])
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetCtrls.py | 119 def AddRows(self, values): member in JetListCtrl 177 def AddRows(self, values): member in JetCheckListCtrl
|
D | JetDialogs.py | 268 self.je.ctrls[JetDefs.F_ERRGRID].AddRows(errors) 913 self.je.ctrls[JetDefs.F_RPGRDPREVIEW].AddRows(self.lstReplicate) 969 self.je.ctrls[JetDefs.F_RPGRDPREVIEW].AddRows(self.lstMove)
|