Home
last modified time | relevance | path

Searched refs:AppendInt (Results 1 – 9 of 9) sorted by relevance

/external/perfetto/src/base/
Dstring_writer_unittest.cc35 writer.AppendInt(132545); in TEST()
70 writer.AppendInt(std::numeric_limits<int64_t>::min()); in TEST()
75 writer.AppendInt(std::numeric_limits<int64_t>::max()); in TEST()
107 writer.AppendInt(132545); in TEST()
/external/perfetto/tools/dump_ftrace_stats/
Dmain.cc83 writer.AppendInt(getpid()); in DumpAllCpuStats()
93 writer.AppendInt(cpu); in DumpAllCpuStats()
95 writer.AppendInt(ExtractInt(splitter.cur_token())); in DumpAllCpuStats()
/external/perfetto/tools/trace_to_text/
Dtrace_to_systrace.cc100 writer->AppendInt(pid); in FormatProcess()
102 writer->AppendInt(ppid); in FormatProcess()
113 writer->AppendInt(tgid); in FormatThread()
115 writer->AppendInt(tid); in FormatThread()
/external/syzkaller/vendor/google.golang.org/api/googleapi/
Dtypes.go125 return strconv.AppendInt(dst, s[i], 10)
131 return strconv.AppendInt(dst, int64(s[i]), 10)
/external/perfetto/src/trace_processor/
Dftrace_utils.cc168 writer->AppendInt(pid); in FormatSystracePrefix()
184 writer->AppendInt(ftrace_time.secs); in FormatSystracePrefix()
Draw_table.cc91 writer->AppendInt(value.int_value); in FormatSystraceArgs()
/external/perfetto/include/perfetto/base/
Dstring_writer.h66 void AppendInt(int64_t value) { AppendPaddedInt<'0', 0>(value); } in AppendInt() function
/external/v8/src/
Dlog.cc151 void AppendInt(int n) { in AppendInt() function in v8::internal::CodeEventLogger::NameBuffer
226 name_buffer_->AppendInt(line); in CodeCreateEvent()
243 name_buffer_->AppendInt(code->index()); in CodeCreateEvent()
/external/syzkaller/vendor/cloud.google.com/go/storage/
Dstorage.go1060 buf = strconv.AppendInt(buf, n, 10)