/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
ExtractGuidedSectionLib.h | 30 Examines a GUIDed section specified by InputSection.
48 if the buffer specified by InputSection were decoded.
50 if the buffer specified by InputSection were decoded.
55 @retval RETURN_UNSUPPORTED The section specified by InputSection does not match the GUID this handler supports.
56 @retval RETURN_INVALID_PARAMETER The information can not be retrieved from the section specified by InputSection.
71 Decodes the GUIDed section specified by InputSection.
75 is decoded into the buffer specified by OutputBuffer and the authentication status of this
78 the decoded data will be placed in caller allocated buffer specified by OutputBuffer.
96 @retval RETURN_SUCCESS The buffer specified by InputSection was decoded.
97 @retval RETURN_UNSUPPORTED The section specified by InputSection does not match the GUID this handler supports. [all...] |
DebugLib.h | 81 Prints a debug message to the debug output device if the specified error level is enabled.
84 GetDebugPrintErrorLevel (), then print the message specified by Format and the
92 based on the format string specified by Format.
137 This function fills Length bytes of Buffer with the value specified by
281 expression specified by Expression. If Expression evaluates to FALSE, then
330 value specified by StatusParameter. If StatusParameter is an error code,
356 RETURN_STATUS value specified by StatusParameter. If StatusParameter is an
385 If Handle is NULL, then a check is made to see if the protocol specified by Guid
387 a check is made to see if the protocol specified by Guid is present on the
388 handle specified by Handle. If the check finds the protocol, then DebugAssert() [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/UefiUsbLib/ |
Hid.c | 33 Get the descriptor of the specified USB HID interface.
35 Submit a USB get HID descriptor request for the USB device specified by UsbIo
43 the specified USB target and interface. Type EFI_USB_HID_DESCRIPTOR
87 Get the report descriptor of the specified USB HID interface.
89 Submit a USB get HID report descriptor request for the USB device specified by
101 buffer specified by DescriptorLength and DescriptorBuffer
147 Get the HID protocol of the specified USB HID interface.
149 Submit a USB get HID protocol request for the USB device specified by UsbIo
156 @param Protocol A pointer to the protocol for the specified USB target.
203 Set the HID protocol of the specified USB HID interface. [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/ |
X86Msr.c | 22 Reads and returns the lower 32-bits of the MSR specified by Index.
46 Writes the 32-bit value specified by Value to the MSR specified by Index. The
73 Reads the 64-bit MSR specified by Index, performs a bitwise OR
74 between the lower 32-bits of the read result and the value specified by
75 OrData, and writes the result to the 64-bit MSR specified by Index. The lower
102 Reads the 64-bit MSR specified by Index, performs a bitwise AND between the
103 lower 32-bits of the read result and the value specified by AndData, and
104 writes the result to the 64-bit MSR specified by Index. The lower 32-bits of
131 Reads the 64-bit MSR specified by Index, performs a bitwise AND between the [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseIoLibIntrinsic/ |
IoHighLevel.c | 38 Reads the 8-bit I/O port specified by Port, performs a bitwise inclusive OR
39 between the read result and the value specified by OrData, and writes the
40 result to the 8-bit I/O port specified by Port. The value written to the I/O
66 Reads the 8-bit I/O port specified by Port, performs a bitwise AND between
67 the read result and the value specified by AndData, and writes the result to
68 the 8-bit I/O port specified by Port. The value written to the I/O port is
94 Reads the 8-bit I/O port specified by Port, performs a bitwise AND between
95 the read result and the value specified by AndData, performs a bitwise OR
96 between the result of the AND operation and the value specified by OrData,
97 and writes the result to the 8-bit I/O port specified by Port. The value [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeIoLibCpuIo/ |
IoHighLevel.c | 29 Reads the 8-bit I/O port specified by Port, performs a bitwise inclusive OR
30 between the read result and the value specified by OrData, and writes the
31 result to the 8-bit I/O port specified by Port. The value written to the I/O
57 Reads the 8-bit I/O port specified by Port, performs a bitwise AND between
58 the read result and the value specified by AndData, and writes the result to
59 the 8-bit I/O port specified by Port. The value written to the I/O port is
85 Reads the 8-bit I/O port specified by Port, performs a bitwise AND between
86 the read result and the value specified by AndData, performs a bitwise OR
87 between the result of the AND operation and the value specified by OrData,
88 and writes the result to the 8-bit I/O port specified by Port. The value [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/BasePrintLib/ |
PrintLib.c | 32 Produces a Null-terminated Unicode string in the output buffer specified by StartOfBuffer
34 The Unicode string is produced by parsing the format string specified by FormatString.
35 Arguments are pulled from the variable argument list specified by Marker based on the
54 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
80 Produces a Null-terminated Unicode string in the output buffer specified by StartOfBuffer
82 The Unicode string is produced by parsing the format string specified by FormatString.
83 Arguments are pulled from the variable argument list specified by Marker based on the
102 @param BufferSize The size, in bytes, of the output buffer specified by StartOfBuffer.
128 Produces a Null-terminated Unicode string in the output buffer specified by StartOfBuffer
130 The Unicode string is produced by parsing the format string specified by FormatString. [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/ |
ConSplitter.h | 726 Unicode string. If the driver specified by This has a user readable name in
727 the language specified by Language, then a pointer to the driver name is
728 returned in DriverName, and EFI_SUCCESS is returned. If the driver specified
729 by This does not support the language specified by Language,
739 languages specified in SupportedLanguages. The
741 to the driver writer. Language is specified
746 driver specified by This in the language
747 specified by Language.
749 @retval EFI_SUCCESS The Unicode string for the Driver specified by
750 This and the language specified by Language was [all...] |
/external/clang/test/OpenMP/ |
target_update_from_messages.cpp | 82 #pragma omp target update from // expected-error {{expected '(' after 'from'}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}} 83 #pragma omp target update from( // expected-error {{expected ')'}} expected-note {{to match this '('}} expected-error {{expected expression}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}} 84 #pragma omp target update from() // expected-error {{expected expression}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}} 85 #pragma omp target update() // expected-warning {{extra tokens at the end of '#pragma omp target update' are ignored}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}} 86 #pragma omp target update from(alloc) // expected-error {{use of undeclared identifier 'alloc'}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}} 89 #pragma omp target update from(T) // expected-error {{'T' does not refer to a value}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}} 96 #pragma omp target update from(S1) // expected-error {{'S1' does not refer to a value}}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}} 98 #pragma omp target update from(ba) // expected-error 2 {{type 'S2' is not mappable to target}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}} 99 #pragma omp target update from(h) // expected-error {{threadprivate variables are not allowed in 'from' clause}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}} 138 #pragma omp target update from // expected-error {{expected '(' after 'from'}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'} [all...] |
target_update_to_messages.cpp | 82 #pragma omp target update to // expected-error {{expected '(' after 'to'}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}} 83 #pragma omp target update to( // expected-error {{expected ')'}} expected-note {{to match this '('}} expected-error {{expected expression}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}} 84 #pragma omp target update to() // expected-error {{expected expression}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}} 85 #pragma omp target update() // expected-warning {{extra tokens at the end of '#pragma omp target update' are ignored}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}} 86 #pragma omp target update to(alloc) // expected-error {{use of undeclared identifier 'alloc'}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}} 89 #pragma omp target update to(T) // expected-error {{'T' does not refer to a value}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}} 96 #pragma omp target update to(S1) // expected-error {{'S1' does not refer to a value}}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}} 98 #pragma omp target update to(ba) // expected-error 2 {{type 'S2' is not mappable to target}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}} 99 #pragma omp target update to(h) // expected-error {{threadprivate variables are not allowed in 'to' clause}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'}} 137 #pragma omp target update to // expected-error {{expected '(' after 'to'}} expected-error {{expected at least one 'to' clause or 'from' clause specified to '#pragma omp target update'} [all...] |
/cts/tests/tests/keystore/src/android/keystore/cts/ |
KeyPairGeneratorSpecTest.java | 51 assertEquals("Context should be the one specified", getContext(), spec.getContext()); 53 assertEquals("Alias should be the one specified", TEST_ALIAS_1, spec.getKeystoreAlias()); 55 assertEquals("subjectDN should be the one specified", TEST_DN_1, spec.getSubjectDN()); 57 assertEquals("startDate should be the one specified", NOW, spec.getStartDate()); 59 assertEquals("endDate should be the one specified", NOW_PLUS_10_YEARS, spec.getEndDate()); 74 assertEquals("Context should be the one specified", getContext(), spec.getContext()); 76 assertEquals("Alias should be the one specified", TEST_ALIAS_1, spec.getKeystoreAlias()); 78 assertEquals("subjectDN should be the one specified", TEST_DN_1, spec.getSubjectDN()); 80 assertEquals("startDate should be the one specified", NOW, spec.getStartDate()); 82 assertEquals("endDate should be the one specified", NOW_PLUS_10_YEARS, spec.getEndDate()) [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DriverDiagnostics/ |
DriverDiagnostics.h | 72 specified by ControllerHandle and ChildHandle. See
77 match one of the languages specified in SupportedLanguages.
90 EFI_SUCCESS - The controller specified by ControllerHandle and
99 EFI_UNSUPPORTED - The driver specified by This does not support
100 running diagnostics for the controller specified
102 EFI_UNSUPPORTED - The driver specified by This does not support the
103 type of diagnostic specified by DiagnosticType.
104 EFI_UNSUPPORTED - The driver specified by This does not support the
105 language specified by Language.
111 EFI_DEVICE_ERROR - The controller specified by ControllerHandle and [all...] |
/device/linaro/bootloader/edk2/EmulatorPkg/EmuBlockIoDxe/ |
DriverDiagnostics.c | 81 specified by ControllerHandle and ChildHandle. See
87 match one of the languages specified in SupportedLanguages.
100 EFI_SUCCESS - The controller specified by ControllerHandle and
109 EFI_UNSUPPORTED - The driver specified by This does not support
110 running diagnostics for the controller specified
112 EFI_UNSUPPORTED - The driver specified by This does not support the
113 type of diagnostic specified by DiagnosticType.
114 EFI_UNSUPPORTED - The driver specified by This does not support the
115 language specified by Language.
121 EFI_DEVICE_ERROR - The controller specified by ControllerHandle and [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/ |
DriverDiagnostics.c | 49 specified by ControllerHandle and ChildHandle.
53 specified in SupportedLanguages. The number of languages supported by
62 @retval EFI_SUCCESS The controller specified by ControllerHandle and ChildHandle passed
70 @retval EFI_UNSUPPORTED The driver specified by This does not support running
71 diagnostics for the controller specified by ControllerHandle
73 @retval EFI_UNSUPPORTED The driver specified by This does not support the
74 type of diagnostic specified by DiagnosticType.
75 @retval EFI_UNSUPPORTED The driver specified by This does not support the language
76 specified by Language.
81 @retval EFI_DEVICE_ERROR The controller specified by ControllerHandle and ChildHandle [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
DriverDiagnostics.h | 64 specified by ControllerHandle and ChildHandle. See
69 match one of the languages specified in SupportedLanguages.
80 @retval EFI_SUCCESS The controller specified by ControllerHandle and
88 @retval EFI_UNSUPPORTED The driver specified by This does not support
89 running diagnostics for the controller specified
91 @retval EFI_UNSUPPORTED The driver specified by This does not support the
92 type of diagnostic specified by DiagnosticType.
93 @retval EFI_UNSUPPORTED The driver specified by This does not support the
94 language specified by Language.
100 @retval EFI_DEVICE_ERROR The controller specified by ControllerHandle and [all...] |
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtBlockIoDxe/ |
DriverDiagnostics.c | 86 specified by ControllerHandle and ChildHandle. See
92 match one of the languages specified in SupportedLanguages.
105 EFI_SUCCESS - The controller specified by ControllerHandle and
114 EFI_UNSUPPORTED - The driver specified by This does not support
115 running diagnostics for the controller specified
117 EFI_UNSUPPORTED - The driver specified by This does not support the
118 type of diagnostic specified by DiagnosticType.
119 EFI_UNSUPPORTED - The driver specified by This does not support the
120 language specified by Language.
126 EFI_DEVICE_ERROR - The controller specified by ControllerHandle and [all...] |
/external/ImageMagick/Magick++/lib/Magick++/ |
Geometry.h | 42 // Construct Geometry from specified string 48 // Construct Geometry from specified string 51 // Construct Geometry from specified dimensions 156 // Construct Offset from specified string 162 // Construct Offset from specified string 165 // Construct Offset from specified x and y 213 // Construct Point from specified string 219 // Construct Point from specified string 222 // Construct Point from specified x and y 225 // Construct Point from specified x [all...] |
/external/clang/include/clang/Rewrite/Core/ |
RewriteBuffer.h | 57 /// RemoveText - Remove the specified text. 61 /// InsertText - Insert some text at the specified point, where the offset in 62 /// the buffer is specified relative to the original SourceBuffer. The 63 /// text is inserted after the specified location. 69 /// InsertTextBefore - Insert some text before the specified point, where the 70 /// offset in the buffer is specified relative to the original 71 /// SourceBuffer. The text is inserted before the specified location. This is 77 /// InsertTextAfter - Insert some text at the specified point, where the 78 /// offset in the buffer is specified relative to the original SourceBuffer. 79 /// The text is inserted after the specified location [all...] |
/external/libcxx/cmake/Modules/ |
HandleLibcxxFlags.cmake | 25 # This can be used to remove unwanted flags specified on the command line 61 # Add a macro definition to the __config_site file if the specified condition 94 # If the specified 'condition' is true then add a list of flags to 103 # Add a specified list of flags to both 'LIBCXX_COMPILE_FLAGS' and 112 # If the specified 'condition' is true then add a list of flags to both 137 # If 'condition' is true then add the specified list of flags to 145 # For each specified flag, add that flag to 'LIBCXX_COMPILE_FLAGS' if the 162 # If 'condition' is true then add the specified list of flags to 170 # For each specified flag, add that flag to 'LIBCXX_LINK_FLAGS' if the 187 # if 'condition' is true then add the specified list of libraries and flag [all...] |
/external/llvm/include/llvm/Analysis/ |
LazyValueInfo.h | 67 /// Determine whether the specified value comparison with a constant is known 68 /// to be true or false on the specified CFG edge. 74 /// Determine whether the specified value comparison with a constant is known 75 /// to be true or false at the specified instruction 80 /// Determine whether the specified value is known to be a 81 /// constant at the end of the specified block. Return null if not. 85 /// specified value at the end of the specified block. This may only be called 89 /// Determine whether the specified value is known to be a 90 /// constant on the specified edge. Return null if not [all...] |
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/test/ |
AbstractGroovyTestCase.groovy | 35 * Write out the specified log message, prefixing with the current class name. 49 * Assert that the specified code throws an exception of the specified type. 51 * @param code - the Closure containing the code to be executed, which is expected to throw an exception of the specified type 69 * Assert that the specified code throws an exception with an error message 70 * containing the specified text. 72 * @param code - the Closure containing the code to be executed, which is expected to throw an exception of the specified type 85 * Return the specified paths concatenated with the path separator in between 94 * Create a new InetAddress from the specified host String, using the 97 * @return an InetAddress for the specified hos [all...] |
/external/webrtc/webrtc/voice_engine/include/ |
voe_codec.h | 57 // Get the |codec| information for a specified list |index|. 63 // Gets the |codec| parameters for the sending codec on a specified 67 // Sets the bitrate on a specified |channel| to the specified value 97 // specified |channel|. Returns 0 if success, and -1 if failed. 102 // Gets the codec internal FEC status for a specified |channel|. Returns 0 110 // specified |channel|. Disabling VAD (through |enable|) will also disable 117 // Gets the VAD/DTX status and |mode| for a specified |channel|. 123 // If send codec is Opus on a specified |channel|, sets the maximum playback 131 // If send codec is Opus on a specified |channel|, set its DTX. Returns 0 i [all...] |
/frameworks/base/tools/aapt/ |
AaptXml.h | 34 * Returns the string value for the specified attribute. 41 * Returns the string value for the specified attribute, or an empty string 49 * Returns the integer value for the specified attribute, or the default value 57 * Returns the integer value for the specified attribute, or the default value 67 * Returns the integer value for the specified attribute, or the default value 75 * Returns the integer value for the specified attribute, or the default value 85 * Returns the integer value for the specified attribute, or the default value 94 * Returns the integer value for the specified attribute, or the default value 105 * Returns the string value for the specified attribute, or an empty string 114 * Returns the resource for the specified attribute in the outValue parameter [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Rewrite/Core/ |
RewriteBuffer.h | 57 /// RemoveText - Remove the specified text. 61 /// InsertText - Insert some text at the specified point, where the offset in 62 /// the buffer is specified relative to the original SourceBuffer. The 63 /// text is inserted after the specified location. 69 /// InsertTextBefore - Insert some text before the specified point, where the 70 /// offset in the buffer is specified relative to the original 71 /// SourceBuffer. The text is inserted before the specified location. This is 77 /// InsertTextAfter - Insert some text at the specified point, where the 78 /// offset in the buffer is specified relative to the original SourceBuffer. 79 /// The text is inserted after the specified location [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/ |
LazyValueInfo.h | 69 /// Determine whether the specified value comparison with a constant is known 70 /// to be true or false on the specified CFG edge. 76 /// Determine whether the specified value comparison with a constant is known 77 /// to be true or false at the specified instruction 82 /// Determine whether the specified value is known to be a 83 /// constant at the end of the specified block. Return null if not. 87 /// specified value at the end of the specified block. This may only be called 91 /// Determine whether the specified value is known to be a 92 /// constant on the specified edge. Return null if not [all...] |