OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_preconfigs
(Results
1 - 1
of
1
) sorted by null
/external/autotest/frontend/tko/
preconfigs.py
4
_preconfigs
= {}
variable in class:PreconfigManager
23
_preconfigs
dictionary.
27
self.
_preconfigs
['metrics'] = dict.fromkeys(
29
self.
_preconfigs
['qual'] = dict.fromkeys(
35
Populate the
_preconfigs
dictionary entry for the preconfig described
42
if self.
_preconfigs
[type][name] is not None:
45
self.
_preconfigs
[type][name] = {}
51
self.
_preconfigs
[type][name][parts[0]] = parts[1].strip()
59
return self.
_preconfigs
[type][name]
64
return dict(self.
_preconfigs
)
[
all
...]
Completed in 49 milliseconds