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

  /external/libchrome/dbus/
dbus_statistics.h 28 enum FormatString {
62 FormatString format);
dbus_statistics.cc 181 std::string GetAsString(ShowInString show, FormatString format) {
  /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 70 static SkString FormatString(const char* input, size_t len);
SkPDFTypes.cpp 118 return SkPDFUtils::FormatString(s.c_str(), s.size());
122 return SkPDFUtils::FormatString(s, strlen(s));
SkPDFUtils.cpp 375 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 599 /// \param FormatString A fixed diagnostic format string that will be hashed
602 unsigned getCustomDiagID(Level L, const char (&FormatString)[N]) {
604 StringRef(FormatString, N - 1));
    [all...]
  /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...]
  /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/clang/lib/Sema/
SemaChecking.cpp 27 #include "clang/Analysis/Analyses/FormatString.h"
    [all...]
SemaExprObjC.cpp     [all...]
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 403 milliseconds