/external/libchrome/sandbox/linux/bpf_dsl/ |
D | dump_bpf.cc | 82 base::StringAppendF(dst, "%3zu) ", pc); in AppendInstruction() 86 base::StringAppendF(dst, "LOAD %" PRIu32 " // ", insn.k); in AppendInstruction() 91 base::StringAppendF(dst, "Argument %zu (LSB)\n", maybe_argno); in AppendInstruction() 94 base::StringAppendF(dst, "Argument %zu (MSB)\n", maybe_argno); in AppendInstruction() 96 base::StringAppendF(dst, "%s\n", DataOffsetName(insn.k)); in AppendInstruction() 99 base::StringAppendF(dst, "Load ???\n"); in AppendInstruction() 104 base::StringAppendF(dst, "JMP %zu\n", pc + insn.k + 1); in AppendInstruction() 106 base::StringAppendF( in AppendInstruction() 112 base::StringAppendF(dst, "RET 0x%" PRIx32 " // ", insn.k); in AppendInstruction() 114 base::StringAppendF(dst, "Trap #%" PRIu32 "\n", in AppendInstruction() [all …]
|
/external/libchrome/base/trace_event/ |
D | trace_event_impl.cc | 219 StringAppendF(out, "%" PRIu64, static_cast<uint64_t>(value.as_uint)); in AppendValueAsJSON() 222 StringAppendF(out, "%" PRId64, static_cast<int64_t>(value.as_int)); in AppendValueAsJSON() 256 StringAppendF(out, "%s", real.c_str()); in AppendValueAsJSON() 262 StringAppendF( in AppendValueAsJSON() 295 StringAppendF(out, "{\"pid\":%i,\"tid\":%i,\"ts\":%" PRId64 in AppendAsJSON() 340 StringAppendF(out, ",\"dur\":%" PRId64, duration); in AppendAsJSON() 344 StringAppendF(out, ",\"tdur\":%" PRId64, thread_duration); in AppendAsJSON() 351 StringAppendF(out, ",\"tts\":%" PRId64, thread_time_int64); in AppendAsJSON() 356 StringAppendF(out, ", \"use_async_tts\":1"); in AppendAsJSON() 363 StringAppendF(out, ",\"scope\":\"%s\"", scope_); in AppendAsJSON() [all …]
|
D | trace_config.cc | 658 StringAppendF(out, ","); in WriteCategoryFilterString() 659 StringAppendF(out, "%s%s", (included ? "" : "-"), category.c_str()); in WriteCategoryFilterString() 670 StringAppendF(out, ","); in WriteCategoryFilterString() 671 StringAppendF(out, "%s%s)", kSyntheticDelayCategoryFilterPrefix, in WriteCategoryFilterString()
|
/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 | 59 LIBPROTOBUF_EXPORT extern void StringAppendF(string* dst, const char* format, ...);
|
D | stringprintf.cc | 125 void StringAppendF(string* dst, const char* format, ...) { in StringAppendF() function
|
/external/libmojo/base/trace_event/ |
D | trace_event_android.cc | 53 StringAppendF(&out, "-%" PRIx64, static_cast<uint64_t>(id)); in WriteEvent() 183 StringAppendF(&out, "-%" PRIx64, static_cast<uint64_t>(id_)); in SendToATrace() 184 StringAppendF(&out, "|%d|%s", in SendToATrace()
|
/external/regex-re2/re2/ |
D | prog.cc | 140 StringAppendF(&s, "%d. %s\n", id, ip->Dump().c_str()); in ProgToString() 152 StringAppendF(&map, "byte map:\n"); in Dump() 154 StringAppendF(&map, "\t%d. [%02x-%02x]\n", i, lo, unbytemap_[i]); in Dump() 157 StringAppendF(&map, "\n"); in Dump()
|
D | onepass.cc | 562 StringAppendF(&dump, "byte ranges:\n"); in IsOnePass() 568 StringAppendF(&dump, "\t%d: %#x-%#x\n", b, lo, i - 1); in IsOnePass() 578 StringAppendF(&dump, "node %d id=%d: matchcond=%#x\n", in IsOnePass() 583 StringAppendF(&dump, " %d cond %#x -> %d id=%d\n", in IsOnePass()
|
D | tostring.cc | 325 StringAppendF(t, "\\x%02x", static_cast<int>(r)); in AppendCCChar() 328 StringAppendF(t, "\\x{%x}", static_cast<int>(r)); in AppendCCChar()
|
D | nfa.cc | 383 StringAppendF(&s, "(?,?)"); in FormatCapture() 385 StringAppendF(&s, "(%d,?)", (int)(capture[i] - btext_)); in FormatCapture() 387 StringAppendF(&s, "(%d,%d)", in FormatCapture()
|
D | dfa.cc | 512 StringAppendF(&s, "|"); in DumpWorkq() 515 StringAppendF(&s, "%s%d", sep, *it); in DumpWorkq() 532 StringAppendF(&s, "(%p)", state); in DumpState() 535 StringAppendF(&s, "|"); in DumpState() 538 StringAppendF(&s, "%s%d", sep, state->inst_[i]); in DumpState() 542 StringAppendF(&s, " flag=%#x", state->flag_); in DumpState()
|
/external/libchrome/base/metrics/ |
D | histogram_base.cc | 179 StringAppendF(&result, "%#x", sample); in GetSimpleAsciiBucketRange() 181 StringAppendF(&result, "%d", sample); in GetSimpleAsciiBucketRange() 188 StringAppendF(output, " (%d = %3.1f%%)", current, current/scaled_sum); in WriteAsciiBucketValue()
|
D | sparse_histogram.cc | 281 StringAppendF(output, in WriteAsciiHeader() 286 StringAppendF(output, " (flags = 0x%x)", flags() & ~kHexRangePrintingFlag); in WriteAsciiHeader()
|
/external/libbrillo/brillo/ |
D | flag_helper.cc | 221 base::StringAppendF( in UpdateFlagValues() 230 base::StringAppendF( in UpdateFlagValues() 256 base::StringAppendF(&help, in GetHelpMessage()
|
/external/protobuf/conformance/ |
D | conformance_test_runner.cc | 72 using google::protobuf::StringAppendF; 115 StringAppendF(&error_msg, in RunTest() 118 StringAppendF(&error_msg, in RunTest()
|
D | conformance_test.cc | 175 StringAppendF(&output_, in ReportSuccess() 193 StringAppendF(&output_, "ERROR, test=%s: ", test_name.c_str()); in ReportFailure() 200 StringAppendF(&output_, " request=%s, response=%s\n", in ReportFailure() 209 StringAppendF(&output_, "SKIPPED, test=%s request=%s, response=%s\n", in ReportSkip() 235 StringAppendF(&output_, "conformance test: name=%s, request=%s, response=%s\n", in RunTest() 589 StringAppendF(&output_, "\n"); in CheckSetEmpty() 590 StringAppendF(&output_, "%s:\n", msg); in CheckSetEmpty() 593 StringAppendF(&output_, " %s\n", iter->c_str()); in CheckSetEmpty() 595 StringAppendF(&output_, "\n"); in CheckSetEmpty()
|
/external/libchrome/base/json/ |
D | string_escape.cc | 104 base::StringAppendF(dest, kU16EscapeFormat, code_point); in EscapeJSONStringImpl() 156 base::StringAppendF(&dest, kU16EscapeFormat, c); in EscapeBytesAsInvalidJSONString()
|
/external/libbrillo/brillo/http/ |
D | http_form_data.cc | 45 base::StringAppendF(&disposition, "; name=\"%s\"", name_.c_str()); in GetContentDisposition() 68 base::StringAppendF( in GetContentHeader() 104 base::StringAppendF(&disposition, "; filename=\"%s\"", file_name_.c_str()); in GetContentDisposition()
|
/external/regex-re2/util/ |
D | stringprintf.cc | 71 void StringAppendF(string* dst, const char* format, ...) { in StringAppendF() function
|
D | util.h | 113 extern void StringAppendF(string* dst, const char* format, ...);
|
/external/libchrome/base/ |
D | location.cc | 48 base::StringAppendF(output, "%s[%d] ", in Write()
|