Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 25 of 116) sorted by relevance

12345

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_commands.py12 commands = import_module('commands', deprecated=True) variable
27 self.assertEqual(commands.getoutput('echo xyzzy'), 'xyzzy')
28 self.assertEqual(commands.getstatusoutput('echo xyzzy'), (0, 'xyzzy'))
38 status, output = commands.getstatusoutput('cat ' + name)
65 self.assertTrue(re.match(pat, commands.getstatus("/."), re.VERBOSE))
Dtest_gdb.py90 commands = ['set breakpoint pending yes',
94 commands += cmds_after_breakpoint
96 commands += ['backtrace']
102 args += ['--eval-command=%s' % cmd for cmd in commands]
/device/linaro/bootloader/edk2/MdePkg/Library/UefiFileHandleLib/
DUefiFileHandleLib.uni2 // Provides interface to shell functionality for shell commands and applications.
4 // Provides interface to shell functionality for shell commands and applications.
20 "Provides interface to shell functionality for shell commands and applications."
24 "Provides interface to shell functionality for shell commands and applications."
DUefiFileHandleLib.inf2 # Provides interface to shell functionality for shell commands and applications.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dbdist.py123 commands = []
126 commands.append(self.format_command[format][0])
132 cmd_name = commands[i]
144 if cmd_name in commands[i+1:]:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Ddist.py300 def dump_option_dicts(self, header=None, commands=None, indent=""): argument
303 if commands is None: # dump all command option dicts
304 commands = self.command_options.keys()
305 commands.sort()
311 if not commands:
315 for cmd_name in commands:
455 self.commands = []
479 display_options=len(self.commands) == 0,
480 commands=self.commands)
484 if not self.commands:
[all …]
Dcmd.py335 commands = []
338 commands.append(cmd_name)
339 return commands
/device/linaro/hikey/uefi-tools/
Dparse-platforms.py70 commands = {"shortlist": shortlist_platforms, variable
76 retval = commands[args.command]()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiScsiLib/
DUefiScsiLib.uni4 // This libarary provides the functions to submit Scsi commands defined
21 … #language en-US "This library provides the functions to submit SCSI commands defined in SCSI-2…
DUefiScsiLib.inf4 # This libarary provides the functions to submit Scsi commands defined
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpdb.doc21 The commands recognized by the debugger are listed in the next
42 Multiple commands may be entered on a single line, separated by the
43 pair ';;'. No intelligence is applied to separating the commands; the
58 Debugger commands
62 Without argument, print the list of available commands. With
69 context of most commands.
85 commands refer.
184 internal pdb commands with aliases! Those internal commands
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
Drrcs.py21 if not commands.has_key(cmd):
23 coptset, func = commands[cmd]
145 commands = { variable
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/
DDebugSupportDxe.uni7 // check for asynchronous commands form the host.
23 …lly gain control during operation of the machine to check for asynchronous commands from the host."
/device/linaro/poplar/installer/
DREADME18 * Run U-Boot commands below to install partition table and bootloader.
38 To install the AOSP images, use fastboot commands as below.
/device/linaro/hikey/bootloader/
DREADME.md8 We can also generate ptable (needs root privilege) with below commands:
/device/google/coral-sepolicy/vendor/qcom/common/
Dinit_shell.te2 # Normally these are shell commands or scripts invoked via sh
/device/google/cuttlefish/host/
DAndroid.bp17 "commands",
/device/google/cuttlefish/common/
DAndroid.bp17 "commands",
/device/generic/opengl-transport/host/
DAndroid.bp17 "commands",
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12CommandLib/
DTpm12CommandLib.uni2 // Provides some TPM 1.2 commands
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
DTpm2CommandLib.uni2 // Provides some TPM 2.0 commands
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCEntryLib/
DUefiShellCEntryLib.inf2 # Provides interface to shell functionality for shell commands and applications.
/device/linaro/bootloader/edk2/NetworkPkg/Application/IfConfig6/
DIfConfig6Strings.uni56 #string STR_IFCONFIG6_ERR_DUPLICATE_COMMAND #language en-US "Duplicate commands. Bad command …
58 #string STR_IFCONFIG6_ERR_CONFLICT_COMMAND #language en-US "Conflict commands. Bad command %…
60 #string STR_IFCONFIG6_ERR_UNKNOWN_COMMAND #language en-US "Unknown commands. Bad command %H…
/device/linaro/bootloader/edk2/AppPkg/Applications/OrderedCollectionTest/
DOrderedCollectionTest.inf2 # A simple "fuzzer" application for OrderedCollectionLib, reading commands
/device/generic/goldfish/network/netmgr/
DAndroid.bp35 "commands/wifi_command.cpp",

12345