HomeSort by relevance Sort by last modified time
    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 8 from autotest_lib.frontend.tko import preconfigs
320 return preconfigs.manager.get_preconfig(name, type)
488 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 1817 milliseconds