Searched defs:start_time (Results 1 - 25 of 75) sorted by relevance

123

/external/chromium/chrome/browser/history/
H A Ddownload_types.cc9 base::Time start_time,
17 start_time(start_time),
7 DownloadCreateInfo(const FilePath& path, const GURL& url, base::Time start_time, int64 received_bytes, int64 total_bytes, int32 state, int32 download_id) argument
H A Ddownload_create_info.cc14 base::Time start_time,
23 start_time(start_time),
12 DownloadCreateInfo(const FilePath& path, const GURL& url, base::Time start_time, int64 received_bytes, int64 total_bytes, int32 state, int32 download_id, bool has_user_gesture) argument
H A Ddownload_create_info.h27 base::Time start_time,
54 base::Time start_time; member in struct:DownloadCreateInfo
H A Dhistory_browsertest.cc22 void Checkpoint(const char* message, const base::TimeTicks& start_time) { argument
24 << (base::TimeTicks::Now() - start_time).InMilliseconds()
155 base::TimeTicks start_time = base::TimeTicks::Now(); local
162 Checkpoint("Before waiting for history to load", start_time);
164 Checkpoint("After waiting for history to load", start_time);
166 Checkpoint("After checking history", start_time);
169 Checkpoint("After NavigateToURL", start_time);
171 Checkpoint("After waiting for history backend to run", start_time);
173 Checkpoint("After second check", start_time);
180 base::TimeTicks start_time local
[all...]
/external/icu4c/test/perf/ucnvavailperf/
H A Ducnvavailperf.cpp113 UTimer start_time; local
114 utimer_getTime(&start_time);
117 double elapsed = utimer_getElapsedSeconds(&start_time);
/external/oprofile/opjitconv/
H A Dconversion.c43 unsigned long long start_time, unsigned long long end_time)
61 if ((rc = resolve_overlaps(start_time)) == OP_JIT_CONV_FAIL)
42 op_jit_convert(struct op_jitdump_info file_info, char const * elffile, unsigned long long start_time, unsigned long long end_time) argument
/external/chromium/chrome/browser/ui/views/
H A Dfind_bar_host_interactive_uitest.cc28 void Checkpoint(const char* message, const base::TimeTicks& start_time) { argument
30 << (base::TimeTicks::Now() - start_time).InMilliseconds()
185 base::TimeTicks start_time = base::TimeTicks::Now();
186 Checkpoint("Test starting", start_time);
194 Checkpoint("Navigate", start_time);
200 Checkpoint("Show Find bar", start_time);
205 Checkpoint("Search for 'a'", start_time);
214 Checkpoint("Delete 'a'", start_time);
223 Checkpoint("Close find bar", start_time);
229 Checkpoint("Show Find bar", start_time);
[all...]
H A Dbrowser_actions_container_browsertest.cc76 base::TimeTicks start_time = base::TimeTicks::Now(); local
88 << (base::TimeTicks::Now() - start_time).InMilliseconds()
101 << (base::TimeTicks::Now() - start_time).InMilliseconds()
116 << (base::TimeTicks::Now() - start_time).InMilliseconds()
124 << (base::TimeTicks::Now() - start_time).InMilliseconds()
134 << (base::TimeTicks::Now() - start_time).InMilliseconds()
146 << (base::TimeTicks::Now() - start_time).InMilliseconds()
156 << (base::TimeTicks::Now() - start_time).InMilliseconds()
166 << (base::TimeTicks::Now() - start_time).InMilliseconds()
174 << (base::TimeTicks::Now() - start_time)
[all...]
/external/chromium/base/threading/
H A Dwatchdog.cc53 void Watchdog::ArmAtStartTime(const TimeTicks start_time) { argument
56 start_time_ = start_time;
/external/chromium/chrome/browser/sync/glue/
H A Dfrontend_data_type_controller.cc92 base::TimeTicks start_time = base::TimeTicks::Now(); local
94 RecordAssociationTime(base::TimeTicks::Now() - start_time);
H A Dpassword_data_type_controller.cc157 base::TimeTicks start_time = base::TimeTicks::Now(); local
160 base::TimeTicks::Now() - start_time);
H A Dautofill_data_type_controller.cc232 base::TimeTicks start_time = base::TimeTicks::Now(); local
235 base::TimeTicks::Now() - start_time);
237 (base::TimeTicks::Now() - start_time).InSeconds();
H A Dtyped_url_data_type_controller.cc199 base::TimeTicks start_time = base::TimeTicks::Now(); local
202 base::TimeTicks::Now() - start_time);
/external/tremolo/Tremolo/
H A Dmisc.c62 long start_time=-1; variable
115 if(start_time==-1)start_time=(tv.tv_sec*1000)+(tv.tv_usec/1000);
121 fprintf(out,"%ld, %ld\n",-start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000),
124 -start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000),
129 fprintf(out,"%ld, %ld\n",-start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000),
131 fprintf(out,"%ld, %ld\n",-start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000),
156 fprintf(out,"%ld, %ld\n",-start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000),
158 fprintf(out,"%ld, %ld\n",-start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000),
169 fprintf(out,"%ld, %ld\n",-start_time
[all...]
/external/chromium/base/metrics/
H A Dstats_table_unittest.cc298 TimeTicks start_time() { return start_time_; } function in class:base::MockStatsCounterTimer
315 EXPECT_TRUE(bar.start_time().is_null());
/external/chromium/chrome/browser/autocomplete/
H A Dhistory_contents_provider.cc272 TimeTicks start_time = TimeTicks::Now(); local
279 TimeTicks::Now() - start_time);
H A Dhistory_quick_provider.cc70 base::TimeTicks start_time = base::TimeTicks::Now(); local
78 counter->Add(static_cast<int>((end_time - start_time).InMilliseconds()));
/external/e2fsprogs/misc/
H A Dfsck.h61 time_t start_time; member in struct:fsck_instance
/external/oprofile/daemon/
H A Dinit.c314 unsigned long long start_time = 0ULL; local
348 start_time = 0ULL;
349 start_time = tv.tv_sec;
350 sprintf(start_time_str, "%llu", start_time);
/external/ppp/pppd/plugins/radius/
H A Dbuildreq.c296 time_t start_time, dtime; local
327 start_time = time(NULL);
339 dtime = time(NULL) - start_time;
/external/tcpdump/
H A Dprint-cnfp.c72 u_int32_t start_time; /* sys_uptime value */ member in struct:nfrec
129 EXTRACT_32BITS(&nr->start_time)/1000,
130 EXTRACT_32BITS(&nr->start_time)%1000,
/external/bison/lib/
H A Dtimevar.c148 struct timevar_time_def start_time; member in struct:timevar_def
188 static struct timevar_time_def start_time; variable in typeref:struct:timevar_time_def
307 timevar_accumulate (&stack->timevar->elapsed, &start_time, &now);
311 start_time = now;
353 timevar_accumulate (&popped->timevar->elapsed, &start_time, &now);
357 start_time = now;
390 get_time (&tv->start_time);
411 timevar_accumulate (&tv->elapsed, &tv->start_time, &now);
431 timevar_accumulate (elapsed, &tv->start_time, &now);
437 timevar_accumulate (elapsed, &start_time,
[all...]
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_storage.cc70 TimeTicks start_time = TimeTicks::Now(); local
78 TimeTicks::Now() - start_time);
80 start_time = TimeTicks::Now();
84 TimeTicks::Now() - start_time);
/external/chromium/chrome/browser/extensions/
H A Dextensions_quota_service_unittest.cc114 static void DoMoreThan2PerMinuteFor5Minutes(const TimeTicks& start_time, argument
121 EXPECT_TRUE(lim->Apply(b, start_time + TimeDelta::FromSeconds(10 + m)));
127 EXPECT_TRUE(lim->Apply(b, start_time + TimeDelta::FromSeconds(15 + m)));
131 EXPECT_TRUE(lim->Apply(b, start_time + TimeDelta::FromSeconds(20 + m)));
133 EXPECT_TRUE(lim->Apply(b, start_time + TimeDelta::FromSeconds(50 + m)));
/external/chromium/chrome/browser/sessions/
H A Dsession_backend.cc94 TimeTicks start_time = TimeTicks::Now(); local
109 TimeTicks::Now() - start_time);
112 TimeTicks::Now() - start_time);

Completed in 381 milliseconds

123