OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SPEC_NAMES
(Results
1 - 2
of
2
) sorted by null
/tools/acloud/internal/
constants.py
26
SPEC_NAMES
= {"nexus5", "nexus6", "nexus7_2012", "nexus7_2013", "nexus9",
/tools/acloud/public/
acloud_main.py
130
"going to use. Choose from: %s" % ", ".join(constants.
SPEC_NAMES
))
259
if (parsed_args.spec and parsed_args.spec not in constants.
SPEC_NAMES
):
262
(parsed_args.spec, ", ".join(constants.
SPEC_NAMES
)))
Completed in 92 milliseconds