/external/libchrome/base/trace_event/ |
D | trace_event_impl.cc | 220 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 …]
|
D | trace_event_android.cc | 54 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()
|
D | trace_config_category_filter.cc | 223 StringAppendF(out, ","); in WriteCategoryFilterString() 224 StringAppendF(out, "%s%s", (included ? "" : "-"), category.c_str()); in WriteCategoryFilterString()
|
/external/protobuf/conformance/ |
D | conformance_test.cc | 165 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 …]
|
D | conformance_test_runner.cc | 70 using google::protobuf::StringAppendF; 171 StringAppendF(&error_msg, in RunTest() 174 StringAppendF(&error_msg, in RunTest()
|
/external/libchrome/base/strings/ |
D | stringprintf_unittest.cc | 43 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()
|
D | stringprintf.h | 45 BASE_EXPORT void StringAppendF(std::string* dst, 49 BASE_EXPORT void StringAppendF(std::wstring* dst,
|
D | stringprintf.cc | 163 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/ |
D | stringprintf_unittest.cc | 66 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()
|
D | stringprintf.h | 62 PROTOBUF_EXPORT extern void StringAppendF(string* dst, const char* format, ...);
|
D | stringprintf.cc | 127 void StringAppendF(string* dst, const char* format, ...) { in StringAppendF() function
|
/external/libchrome/base/json/ |
D | string_escape.cc | 106 base::StringAppendF(dest, kU16EscapeFormat, code_point); in EscapeJSONStringImpl() 156 base::StringAppendF(&dest, kU16EscapeFormat, c); in EscapeBytesAsInvalidJSONString()
|
/external/libchrome/base/test/metrics/ |
D | histogram_tester.cc | 180 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/ |
D | flag_helper.cc | 239 base::StringAppendF( in UpdateFlagValues() 248 base::StringAppendF( in UpdateFlagValues() 274 base::StringAppendF(&help, in GetHelpMessage()
|
D | data_encoding.cc | 62 base::StringAppendF(&result, in UrlEncode()
|
/external/libbrillo/brillo/http/ |
D | http_form_data.cc | 47 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/ |
D | gflags_reporting.cc | 164 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()
|
D | util.h | 325 inline void StringAppendF(std::string* output, const char* format, ...) {
|
D | gflags.cc | 827 StringAppendF(msg, in TryParseLocked() 836 StringAppendF(msg, in TryParseLocked() 846 StringAppendF(msg, "%s set to %s\n", in TryParseLocked()
|
/external/libchrome/base/metrics/ |
D | sparse_histogram.cc | 284 StringAppendF(output, "Histogram: %s recorded %d samples", histogram_name(), in WriteAsciiHeader() 287 StringAppendF(output, " (flags = 0x%x)", flags()); in WriteAsciiHeader()
|
D | histogram_base.cc | 199 StringAppendF(output, " (%d = %3.1f%%)", current, current/scaled_sum); in WriteAsciiBucketValue()
|
D | histogram.cc | 758 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()
|
D | statistics_recorder.cc | 151 StringAppendF(output, "Collections of histograms for %s\n", query.c_str()); in WriteGraph()
|
/external/libchrome/base/debug/ |
D | elf_reader_linux.cc | 65 StringAppendF(&identifier, "%02X", guid[i]); in ElfSegmentBuildIDNoteAsString()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface.cc | 2322 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()
|