Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-profiler-agent-impl.cc96 uint64_t lastTime = v8profile->GetStartTime(); in buildInspectorObjectForTimestamps()
119 .setStartTime(static_cast<double>(v8profile->GetStartTime())) in createCPUProfile()
/external/v8/include/
Dv8-profiler.h259 int64_t GetStartTime() const;
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.h654 long long GetStartTime(const Chapters*) const;
Dmkvparser.cc3431 long long Chapters::Atom::GetStartTime(const Chapters* pChapters) const { in GetStartTime() function in mkvparser::Chapters::Atom
/external/libvpx/libwebm/mkvparser/
Dmkvparser.h623 long long GetStartTime(const Chapters*) const;
Dmkvparser.cc3439 long long Chapters::Atom::GetStartTime(const Chapters* pChapters) const { in GetStartTime() function in mkvparser::Chapters::Atom
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/v8/src/
Dapi.cc9261 int64_t CpuProfile::GetStartTime() const { in GetStartTime() function in v8::CpuProfile