Searched defs:start_time (Results 176 - 200 of 239) sorted by relevance

12345678910

/external/chromium_org/net/tools/gdig/
H A Dgdig.cc100 base::TimeDelta start_time; member in struct:net::__anon9759::ReplayLogEntry
176 entry.start_time = delta;
364 entry.start_time = base::TimeDelta();
443 if (time_since_start < entry.start_time) {
448 entry.start_time - time_since_start);
/external/chromium_org/remoting/codec/
H A Dcodec_test.cc404 base::TimeTicks start_time; local
413 start_time = base::TimeTicks::Now();
423 elapsed = base::TimeTicks::Now() - start_time;
/external/chromium_org/third_party/openmax_dl/dl/sp/src/test/
H A Dtest_fft_time.c272 double start_time; local
274 start_time = start->tv_sec + start->tv_usec * 1e-6;
277 return end_time - start_time;
343 struct timeval start_time; local
369 GetUserTime(&start_time);
375 elapsed_time = TimeDifference(&start_time, &end_time);
381 GetUserTime(&start_time);
387 elapsed_time = TimeDifference(&start_time, &end_time);
460 struct timeval start_time; local
489 GetUserTime(&start_time);
577 struct timeval start_time; local
759 struct timeval start_time; local
954 struct timeval start_time; local
1217 struct timeval start_time; local
[all...]
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender_unittest.cc892 uint64_t start_time = fake_clock_.CurrentNtpInMilliseconds(); local
913 EXPECT_EQ(start_time + (kNumPackets * kPacketInterval),
/external/chromium_org/third_party/webrtc/modules/video_capture/test/
H A Dvideo_capture_unittest.cc283 int64_t start_time = TickTime::MillisecondTimestamp(); local
302 EXPECT_LE(TickTime::MillisecondTimestamp() - start_time, 4000);
/external/chromium_org/ui/app_list/views/
H A Dapp_list_view.cc328 base::Time start_time = base::Time::Now(); local
420 base::Time::Now() - start_time);
/external/chromium_org/ui/gfx/android/
H A Dscroller.cc194 base::TimeTicks start_time) {
199 start_time,
207 base::TimeTicks start_time,
213 start_time_ = start_time;
230 base::TimeTicks start_time) {
250 start_time_ = start_time;
190 StartScroll(float start_x, float start_y, float dx, float dy, base::TimeTicks start_time) argument
203 StartScroll(float start_x, float start_y, float dx, float dy, base::TimeTicks start_time, base::TimeDelta duration) argument
222 Fling(float start_x, float start_y, float velocity_x, float velocity_y, float min_x, float max_x, float min_y, float max_y, base::TimeTicks start_time) argument
/external/chromium_org/v8/src/
H A Dd8-posix.cc85 const struct timeval& start_time) {
92 int seconds = time_now.tv_sec - start_time.tv_sec;
93 gone = seconds * 1000 + (time_now.tv_usec - start_time.tv_usec) / 1000;
123 static bool TimeIsOut(const struct timeval& start_time, const int& total_time) { argument
128 int seconds = time_now.tv_sec - start_time.tv_sec;
133 int useconds = time_now.tv_usec - start_time.tv_usec;
295 const struct timeval& start_time,
319 start_time) ||
320 (TimeIsOut(start_time, total_timeout))) {
368 const struct timeval& start_time,
82 WaitOnFD(int fd, int read_timeout, int total_timeout, const struct timeval& start_time) argument
293 GetStdout(Isolate* isolate, int child_fd, const struct timeval& start_time, int read_timeout, int total_timeout) argument
365 WaitForChild(Isolate* isolate, int pid, ZombieProtector& child_waiter, const struct timeval& start_time, int read_timeout, int total_timeout) argument
467 struct timeval start_time; local
[all...]
/external/oprofile/opjitconv/
H A Dopjitconv.c249 unsigned long long start_time,
386 rc = op_jit_convert(dmp_info, tmp_elffile, start_time, end_time);
481 unsigned long long start_time, unsigned long long end_time)
561 start_time, end_time, tmp_conv_dir);
586 unsigned long long start_time, end_time; local
618 start_time = atol(argv[2]);
621 if (start_time > end_time) {
626 start_time, end_time);
627 rc = op_process_jit_dumpfiles(session_dir, start_time, end_time);
247 process_jit_dumpfile(char const * dmp_pathname, struct list_head * anon_sample_dirs, unsigned long long start_time, unsigned long long end_time, char * tmp_conv_dir) argument
480 op_process_jit_dumpfiles(char const * session_dir, unsigned long long start_time, unsigned long long end_time) argument
/external/ppp/pppd/plugins/radius/
H A Dradius.c118 time_t start_time; member in struct:radius_state
862 rstate.start_time = time(NULL);
/external/blktrace/btt/
H A Dglobals.h148 double start_time, last_plug, plugged_time, end_time; member in struct:d_info
/external/chromium_org/base/message_loop/
H A Dmessage_loop_unittest.cc128 Time start_time = Time::Now(); local
134 TimeDelta total_time = Time::Now() - start_time;
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_window.cc513 base::TimeTicks start_time = base::TimeTicks::Now(); local
518 window->inspect_element_start_time_ = start_time;
/external/chromium_org/chrome/browser/safe_browsing/
H A Ddownload_protection_service.cc520 base::TimeTicks start_time = base::TimeTicks::Now(); local
531 base::TimeTicks::Now() - start_time);
533 start_time = base::TimeTicks::Now();
536 base::TimeTicks::Now() - start_time);
/external/chromium_org/chrome/browser/ui/webui/
H A Dhistory_ui.cc818 base::TimeTicks start_time,
821 base::TimeDelta delta = base::TimeTicks::Now() - start_time;
815 WebHistoryQueryComplete( const base::string16& search_text, const history::QueryOptions& options, base::TimeTicks start_time, history::WebHistoryService::Request* request, const base::DictionaryValue* results_value) argument
/external/chromium_org/components/omnibox/
H A Dsearch_provider.cc564 const base::TimeTicks start_time = base::TimeTicks::Now(); local
571 base::TimeTicks::Now() - start_time);
802 base::TimeTicks start_time(base::TimeTicks::Now());
938 base::TimeTicks::Now() - start_time);
992 base::TimeTicks start_time(base::TimeTicks::Now());
1012 base::TimeTicks::Now() - start_time);
/external/chromium_org/content/browser/compositor/
H A Ddelegated_frame_host.cc867 ui::Compositor* compositor, base::TimeTicks start_time) {
868 last_draw_ended_ = start_time;
866 OnCompositingStarted( ui::Compositor* compositor, base::TimeTicks start_time) argument
/external/chromium_org/content/browser/net/
H A Dsqlite_persistent_cookie_store.cc824 const base::TimeTicks start_time = base::TimeTicks::Now(); local
841 base::TimeTicks::Now() - start_time);
845 const base::TimeTicks start_time = base::TimeTicks::Now(); local
863 base::TimeTicks::Now() - start_time);
867 const base::TimeTicks start_time = base::TimeTicks::Now(); local
883 base::TimeTicks::Now() - start_time);
/external/chromium_org/crypto/
H A Dnss_util.cc651 base::TimeTicks start_time = base::TimeTicks::Now(); local
753 base::TimeTicks::Now() - start_time,
/external/chromium_org/media/filters/
H A Dffmpeg_demuxer.cc62 if (stream->start_time == static_cast<int64_t>(AV_NOPTS_VALUE)) {
67 // First try the lower of the estimate and the |start_time| value.
68 base::TimeDelta start_time = local
69 std::min(ConvertFromTimeBase(stream->time_base, stream->start_time),
76 if (buffered_pts < start_time)
77 start_time = buffered_pts;
80 // NOTE: Do not use AVStream->first_dts since |start_time| should be a
82 return start_time;
302 base::TimeDelta start_time = demuxer_->start_time(); local
879 const base::TimeDelta start_time = local
[all...]
/external/chromium_org/native_client_sdk/src/libraries/xray/
H A Dxray.c66 struct XRayTimestampPair start_time; member in struct:XRayTraceFrameEntry
390 return capture->frame.entry[frame].start_time;
624 capture->frame.entry[i].start_time = XRayGenerateTimestampsNow();
/external/chromium_org/net/dns/
H A Dhost_resolver_impl_unittest.cc81 base::Time start_time = base::Time::Now(); local
84 if (base::Time::Now() > start_time + TestTimeouts::action_timeout())
/external/chromium_org/net/ocsp/
H A Dnss_ocsp.cc755 const base::Time start_time = base::Time::Now(); local
762 const base::TimeDelta duration = base::Time::Now() - start_time;
/external/chromium_org/net/socket/
H A Dclient_socket_pool_base.h338 // Entry for a persistent socket which became idle at time |start_time|.
358 base::TimeTicks start_time; member in struct:net::internal::ClientSocketPoolBaseHelper::IdleSocket
/external/chromium_org/net/udp/
H A Dudp_socket_win.cc281 base::TimeTicks start_time = base::TimeTicks::Now(); local
284 base::TimeTicks::Now() - start_time);

Completed in 372 milliseconds

12345678910