/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/chromium_org/ppapi/generators/ |
idl_outfile.py | 143 old_time = os.stat(filename)[ST_MTIME] 145 old_time = 'NONE' 161 if cur_time == old_time: 168 if cur_time != old_time:
|
/external/chromium_org/content/browser/fileapi/ |
blob_url_request_job_unittest.cc | 331 base::Time old_time = local 333 blob_data_->AppendFile(temp_file1_, 0, 3, old_time); 374 base::Time old_time = local 377 blob_data_->AppendFileSystemFile(temp_file_system_file1_, 0, 3, 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/chromium/chrome/browser/net/ |
url_info.h | 139 base::TimeTicks old_time = time_; local 141 return time_ - old_time;
|
/external/chromium_org/chrome/browser/net/ |
url_info.h | 136 base::TimeTicks old_time = time_; local 138 return time_ - old_time;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
utmp.h | 106 #define OLD_TIME 4 /* Time when system clock changed. */
|
utmpx.h | 94 #define OLD_TIME 4 /* Time when system clock changed. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
utmp.h | 106 #define OLD_TIME 4 /* Time when system clock changed. */
|
utmpx.h | 94 #define OLD_TIME 4 /* Time when system clock changed. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
utmp.h | 106 #define OLD_TIME 4 /* Time when system clock changed. */
|
utmpx.h | 94 #define OLD_TIME 4 /* Time when system clock changed. */
|
/external/chromium_org/net/disk_cache/v3/ |
disk_format_v3.h | 77 uint64 old_time; // Previous time used for timestamps. member in struct:disk_cache::IndexHeaderV3
|