Home
last modified time | relevance | path

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

1234

/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."
/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/google/dragon/recovery/updater/
Dfwtool.cpp318 static void print_usage(struct command *commands, int idx, int prefix, in print_usage() argument
322 struct command *c = commands; in print_usage()
333 static int run_cmd(struct command *commands, int idx, int prefix, in run_cmd() argument
336 struct command *c = commands; in run_cmd()
357 print_usage(commands, idx, prefix, argc, argv); in run_cmd()
/device/linaro/hikey/uefi-tools/
Dparse-platforms.py70 commands = {"shortlist": shortlist_platforms, variable
76 retval = commands[args.command]()
/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/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…
/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/google/marlin/sepolicy/
Dmediaserver.te3 # Only allow gpu ioctl commands that have been demonstrated to be necessary.
Dirsc_util.te7 # whitelist ioctl commands
Dapp.te1 # Only allow gpu ioctl commands that have been demonstrated to be necessary.
Dnetd.te4 # in addition to ioctl commands granted to domain allow netd to use:
Dmediacodec.te9 # Only allow gpu ioctl commands that have been demonstrated to be necessary.
Dcnss-daemon.te13 # whitelist socket ioctl commands
/device/lge/bullhead/sepolicy/
Dnetmgrd.te12 # Runs commands via sh.
45 # Permission to run netd commands
/device/linaro/hikey/bootloader/
DREADME.md8 We can also generate ptable (needs root privilege) with below commands:
/device/asus/fugu/sepolicy/
Dbtfwloader.te14 # Execute /system/bin/toolbox commands such as cp
/device/linaro/bootloader/edk2/NetworkPkg/Application/IfConfig6/
DIfConfig6Strings.uni80 #string STR_IFCONFIG6_ERR_DUPLICATE_COMMAND #language en-US "Duplicate commands. Bad command …
82 #string STR_IFCONFIG6_ERR_CONFLICT_COMMAND #language en-US "Conflict commands. Bad command %…
84 #string STR_IFCONFIG6_ERR_UNKNOWN_COMMAND #language en-US "Unknown commands. Bad command %H…
/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.

1234