Home
last modified time | relevance | path

Searched refs:argument (Results 1 – 25 of 94) sorted by relevance

1234

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dmutex.py39 def lock(self, function, argument): argument
44 function(argument)
46 self.queue.append((function, argument))
52 function, argument = self.queue.popleft()
53 function(argument)
Dsched.py46 def enterabs(self, time, priority, action, argument): argument
53 event = Event(time, priority, action, argument)
57 def enter(self, delay, priority, action, argument): argument
64 return self.enterabs(time, priority, action, argument)
108 time, priority, action, argument = checked_event = q[0]
117 action(*argument)
Dpdb.doc62 Without argument, print the list of available commands. With
63 a command name as argument, print help about that command
80 With a filename:line number argument, set a break there. If
83 function. Without argument, list all breaks. Each breakpoint
87 The condition argument, if present, is a string which must
96 breakpoints. Without argument, clear all breaks (but first
151 With one argument, list 11 lines starting at that line.
153 if the second argument is less than the first, it is a count.
156 Print the argument list of the current function.
172 Prints the type of the argument.
Dsymbol.py88 argument = 331 variable
Dargparse.py670 def _get_action_name(argument): argument
671 if argument is None:
673 elif argument.option_strings:
674 return '/'.join(argument.option_strings)
675 elif argument.metavar not in (None, SUPPRESS):
676 return argument.metavar
677 elif argument.dest not in (None, SUPPRESS):
678 return argument.dest
690 def __init__(self, argument, message): argument
691 self.argument_name = _get_action_name(argument)
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/UserManuals/
DPatchFvUserManual.md21 This is the first argument that **_PatchFv.py_** requires. It is the build
37 argument and must be appended to the end of each (**_FvFileBaseNames_**).
62 both offsets and values. Also, this argument handles expressions for both
69 The entire argument includes the quote marks like in the example argument below:
121 Comments are allowed in the **Offset, Value [, Comment]** argument. Comments
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dpsci-lib-integration-guide.rst187 to ``psci_lib_args_t``, as the argument. The ``psci_lib_args_t`` is a versioned
202 psci.h to construct the ``lib_args`` argument statically or during runtime. Prior
209 argument.
225 argument) will be used to determine the non-secure context. After this function
241 (first argument) callbacks with the PSCI library which will be called
259 argument) determines the PSCI API to be called. The ``x1`` to ``x4`` (2nd to 5th
262 described in `PSCI spec`_. The 'flags' (8th argument) is a bit field parameter
264 secure or non-secure world. The ``cookie`` (6th argument) and the ``handle``
265 (7th argument) are not used and are reserved for future use.
333 at address ``addr`` (first argument) address and of size ``size`` (second argument).
[all …]
Dplatform-migration-guide.rst239 Also, some platform APIs which took ``MPIDR`` as an argument were only ever
240 invoked to perform actions specific to the caller core which makes the argument
321 is identified by its ``MPIDR``, which is passed as the argument. The function is
344 This function identifies a core by its ``MPIDR``, which is passed as the argument,
429 at a given ``affinity level`` (specified by the first argument) and a given
430 ``MPIDR`` (specified by the second argument). For example, on a dual-cluster
451 the affinity ID at a given ``affinity level`` (specified by the first argument)
452 and an ``MPIDR`` (specified by the second argument). The state can be one of
488 passed argument. The generic code expects the handler to succeed.
494 by the ``MPIDR`` (first argument) and ``affinity level`` (third argument). The
[all …]
Dporting-guide.rst731 non-volatile counter value stored in the platform in the second argument. The
732 cookie in the first argument may be used to select the counter in case the
749 counter value in the platform. The cookie in the first argument may be used to
750 select the counter (as explained in plat\_get\_nv\_ctr()). The second argument is
766 first argument passed is a cookie and is typically used to
768 Counter. The second argument is a pointer to an authentication image
770 updated or not. The third argument is the updated counter value to
880 For AArch64, this function receives the exception type as its argument.
886 For AArch32, this function receives the exception mode as its argument.
1027 (argument) will correspond to one of the standard log levels defined in
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Grammar/
DGrammar122 arglist: (argument ',')* (argument [',']
123 |'*' test (',' argument)* [',' '**' test]
127 argument: test [comp_for] | test '=' test
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
DGrammar.txt144 arglist: (argument ',')* (argument [',']
145 |'*' test (',' argument)* [',' '**' test]
147 argument: test [comp_for] | test '=' test # Really [keyword '='] test
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/
DREADME.txt7 including function definitions, argument handling code, and type
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dgraminit.h78 #define argument 331 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dgraminit.h78 #define argument 331 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
DREADME10 checkappend.py Search for multi-argument .append() calls
43 md5sum.py Print MD5 checksums of argument files.
67 untabify.py Replace tabs with spaces in argument files
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
Dfix_print.py80 n_argument = pytree.Node(self.syms.argument,
Dfix_has_key.py89 syms.or_test, syms.test, syms.lambdef, syms.argument):
/device/linaro/bootloader/edk2/
Dedksetup.bat19 @REM if the argument, skip is present, only the paths and the
153 @echo If the X64 argument is set, and a compiler tool chain is
DEdk2Setup.bat141 @echo ERROR : The --edk-tools-path flag requires an argument
246 @echo If the X64 argument is set, and a compiler tool chain is
256 @echo If the optional DIRECTORY argument is specified, the tool
258 @echo If the DIRECTORY argument is not specified, the tools are
271 @echo If the optional DIRECTORY argument is specified, the tool
288 @echo. ERROR : This argument is not valid: %1
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dargparse.py672 def _get_action_name(argument): argument
673 if argument is None:
675 elif argument.option_strings:
676 return '/'.join(argument.option_strings)
677 elif argument.metavar not in (None, SUPPRESS):
678 return argument.metavar
679 elif argument.dest not in (None, SUPPRESS):
680 return argument.dest
692 def __init__(self, argument, message): argument
693 self.argument_name = _get_action_name(argument)
/device/linaro/bootloader/arm-trusted-firmware/docs/plat/
Dqemu.rst5 ARMv8-A. BL1 is used as the BootROM, supplied with the -bios argument.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_memoryview.py325 self.assertRaises(TypeError, memoryview, argument=ob)
326 self.assertRaises(TypeError, memoryview, ob, argument=True)
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.uni30 #string STR_GEN_PROBLEM #language en-US "The argument '%B%s%N' is incorrect.\r\n"
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
DUefiShellNetwork1CommandsLib.uni30 #string STR_GEN_PARAM_INV #language en-US "%H%s%N: Invalid argument - '%H%s%N'\r\n"
32 #string STR_GEN_PROBLEM_OP2 #language en-US "%H%s%N: Invalid argument - '%H%s%N'. Expected '%…
34 #string STR_GEN_NO_VALUE #language en-US "%H%s%N: Missing argument for flag - '%H%s%N'\r\n"
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
DArmShellCmdRunAxf.uni32 #string STR_RUNAXF_INVALID_ARG #language en-US "Invalid argument(s)\n"

1234