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
34
test_duration_secs
= 30
variable in class:graphics_WebGLClear
64
time.sleep(self.
test_duration_secs
)
75
def run_once(self,
test_duration_secs
=30):
78
@param
test_duration_secs
: The test duration in seconds to run the test
81
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
62
end_time = time.time() + self.
test_duration_secs
107
def run_once(self,
test_duration_secs
=30, fullscreen=True):
110
@param
test_duration_secs
: The test duration in seconds to run the test
114
self.
test_duration_secs
=
test_duration_secs
/external/autotest/client/site_tests/graphics_WebGLAquarium/
graphics_WebGLAquarium.py
46
test_duration_secs
= 30
variable in class:graphics_WebGLAquarium
118
time.sleep(self.
test_duration_secs
)
245
test_duration_secs
=30,
250
@param
test_duration_secs
: The duration in seconds to run each scenario
255
self.
test_duration_secs
=
test_duration_secs
/external/autotest/client/site_tests/graphics_WebGLPerformance/
graphics_WebGLPerformance.py
103
def run_once(self,
test_duration_secs
=1800, fullscreen=True):
106
@param
test_duration_secs
: The test duration in seconds.
109
self._test_duration_secs =
test_duration_secs
/external/autotest/client/site_tests/graphics_Stress/
graphics_Stress.py
217
def run_once(self,
test_duration_secs
=600, fullscreen=True, subtest='gmaps'):
220
@param
test_duration_secs
: The test duration in seconds.
224
self._test_duration_secs =
test_duration_secs
Completed in 104 milliseconds