Home
last modified time | relevance | path

Searched refs:GetStartTime (Results 1 – 10 of 10) sorted by relevance

/external/syzkaller/vendor/google.golang.org/appengine/internal/log/
Dlog_service.pb.go309 func (m *RequestLog) GetStartTime() int64 { func
600 func (m *LogReadRequest) GetStartTime() int64 { func
765 func (m *LogUsageRecord) GetStartTime() int32 { func
832 func (m *LogUsageRequest) GetStartTime() int32 { func
/external/v8/src/inspector/
Dv8-profiler-agent-impl.cc112 uint64_t lastTime = v8profile->GetStartTime(); in buildInspectorObjectForTimestamps()
136 .setStartTime(static_cast<double>(v8profile->GetStartTime())) in createCPUProfile()
/external/v8/include/
Dv8-profiler.h246 int64_t GetStartTime() const;
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.h656 long long GetStartTime(const Chapters*) const;
Dmkvparser.cc3436 long long Chapters::Atom::GetStartTime(const Chapters* pChapters) const { in GetStartTime() function in mkvparser::Chapters::Atom
/external/libvpx/libwebm/mkvparser/
Dmkvparser.h656 long long GetStartTime(const Chapters*) const;
Dmkvparser.cc3436 long long Chapters::Atom::GetStartTime(const Chapters* pChapters) const { in GetStartTime() function in mkvparser::Chapters::Atom
/external/libaom/libaom/third_party/libwebm/mkvparser/
Dmkvparser.h656 long long GetStartTime(const Chapters*) const;
Dmkvparser.cc3436 long long Chapters::Atom::GetStartTime(const Chapters* pChapters) const { in GetStartTime() function in mkvparser::Chapters::Atom
/external/v8/src/
Dapi.cc10096 int64_t CpuProfile::GetStartTime() const { in GetStartTime() function in v8::CpuProfile