HomeSort by relevance Sort by last modified time
    Searched refs:start_ticks (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/base/process/
process_info_linux.cc 18 int64 start_ticks = local
20 DCHECK(start_ticks);
21 TimeDelta start_offset = internal::ClockTicksToTimeDelta(start_ticks);
  /external/qemu/distrib/sdl-1.2.15/src/timer/wince/
SDL_systimer.c 35 static Uint64 start_ticks; variable
61 return((Sint32)(wce_ticks()-start_ticks));
76 start_ticks-=offset;
92 start_ticks=wce_ticks();
  /external/qemu/distrib/sdl-1.2.15/test/
testsem.c 38 Uint32 start_ticks; local
45 start_ticks = SDL_GetTicks();
49 duration = end_ticks - start_ticks;
  /external/chromium_org/net/tools/get_server_time/
get_server_time.cc 154 // that the request for the server was started on |start_ticks|, and
159 base::TimeTicks start_ticks,
163 const base::TimeDelta delta_ticks = end_ticks - start_ticks;
164 const base::TimeTicks mid_ticks = start_ticks + delta_ticks / 2;
243 const base::TimeTicks start_ticks = base::TimeTicks::Now(); local
249 start_ticks.ToInternalValue());
263 end_ticks.ToInternalValue() - start_ticks.ToInternalValue();
264 const base::TimeDelta delta_ticks = end_ticks - start_ticks;
302 EstimateServerTimeNow(server_time, start_ticks, end_ticks,
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
sysinfo.cc 251 const int64 start_ticks = CycleClock::Now(); local
253 const int64 guess = int64(multiplier * (CycleClock::Now() - start_ticks));
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
sysinfo.cc 236 const int64 start_ticks = CycleClock::Now(); local
238 const int64 guess = int64(multiplier * (CycleClock::Now() - start_ticks));
    [all...]

Completed in 1522 milliseconds