HomeSort by relevance Sort by last modified time
    Searched full:mtime (Results 126 - 150 of 398) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/oprofile/libutil++/
file_manip.cpp 61 // a scope to ensure out is closed before changing is mtime/atime
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
statvfs.h 106 ST_RELATIME = 4096 /* Update atime relative to mtime/ctime. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tar.h 55 mtime 136 12
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
statvfs.h 106 ST_RELATIME = 4096 /* Update atime relative to mtime/ctime. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
tar.h 55 mtime 136 12
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
statvfs.h 106 ST_RELATIME = 4096 /* Update atime relative to mtime/ctime. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
tar.h 55 mtime 136 12
  /system/extras/ext4_utils/
contents.c 237 int inode_set_permissions(u32 inode_num, u16 mode, u16 uid, u16 gid, u32 mtime)
247 inode->i_mtime = mtime;
248 inode->i_atime = mtime;
249 inode->i_ctime = mtime;
make_ext4fs.c 91 .mtime = 0,
97 dentries.uid, dentries.gid, dentries.mtime);
166 dentries[i].mtime = stat.st_mtime;
272 dentries[i].mtime);
  /frameworks/av/services/audioflinger/
AudioPolicyService.cpp 700 if (mAudioCommands[0]->mTime <= curTime) {
794 waitTime = mAudioCommands[0]->mTime - curTime;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
RecurrencePickerDialog.java 273 private Time mTime = new Time(); // TODO timezone?
634 mTime.set(b.getLong(BUNDLE_START_TIME_MILLIS));
638 mTime.timezone = tz;
640 mTime.normalize(false);
643 mModel.weeklyByDayOfWeek[mTime.weekDay] = true;
651 mModel.weeklyByDayOfWeek[mTime.weekDay] = true;
656 mTime.setToNow();
729 mModel.endDate = new Time(mTime);
    [all...]
  /external/chromium_org/net/disk_cache/simple/
simple_version_upgrade.cc 94 // Int64(<cache-dir-mtime>)
101 // <cache-dir-mtime> is the last modification time with nanosecond precision
  /external/lzma/CPP/Windows/
FileFind.cpp 59 fi.MTime = fd.ftLastWriteTime; \
197 MY_CLEAR_FILETIME(MTime);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nfs_prot.h 91 nfstime mtime; member in struct:fattr
102 nfstime mtime; member in struct:sattr
nfs_prot.x 127 nfstime mtime; /* time of last modification */
140 nfstime mtime; /* time of last modification */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nfs_prot.h 91 nfstime mtime; member in struct:fattr
102 nfstime mtime; member in struct:sattr
nfs_prot.x 127 nfstime mtime; /* time of last modification */
140 nfstime mtime; /* time of last modification */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nfs_prot.h 91 nfstime mtime; member in struct:fattr
102 nfstime mtime; member in struct:sattr
nfs_prot.x 127 nfstime mtime; /* time of last modification */
140 nfstime mtime; /* time of last modification */
  /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)
  /external/elfutils/libdw/
dwarf_getsrclines.c 268 .mtime = 0,
325 get_uleb128 (new_file->info.mtime, linep);
449 Dwarf_Word mtime; local
450 get_uleb128 (mtime, linep);
476 new_file->info.mtime = mtime;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_import.py 151 # Tweak the mtime of the source to ensure pyc gets updated later
369 for mtime, tail in zip(mtimes, tails):
374 # Create a new Python file with the given mtime.
377 os.utime(source, (mtime, mtime))
389 # mtime that was encoded in the .pyc file.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_import.py 151 # Tweak the mtime of the source to ensure pyc gets updated later
369 for mtime, tail in zip(mtimes, tails):
374 # Create a new Python file with the given mtime.
377 os.utime(source, (mtime, mtime))
389 # mtime that was encoded in the .pyc file.
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventView.java 290 private Time mTime;
293 mTime = time;
304 mTime.hour, mTime.minute, DateFormat.is24HourFormat(mActivity));
306 mStartTimePickerDialog.setStartTime(mTime.hour, mTime.minute);
313 mTime.hour, mTime.minute, DateFormat.is24HourFormat(mActivity));
315 mEndTimePickerDialog.setStartTime(mTime.hour, mTime.minute)
    [all...]

Completed in 1746 milliseconds

1 2 3 4 56 7 8 91011>>