HomeSort by relevance Sort by last modified time
    Searched defs:FormatString (Results 1 - 15 of 15) sorted by null

  /external/google-benchmark/src/
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/libchrome/dbus/
dbus_statistics.h 28 enum FormatString {
62 FormatString format);
  /external/libcxx/utils/google-benchmark/src/
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/ShellPkg/Library/UefiShellDriver1CommandsLib/
DevTree.c 48 CHAR16 *FormatString;
94 FormatString = AllocateZeroPool(StrSize(HiiString) + (10)*sizeof(FormatString[0]));
97 ASSERT(FormatString != NULL);
105 UnicodeSPrint(FormatString, StrSize(HiiString) + (10)*sizeof(FormatString[0]), L"%%%ds %s", IndentCharCount, HiiString);
113 FormatString,
118 FreePool(FormatString);
Drivers.c 193 CHAR16 *FormatString;
202 FormatString = NULL;
246 FormatString = HiiGetString (gShellDriver1HiiHandle, STRING_TOKEN (STR_DRIVERS_ITEM_LINE_SFO), Language);
258 FormatString = HiiGetString (gShellDriver1HiiHandle, STRING_TOKEN (STR_DRIVERS_ITEM_LINE), Language);
291 FormatString,
317 SHELL_FREE_NON_NULL(FormatString);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/
DebugLib.c 62 CHAR8 *FormatString;
114 FormatString = (CHAR8 *)((UINT64 *)(DebugInfo + 1) + 12);
120 // the FormatString buffer is the size of Buffer minus the Padding
125 AsciiStrCpyS (FormatString, DestBufferSize / sizeof (CHAR8), Format);
211 ASSERT ((CHAR8 *)BaseListMarker <= FormatString);
216 if ((CHAR8 *)BaseListMarker > FormatString) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/
DebugLib.c 61 CHAR8 *FormatString;
113 FormatString = (CHAR8 *)((UINT64 *)(DebugInfo + 1) + 12);
118 AsciiStrCpyS (FormatString, sizeof(Buffer) - (4 + sizeof(EFI_DEBUG_INFO) + 12 * sizeof(UINT64)), Format);
204 ASSERT ((CHAR8 *)BaseListMarker <= FormatString);
209 if ((CHAR8 *)BaseListMarker > FormatString) {
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiConfig.c 65 CHAR16 FormatString[8];
125 CopyMem (FormatString, L"%x0%x:", StrSize (L"%x0%x:"));
127 CopyMem (FormatString, L"%x%x:", StrSize (L"%x%x:"));
133 (CONST CHAR16 *) FormatString,
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6ConfigNv.c 147 CHAR16 FormatString[8];
190 CopyMem (FormatString, L"%x0%x:", StrSize (L"%x0%x:"));
192 CopyMem (FormatString, L"%x%x:", StrSize (L"%x%x:"));
198 (CONST CHAR16 *) FormatString,
697 CHAR16 FormatString[8];
750 CopyMem (FormatString, L"0%x-", sizeof (L"0%x-"));
752 CopyMem (FormatString, L"%x-", sizeof (L"%x-"));
758 (CONST CHAR16 *) FormatString,
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_annotations/2.0.18/
error_prone_annotations-2.0.18.jar 
  /libcore/ojluni/src/main/java/java/util/
Formatter.java     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
SemaChecking.cpp 27 #include "clang/Analysis/Analyses/FormatString.h"
    [all...]
  /external/ImageMagick/MagickCore/
methods.h 343 #define FormatString PrependMagickMethod(FormatString)
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_core/2.0.18/
error_prone_core-2.0.18.jar 

Completed in 976 milliseconds