Home
last modified time | relevance | path

Searched refs:StringAppendF (Results 1 – 25 of 30) sorted by relevance

12

/external/libchrome/base/trace_event/
Dtrace_event_impl.cc220 StringAppendF(out, "%" PRIu64, static_cast<uint64_t>(value.as_uint)); in AppendValueAsJSON()
223 StringAppendF(out, "%" PRId64, static_cast<int64_t>(value.as_int)); in AppendValueAsJSON()
257 StringAppendF(out, "%s", real.c_str()); in AppendValueAsJSON()
263 StringAppendF( in AppendValueAsJSON()
296 StringAppendF(out, "{\"pid\":%i,\"tid\":%i,\"ts\":%" PRId64 in AppendAsJSON()
341 StringAppendF(out, ",\"dur\":%" PRId64, duration); in AppendAsJSON()
345 StringAppendF(out, ",\"tdur\":%" PRId64, thread_duration); in AppendAsJSON()
352 StringAppendF(out, ",\"tts\":%" PRId64, thread_time_int64); in AppendAsJSON()
357 StringAppendF(out, ", \"use_async_tts\":1"); in AppendAsJSON()
367 StringAppendF(out, ",\"scope\":\"%s\"", scope_); in AppendAsJSON()
[all …]
Dtrace_event_android.cc54 StringAppendF(&out, "-%" PRIx64, static_cast<uint64_t>(id)); in WriteEvent()
184 StringAppendF(&out, "-%" PRIx64, static_cast<uint64_t>(id_)); in SendToATrace()
185 StringAppendF(&out, "|%d|%s", in SendToATrace()
Dtrace_config_category_filter.cc223 StringAppendF(out, ","); in WriteCategoryFilterString()
224 StringAppendF(out, "%s%s", (included ? "" : "-"), category.c_str()); in WriteCategoryFilterString()
/external/protobuf/conformance/
Dconformance_test.cc165 StringAppendF(&output_, in ReportSuccess()
184 StringAppendF(&output_, "WARNING, test=%s: ", test_name.c_str()); in ReportFailure()
186 StringAppendF(&output_, "ERROR, test=%s: ", test_name.c_str()); in ReportFailure()
193 StringAppendF(&output_, " request=%s, response=%s\n", in ReportFailure()
202 StringAppendF(&output_, "SKIPPED, test=%s request=%s, response=%s\n", in ReportSkip()
305 StringAppendF(&output_, in RunTest()
320 StringAppendF(&output_, "\n"); in CheckSetEmpty()
321 StringAppendF(&output_, "%s\n\n", msg.c_str()); in CheckSetEmpty()
324 StringAppendF(&output_, " %s\n", iter->c_str()); in CheckSetEmpty()
326 StringAppendF(&output_, "\n"); in CheckSetEmpty()
[all …]
Dconformance_test_runner.cc70 using google::protobuf::StringAppendF;
171 StringAppendF(&error_msg, in RunTest()
174 StringAppendF(&error_msg, in RunTest()
/external/libchrome/base/strings/
Dstringprintf_unittest.cc43 StringAppendF(&value, "%s", ""); in TEST()
48 StringAppendF(&valuew, L"%ls", L""); in TEST()
55 StringAppendF(&value, " %s", "World"); in TEST()
60 StringAppendF(&valuew, L" %ls", L"World"); in TEST()
67 StringAppendF(&value, " %d", 123); in TEST()
72 StringAppendF(&valuew, L" %d", 123); in TEST()
Dstringprintf.h45 BASE_EXPORT void StringAppendF(std::string* dst,
49 BASE_EXPORT void StringAppendF(std::wstring* dst,
Dstringprintf.cc163 void StringAppendF(std::string* dst, const char* format, ...) { in StringAppendF() function
171 void StringAppendF(std::wstring* dst, const wchar_t* format, ...) { in StringAppendF() function
/external/protobuf/src/google/protobuf/stubs/
Dstringprintf_unittest.cc66 StringAppendF(&value, "%s", empty); in TEST()
72 StringAppendF(&value, "%s", ""); in TEST()
78 StringAppendF(&value, " %s", "World"); in TEST()
84 StringAppendF(&value, " %d", 123); in TEST()
Dstringprintf.h62 PROTOBUF_EXPORT extern void StringAppendF(string* dst, const char* format, ...);
Dstringprintf.cc127 void StringAppendF(string* dst, const char* format, ...) { in StringAppendF() function
/external/libchrome/base/json/
Dstring_escape.cc106 base::StringAppendF(dest, kU16EscapeFormat, code_point); in EscapeJSONStringImpl()
156 base::StringAppendF(&dest, kU16EscapeFormat, c); in EscapeBytesAsInvalidJSONString()
/external/libchrome/base/test/metrics/
Dhistogram_tester.cc180 StringAppendF(&output, "Histogram: %s recorded %d new samples.\n", in GetAllHistogramsRecorded()
183 StringAppendF(&output, in GetAllHistogramsRecorded()
188 StringAppendF(&output, "\n"); in GetAllHistogramsRecorded()
/external/libbrillo/brillo/
Dflag_helper.cc239 base::StringAppendF( in UpdateFlagValues()
248 base::StringAppendF( in UpdateFlagValues()
274 base::StringAppendF(&help, in GetHelpMessage()
Ddata_encoding.cc62 base::StringAppendF(&result, in UrlEncode()
/external/libbrillo/brillo/http/
Dhttp_form_data.cc47 base::StringAppendF(&disposition, "; name=\"%s\"", name_.c_str()); in GetContentDisposition()
70 base::StringAppendF( in GetContentHeader()
106 base::StringAppendF(&disposition, "; filename=\"%s\"", file_name_.c_str()); in GetContentDisposition()
/external/gflags/src/
Dgflags_reporting.cc164 StringAppendF(&final_string, "\n "); in DescribeOneFlag()
181 StringAppendF(&final_string, "\n"); in DescribeOneFlag()
196 StringAppendF(r, "<%s>%s</%s>", tag, XMLText(txt).c_str(), tag); in AddXMLTag()
Dutil.h325 inline void StringAppendF(std::string* output, const char* format, ...) {
Dgflags.cc827 StringAppendF(msg, in TryParseLocked()
836 StringAppendF(msg, in TryParseLocked()
846 StringAppendF(msg, "%s set to %s\n", in TryParseLocked()
/external/libchrome/base/metrics/
Dsparse_histogram.cc284 StringAppendF(output, "Histogram: %s recorded %d samples", histogram_name(), in WriteAsciiHeader()
287 StringAppendF(output, " (flags = 0x%x)", flags()); in WriteAsciiHeader()
Dhistogram_base.cc199 StringAppendF(output, " (%d = %3.1f%%)", current, current/scaled_sum); in WriteAsciiBucketValue()
Dhistogram.cc758 StringAppendF(output, "Histogram: %s recorded %d samples", histogram_name(), in WriteAsciiHeader()
764 StringAppendF(output, ", mean = %.1f", mean); in WriteAsciiHeader()
767 StringAppendF(output, " (flags = 0x%x)", flags()); in WriteAsciiHeader()
779 StringAppendF(output, " {%3.1f%%}", percentage); in WriteAsciiBucketContext()
Dstatistics_recorder.cc151 StringAppendF(output, "Collections of histograms for %s\n", query.c_str()); in WriteGraph()
/external/libchrome/base/debug/
Delf_reader_linux.cc65 StringAppendF(&identifier, "%02X", guid[i]); in ElfSegmentBuildIDNoteAsString()
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc2322 StringAppendF(&output, "%-35s free:", name.c_str()); in FormatFreeFieldNumbers()
2333 StringAppendF(&output, " %d", next_free_number); in FormatFreeFieldNumbers()
2336 StringAppendF(&output, " %d-%d", next_free_number, i->first - 1); in FormatFreeFieldNumbers()
2342 StringAppendF(&output, " %d-INF", next_free_number); in FormatFreeFieldNumbers()

12