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

  /external/chromium/chrome/browser/net/
url_info.h 139 base::TimeTicks old_time = time_; local
141 return time_ - old_time;
  /external/chromium/chrome/browser/extensions/
sandboxed_extension_unpacker_unittest.cc 197 base::Time old_time = local
199 EXPECT_TRUE(file_util::SetLastModifiedTime(messages_file, old_time));
  /external/skia/bench/
bench_compare.py 121 'o' : '{old_time: 0.2f}\t',
130 'o' : '{old_time}\t',
142 'o' : '{old_time: >10.2f} ',
151 'o' : '{old_time: >10} ',
170 , old_time='old'
186 , old_time=bench_diff.old.time
  /external/quake/quake/src/QW/server/
sv_phys.c 897 static double old_time; local
900 host_frametime = realtime - old_time;
905 old_time = realtime;

Completed in 204 milliseconds