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

  /external/clang/lib/Analysis/
Android.mk 27 FormatString.cpp \
  /external/clang/lib/ASTMatchers/Dynamic/
Diagnostics.cpp 132 static void formatErrorString(StringRef FormatString,
135 while (!FormatString.empty()) {
136 std::pair<StringRef, StringRef> Pieces = FormatString.split("$");
141 FormatString = Pieces.second.drop_front();
  /external/skia/src/pdf/
SkPDFUtils.h 58 static SkString FormatString(const char* input, size_t len);
SkPDFTypes.cpp 138 return SkPDFUtils::FormatString(s.c_str(), s.size());
142 return SkPDFUtils::FormatString(s, strlen(s));
SkPDFUtils.cpp 303 SkString SkPDFUtils::FormatString(const char* cin, size_t len) {
SkPDFDevice.cpp     [all...]
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 140 unsigned getCustomDiagID(Level L, StringRef FormatString);
Diagnostic.h 598 /// \param FormatString A fixed diagnostic format string that will be hashed
601 unsigned getCustomDiagID(Level L, const char (&FormatString)[N]) {
603 StringRef(FormatString, N - 1));
    [all...]
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 313 /// \param FormatString A fixed diagnostic format string that will be hashed and
315 unsigned DiagnosticIDs::getCustomDiagID(Level L, StringRef FormatString) {
318 return CustomDiagInfo->getOrCreateDiagID(L, FormatString, *this);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
resapi.h 60 typedef VOID (_stdcall *PLOG_EVENT_ROUTINE)(RESOURCE_HANDLE ResourceHandle,LOG_LEVEL LogLevel,LPCWSTR FormatString,...);
  /external/v8/src/
messages.js 181 function FormatString(format, args) {
310 return FormatString(format, args);
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 26 #include "clang/Analysis/Analyses/FormatString.h"
    [all...]
SemaExprObjC.cpp     [all...]

Completed in 141 milliseconds