Home
last modified time | relevance | path

Searched refs:trie (Results 1 – 1 of 1) sorted by relevance

/cts/tools/tradefed-host/src/com/android/cts/tradefed/command/
DCtsConsole.java70 protected void setCustomCommands(RegexTrie<Runnable> trie, List<String> genericHelp, in setCustomCommands() argument
72 trie.put(new Runnable() { in setCustomCommands()
81 trie.put(new Runnable() { in setCustomCommands()
90 trie.put(new Runnable() { in setCustomCommands()
127 trie.put(addDerivedCommand, ADD_PATTERN, "d(?:erivedplan?)", null); in setCustomCommands()