/external/chromium_org/chrome/browser/performance_monitor/ |
D | database_unittest.cc | 42 database_->key_builder_->CreateMetricKey(database_->clock_->GetTime(), in AddInvalidMetric() 92 virtual base::Time GetTime() OVERRIDE { in GetTime() function in performance_monitor::TestingClock 133 EVENT_EXTENSION_INSTALL, clock_->GetTime(), "a", "extension 1", in InitEvents() 137 EVENT_EXTENSION_INSTALL, clock_->GetTime(), "b", "extension 2", in InitEvents() 141 EVENT_EXTENSION_UNINSTALL, clock_->GetTime(), "a", "extension 1", in InitEvents() 145 EVENT_EXTENSION_UNINSTALL, clock_->GetTime(), "b", "extension 2", in InitEvents() 169 Metric(METRIC_CPU_USAGE, clock_->GetTime(), 50.5)); in PopulateDB() 171 Metric(METRIC_CPU_USAGE, clock_->GetTime(), 13.1)); in PopulateDB() 174 clock_->GetTime(), in PopulateDB() 178 clock_->GetTime(), in PopulateDB() [all …]
|
D | database.h | 115 virtual base::Time GetTime() = 0; 142 return GetEvents(type, base::Time(), clock_->GetTime()); in GetEvents() 146 return GetEvents(EVENT_UNDEFINED, base::Time(), clock_->GetTime()); in GetEvents() 152 return GetEventTypes(base::Time(), clock_->GetTime()); in GetEventTypes() 208 clock_->GetTime()); in GetStatsForActivityAndMetric() 214 base::Time(), clock_->GetTime()); in GetStatsForActivityAndMetric() 224 metric_type, base::Time(), clock_->GetTime()); in GetStatsForMetricByActivity() 249 virtual base::Time GetTime() OVERRIDE;
|
/external/chromium_org/ppapi/tests/ |
D | test_view.cc | 107 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 …]
|
D | test_core.cc | 25 PP_Time time1 = core->GetTime(); in TestTime() 30 PP_Time time2 = core->GetTime(); in TestTime()
|
/external/chromium_org/mojo/examples/pepper_container_app/ |
D | ppb_core_thunk.cc | 27 PP_Time GetTime() { in GetTime() function 53 &GetTime,
|
/external/chromium_org/ppapi/cpp/ |
D | core.h | 50 PP_Time GetTime() { in GetTime() function 51 return interface_->GetTime(); in GetTime()
|
/external/chromium_org/ui/wm/core/ |
D | compound_event_filter_unittest.cc | 23 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/ |
D | ppb_core_proxy.cc | 38 double GetTime() { in GetTime() function 80 &GetTime,
|
/external/chromium_org/ppapi/api/ |
D | ppb_core.idl | 40 * 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/chrome/browser/extensions/api/history/ |
D | history_api.cc | 257 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()
|
/external/chromium_org/ppapi/c/ |
D | ppb_core.h | 61 PP_Time (*GetTime)(void); member
|
/external/chromium_org/skia/ext/ |
D | benchmarking_canvas.cc | 35 double GetTime(size_t index) { in GetTime() function in skia::TimingCanvas 233 double BenchmarkingCanvas::GetTime(size_t index) { in GetTime() function in skia::BenchmarkingCanvas 235 return timing_canvas_->GetTime(index); in GetTime()
|
D | benchmarking_canvas.h | 29 double GetTime(size_t index);
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zHandlerOut.cpp | 169 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/lzma/CPP/7zip/UI/Common/ |
D | ArchiveExtractCallback.cpp | 122 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()
|
D | ArchiveExtractCallback.h | 87 HRESULT GetTime(int index, PROPID propID, FILETIME &filetime, bool &filetimeIsDefined);
|
/external/libvpx/libvpx/third_party/libwebm/ |
D | mkvparser.cpp | 2581 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 …]
|
D | mkvparser.hpp | 93 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/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/ |
D | mkvparser.cpp | 2300 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 …]
|
D | mkvparser.hpp | 83 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/libwebm/ |
D | mkvparser.cpp | 2302 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 …]
|
D | mkvparser.hpp | 83 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/media/filters/ |
D | audio_renderer_algorithm.h | 61 base::TimeDelta GetTime();
|
/external/chromium_org/remoting/host/ |
D | resizing_host_observer_unittest.cc | 101 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/ |
D | run_java_tests.py | 51 def GetTime(self): member in TestResult 226 print '=' * 10, result.GetName(), '(%ss)' % result.GetTime()
|