HomeSort by relevance Sort by last modified time
    Searched refs:FormatString (Results 1 - 25 of 63) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/MdePkg/Library/BasePrintLib/
PrintLib.c 34 The Unicode string is produced by parsing the format string specified by FormatString.
43 If BufferSize > 1 and FormatString is NULL, then ASSERT().
44 If BufferSize > 1 and FormatString is not aligned on a 16-bit boundary, then ASSERT().
45 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
55 @param FormatString A Null-terminated Unicode format string.
67 IN CONST CHAR16 *FormatString,
72 ASSERT_UNICODE_BUFFER (FormatString);
73 return BasePrintLibSPrintMarker ((CHAR8 *)StartOfBuffer, BufferSize >> 1, FORMAT_UNICODE | OUTPUT_UNICODE, (CHAR8 *)FormatString, Marker, NULL);
82 The Unicode string is produced by parsing the format string specified by FormatString.
91 If BufferSize > 1 and FormatString is NULL, then ASSERT().
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/DxeIpl/
Debug.h 31 IN CONST CHAR8 *FormatString,
Debug.c 56 IN CONST CHAR8 *FormatString,
64 VA_START (Marker, FormatString);
65 AsciiVSPrint (PrintBuffer, sizeof (PrintBuffer), FormatString, Marker);
  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
Debug.h 31 IN CONST CHAR8 *FormatString,
Debug.c 53 IN CONST CHAR8 *FormatString,
61 VA_START (Marker, FormatString);
62 AsciiVSPrint (PrintBuffer, sizeof (PrintBuffer), FormatString, Marker);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGluePrintLib.h 57 The Unicode string is produced by parsing the format string specified by FormatString.
66 If BufferSize > 1 and FormatString is NULL, then ASSERT().
67 If BufferSize > 1 and FormatString is not aligned on a 16-bit boundary, then ASSERT().
68 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
78 @param FormatString Null-terminated Unicode format string.
90 IN CONST CHAR16 *FormatString,
100 The Unicode string is produced by parsing the format string specified by FormatString.
108 If BufferSize > 1 and FormatString is NULL, then ASSERT().
109 If BufferSize > 1 and FormatString is not aligned on a 16-bit boundary, then ASSERT().
110 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
PrintLib.h 212 The Unicode string is produced by parsing the format string specified by FormatString.
221 If BufferSize > 1 and FormatString is NULL, then ASSERT().
222 If BufferSize > 1 and FormatString is not aligned on a 16-bit boundary, then ASSERT().
223 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
233 @param FormatString Null-terminated Unicode format string.
245 IN CONST CHAR16 *FormatString,
255 The Unicode string is produced by parsing the format string specified by FormatString.
264 If BufferSize > 1 and FormatString is NULL, then ASSERT().
265 If BufferSize > 1 and FormatString is not aligned on a 16-bit boundary, then ASSERT().
266 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
Print2.h 34 The Unicode string is produced by parsing the format string specified by FormatString.
43 If BufferSize > 1 and FormatString is NULL, then ASSERT().
44 If BufferSize > 1 and FormatString is not aligned on a 16-bit boundary, then ASSERT().
45 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
54 @param FormatString Null-terminated Unicode format string.
66 IN CONST CHAR16 *FormatString,
76 The Unicode string is produced by parsing the format string specified by FormatString.
84 If BufferSize > 1 and FormatString is NULL, then ASSERT().
85 If BufferSize > 1 and FormatString is not aligned on a 16-bit boundary, then ASSERT().
86 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
    [all...]
  /external/google-benchmark/src/
