HomeSort by relevance Sort by last modified time
    Searched refs:FormatString (Results 51 - 75 of 82) sorted by null

1 23 4

  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
DiagnosticIDs.h 164 unsigned getCustomDiagID(Level L, StringRef FormatString);
Diagnostic.h 661 /// \param FormatString A fixed diagnostic format string that will be hashed
664 unsigned getCustomDiagID(Level L, const char (&FormatString)[N]) {
666 StringRef(FormatString, N - 1));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
DiagnosticIDs.h 164 unsigned getCustomDiagID(Level L, StringRef FormatString);
Diagnostic.h 661 /// \param FormatString A fixed diagnostic format string that will be hashed
664 unsigned getCustomDiagID(Level L, const char (&FormatString)[N]) {
666 StringRef(FormatString, N - 1));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
DiagnosticIDs.h 164 unsigned getCustomDiagID(Level L, StringRef FormatString);
Diagnostic.h 661 /// \param FormatString A fixed diagnostic format string that will be hashed
664 unsigned getCustomDiagID(Level L, const char (&FormatString)[N]) {
666 StringRef(FormatString, N - 1));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
DiagnosticIDs.h 164 unsigned getCustomDiagID(Level L, StringRef FormatString);
Diagnostic.h 661 /// \param FormatString A fixed diagnostic format string that will be hashed
664 unsigned getCustomDiagID(Level L, const char (&FormatString)[N]) {
666 StringRef(FormatString, N - 1));
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/
Print.c 482 IN CONST CHAR_W *FormatString,
500 FormatString - Unicode format string see file header for more details.
524 FormatString,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/
Print.c 133 IN CONST CHAR_W *FormatString,
151 FormatString - Unicode format string see file header for more details.
181 Format = (CHAR_W *)FormatString;
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
UefiLib.h     [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...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePrintLib/
PrintLibInternal.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Print/
Print.c 150 IN CONST CHAR8 *FormatString,
168 FormatString - Ascii format string see file header for more details.
196 Format = (CHAR8 *) FormatString;
  /external/libchrome/dbus/
dbus_statistics.cc 181 std::string GetAsString(ShowInString show, FormatString format) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/
Print.c 508 IN CONST CHAR_W *FormatString,
526 FormatString - Unicode format string see file header for more details.
556 Format = (CHAR_W *) FormatString;
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 309 /// \param FormatString A fixed diagnostic format string that will be hashed and
311 unsigned DiagnosticIDs::getCustomDiagID(Level L, StringRef FormatString) {
314 return CustomDiagInfo->getOrCreateDiagID(L, FormatString, *this);
  /libcore/ojluni/src/main/java/java/util/
Formatter.java     [all...]
  /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...]
  /external/clang/include/clang/Basic/
Diagnostic.h 606 /// \param FormatString A fixed diagnostic format string that will be hashed
609 unsigned getCustomDiagID(Level L, const char (&FormatString)[N]) {
611 StringRef(FormatString, N - 1));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 661 /// \param FormatString A fixed diagnostic format string that will be hashed
664 unsigned getCustomDiagID(Level L, const char (&FormatString)[N]) {
666 StringRef(FormatString, N - 1));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 661 /// \param FormatString A fixed diagnostic format string that will be hashed
664 unsigned getCustomDiagID(Level L, const char (&FormatString)[N]) {
666 StringRef(FormatString, N - 1));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 661 /// \param FormatString A fixed diagnostic format string that will be hashed
664 unsigned getCustomDiagID(Level L, const char (&FormatString)[N]) {
666 StringRef(FormatString, N - 1));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 661 /// \param FormatString A fixed diagnostic format string that will be hashed
664 unsigned getCustomDiagID(Level L, const char (&FormatString)[N]) {
666 StringRef(FormatString, N - 1));
    [all...]
  /external/ImageMagick/MagickCore/
methods.h 343 #define FormatString PrependMagickMethod(FormatString)
    [all...]

Completed in 818 milliseconds

1 23 4