OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXPERIMENTAL_PREFIX
(Results
1 - 3
of
3
) sorted by null
/external/autotest/server/cros/dynamic_suite/
constants.py
25
EXPERIMENTAL_PREFIX
= 'experimental_'
suite.py
277
if not test.name.startswith(constants.
EXPERIMENTAL_PREFIX
):
278
test.name = constants.
EXPERIMENTAL_PREFIX
+ test.name
[
all
...]
/external/autotest/site_utils/
run_suite.py
800
prefix = constants.
EXPERIMENTAL_PREFIX
if (
[
all
...]
Completed in 50 milliseconds