Searched refs:FormatString (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/angle/src/common/
H A Dangleutils.cpp11 std::string FormatString(const char *fmt, va_list vararg) function
30 std::string FormatString(const char *fmt, ...) function
34 std::string result = FormatString(fmt, vararg);
H A Dangleutils.h135 std::string FormatString(const char *fmt, va_list vararg);
136 std::string FormatString(const char *fmt, ...);
H A Ddebug.cpp29 std::string formattedMessage = FormatString(format, vararg);
/external/chromium_org/dbus/
H A Ddbus_statistics.h28 enum FormatString { enum in namespace:dbus::statistics
62 FormatString format);
H A Ddbus_statistics.cc180 std::string GetAsString(ShowInString show, FormatString format) {
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DError.cpp31 mMessage = FormatString(msg, vararg);
/external/clang/lib/Analysis/
H A DAndroid.mk29 FormatString.cpp \
/external/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp133 void formatErrorString(StringRef FormatString, ArrayRef<std::string> Args, argument
135 while (!FormatString.empty()) {
136 std::pair<StringRef, StringRef> Pieces = FormatString.split("$");
141 FormatString = Pieces.second.drop_front();
/external/clang/include/clang/Basic/
H A DDiagnosticIDs.h131 unsigned getCustomDiagID(Level L, StringRef FormatString);
H A DDiagnostic.h597 /// \param FormatString A fixed diagnostic format string that will be hashed
600 unsigned getCustomDiagID(Level L, const char (&FormatString)[N]) { argument
602 StringRef(FormatString, N - 1));
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFTypes.h233 static SkString FormatString(const char* input, size_t len);
234 static SkString FormatString(const uint16_t* input, size_t len,
H A DSkPDFTypes.cpp186 : fValue(FormatString(value, strlen(value))) {
190 : fValue(FormatString(value.c_str(), value.size())) {
194 : fValue(FormatString(value, len, wideChars)) {
213 SkString SkPDFString::FormatString(const char* input, size_t len) { function in class:SkPDFString
217 SkString SkPDFString::FormatString(const uint16_t* input, size_t len, function in class:SkPDFString
H A DSkPDFDevice.cpp1147 SkPDFString::FormatString(glyphIDs + consumedGlyphCount,
1200 SkPDFString::FormatString(&encodedValue, 1, font->multiByteGlyphs());
/external/skia/src/pdf/
H A DSkPDFTypes.h233 static SkString FormatString(const char* input, size_t len);
234 static SkString FormatString(const uint16_t* input, size_t len,
H A DSkPDFTypes.cpp186 : fValue(FormatString(value, strlen(value))) {
190 : fValue(FormatString(value.c_str(), value.size())) {
194 : fValue(FormatString(value, len, wideChars)) {
213 SkString SkPDFString::FormatString(const char* input, size_t len) { function in class:SkPDFString
217 SkString SkPDFString::FormatString(const uint16_t* input, size_t len, function in class:SkPDFString
H A DSkPDFDevice.cpp1147 SkPDFString::FormatString(glyphIDs + consumedGlyphCount,
1306 SkPDFString::FormatString(&encodedValue, 1,
/external/clang/lib/Basic/
H A DDiagnosticIDs.cpp308 /// \param FormatString A fixed diagnostic format string that will be hashed and
310 unsigned DiagnosticIDs::getCustomDiagID(Level L, StringRef FormatString) { argument
313 return CustomDiagInfo->getOrCreateDiagID(L, FormatString, *this);
/external/chromium_org/v8/src/
H A Dmessages.js181 function FormatString(format, args) { function
310 return FormatString(format, args);

Completed in 2296 milliseconds