OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_duration_secs
(Results
1 - 5
of
5
) sorted by null
/external/autotest/client/site_tests/graphics_WebGLClear/
graphics_WebGLClear.py
33
test_duration_secs
= 30
variable in class:graphics_WebGLClear
55
time.sleep(self.
test_duration_secs
)
68
def run_once(self,
test_duration_secs
=30):
71
@param
test_duration_secs
: The test duration in seconds to run the test
74
self.
test_duration_secs
=
test_duration_secs
/external/autotest/client/site_tests/graphics_WebGLManyPlanetsDeep/
graphics_WebGLManyPlanetsDeep.py
23
test_duration_secs
= 30
variable in class:graphics_WebGLManyPlanetsDeep
54
end_time = time.time() + self.
test_duration_secs
118
def run_once(self,
test_duration_secs
=30, fullscreen=True):
121
@param
test_duration_secs
: The test duration in seconds to run the test
125
self.
test_duration_secs
=
test_duration_secs
/external/autotest/client/site_tests/graphics_WebGLAquarium/
graphics_WebGLAquarium.py
54
test_duration_secs
= 30
variable in class:graphics_WebGLAquarium
121
time.sleep(self.
test_duration_secs
)
285
test_duration_secs
=30,
291
@param
test_duration_secs
: The duration in seconds to run each scenario
298
self.
test_duration_secs
=
test_duration_secs
/external/autotest/client/site_tests/graphics_WebGLPerformance/
graphics_WebGLPerformance.py
117
def run_once(self,
test_duration_secs
=2700, fullscreen=True):
120
@param
test_duration_secs
: The test duration in seconds.
131
self._test_duration_secs =
test_duration_secs
/external/autotest/client/site_tests/graphics_Stress/
graphics_Stress.py
202
def run_once(self,
test_duration_secs
=600, fullscreen=True, subtest='gmaps'):
205
@param
test_duration_secs
: The test duration in seconds.
209
self._test_duration_secs =
test_duration_secs
Completed in 256 milliseconds