Searched refs:FormatString (Results 1 – 15 of 15) sorted by relevance
/external/libchrome/dbus/ |
D | dbus_statistics.h | 28 enum FormatString { enum 62 FormatString format);
|
D | dbus_statistics.cc | 181 std::string GetAsString(ShowInString show, FormatString format) { in GetAsString()
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Diagnostics.cpp | 132 static void formatErrorString(StringRef FormatString, in formatErrorString() argument 135 while (!FormatString.empty()) { in formatErrorString() 136 std::pair<StringRef, StringRef> Pieces = FormatString.split("$"); in formatErrorString() 141 FormatString = Pieces.second.drop_front(); in formatErrorString()
|
/external/clang/lib/Analysis/ |
D | CMakeLists.txt | 16 FormatString.cpp
|
D | Android.mk | 27 FormatString.cpp \
|
/external/skia/src/pdf/ |
D | SkPDFUtils.h | 70 static SkString FormatString(const char* input, size_t len);
|
D | SkPDFTypes.cpp | 118 return SkPDFUtils::FormatString(s.c_str(), s.size()); in format_string() 122 return SkPDFUtils::FormatString(s, strlen(s)); in format_string()
|
D | SkPDFUtils.cpp | 375 SkString SkPDFUtils::FormatString(const char* cin, size_t len) { in FormatString() function in SkPDFUtils
|
D | SkPDFDevice.cpp | 1230 return SkPDFUtils::FormatString(tmp.c_str(), tmp.size()); in format_wide_string()
|
/external/clang/include/clang/Basic/ |
D | DiagnosticIDs.h | 140 unsigned getCustomDiagID(Level L, StringRef FormatString);
|
D | Diagnostic.h | 602 unsigned getCustomDiagID(Level L, const char (&FormatString)[N]) { in getCustomDiagID() 604 StringRef(FormatString, N - 1)); in getCustomDiagID()
|
/external/clang/lib/Basic/ |
D | DiagnosticIDs.cpp | 311 unsigned DiagnosticIDs::getCustomDiagID(Level L, StringRef FormatString) { in getCustomDiagID() argument 314 return CustomDiagInfo->getOrCreateDiagID(L, FormatString, *this); in getCustomDiagID()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 1251 const StringLiteral *FormatString; in DiagnoseCStringFormatDirectiveInCFAPI() local 1254 FormatString = OSL->getString(); in DiagnoseCStringFormatDirectiveInCFAPI() 1256 FormatString = dyn_cast<StringLiteral>(FormatExpr->IgnoreParenImpCasts()); in DiagnoseCStringFormatDirectiveInCFAPI() 1257 if (!FormatString) in DiagnoseCStringFormatDirectiveInCFAPI() 1259 if (S.FormatStringHasSArg(FormatString)) { in DiagnoseCStringFormatDirectiveInCFAPI()
|
D | SemaExprObjC.cpp | 2278 StringLiteral *FormatString = OSL->getString(); in DiagnoseCStringFormatDirectiveInObjCAPI() local 2279 if (S.FormatStringHasSArg(FormatString)) { in DiagnoseCStringFormatDirectiveInObjCAPI()
|
/external/chromium-trace/catapult/tracing/test_data/ |
D | v8.log | 495 code-creation,LazyCompile,0,0x4241e980,1432,"FormatString native messages.js:159",0x2341a84c, 833 code-creation,LazyCompile,0,0x4241e980,1432,"FormatString native messages.js:159",0x2341a84c,
|