Searched defs:GetTime (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/ppapi/cpp/
H A Dcore.h45 /// GetTime() returns the "wall clock time" according to the
50 PP_Time GetTime() { function in class:pp::Core
51 return interface_->GetTime();
58 /// correlated to any actual wall clock time (like GetTime()). Because
/external/chromium_org/ui/wm/core/
H A Dcompound_event_filter_unittest.cc23 base::TimeDelta GetTime() { function in namespace:__anon17182
135 ui::ET_TOUCH_PRESSED, gfx::Point(90, 90), 1, GetTime());
139 ui::TouchEvent move(ui::ET_TOUCH_MOVED, gfx::Point(10, 10), 1, GetTime());
144 ui::ET_TOUCH_RELEASED, gfx::Point(10, 10), 1, GetTime());
156 ui::ET_TOUCH_PRESSED, gfx::Point(90, 90), 1, GetTime());
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_core_thunk.cc27 PP_Time GetTime() { function in namespace:mojo::examples::__anon8750
53 &GetTime,
/external/chromium_org/ppapi/c/
H A Dppb_core.h55 * GetTime() returns the "wall clock time" according to the
61 PP_Time (*GetTime)(void); member in struct:PPB_Core_1_0
67 * (like GetTime()). Because of this, it will not run change if the user
/external/chromium_org/chrome/test/chromedriver/test/
H A Drun_java_tests.py51 def GetTime(self): member in class:TestResult
226 print '=' * 10, result.GetName(), '(%ss)' % result.GetTime()
/external/chromium_org/ppapi/proxy/
H A Dppb_core_proxy.cc38 double GetTime() { function in namespace:ppapi::proxy::__anon10117
80 &GetTime,
/external/chromium_org/skia/ext/
H A Dbenchmarking_canvas.cc35 double GetTime(size_t index) { function in class:skia::TimingCanvas
234 double BenchmarkingCanvas::GetTime(size_t index) { function in class:skia::BenchmarkingCanvas
236 return timing_canvas_->GetTime(index);
/external/lldb/tools/debugserver/source/
H A DDNBTimer.h86 GetTime (uint32_t& sec, uint32_t& usec) const function in class:DNBTimer
/external/chromium_org/media/filters/
H A Dvideo_renderer_impl_unittest.cc110 base::Bind(&VideoRendererImplTest::GetTime, base::Unretained(this)));
263 base::TimeDelta GetTime() { function in class:media::VideoRendererImplTest
/external/chromium_org/remoting/host/
H A Dresizing_host_observer_unittest.cc101 base::Time GetTime() { function in class:remoting::ResizingHostObserverTest
281 base::Bind(&ResizingHostObserverTest::GetTime, base::Unretained(this)));
/external/chromium_org/tools/stats_viewer/
H A Dstats_table.cs117 public int GetTime(int filter_pid) { method in class:StatsViewer.StatsCounterRate
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.cpp122 HRESULT CArchiveExtractCallback::GetTime(int index, PROPID propID, FILETIME &filetime, bool &filetimeIsDefined) function in class:CArchiveExtractCallback
213 RINOK(GetTime(index, kpidCTime, _fi.CTime, _fi.CTimeDefined));
214 RINOK(GetTime(index, kpidATime, _fi.ATime, _fi.ATimeDefined));
215 RINOK(GetTime(index, kpidMTime, _fi.MTime, _fi.MTimeDefined));
/external/chromium_org/chrome/browser/extensions/api/history/
H A Dhistory_api.cc257 base::Time HistoryFunction::GetTime(double ms_from_epoch) { function in class:extensions::HistoryFunction
339 options.begin_time = GetTime(*params->query.start_time);
341 options.end_time = GetTime(*params->query.end_time);
423 base::Time start_time = GetTime(params->range.start_time);
424 base::Time end_time = GetTime(params->range.end_time);
/external/lzma/CPP/7zip/Archive/7z/
H A D7zHandlerOut.cpp169 static HRESULT GetTime(IArchiveUpdateCallback *updateCallback, int index, bool writeTime, PROPID propID, UInt64 &ft, bool &ftDefined) function in namespace:NArchive::N7z
258 RINOK(GetTime(updateCallback, i, WriteCTime, kpidCTime, ui.CTime, ui.CTimeDefined));
259 RINOK(GetTime(updateCallback, i, WriteATime, kpidATime, ui.ATime, ui.ATimeDefined));
260 RINOK(GetTime(updateCallback, i, true, kpidMTime, ui.MTime, ui.MTimeDefined));
/external/chromium_org/content/renderer/pepper/
H A Dplugin_module.cc192 PP_Time GetTime() { return TimeToPPTime(base::Time::Now()); } function in namespace:content::__anon7806
216 &GetTime, &GetTickTime,
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.cpp2300 if (time_ns <= pCP->GetTime(m_pSegment))
2323 const long long t = pCP->GetTime(m_pSegment);
2339 assert(pCP->GetTime(m_pSegment) <= time_ns);
2356 if (time_ns <= pCP->GetTime(m_pSegment)) {
2373 const long long t = pCP->GetTime(m_pSegment);
2389 assert(pCP->GetTime(m_pSegment) <= time_ns);
2438 const long long t = pCP->GetTime(m_pSegment);
2456 assert(pCP->GetTime(m_pSegment) > time_ns);
2882 long long CuePoint::GetTime(const Segment* pSegment) const { function in class:mkvparser::CuePoint
3604 if (time_ns <= pCluster->GetTime())
4161 long long Chapters::Atom::GetTime(const Chapters* pChapters, function in class:mkvparser::Chapters::Atom
[all...]
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp2581 if (time_ns <= pCP->GetTime(m_pSegment))
2604 const long long t = pCP->GetTime(m_pSegment);
2620 assert(pCP->GetTime(m_pSegment) <= time_ns);
2637 if (time_ns <= pCP->GetTime(m_pSegment))
2656 const long long t = pCP->GetTime(m_pSegment);
2672 assert(pCP->GetTime(m_pSegment) <= time_ns);
2722 const long long t = pCP->GetTime(m_pSegment);
2740 assert(pCP->GetTime(m_pSegment) > time_ns);
3209 long long CuePoint::GetTime(const Segment* pSegment) const function in class:mkvparser::CuePoint
3994 if (time_ns <= pCluster->GetTime())
4705 long long Chapters::Atom::GetTime( function in class:mkvparser::Chapters::Atom
[all...]
/external/libvpx/libwebm/
H A Dmkvparser.cpp2302 if (time_ns <= pCP->GetTime(m_pSegment))
2325 const long long t = pCP->GetTime(m_pSegment);
2341 assert(pCP->GetTime(m_pSegment) <= time_ns);
2358 if (time_ns <= pCP->GetTime(m_pSegment)) {
2375 const long long t = pCP->GetTime(m_pSegment);
2391 assert(pCP->GetTime(m_pSegment) <= time_ns);
2440 const long long t = pCP->GetTime(m_pSegment);
2458 assert(pCP->GetTime(m_pSegment) > time_ns);
2884 long long CuePoint::GetTime(const Segment* pSegment) const { function in class:mkvparser::CuePoint
3606 if (time_ns <= pCluster->GetTime())
4164 long long Chapters::Atom::GetTime(const Chapters* pChapters, function in class:mkvparser::Chapters::Atom
[all...]
/external/stressapptest/src/
H A Dworker.cc2778 int64 DiskThread::GetTime() { function in class:DiskThread
3042 int64 start_time = GetTime();
3049 int64 end_time = GetTime();
3084 int64 start_time = GetTime();
3109 int64 end_time = GetTime();

Completed in 661 milliseconds