OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exact_value
(Results
1 - 8
of
8
) sorted by null
/external/skia/tools/skpbench/
_hardware_pixel_c.py
71
Expectation(str,
exact_value
='0-2', name='online cpus'),
75
Expectation(int,
exact_value
=0, name='cpu throttle'),
76
Expectation(int,
exact_value
=0, name='gpu throttle')] + \
77
[Expectation(int,
exact_value
=CPU_CLOCK_RATE,
80
[Expectation(str,
exact_value
=GPU_EMC_PROFILE, name='gpu/emc profile')]
_hardware.py
62
exact_value
=None, name=None, sleeptime=60):
66
self.
exact_value
=
exact_value
80
if self.
exact_value
is not None and typedvalue != self.
exact_value
:
82
(self.name, stringvalue, str(self.
exact_value
)),
_hardware_nexus_6p.py
82
Expectation(str,
exact_value
='4-6', name='online cpus'),
89
[Expectation(int,
exact_value
=CPU_CLOCK_RATE, name='cpu_%i clock rate' %i)
_hardware_pixel.py
92
Expectation(str,
exact_value
='2-3', name='online cpus')] + \
93
[Expectation(int,
exact_value
=CPU_CLOCK_RATE, name='cpu_%i clock rate' %i)
95
[Expectation(int,
exact_value
=2, name='gpu thermal power level'),
155
Expectation(int,
exact_value
=bench_frequency,
/external/skqp/tools/skpbench/
_hardware_pixel_c.py
71
Expectation(str,
exact_value
='0-2', name='online cpus'),
75
Expectation(int,
exact_value
=0, name='cpu throttle'),
76
Expectation(int,
exact_value
=0, name='gpu throttle')] + \
77
[Expectation(int,
exact_value
=CPU_CLOCK_RATE,
80
[Expectation(str,
exact_value
=GPU_EMC_PROFILE, name='gpu/emc profile')]
_hardware.py
62
exact_value
=None, name=None, sleeptime=60):
66
self.
exact_value
=
exact_value
80
if self.
exact_value
is not None and typedvalue != self.
exact_value
:
82
(self.name, stringvalue, str(self.
exact_value
)),
_hardware_nexus_6p.py
88
Expectation(str,
exact_value
='4-6', name='online cpus'),
95
[Expectation(int,
exact_value
=CPU_CLOCK_RATE, name='cpu_%i clock rate' %i)
_hardware_pixel.py
97
Expectation(str,
exact_value
='2-3', name='online cpus')] + \
98
[Expectation(int,
exact_value
=CPU_CLOCK_RATE, name='cpu_%i clock rate' %i)
100
[Expectation(int,
exact_value
=2, name='gpu thermal power level'),
160
Expectation(int,
exact_value
=bench_frequency,
Completed in 551 milliseconds