Home
last modified time | relevance | path

Searched refs:GetTime (Results 1 – 25 of 37) sorted by relevance

12

/external/chromium_org/ppapi/tests/
Dtest_view.cc107 PP_Time begin_time = pp::Module::Get()->core()->GetTime(); in TestPageHideShow()
110 pp::Module::Get()->core()->GetTime() - begin_time < in TestPageHideShow()
128 begin_time = pp::Module::Get()->core()->GetTime(); in TestPageHideShow()
131 pp::Module::Get()->core()->GetTime() - begin_time < in TestPageHideShow()
155 PP_Time begin_time = pp::Module::Get()->core()->GetTime(); in TestSizeChange()
157 pp::Module::Get()->core()->GetTime() - begin_time < in TestSizeChange()
195 PP_Time begin_time = pp::Module::Get()->core()->GetTime(); in TestClipChange()
197 pp::Module::Get()->core()->GetTime() - begin_time < in TestClipChange()
209 PP_Time begin_time = pp::Module::Get()->core()->GetTime(); in TestScrollOffsetChange()
212 pp::Module::Get()->core()->GetTime() - begin_time < in TestScrollOffsetChange()
[all …]
Dtest_core.cc25 PP_Time time1 = core->GetTime(); in TestTime()
30 PP_Time time2 = core->GetTime(); in TestTime()
/external/chromium_org/mojo/examples/pepper_container_app/
Dppb_core_thunk.cc27 PP_Time GetTime() { in GetTime() function
53 &GetTime,
/external/chromium_org/ppapi/cpp/
Dcore.h50 PP_Time GetTime() { in GetTime() function
51 return interface_->GetTime(); in GetTime()
/external/chromium_org/ui/wm/core/
Dcompound_event_filter_unittest.cc23 base::TimeDelta GetTime() { in GetTime() function
135 ui::ET_TOUCH_PRESSED, gfx::Point(90, 90), 1, GetTime()); in TEST_F()
139 ui::TouchEvent move(ui::ET_TOUCH_MOVED, gfx::Point(10, 10), 1, GetTime()); in TEST_F()
144 ui::ET_TOUCH_RELEASED, gfx::Point(10, 10), 1, GetTime()); in TEST_F()
156 ui::ET_TOUCH_PRESSED, gfx::Point(90, 90), 1, GetTime()); in TEST_F()
/external/chromium_org/ppapi/proxy/
Dppb_core_proxy.cc38 double GetTime() { in GetTime() function
80 &GetTime,
/external/chromium_org/chrome/browser/extensions/api/history/
Dhistory_api.cc257 base::Time HistoryFunction::GetTime(double ms_from_epoch) { in GetTime() function in extensions::HistoryFunction
339 options.begin_time = GetTime(*params->query.start_time); in RunAsyncImpl()
341 options.end_time = GetTime(*params->query.end_time); in RunAsyncImpl()
423 base::Time start_time = GetTime(params->range.start_time); in RunAsyncImpl()
424 base::Time end_time = GetTime(params->range.end_time); in RunAsyncImpl()
Dhistory_api.h95 base::Time GetTime(double ms_from_epoch);
/external/chromium_org/ppapi/api/
Dppb_core.idl40 * GetTime() returns the "wall clock time" according to the
46 PP_Time GetTime();
53 * (like GetTime()). Because of this, it will not run change if the user
/external/chromium_org/ppapi/c/
Dppb_core.h61 PP_Time (*GetTime)(void); member
/external/chromium_org/skia/ext/
Dbenchmarking_canvas.cc35 double GetTime(size_t index) { in GetTime() function in skia::TimingCanvas
234 double BenchmarkingCanvas::GetTime(size_t index) { in GetTime() function in skia::BenchmarkingCanvas
236 return timing_canvas_->GetTime(index); in GetTime()
Dbenchmarking_canvas.h29 double GetTime(size_t index);
/external/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.cpp122 HRESULT CArchiveExtractCallback::GetTime(int index, PROPID propID, FILETIME &filetime, bool &fileti… in GetTime() function in CArchiveExtractCallback
213 RINOK(GetTime(index, kpidCTime, _fi.CTime, _fi.CTimeDefined)); in GetStream()
214 RINOK(GetTime(index, kpidATime, _fi.ATime, _fi.ATimeDefined)); in GetStream()
215 RINOK(GetTime(index, kpidMTime, _fi.MTime, _fi.MTimeDefined)); in GetStream()
DArchiveExtractCallback.h87 HRESULT GetTime(int index, PROPID propID, FILETIME &filetime, bool &filetimeIsDefined);
/external/lzma/CPP/7zip/Archive/7z/
D7zHandlerOut.cpp169 static HRESULT GetTime(IArchiveUpdateCallback *updateCallback, int index, bool writeTime, PROPID pr… in GetTime() function
258 RINOK(GetTime(updateCallback, i, WriteCTime, kpidCTime, ui.CTime, ui.CTimeDefined)); in UpdateItems()
259 RINOK(GetTime(updateCallback, i, WriteATime, kpidATime, ui.ATime, ui.ATimeDefined)); in UpdateItems()
260 RINOK(GetTime(updateCallback, i, true, kpidMTime, ui.MTime, ui.MTimeDefined)); in UpdateItems()
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
Dmkvparser.cpp2300 if (time_ns <= pCP->GetTime(m_pSegment)) in Find()
2323 const long long t = pCP->GetTime(m_pSegment); in Find()
2339 assert(pCP->GetTime(m_pSegment) <= time_ns); in Find()
2356 if (time_ns <= pCP->GetTime(m_pSegment)) { in Find()
2373 const long long t = pCP->GetTime(m_pSegment); in Find()
2389 assert(pCP->GetTime(m_pSegment) <= time_ns); in Find()
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 { in GetTime() function in mkvparser::CuePoint
3604 if (time_ns <= pCluster->GetTime()) in FindCluster()
[all …]
Dmkvparser.hpp83 long long GetTime(const Cluster*) const; // absolute, and scaled (ns)
533 static long long GetTime(const Chapters*, long long timecode);
690 long long GetTime(const Segment*) const; // absolute and scaled (ns units)
784 long long GetTime() const; // absolute, and scaled (nanosecond units)
/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.cpp2581 if (time_ns <= pCP->GetTime(m_pSegment)) in Find()
2604 const long long t = pCP->GetTime(m_pSegment); in Find()
2620 assert(pCP->GetTime(m_pSegment) <= time_ns); in Find()
2637 if (time_ns <= pCP->GetTime(m_pSegment)) in Find()
2656 const long long t = pCP->GetTime(m_pSegment); in Find()
2672 assert(pCP->GetTime(m_pSegment) <= time_ns); in Find()
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 in GetTime() function in mkvparser::CuePoint
3994 if (time_ns <= pCluster->GetTime()) in FindCluster()
[all …]
Dmkvparser.hpp93 long long GetTime(const Cluster*) const; //absolute, and scaled (ns)
611 static long long GetTime(const Chapters*, long long timecode);
786 long long GetTime(const Segment*) const; //absolute and scaled (ns units)
895 long long GetTime() const; //absolute, and scaled (nanosecond units)
/external/libvpx/libwebm/
Dmkvparser.cpp2302 if (time_ns <= pCP->GetTime(m_pSegment)) in Find()
2325 const long long t = pCP->GetTime(m_pSegment); in Find()
2341 assert(pCP->GetTime(m_pSegment) <= time_ns); in Find()
2358 if (time_ns <= pCP->GetTime(m_pSegment)) { in Find()
2375 const long long t = pCP->GetTime(m_pSegment); in Find()
2391 assert(pCP->GetTime(m_pSegment) <= time_ns); in Find()
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 { in GetTime() function in mkvparser::CuePoint
3606 if (time_ns <= pCluster->GetTime()) in FindCluster()
[all …]
Dmkvparser.hpp83 long long GetTime(const Cluster*) const; // absolute, and scaled (ns)
533 static long long GetTime(const Chapters*, long long timecode);
690 long long GetTime(const Segment*) const; // absolute and scaled (ns units)
784 long long GetTime() const; // absolute, and scaled (nanosecond units)
/external/chromium_org/remoting/host/
Dresizing_host_observer_unittest.cc101 base::Time GetTime() { in GetTime() function in remoting::ResizingHostObserverTest
281 base::Bind(&ResizingHostObserverTest::GetTime, base::Unretained(this))); in TEST_F()
/external/chromium_org/chrome/test/chromedriver/test/
Drun_java_tests.py51 def GetTime(self): member in TestResult
226 print '=' * 10, result.GetName(), '(%ss)' % result.GetTime()
/external/lldb/tools/debugserver/source/
DDNBTimer.h86 GetTime (uint32_t& sec, uint32_t& usec) const in GetTime() function
/external/chromium_org/media/filters/
Dvideo_renderer_impl_unittest.cc110 base::Bind(&VideoRendererImplTest::GetTime, base::Unretained(this))); in CallInitialize()
263 base::TimeDelta GetTime() { in GetTime() function in media::VideoRendererImplTest

12