colorprint.h 20 std::string FormatString(const char* msg, va_list args);
21 std::string FormatString(const char* msg, ...);
colorprint.cc 85 std::string FormatString(const char* msg, va_list args) {
113 std::string FormatString(const char* msg, ...) {
116 auto tmp = FormatString(msg, args);
153 if (color_code) out << FormatString("\033[0;3%sm", color_code);
154 out << FormatString(fmt, args) << "\033[m";
  /external/libcxx/utils/google-benchmark/src/
colorprint.h 20 std::string FormatString(const char* msg, va_list args);
21 std::string FormatString(const char* msg, ...);
colorprint.cc 85 std::string FormatString(const char* msg, va_list args) {
113 std::string FormatString(const char* msg, ...) {
116 auto tmp = FormatString(msg, args);
153 if (color_code) out << FormatString("\033[0;3%sm", color_code);
154 out << FormatString(fmt, args) << "\033[m";
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePrintLib/
PrintLib.c 596 @param FormatString Null-terminated format string.
606 IN CONST CHAR8 *FormatString,
613 VA_START (Marker, FormatString);
614 NumberOfPrinted = BasePrintLibVSPrint (StartOfBuffer, BufferSize, Flags, FormatString, Marker);
625 The Unicode string is produced by parsing the format string specified by FormatString.
634 If BufferSize > 1 and FormatString is NULL, then ASSERT().
635 If BufferSize > 1 and FormatString is not aligned on a 16-bit boundary, then ASSERT().
636 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
646 @param FormatString Null-terminated Unicode format string.
658 IN CONST CHAR16 *FormatString,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/
Print.c 108 IN CONST CHAR_W *FormatString,
126 FormatString - Unicode format string see file header for more details.
150 FormatString,
  /external/libchrome/dbus/
dbus_statistics.h 28 enum FormatString {
62 FormatString format);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/Include/Protocol/
Print.h 34 The Unicode string is produced by parsing the format string specified by FormatString.
43 If BufferSize > 1 and FormatString is NULL, then ASSERT().
44 If BufferSize > 1 and FormatString is not aligned on a 16-bit boundary, then ASSERT().
45 If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
55 @param FormatString A Null-terminated Unicode format string.
67 IN CONST CHAR16 *FormatString,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/Print/
Print.h 36 IN CONST CHAR16 *FormatString,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Ascii/
Sprint.c 102 IN CONST CHAR16 *FormatString,
116 FormatString - Format string
129 for (Index = 0; Index < EFI_DRIVER_LIB_MAX_PRINT_BUFFER && FormatString[Index] != '\0'; Index++) {
130 AsciiFormat[Index] = (CHAR8) FormatString[Index];
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Unicode/
Sprint.c 102 IN CONST CHAR8 *FormatString,
116 FormatString - Format string
129 for (Index = 0; Index < EFI_DRIVER_LIB_MAX_PRINT_BUFFER && FormatString[Index] != '\0'; Index++) {
130 UnicodeFormat[Index] = (CHAR16) FormatString[Index];
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Ascii/
Sprint.c 102 IN CONST CHAR16 *FormatString,
116 FormatString - Format string
129 for (Index = 0; Index < EFI_DRIVER_LIB_MAX_PRINT_BUFFER && FormatString[Index] != '\0'; Index++) {
130 AsciiFormat[Index] = (CHAR8) FormatString[Index];
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Unicode/
Sprint.c 102 IN CONST CHAR8 *FormatString,
116 FormatString - Format string
129 for (Index = 0; Index < EFI_DRIVER_LIB_MAX_PRINT_BUFFER && FormatString[Index] != '\0'; Index++) {
130 UnicodeFormat[Index] = (CHAR16) FormatString[Index];
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/Ascii/
SPrint.c 102 IN CONST CHAR16 *FormatString,
116 FormatString - Format string
129 for (Index = 0; Index < EFI_DRIVER_LIB_MAX_PRINT_BUFFER && FormatString[Index] != '\0'; Index++) {
130 AsciiFormat[Index] = (CHAR8) FormatString[Index];
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/Unicode/
SPrint.c 102 IN CONST CHAR8 *FormatString,
116 FormatString - Format string
129 for (Index = 0; Index < EFI_DRIVER_LIB_MAX_PRINT_BUFFER && FormatString[Index] != '\0'; Index++) {
130 UnicodeFormat[Index] = (CHAR16) FormatString[Index];
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/Ascii/
SPrint.c 100 IN CONST CHAR16 *FormatString,
114 FormatString - Format string
127 for (Index = 0; Index < EFI_DRIVER_LIB_MAX_PRINT_BUFFER && FormatString[Index] != '\0'; Index++) {
128 AsciiFormat[Index] = (CHAR8) FormatString[Index];
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/Unicode/
SPrint.c 102 IN CONST CHAR8 *FormatString,
116 FormatString - Format string
129 for (Index = 0; Index < EFI_DRIVER_LIB_MAX_PRINT_BUFFER && FormatString[Index] != '\0'; Index++) {
130 UnicodeFormat[Index] = (CHAR16) FormatString[Index];

Completed in 614 milliseconds

1 2 3