Searched defs:commands (Results 1 – 6 of 6) sorted by relevance
12 commands = import_module('commands', deprecated=True) variable
70 commands = {"shortlist": shortlist_platforms, variable
300 def dump_option_dicts(self, header=None, commands=None, indent=""): argument608 commands=[]): argument697 def print_command_list(self, commands, header, max_length): argument
145 commands = { variable
131 enum commands { enum
9407 void radio_1_4::registerService(RIL_RadioFunctions *callbacks, CommandInfo *commands) { in registerService()