/device/linaro/bootloader/edk2/DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/ |
ReportStatusCodeLib.c | 90 Converts the status code specified by CodeType and Value to an 8-bit POST code
102 @retval TRUE The status code specified by CodeType and Value was converted
104 @retval FALSE The status code specified by CodeType and Value could not be
137 Converts the status code specified by CodeType, Value, and Data to the ASSERT()
138 arguments specified by Filename, Description, and LineNumber. If CodeType is
142 status code buffer specified by Data. The optional data area of Data contains
160 @retval TRUE The status code specified by CodeType, Value, and Data was
161 converted ASSERT() arguments specified by Filename, Description,
163 @retval FALSE The status code specified by CodeType, Value, and Data could
201 Converts the status code specified by Data to the DEBUG() arguments specified [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiReportStatusCodeLib/ |
ReportStatusCodeLib.c | 80 Converts the status code specified by CodeType and Value to an 8-bit POST code
92 @retval TRUE The status code specified by CodeType and Value was converted
94 @retval FALSE The status code specified by CodeType and Value could not be
127 Converts the status code specified by CodeType, Value, and Data to the ASSERT()
128 arguments specified by Filename, Description, and LineNumber. If CodeType is
132 status code buffer specified by Data. The optional data area of Data contains
150 @retval TRUE The status code specified by CodeType, Value, and Data was
151 converted ASSERT() arguments specified by Filename, Description,
153 @retval FALSE The status code specified by CodeType, Value, and Data could
191 Converts the status code specified by Data to the DEBUG() arguments specified [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/ |
ReportStatusCodeLib.c | 20 Converts the status code specified by CodeType and Value to an 8-bit POST code
32 @retval TRUE The status code specified by CodeType and Value was converted
34 @retval FALSE The status code specified by CodeType and Value could not be
67 Converts the status code specified by CodeType, Value, and Data to the ASSERT()
68 arguments specified by Filename, Description, and LineNumber. If CodeType is
72 status code buffer specified by Data. The optional data area of Data contains
90 @retval TRUE The status code specified by CodeType, Value, and Data was
91 converted ASSERT() arguments specified by Filename, Description,
93 @retval FALSE The status code specified by CodeType, Value, and Data could
131 Converts the status code specified by Data to the DEBUG() arguments specified [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/BaseReportStatusCodeLibNull/ |
BaseReportStatusCodeLib.c | 22 Converts the status code specified by CodeType and Value to an 8-bit POST code
34 @retval TRUE The status code specified by CodeType and Value was converted
36 @retval FALSE The status code specified by CodeType and Value could not be
57 Converts the status code specified by CodeType, Value, and Data to the ASSERT()
58 arguments specified by Filename, Description, and LineNumber. If CodeType is
62 status code buffer specified by Data. The optional data area of Data contains
80 @retval TRUE The status code specified by CodeType, Value, and Data was
81 converted ASSERT() arguments specified by Filename, Description,
83 @retval FALSE The status code specified by CodeType, Value, and Data could
105 Converts the status code specified by Data to the DEBUG() arguments specified [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/I2c/I2cDxe/ |
I2cHost.c | 58 Unicode string. If the driver specified by This has a user readable name in
59 the language specified by Language, then a pointer to the driver name is
60 returned in DriverName, and EFI_SUCCESS is returned. If the driver specified
61 by This does not support the language specified by Language,
71 languages specified in SupportedLanguages. The
73 to the driver writer. Language is specified
78 driver specified by This in the language
79 specified by Language.
81 @retval EFI_SUCCESS The Unicode string for the Driver specified by
82 This and the language specified by Language was [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/UefiMemoryAllocationLib/ |
MemoryAllocationLib.c | 128 Frees the number of 4KB pages specified by Pages from the buffer specified by Buffer. Buffer
156 Allocates one or more 4KB pages of a certain memory type at a specified alignment.
158 Allocates the number of 4KB pages specified by Pages of a certain memory type with an alignment
159 specified by Alignment. The allocated buffer is returned. If Pages is 0, then NULL is returned.
160 If there is not enough memory at the specified alignment remaining to satisfy the request, then
242 Allocates one or more 4KB pages of type EfiBootServicesData at a specified alignment.
244 Allocates the number of 4KB pages specified by Pages of type EfiBootServicesData with an
245 alignment specified by Alignment. The allocated buffer is returned. If Pages is 0, then NULL is
246 returned. If there is not enough memory at the specified alignment remaining to satisfy the [all...] |
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/ |
PiSmmCpuDxeSmm.h | 537 Schedule a procedure to run on the specified CPU.
545 @retval EFI_INVALID_PARAMETER The AP specified by CpuNumber did not enter SMM
546 @retval EFI_INVALID_PARAMETER The AP specified by CpuNumber is busy
559 Schedule a procedure to run on the specified CPU in a blocking fashion.
567 @retval EFI_INVALID_PARAMETER The AP specified by CpuNumber did not enter SMM
568 @retval EFI_INVALID_PARAMETER The AP specified by CpuNumber is busy
581 This function sets the attributes for the memory region specified by BaseAddress and
582 Length from their current attributes to the attributes specified by Attributes.
589 @retval EFI_ACCESS_DENIED The attributes for the memory resource range specified by
592 Attributes specified an illegal combination of attributes that [all...] |
/libcore/ojluni/src/main/java/java/util/concurrent/ |
CopyOnWriteArraySet.java | 113 * Creates a set containing all of the elements of the specified 117 * @throws NullPointerException if the specified collection is null 150 * Returns {@code true} if this set contains the specified element. 155 * @return {@code true} if this set contains the specified element 183 * runtime type of the returned array is that of the specified array. 184 * If the set fits in the specified array, it is returned therein. 186 * specified array and the size of this set. 188 * <p>If this set fits in the specified array with room to spare 217 * @throws ArrayStoreException if the runtime type of the specified array 220 * @throws NullPointerException if the specified array is nul [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/PeiPciSegmentLibPciCfg2/ |
PciSegmentLib.c | 93 It reads and returns the PCI configuration register specified by Address,
94 the width of data is specified by Width.
130 It writes the PCI configuration register specified by Address with the
131 value specified by Data. The width of data is specifed by Width.
196 Reads and returns the 8-bit PCI configuration register specified by Address.
204 @return The 8-bit PCI configuration register specified by Address.
221 Writes the 8-bit PCI configuration register specified by Address with the value specified by Value.
247 Reads the 8-bit PCI configuration register specified by Address,
248 performs a bitwise OR between the read result and the value specified by OrData, [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/ |
PciSegmentLib.c | 171 It reads and returns the PCI configuration register specified by Address,
172 the width of data is specified by Width.
208 It writes the PCI configuration register specified by Address with the
209 value specified by Data. The width of data is specifed by Width.
274 Reads and returns the 8-bit PCI configuration register specified by Address.
281 @return The 8-bit PCI configuration register specified by Address.
298 Writes the 8-bit PCI configuration register specified by Address with the value specified by Value.
324 Reads the 8-bit PCI configuration register specified by Address,
325 performs a bitwise OR between the read result and the value specified by OrData, [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/SmmPciLibPciRootBridgeIo/ |
PciLib.c | 81 It reads and returns the PCI configuration register specified by Address,
82 the width of data is specified by Width.
114 It writes the PCI configuration register specified by Address with the
115 value specified by Data. The width of data is specified by Width.
147 Registers the PCI device specified by Address so all the PCI configuration registers
177 Reads and returns the 8-bit PCI configuration register specified by Address.
203 Writes the 8-bit PCI configuration register specified by Address with the
204 value specified by Value. Value is returned. This function must guarantee
232 Reads the 8-bit PCI configuration register specified by Address, performs a [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/UefiPciLibPciRootBridgeIo/ |
PciLib.c | 83 It reads and returns the PCI configuration register specified by Address,
84 the width of data is specified by Width.
116 It writes the PCI configuration register specified by Address with the
117 value specified by Data. The width of data is specified by Width.
149 Registers the PCI device specified by Address so all the PCI configuration registers
179 Reads and returns the 8-bit PCI configuration register specified by Address.
205 Writes the 8-bit PCI configuration register specified by Address with the
206 value specified by Value. Value is returned. This function must guarantee
234 Reads the 8-bit PCI configuration register specified by Address, performs a [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
PrintLib.h | 35 - The field is left justified. If not flag is not specified, then the
41 If both space and + are specified, then space is ignored.
47 If 0 is also specified, then 0 is ignored.
50 If this flag is not specified, then the number being printed is size int.
56 - The width of the field is specified by a UINTN argument in the
59 - The number specified as a decimal value represents the width of
61 - NOTE: If [width] is not specified, then a field width of 0 is assumed.
66 - The precision of the field is specified by a UINTN argument in the
69 - The number specified as a decimal value represents the precision of
71 - NOTE: If [.precision] is not specified, then a precision of 0 is assumed. [all...] |
/external/guava/guava/src/com/google/common/collect/ |
ObjectArrays.java | 42 * Returns a new array of the given length with the specified component type. 119 * Returns an array containing all of the elements in the specified 120 * collection; the runtime type of the returned array is that of the specified 121 * array. If the collection fits in the specified array, it is returned 123 * specified array and the size of the specified collection. 125 * <p>If the collection fits in the specified array with room to spare (i.e., 138 * @throws ArrayStoreException if the runtime type of the specified array is 139 * not a supertype of the runtime type of every element in the specified 156 * array. the runtime type of the returned array is that of the specified array. If the collectio [all...] |
/libcore/ojluni/src/main/java/java/security/ |
AlgorithmParameterGenerator.java | 51 * derived from the specified size. 59 * random exponent, both specified in number of bits. 153 * a set of parameters to be used with the specified algorithm. 159 * Provider that supports the specified algorithm is returned. 175 * specified algorithm. 196 * a set of parameters to be used with the specified algorithm. 199 * AlgorithmParameterGeneratorSpi implementation from the specified provider 200 * is returned. The specified provider must be registered 218 * implementation for the specified algorithm is not 219 * available from the specified provider [all...] |
/tools/tradefederation/core/src/com/android/tradefed/util/ |
IRunUtil.java | 80 * Helper method to execute a system command, and aborting if it takes longer than a specified 84 * @param command the specified system command and optionally arguments to exec 90 * Helper method to execute a system command, abort if it takes longer than a specified time, 91 * and redirect output to files if specified. When {@link OutputStream} are provided this way, 97 * @param command the specified system command and optionally arguments to exec 104 * Helper method to execute a system command, and aborting if it takes longer than a specified 108 * @param command the specified system command and optionally arguments to exec 117 * Helper method to execute a system command, and aborting if it takes longer than a specified 122 * @param command the specified system command and optionally arguments to exec 128 * Helper method to execute a system command, and aborting if it takes longer than a specified [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/DxePciLibEsal/ |
PciLib.c | 72 It reads and returns the PCI configuration register specified by Address,
73 the width of data is specified by Width.
126 It writes the PCI configuration register specified by Address with the
127 value specified by Data. The width of data is specified by Width.
207 Reads and returns the 8-bit PCI configuration register specified by Address.
233 Writes the 8-bit PCI configuration register specified by Address with the
234 value specified by Value. Value is returned. This function must guarantee
262 Reads the 8-bit PCI configuration register specified by Address, performs a
263 bitwise OR between the read result and the value specified by [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/ |
EdkIIGlueDebugLib.h | 118 Prints a debug message to the debug output device if the specified error level is enabled.
121 the message specified by Format and the associated variable argument list to
175 This function fills Length bytes of Buffer with the value specified by
247 then this macro evaluates the Boolean expression specified by Expression. If
340 then this macro evaluates the EFI_STATUS value specified by StatusParameter.
394 If Handle is NULL, then a check is made to see if the protocol specified by Guid
396 a check is made to see if the protocol specified by Guid is present on the
397 handle specified by Handle. If the check finds the protocol, then DebugAssert()
462 then the source code specified by Expression is included in a module.
463 Otherwise, the source specified by Expression is not included in a module. [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/ |
LzmaDecompressLibInternal.h | 31 required to decompress the buffer specified by Source and SourceSize.
44 that will be generated when the compressed buffer specified
47 is required to decompress the compressed buffer specified
68 If the compressed source data specified by Source is successfully decompressed
70 specified by Source is not in a valid compressed data format,
83 The source buffer specified by Source is corrupted
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/DxeIoLibCpuIo/ |
IoLibMmioBuffer.c | 23 Copy data from MMIO region specified by starting address StartAddress
24 to system memory specified by Buffer by using 8-bit access. The total
25 number of byte to be copied is specified by Length. Buffer is returned.
63 Copy data from MMIO region specified by starting address StartAddress
64 to system memory specified by Buffer by using 16-bit access. The total
65 number of byte to be copied is specified by Length. Buffer is returned.
115 Copy data from MMIO region specified by starting address StartAddress
116 to system memory specified by Buffer by using 32-bit access. The total
117 number of byte to be copied is specified by Length. Buffer is returned.
166 Copy data from MMIO region specified by starting address StartAddress [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/ |
LzmaDecompressLibInternal.h | 31 required to decompress the buffer specified by Source and SourceSize.
44 that will be generated when the compressed buffer specified
47 is required to decompress the compressed buffer specified
68 If the compressed source data specified by Source is successfully decompressed
70 specified by Source is not in a valid compressed data format,
83 The source buffer specified by Source is corrupted
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseIoLibIntrinsic/ |
IoLibIpf.c | 57 Reads the 8-bit I/O port specified by Port. The 8-bit read value is returned.
80 Reads the 16-bit I/O port specified by Port. The 16-bit read value is returned.
104 Reads the 32-bit I/O port specified by Port. The 32-bit read value is returned.
128 Reads the 64-bit I/O port specified by Port. The 64-bit read value is returned.
153 Writes the 8-bit I/O port specified by Port with the value specified by Value
178 Writes the 16-bit I/O port specified by Port with the value specified by Value
204 Writes the 32-bit I/O port specified by Port with the value specified by Value [all...] |
IoLibMmioBuffer.c | 20 Copy data from the MMIO region specified by starting address StartAddress
21 to system memory specified by Buffer by using 8-bit access. The total
22 number of byte to be copied is specified by Length. Buffer is returned.
60 Copy data from the MMIO region specified by starting address StartAddress
61 to system memory specified by Buffer by using 16-bit access. The total
62 number of byte to be copied is specified by Length. Buffer is returned.
111 Copy data from the MMIO region specified by starting address StartAddress
112 to system memory specified by Buffer by using 32-bit access. The total
113 number of byte to be copied is specified by Length. Buffer is returned.
162 Copy data from the MMIO region specified by starting address StartAddress [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/DxeIoLibCpuIo2/ |
IoLibMmioBuffer.c | 20 Copy data from MMIO region specified by starting address StartAddress
21 to system memory specified by Buffer by using 8-bit access. The total
22 number of byte to be copied is specified by Length. Buffer is returned.
60 Copy data from MMIO region specified by starting address StartAddress
61 to system memory specified by Buffer by using 16-bit access. The total
62 number of byte to be copied is specified by Length. Buffer is returned.
112 Copy data from MMIO region specified by starting address StartAddress
113 to system memory specified by Buffer by using 32-bit access. The total
114 number of byte to be copied is specified by Length. Buffer is returned.
163 Copy data from MMIO region specified by starting address StartAddress [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/DxeIoLibEsal/ |
IoLibMmioBuffer.c | 20 Copy data from MMIO region specified by starting address StartAddress
21 to system memory specified by Buffer by using 8-bit access. The total
22 number of byte to be copied is specified by Length. Buffer is returned.
60 Copy data from MMIO region specified by starting address StartAddress
61 to system memory specified by Buffer by using 16-bit access. The total
62 number of byte to be copied is specified by Length. Buffer is returned.
111 Copy data from MMIO region specified by starting address StartAddress
112 to system memory specified by Buffer by using 32-bit access. The total
113 number of byte to be copied is specified by Length. Buffer is returned.
162 Copy data from MMIO region specified by starting address StartAddress [all...] |