HomeSort by relevance Sort by last modified time
    Searched full:specified (Results 1051 - 1075 of 36314) sorted by null

<<41424344454647484950>>

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/
ScriptSave.h 48 Adds a record into a specified Framework boot script table.
51 script table. If the table specified by TableName is nonexistent in the
71 specified script table.
88 Closes the specified script table.
90 This function closes the specified boot script table and returns the base address
91 of the table. It allocates a new pool to duplicate all the boot scripts in the specified
92 table. Once this function is called, the specified table will be destroyed after it is
106 @retval EFI_NOT_FOUND The specified table was not created previously.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Decompress/
Decompress.h 48 specified by Source and SourceSize. If the size of the uncompressed
50 the compressed data specified by Source and SourceData, then
67 that will be generated when the compressed buffer specified
70 is required to decompress the compressed buffer specified by
77 buffer cannot be determined from the compressed data specified by
105 If the compressed source data specified by Source and SourceSize is
107 If the compressed source data specified by Source and SourceSize is not in
129 - The source buffer specified by Source and SourceSize is
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueReportStatusCodeLib.h 208 Converts the status code specified by CodeType and Value to an 8-bit POST code
220 @retval TRUE The status code specified by CodeType and Value was converted
222 @retval FALSE The status code specified by CodeType and Value could not be
238 Converts the status code specified by CodeType, Value, and Data to the ASSERT()
239 arguments specified by Filename, Description, and LineNumber. If CodeType is
243 status code buffer specified by Data. The optional data area of Data contains
261 @retval TRUE The status code specified by CodeType, Value, and Data was
262 converted ASSERT() arguments specified by Filename, Description,
264 @retval FALSE The status code specified by CodeType, Value, and Data could
283 Converts the status code specified by Data to the DEBUG() arguments specified
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/CustomizedDecompress/
CustomizedDecompress.h 45 specified by Source and SourceSize. If the size of the uncompressed
47 the compressed data specified by Source and SourceData, then
64 that will be generated when the compressed buffer specified
67 is required to decompress the compressed buffer specified by
74 buffer cannot be determined from the compressed data specified by
103 If the compressed source data specified by Source and SourceSize is
105 If the compressed source data specified by Source and SourceSize is not in
127 - The source buffer specified by Source and SourceSize is
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/TianoDecompress/
TianoDecompress.h 45 specified by Source and SourceSize. If the size of the uncompressed
47 the compressed data specified by Source and SourceData, then
64 that will be generated when the compressed buffer specified
67 is required to decompress the compressed buffer specified by
74 buffer cannot be determined from the compressed data specified by
103 If the compressed source data specified by Source and SourceSize is
105 If the compressed source data specified by Source and SourceSize is not in
127 - The source buffer specified by Source and SourceSize is
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiMemoryAllocationLib/
MemoryAllocationLib.c 83 Allocates one or more 4KB pages of type EfiBootServicesData at a specified alignment.
85 Allocates the number of 4KB pages specified by Pages of type EfiBootServicesData with an
86 alignment specified by Alignment. The allocated buffer is returned. If Pages is 0, then NULL is
87 returned. If there is not enough memory at the specified alignment remaining to satisfy the
137 Frees the number of 4KB pages specified by Pages from the buffer specified by Buffer. Buffer
164 Allocates the number bytes specified by AllocationSize of type EfiBootServicesData and returns a
201 Frees the buffer specified by Buffer. Buffer must have been allocated on a previous call to the
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/
BiosKeyboard.h 319 Unicode string. If the driver specified by This has a user readable name in
320 the language specified by Language, then a pointer to the driver name is
321 returned in DriverName, and EFI_SUCCESS is returned. If the driver specified
322 by This does not support the language specified by Language,
332 languages specified in SupportedLanguages. The
334 to the driver writer. Language is specified
339 driver specified by This in the language
340 specified by Language.
342 @retval EFI_SUCCESS The Unicode string for the Driver specified by
343 This and the language specified by Language was
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
BootScript.h 33 /// The opcode is used to add a record for dispatching specified arbitrary code into a specified
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/DxeIoLibCpuIo/
IoLib.c 57 Reads the I/O port specified by Port with registers width specified by Width.
87 Writes the I/O port specified by Port with registers width and value specified by Width
118 Reads the MMIO registers specified by Address with registers width specified by Width.
148 Writes the MMIO registers specified by Address with registers width and value specified by Width
179 Reads the 8-bit I/O port specified by Port. The 8-bit read value is returned.
202 Writes the 8-bit I/O port specified by Port with the value specified by Value
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
DevicePathLib.h 48 Returns the Type field of the device path node specified by Node.
54 @return The Type field of the device path node specified by Node.
66 Returns the SubType field of the device path node specified by Node.
72 @return The SubType field of the device path node specified by Node.
84 Returns the 16-bit Length field of the device path node specified by Node.
93 @return The 16-bit Length field of the device path node specified by Node.
105 Returns a pointer to the device path node that follows the device path node specified by Node.
111 @return a pointer to the device path node that follows the device path node specified by Node.
125 Determines if the device path node specified by Node is an end node of a device path.
134 @retval TRUE The device path node specified by Node is an end node of a device path.
    [all...]
