OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestKey
(Results
1 - 25
of
49
) sorted by null
1
2
/external/skia/bench/
ImageCacheBench.cpp
13
class
TestKey
: public SkResourceCache::Key {
17
TestKey
(intptr_t value) : fValue(value) {
22
TestKey
fKey;
25
TestRec(const
TestKey
& key, intptr_t value) : fKey(key), fValue(value) {}
49
fCache.add(new TestRec(
TestKey
(i), i));
63
TestKey
key(-1);
/external/chromium-trace/catapult/dashboard/dashboard/models/
alert_test.py
22
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()
anomaly_config_test.py
20
test = utils.
TestKey
('M/b/foo/bar').get()
48
test = utils.
TestKey
('M/b/foo/bar').get()
bug_label_patterns_test.py
41
foo_test = utils.
TestKey
('M/b/foo').get()
42
bar_test = utils.
TestKey
('M/b/bar').get()
stoppage_alert_test.py
21
test_key = utils.
TestKey
(test_path)
73
test = utils.
TestKey
(path).get()
85
test = utils.
TestKey
(test_path).get()
alert_group_test.py
25
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
(
stoppage_alert.py
46
return utils.
TestKey
(self.key.parent().string_id())
/external/chromium-trace/catapult/dashboard/dashboard/
update_test_suites_test.py
152
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
...]
edit_sheriffs_test.py
93
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()
find_anomalies_test.py
108
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
...]
stats_test.py
72
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
...]
main_test.py
37
foo_key = utils.
TestKey
('M/b/t/foo')
67
foo_key = utils.
TestKey
('M/b/t/foo')
auto_bisect_test.py
41
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')
migrate_test_names_test.py
57
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)
graph_revisions.py
44
rows = _UpdateCache(utils.
TestKey
(test_path))
61
test = utils.
TestKey
(test_path).get()
dump_graph_json_test.py
49
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')
list_tests_test.py
71
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()
alerts_test.py
42
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')
new_points_test.py
35
mytest_key = utils.
TestKey
('ChromiumPerf/win7/foo/mytest')
37
other_key = utils.
TestKey
('ChromiumPerf/win7/foo/other')
graph_csv.py
43
test_key = utils.
TestKey
(test_path)
new_points.py
61
test_keys = map(utils.
TestKey
, test_paths)
send_stoppage_alert_emails_test.py
41
test = utils.
TestKey
('M/b/suite/%s' % name).get()
mr_test.py
63
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()
utils_test.py
27
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')
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
IdentityHashMap2Test.java
171
public static class
TestKey
implements Cloneable {
174
TestKey
(String foo) {
180
return o instanceof
TestKey
&& foo.equals(((
TestKey
) o).foo);
189
TestKey
a = new
TestKey
("a");
Completed in 1136 milliseconds
1
2