HomeSort by relevance Sort by last modified time
    Searched refs:mtime (Results 51 - 75 of 201) sorted by null

1 23 4 5 6 7 8 9

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
crashlogs.py 60 if not newer_than or self._host.filesystem.mtime(path) > newer_than:
crashlogs_unittest.py 112 filesystem.mtime = bad_mtime
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/
dump_reader.py 66 if self._host.filesystem.mtime(dmp_file) < start_time:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpcsvc/
nfs_prot.x 125 nfstime mtime; /* time of last modification */
138 nfstime mtime; /* time of last modification */
nis_object.x 285 uint32_t mtime; /* Time of objects modification */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
nfs_prot.x 125 nfstime mtime; /* time of last modification */
138 nfstime mtime; /* time of last modification */
nis_object.x 285 uint32_t mtime; /* Time of objects modification */
  /external/chromium_org/chrome/browser/sync/sessions/
sessions_sync_manager.h 252 base::Time mtime,
260 base::Time mtime,
297 // Set |session_tab| from |tab_delegate| and |mtime|.
300 base::Time mtime,
  /external/fio/
eta.c 257 static void calc_rate(int unified_rw_rep, unsigned long mtime,
269 rate[0] += ((1000 * diff) / mtime) / 1024;
271 rate[i] = ((1000 * diff) / mtime) / 1024;
277 static void calc_iops(int unified_rw_rep, unsigned long mtime,
289 iops[0] += (diff * 1000) / mtime;
291 iops[i] = (diff * 1000) / mtime;
  /cts/libs/deviceutil/src/android/cts/util/
FileUtils.java 73 public long mtime; field in class:FileUtils.FileStatus
  /external/chromium_org/sync/engine/
entity_tracker_unittest.cc 79 EXPECT_EQ(kMtime, ProtoTimeToTime(pb_entity.mtime()));
model_type_sync_worker_impl.cc 146 response_data.mtime = ProtoTimeToTime(update_entity->mtime());
284 request.mtime,
296 request.mtime,
  /external/chromium_org/third_party/jinja2/
loaders.py 58 mtime = getmtime(path)
61 return source, path, lambda: mtime == getmtime(path)
171 mtime = path.getmtime(filename)
174 return path.getmtime(filename) == mtime
230 mtime = path.getmtime(filename)
233 return path.getmtime(filename) == mtime
  /external/qemu/distrib/ext4_utils/src/
contents.c 235 int inode_set_permissions(u32 inode_num, u16 mode, u16 uid, u16 gid, u32 mtime)
245 inode->i_mtime = mtime;
246 inode->i_atime = mtime;
247 inode->i_ctime = mtime;
  /external/valgrind/main/include/
pub_tool_libcfile.h 68 ULong mtime; member in struct:vg_stat
  /system/extras/ext4_utils/
contents.c 247 int inode_set_permissions(u32 inode_num, u16 mode, u16 uid, u16 gid, u32 mtime)
257 inode->i_mtime = mtime;
258 inode->i_atime = mtime;
259 inode->i_ctime = mtime;
  /external/genext2fs/
genext2fs.c 1511 uint32 nod, ctime, mtime; local
1658 uint32 uid, gid, mode, ctime, mtime; local
    [all...]
  /external/chromium_org/sync/test/engine/
mock_model_type_sync_proxy.cc 77 data.mtime = data.ctime + base::TimeDelta::FromSeconds(base_version);
95 data.mtime = data.ctime + base::TimeDelta::FromSeconds(base_version);
  /external/jhead/
jhead.c     [all...]
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
atlantis.c 62 static double mtime(void) function
309 t2 = mtime();
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
atlantis.c 62 static double mtime(void) function
309 t2 = mtime();
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
atlantis.c 62 static double mtime(void) function
309 t2 = mtime();
  /frameworks/base/core/java/com/android/server/backup/
SystemBackupAgent.java 145 int type, String domain, String path, long mode, long mtime)
168 FullBackup.restoreFile(data, size, type, mode, mtime, outFile);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
compileall.py 89 mtime = int(os.stat(fullname).st_mtime)
90 expect = struct.pack('<4sl', imp.get_magic(), mtime)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
compileall.py 89 mtime = int(os.stat(fullname).st_mtime)
90 expect = struct.pack('<4sl', imp.get_magic(), mtime)

Completed in 634 milliseconds

1 23 4 5 6 7 8 9