HomeSort by relevance Sort by last modified time
    Searched defs:start_time (Results 26 - 50 of 265) sorted by null

12 3 4 5 6 7 8 91011

  /external/chromium/chrome/browser/history/
history_browsertest.cc 22 void Checkpoint(const char* message, const base::TimeTicks& start_time) {
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 = base::TimeTicks::Now() local
    [all...]
  /external/chromium/chrome/browser/sync/glue/
autofill_data_type_controller.cc 232 base::TimeTicks start_time = base::TimeTicks::Now(); local
235 base::TimeTicks::Now() - start_time);
237 (base::TimeTicks::Now() - start_time).InSeconds();
password_data_type_controller.cc 157 base::TimeTicks start_time = base::TimeTicks::Now(); local
160 base::TimeTicks::Now() - start_time);
  /external/chromium/chrome/browser/ui/views/
browser_actions_container_browsertest.cc 76 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).InMilliseconds(
    [all...]
  /external/chromium_org/base/threading/
worker_pool_posix.cc 98 TrackedTime start_time = local
105 start_time, tracked_objects::ThreadData::NowForEndOfRun());
  /external/chromium_org/cc/input/
top_controls_manager.cc 176 double start_time = local
179 FloatKeyframe::Create(start_time, controls_top_offset_,
184 FloatKeyframe::Create(start_time + kShowHideMaxDurationMs,
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_storage.cc 66 TimeTicks start_time = TimeTicks::Now(); local
75 TimeTicks::Now() - start_time);
77 start_time = TimeTicks::Now();
82 TimeTicks::Now() - start_time);
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_detector_unittest.cc 175 base::Time start_time; local
177 &start_time));
182 SetTime(start_time);
186 results.retry_after_delta = retry_after_time - start_time;
  /external/chromium_org/chrome/browser/extensions/
page_action_browsertest.cc 119 base::TimeTicks start_time = base::TimeTicks::Now(); local
135 << (base::TimeTicks::Now() - start_time).InMilliseconds()
145 << (base::TimeTicks::Now() - start_time).InMilliseconds()
155 << (base::TimeTicks::Now() - start_time).InMilliseconds()
161 << (base::TimeTicks::Now() - start_time).InMilliseconds()
168 << (base::TimeTicks::Now() - start_time).InMilliseconds()
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_favicon_loader_browsertest.cc 93 base::Time start_time = base::Time::Now(); local
97 base::TimeDelta delta = base::Time::Now() - start_time;
108 base::Time start_time = base::Time::Now(); local
111 base::TimeDelta delta = base::Time::Now() - start_time;
  /external/chromium_org/dbus/
object_proxy.h 173 base::TimeTicks start_time);
179 base::TimeTicks start_time; member in struct:dbus::ObjectProxy::OnPendingCallIsCompleteData
188 base::TimeTicks start_time);
194 base::TimeTicks start_time);
199 base::TimeTicks start_time,
225 void RunMethod(base::TimeTicks start_time,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_screen.c 499 int64_t start_time = os_time_get(); local
506 if (os_time_get() - start_time >= timeout) {
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10app/
d3d10winmain.cpp 155 double start_time = ctime_li.QuadPart * period; local
175 double ctime = (double)ctime_li.QuadPart * period - start_time;
d3d10x11main.cpp 114 double start_time = get_time(); local
141 double ctime = get_time() - start_time;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11winmain.cpp 139 double start_time = ctime_li.QuadPart * period; local
159 double ctime = (double)ctime_li.QuadPart * period - start_time;
d3d11x11main.cpp 74 double start_time = get_time(); local
101 double ctime = get_time() - start_time;
  /external/chromium_org/third_party/pexpect/
FSM.py 331 start_time = time.time() variable
339 if options.verbose: print (time.time() - start_time) / 60.0
  /external/chromium_org/ui/compositor/
layer_animation_sequence.h 47 void set_start_time(base::TimeTicks start_time) { start_time_ = start_time; }
48 base::TimeTicks start_time() const { return start_time_; } function in class:ui::LayerAnimationSequence
layer_animation_sequence_unittest.cc 27 base::TimeTicks start_time; local
28 start_time += base::TimeDelta::FromSeconds(1);
29 sequence.set_start_time(start_time);
30 EXPECT_TRUE(sequence.IsFinished(start_time));
44 base::TimeTicks start_time; local
50 start_time += delta;
51 sequence.set_start_time(start_time);
54 sequence.Progress(start_time, &delegate);
56 sequence.Progress(start_time + base::TimeDelta::FromMilliseconds(500),
59 EXPECT_TRUE(sequence.IsFinished(start_time + delta))
78 base::TimeTicks start_time; local
120 base::TimeTicks start_time; local
212 base::TimeTicks start_time; local
264 base::TimeTicks start_time; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_screen.c 499 int64_t start_time = os_time_get(); local
506 if (os_time_get() - start_time >= timeout) {
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
d3d10winmain.cpp 155 double start_time = ctime_li.QuadPart * period; local
175 double ctime = (double)ctime_li.QuadPart * period - start_time;
d3d10x11main.cpp 114 double start_time = get_time(); local
141 double ctime = get_time() - start_time;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11winmain.cpp 139 double start_time = ctime_li.QuadPart * period; local
159 double ctime = (double)ctime_li.QuadPart * period - start_time;
d3d11x11main.cpp 74 double start_time = get_time(); local
101 double ctime = get_time() - start_time;
  /external/tremolo/Tremolo/
misc.c 62 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+(tv.tv_sec*1000)+(tv.tv_usec/1000)
    [all...]

Completed in 376 milliseconds

12 3 4 5 6 7 8 91011