Home
last modified time | relevance | path

Searched refs:TestKey (Results 1 – 25 of 48) sorted by relevance

12

/external/chromium-trace/catapult/dashboard/dashboard/
Dupdate_test_suites_test.py152 test = utils.TestKey('Chromium/win7/dromaeo').get()
153 test.monitored = [utils.TestKey(
160 test = utils.TestKey('Chromium/%s/really' % bot).get()
167 test = utils.TestKey(test_path).get()
193 map(utils.TestKey, [
217 utils.TestKey('Chromium/mac/dromaeo').get(),
218 utils.TestKey('Chromium/win7/dromaeo').get(),
228 test_win = utils.TestKey('Chromium/win7/dromaeo').get()
229 test_win.monitored = [utils.TestKey(
232 test_mac = utils.TestKey('Chromium/mac/dromaeo').get()
[all …]
Dfind_anomalies_test.py108 ref = utils.TestKey(
128 test = utils.TestKey(test_path).get()
196 test = utils.TestKey(
210 ref = utils.TestKey(
224 test = utils.TestKey(
242 test = utils.TestKey(
272 ref = utils.TestKey(
274 non_ref = utils.TestKey(
297 ref = utils.TestKey(
299 non_ref = utils.TestKey(
[all …]
Dstats_test.py72 test_keys = map(utils.TestKey, test_paths)
103 test=utils.TestKey(linux_sunspider),
111 test=utils.TestKey(linux_sunspider),
119 test=utils.TestKey(linux_sunspider),
127 test=utils.TestKey(linux_sunspider),
133 test=utils.TestKey(linux_octane),
140 test=utils.TestKey(linux_media),
147 test=utils.TestKey(windows_sunspider),
154 test=utils.TestKey(windows_octane),
161 test=utils.TestKey(linux_sunspider),
[all …]
Dedit_sheriffs_test.py93 aaa = utils.TestKey('TheMaster/TheBot/Suite1/aaa').get()
94 bbb = utils.TestKey('TheMaster/TheBot/Suite1/bbb').get()
95 ccc = utils.TestKey('TheMaster/TheBot/Suite2/ccc').get()
96 ddd = utils.TestKey('TheMaster/TheBot/Suite2/ddd').get()
117 aaa = utils.TestKey('TheMaster/TheBot/Suite1/aaa').get()
118 bbb = utils.TestKey('TheMaster/TheBot/Suite1/bbb').get()
119 ccc = utils.TestKey('TheMaster/TheBot/Suite2/ccc').get()
120 ddd = utils.TestKey('TheMaster/TheBot/Suite2/ddd').get()
Dmigrate_test_names_test.py57 test_key = utils.TestKey(test_path)
77 test_key = utils.TestKey(test_path)
93 key = utils.TestKey(test_path)
248 test = utils.TestKey(test_path).get()
257 test = utils.TestKey(test_path).get()
298 test_key = utils.TestKey(test_path)
Dauto_bisect_test.py41 test_key = utils.TestKey('ChromiumPerf/linux-release/sunspider/score')
108 test_key = utils.TestKey('ChromiumPerf/linux-release/sunspider/score')
120 test_key = utils.TestKey('ChromiumPerf/linux-release/sunspider/score')
134 test_key = utils.TestKey('Foo/bar/sunspider/score')
147 test_key = utils.TestKey('ChromiumPerf/linux-release/sunspider/score')
171 test_key = utils.TestKey('V8/x86/v8/sunspider')
Dalerts_test.py42 first_paint = utils.TestKey(
44 mean_frame_time = utils.TestKey(
158 mean_frame_time = utils.TestKey(
178 test_key = utils.TestKey('M/b/foo/bar')
191 test_key = utils.TestKey('M/b/foo/bar')
Dlist_tests_test.py71 test = utils.TestKey(test_path).get()
145 test = utils.TestKey('Chromium/mac/dromaeo/jslib').get()
155 test = utils.TestKey(test_path).get()
345 test = utils.TestKey('Chromium/mac/dromaeo/dom').get()
Ddump_graph_json_test.py49 test_key = utils.TestKey('M/b/foo')
100 test_key = utils.TestKey('M/b/foo')
122 test_key_foo = utils.TestKey('M/b/foo')
123 test_key_bar = utils.TestKey('M/b/bar')
Dmain_test.py37 foo_key = utils.TestKey('M/b/t/foo')
67 foo_key = utils.TestKey('M/b/t/foo')
Dmr_test.py63 trace_a = utils.TestKey('ChromiumPerf/win7/suite/graph_a/trace_a').get()
64 trace_b = utils.TestKey('ChromiumPerf/win7/suite/graph_b/trace_b').get()
65 suite = utils.TestKey('ChromiumPerf/win7/suite').get()
Dgraph_revisions.py44 rows = _UpdateCache(utils.TestKey(test_path))
61 test = utils.TestKey(test_path).get()
Dgraph_json_test.py495 test=utils.TestKey('ChromiumGPU/win7/dromaeo/dom'),
503 test=utils.TestKey('ChromiumGPU/win7/dromaeo/dom'),
510 test = utils.TestKey('ChromiumGPU/win7/dromaeo/dom').get()
567 dom = utils.TestKey('ChromiumGPU/win7/dromaeo/dom').get()
570 jslib = utils.TestKey('ChromiumGPU/win7/dromaeo/jslib').get()
595 graph_data.Row.parent_test == utils.TestKey(
752 test = utils.TestKey('Master/b/my_suite').get()
Dutils_test.py27 test_key = utils.TestKey(test_path)
32 test_key = utils.TestKey(test_path)
124 key = utils.TestKey('Master/bot/suite-foo/sub/x/y/z')
Demail_sheriff_test.py32 test = utils.TestKey('ChromiumPerf/Win7/dromaeo/dom').get()
49 test=utils.TestKey('ChromiumPerf/Win7/dromaeo/dom'))
Dnew_points_test.py35 mytest_key = utils.TestKey('ChromiumPerf/win7/foo/mytest')
37 other_key = utils.TestKey('ChromiumPerf/win7/foo/other')
Dgroup_report_test.py51 utils.TestKey(
53 utils.TestKey(
Dfile_bug_test.py82 test_key1 = utils.TestKey('ChromiumPerf/linux/scrolling/first_paint')
83 test_key2 = utils.TestKey('ChromiumPerf/linux/scrolling/mean_frame_time')
/external/skia/bench/
DImageCacheBench.cpp13 class TestKey : public SkResourceCache::Key { class
17 TestKey(intptr_t value) : fValue(value) { in TestKey() function in __anon81b3d67f0111::TestKey
22 TestKey fKey;
25 TestRec(const TestKey& key, intptr_t value) : fKey(key), fValue(value) {} in TestRec()
49 fCache.add(new TestRec(TestKey(i), i)); in populateCache()
63 TestKey key(-1); in onDraw()
/external/chromium-trace/catapult/dashboard/dashboard/models/
Dalert_test.py22 anomaly.Anomaly(test=utils.TestKey('SuperGPU/Bot1/foo/bar')).put()
23 anomaly.Anomaly(test=utils.TestKey('SuperGPU/Bot1/foo/bar')).put()
32 anomaly.Anomaly(test=utils.TestKey('SuperGPU/Bot1/foo/bar')).put()
33 anomaly.Anomaly(test=utils.TestKey('SuperGPU/Bot2/foo/bar')).put()
34 anomaly.Anomaly(test=utils.TestKey('SuperGPU/Bot3/foo/bar')).put()
Danomaly_config_test.py20 test = utils.TestKey('M/b/foo/bar').get()
48 test = utils.TestKey('M/b/foo/bar').get()
Dbug_label_patterns_test.py41 foo_test = utils.TestKey('M/b/foo').get()
42 bar_test = utils.TestKey('M/b/bar').get()
Dstoppage_alert_test.py21 test_key = utils.TestKey(test_path)
73 test = utils.TestKey(path).get()
85 test = utils.TestKey(test_path).get()
Dalert_group_test.py25 first_paint_key = utils.TestKey(
183 foo_test = utils.TestKey(foo_path).get()
184 bar_test = utils.TestKey(bar_path).get()
227 scrolling_test = utils.TestKey(
229 tab_capture_test = utils.TestKey(
/external/chromium-trace/catapult/dashboard/docs/
Dcode-snippets.md82 ancestor = utils.TestKey('ChromiumPerf/linux-release/sunspider')
109 ancestor_key = utils.TestKey('Master/bot/test')
144 ancestor_key = utils.TestKey('ChromiumEndure')

12