Home
last modified time | relevance | path

Searched defs:cmds (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcmd.py339 def print_topics(self, header, cmds, cmdlen, maxcol): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dcmd.py342 def print_topics(self, header, cmds, cmdlen, maxcol): argument
/device/google/contexthub/util/nanotool/
Dnanotool.cpp63 static const std::vector<std::tuple<std::string, NanotoolCommand>> cmds = { in StrToCommand() local
/device/google/dragon/recovery/updater/
Dfwtool.cpp308 static struct command cmds[] = { variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_telnetlib.py313 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP] variable in OptionTests