OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasty
(Results
1 - 6
of
6
) sorted by null
/external/autotest/client/site_tests/graphics_dEQP/
generate_controlfiles.py
9
combination with "
hasty
".
16
Test = namedtuple('Test', 'filter, suite, shards, time,
hasty
, notpass')
36
Test('dEQP-EGL.functional', Suite.none, shards=1,
hasty
=False, notpass=True, time='LENGTHY'),
37
Test('dEQP-EGL.info', Suite.none, shards=1,
hasty
=False, notpass=True, time='SHORT'),
38
Test('dEQP-EGL.performance', Suite.none, shards=1,
hasty
=False, notpass=True, time='SHORT'),
39
Test('dEQP-EGL.stress', Suite.none, shards=1,
hasty
=False, notpass=True, time='LONG'),
40
Test('dEQP-GLES2.accuracy', Suite.bvtpb, shards=1,
hasty
=False, notpass=True, time='FAST'),
41
Test('dEQP-GLES2.capability', Suite.bvtpb, shards=1,
hasty
=False, notpass=True, time='FAST'),
42
Test('dEQP-GLES2.functional', Suite.daily, shards=1,
hasty
=False, notpass=True, time='LENGTHY'),
43
Test('dEQP-GLES2.functional', Suite.daily, shards=1,
hasty
=True, notpass=False, time='LONG')
[
all
...]
process_logs.py
25
_HASTY_MODE_REGEX = re.compile(r'\'
hasty
\': \'True\'|Running in
hasty
mode.')
47
hasty
= False
49
hasty
= True
50
print('Found results from %s for GPU = %s, filter = %s and
hasty
= %r.' %
51
(board, gpu, filter,
hasty
))
52
return board, gpu, filter,
hasty
60
# DEBUG logs have more information than INFO logs, especially for
hasty
.
134
if not '.
hasty
.' in file_name or '.
hasty
' in expectation_path
[
all
...]
graphics_dEQP.py
23
_hasty_batch_size = 100 # Batch size in
hasty
mode.
115
# Filter against extra
hasty
failures only in
hasty
mode.
117
(self._hasty or '.
hasty
.' not in subset_file)):
144
# Filter against
hasty
failures only in
hasty
mode.
145
if self._hasty or '.
hasty
.' not in subset_file:
209
# TODO(ihf): Running
hasty
and NotPass together is an invitation
306
# All tests combined less than 1h in
hasty
.
367
hasty
='False'
[
all
...]
/external/autotest/client/site_tests/graphics_GLBench/
graphics_GLBench.py
112
def run_once(self, options='',
hasty
=False):
126
# Using the -
hasty
option we run only a subset of tests without waiting
128
if
hasty
:
129
options += ' -
hasty
'
136
if
hasty
:
214
if not
hasty
:
266
if not
hasty
:
/external/autotest/client/site_tests/graphics_GLMark2/
graphics_GLMark2.py
60
def run_once(self, size='800x600',
hasty
=False, min_score=None):
75
if
hasty
:
90
if not
hasty
:
113
# Numbers in
hasty
mode are not as reliable, so don't send them to
115
if not
hasty
:
/external/autotest/client/deps/glbench/src/
main.cc
30
DEFINE_bool(
hasty
, false,
Completed in 414 milliseconds