OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scratch_cli
(Results
1 - 5
of
5
) sorted by null
/external/autotest/server/site_tests/native_Benchmarks/
vp8.py
10
def __init__(self, scratch_srv,
scratch_cli
, client, args):
12
self.webm = webm(scratch_srv,
scratch_cli
, client, args)
14
self.
scratch_cli
=
scratch_cli
18
dst = '%s/vp8.webm' %
scratch_cli
26
(self.webm.vpxdec, self.
scratch_cli
, self.
scratch_cli
))
31
(self.webm.vpxenc, self.
scratch_cli
))
51
run_check(self.client, 'rm -f %s/vp8.yuv' % self.
scratch_cli
,
octane.py
11
def __init__(self, scratch_srv,
scratch_cli
, client, args):
13
self.v8 = v8(scratch_srv,
scratch_cli
, client, args)
15
self.
scratch_cli
=
scratch_cli
19
dst = '%s/octane.tar.bz2' %
scratch_cli
24
cmd = 'tar jxf %s -C %s' % (dst,
scratch_cli
)
30
wd = '%s/octane' % self.
scratch_cli
webm.py
16
def __init__(self, scratch_srv,
scratch_cli
, client, flags_additional):
63
'%s/%s' % (
scratch_cli
, v),
65
self.vpxenc = '%s/vpxenc' %
scratch_cli
66
self.vpxdec = '%s/vpxdec' %
scratch_cli
native_Benchmarks.py
42
scratch_cli
= CLIENT_TEST_ROOT
45
results = suites[name](scratch_srv,
scratch_cli
, client, flags).run()
v8.py
16
def __init__(self, scratch_srv,
scratch_cli
, client, flags_additional):
50
d8dst = '%s/d8' %
scratch_cli
Completed in 3609 milliseconds