ReportStatusCodeLib.h 32 Converts the status code specified by CodeType and Value to an 8-bit POST code
44 @retval TRUE The status code specified by CodeType and Value was converted
46 @retval FALSE The status code specified by CodeType and Value could not be
62 Converts the status code specified by CodeType, Value, and Data to the ASSERT()
63 arguments specified by Filename, Description, and LineNumber. If CodeType is
67 status code buffer specified by Data. The optional data area of Data contains
85 @retval TRUE The status code specified by CodeType, Value, and Data was
86 converted ASSERT() arguments specified by Filename, Description,
88 @retval FALSE The status code specified by CodeType, Value, and Data could
107 Converts the status code specified by Data to the DEBUG() arguments specified
    [all...]
UefiDecompressLib.h 29 required to decompress the buffer specified by Source and SourceSize.
31 be determined from the compressed data specified by Source and SourceData,
47 that will be generated when the compressed buffer specified
50 is required to decompress the compressed buffer specified
59 the compressed data specified by Source
79 If the compressed source data specified by Source is successfully decompressed
81 specified by Source is not in a valid compressed data format,
97 The source buffer specified by Source is corrupted
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Decompress.h 28 specified by Source and SourceSize. If the size of the uncompressed
30 the compressed data specified by Source and SourceData, then
45 that will be generated when the compressed buffer specified
48 is required to decompress the compressed buffer specified by
54 buffer cannot be determined from the compressed data specified by
77 If the compressed source data specified by Source and SourceSize is
79 If the compressed source data specified by Source and SourceSize is not in
96 @retval EFI_INVALID_PARAMETER The source buffer specified by Source and SourceSize is
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
WriteMsr64.c 22 Writes the 64-bit value specified by Value to the MSR specified by Index. The
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/
UsbCredentialProvider.uni 5 // folder of a USB stick. The token file name can be specified by the PCD
22 #string STR_MODULE_DESCRIPTION #language en-US "This module reads a token from a token file that is saved in the root folder of a USB stick. The token file name can be specified by the PCD PcdFixedUsbCredentialProviderTokenFileName."
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/BootScriptSaveDxe/
InternalBootScriptSave.h 46 Adds a record into a specified Framework boot script table.
49 script table. If the table specified by TableName is nonexistent in the
69 specified script table.
86 Closes the specified script table.
88 This function closes the specified boot script table and returns the base address
89 of the table. It allocates a new pool to duplicate all the boot scripts in the specified
90 table. Once this function is called, the specified table will be destroyed after it is
104 @retval EFI_NOT_FOUND The specified table was not created previously.
  /external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/
PatchFormatException.java 26 * Constructs a new exception with the specified message.
34 * Constructs a new exception with the specified message and cause.
  /external/autotest/client/site_tests/firmware_TouchMTB/tools/
print_syn.sh 8 # intervals between SYN_REPORT packets generated by the specified
25 # Derive the device node of the specified device.
  /external/autotest/client/site_tests/longevity_Tracker/
control.chromesign 15 This script tracks performance of Chrome OS running the specified Kiosk App.
17 temperature in the background with the specified Kiosk App running in the
control.riseplayer 15 This script tracks performance of Chrome OS running the specified Kiosk App.
17 temperature in the background with the specified Kiosk App running in the
control.stratosmedia 15 This script tracks performance of Chrome OS running the specified Kiosk App.
17 temperature in the background with the specified Kiosk App running in the
  /external/autotest/client/site_tests/platform_CrosDisksArchive/
platform_CrosDisksArchive.py 30 all files under a specified directory and its sub-directories.
50 """Archives a specified directory into a ZIP file.
53 under the specified root directory, but not the root directory
68 """Archives a specified directory into a RAR file.
71 under the specified root directory, but not the root directory
84 """Archives a specified directory into an archive of specified type.
87 under the specified root directory, but not the root directory
  /external/autotest/client/site_tests/policy_PowerManagementIdleSettings/
control 21 (dim and off) after the specified delay times, and performs the specified
  /external/boringssl/src/ssl/test/runner/poly1305/
poly1305.go 6 Package poly1305 implements Poly1305 one-time message authentication code as specified in http://cr.yp.to/mac/poly1305-20050329.pdf.
16 However, in this package AES isn't used and the one-time key is specified
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/
p6.cpp 19 explicit A::A() { } // expected-error {{'explicit' can only be specified inside the class definition}}
24 // expected-error@-4 {{'explicit' can only be specified inside the class definition}}

Completed in 764 milliseconds

<<41424344454647484950>>