Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DConsoleTest.java220 RegexTrie<Runnable> trie = mConsole.getCommandTrie(); in testRunCommand() local
240 RegexTrie<Runnable> trie = mConsole.getCommandTrie(); in testRunCommand_shortcut() local
264 RegexTrie<Runnable> trie = mConsole.getCommandTrie(); in testRunCommand_startsWithCommand() local
/tools/tradefederation/core/src/com/android/tradefed/command/
DConsole.java294 protected void setCustomCommands(RegexTrie<Runnable> trie, List<String> genericHelp, in setCustomCommands()
309 void generateHelpListings(RegexTrie<Runnable> trie, List<String> genericHelp, in generateHelpListings()
446 void addDefaultCommands(RegexTrie<Runnable> trie, List<String> genericHelp, in addDefaultCommands()