OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:preconfigs
(Results
1 - 3
of
3
) sorted by null
/external/autotest/frontend/tko/
preconfigs.py
11
suffix: list of suffixes after the '
preconfigs
' directory to navigate to
13
<tko>/
preconfigs
/metrics/abc
15
rel_path = os.path.join(os.path.dirname(__file__), '
preconfigs
',
22
Read the names of all the
preconfigs
from disk and store them in the
rpc_interface.py
7
from autotest_lib.frontend.tko import
preconfigs
321
return
preconfigs
.manager.get_preconfig(name, type)
503
result['
preconfigs
'] =
preconfigs
.manager.all_preconfigs()
/external/autotest/frontend/client/src/autotest/tko/
PreconfigSelector.java
50
JSONObject
preconfigs
= staticData.getData("
preconfigs
").isObject();
local
51
Set<String> keys =
preconfigs
.get(preconfigType).isObject().keySet();
Completed in 85 milliseconds