HomeSort by relevance Sort by last modified time
    Searched full:mtime (Results 1 - 25 of 271) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/webkit/LayoutTests/http/tests/resources/
touch-temp-file.php 17 $mtime = $stat['mtime'] + 1; variable
19 if (!touch($tmpFile, $mtime)) {
  /packages/apps/Email/tests/src/com/android/email/
MockClock.java 22 public long mTime = DEFAULT_TIME;
26 return mTime;
30 mTime++;
34 mTime += milliseconds;
  /ndk/sources/host-tools/make-3.81/
remake.c 88 #define MTIME(file) (rebuilding_makefiles ? file_mtime_no_search (file) \
184 FILE_TIMESTAMP mtime = MTIME (file);
188 mtime != file->mtime_before_update)
476 FILE_TIMESTAMP mtime;
482 mtime = file_mtime (d->file);
543 d->changed = ((file_mtime (d->file) != mtime)
544 /* || (mtime == NONEXISTENT_MTIME) */);
560 FILE_TIMESTAMP mtime = file_mtime (d->file);
598 || file_mtime (d->file) != mtime);
183 FILE_TIMESTAMP mtime = MTIME (file); local
473 FILE_TIMESTAMP mtime; local
557 FILE_TIMESTAMP mtime = file_mtime (d->file); local
946 FILE_TIMESTAMP mtime; local
957 FILE_TIMESTAMP mtime; local
1146 FILE_TIMESTAMP mtime; local
1357 FILE_TIMESTAMP mtime; local
1472 FILE_TIMESTAMP mtime; local
    [all...]
  /external/e2fsprogs/tests/f_dup_resize/
script 13 set_inode_field debugfs mtime 200504110000
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/sftp/
AttribFlags.java 36 * Indicates that the 'atime' and 'mtime' field are present
52 * Indicates that the 'mtime' field is present.
68 * 'mtime' and 'ctime' fields (if present), there is also
69 * 'atime-nseconds', 'createtime-nseconds', 'mtime-nseconds'
  /external/oprofile/libop/
op_sample_file.h 31 time_t mtime; member in struct:opd_header
  /external/oprofile/libpp/
op_header.cpp 45 if (h1.mtime != h2.mtime) {
48 << h1.mtime << ", " << h2.mtime << ") for "
92 if (newmtime == header.mtime)
100 // Files we couldn't get mtime of have zero mtime
101 if (!header.mtime) {
102 // FIXME: header.mtime for JIT sample files is 0. The problem could be that
op_header.h 25 * check that the h1 and h2 are coherent (same size, same mtime etc.)
34 * check mtime of samples file header against file
  /cts/tests/tests/view/src/android/view/cts/
VelocityTrackerTest.java 38 private long mTime;
48 mTime = 1000;
148 mTime += step;
158 mTime += duration;
162 if (mTime >= mLastTime) {
163 MotionEvent ev = MotionEvent.obtain(0L, mTime, MotionEvent.ACTION_MOVE, mPx, mPy, 0);
166 mLastTime = mTime;
174 mTime, mPx, mPy, mVx, mVy, mAx, mAy,
  /packages/apps/Email/tests/src/com/android/email/activity/
UIControllerTwoPaneRefreshTaskTest.java 65 mClock.mTime = 123456789;
80 mClock.mTime = mRefreshManager.mLastMailboxListRefresTime;
85 mClock.mTime = mRefreshManager.mLastMailboxListRefresTime + 1;
90 mClock.mTime = mRefreshManager.mLastMailboxListRefresTime
108 mClock.mTime = 123456789;
134 mClock.mTime = mRefreshManager.mLastMessageListRefresTime;
139 mClock.mTime = mRefreshManager.mLastMessageListRefresTime + 1;
144 mClock.mTime = mRefreshManager.mLastMessageListRefresTime
  /system/extras/ext4_utils/
contents.h 31 u32 mtime; member in struct:dentry
40 int inode_set_permissions(u32 inode_num, u16 mode, u16 uid, u16 gid, u32 mtime);
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaFragment.java 60 private final Time mTime;
85 mTime.switchTimezone(mTimeZone);
98 mTime = new Time();
102 mTime.setToNow();
104 mTime.set(mInitialTimeMillis);
106 mLastHandledEventTime.set(mTime);
114 mTime.switchTimezone(mTimeZone);
133 mTime.set(prevTime);
135 Log.d(TAG, "Restoring time to " + mTime.toString());
215 Log.v(TAG, "OnResume to " + mTime.toString())
    [all...]
AgendaListView.java 51 private Time mTime;
59 mTime.switchTimezone(mTimeZone);
92 mTime = new Time(mTimeZone);
196 startTime = Utils.convertAlldayLocalToUTC(mTime, startTime, mTimeZone);
197 endTime = Utils.convertAlldayLocalToUTC(mTime, endTime, mTimeZone);
199 mTime.set(startTime);
211 time = mTime;
218 mTime.set(time);
219 mTime.switchTimezone(mTimeZone);
220 mTime.normalize(true)
    [all...]
  /system/extras/tests/sdcard/
stopwatch.cpp 81 clock_gettime(CLOCK_MONOTONIC, &mData[mDataLen].mTime);
85 mStart = mData[mDataLen].mTime; // mDataLen should be 0
95 clock_gettime(CLOCK_MONOTONIC, &mData[mDataLen].mTime);
136 long second = mData[i * 2].mTime.tv_sec - mStart.tv_sec;
137 long nano = mData[i * 2].mTime.tv_nsec - mStart.tv_nsec;
172 long second = mData[i + 1].mTime.tv_sec - mData[i].mTime.tv_sec;
173 long nano = mData[i + 1].mTime.tv_nsec - mData[i].mTime.tv_nsec;
  /external/elfutils/libdw/
dwarf_filesrc.c 59 dwarf_filesrc (Dwarf_Files *file, size_t idx, Dwarf_Word *mtime,
65 if (mtime != NULL)
66 *mtime = file->info[idx].mtime;
dwarf_linesrc.c 59 dwarf_linesrc (Dwarf_Line *line, Dwarf_Word *mtime, Dwarf_Word *length)
70 if (mtime != NULL)
71 *mtime = line->files->info[line->file].mtime;
  /external/elfutils/libdwfl/
dwfl_lineinfo.c 55 Dwarf_Word *mtime, Dwarf_Word *length)
71 if (mtime != NULL)
72 *mtime = file->mtime;
  /external/oprofile/daemon/
opd_events.h 45 int spu_samples, uint64_t embed_offset, time_t mtime);
opd_events.c 153 int spu_samples, uint64_t embed_offset, time_t mtime)
167 header->mtime = mtime;
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchFragment.java 51 private CircleTimerView mTime;
320 mTime = (CircleTimerView)v.findViewById(R.id.stopwatch_time);
344 mTime.readFromSharedPref(prefs, "sw");
345 mTime.postInvalidate();
383 mTime.writeToSharedPref(prefs, "sw");
405 mTime.pauseIntervalAnimation();
417 if (mTime.isAnimating()) {
418 mTime.startIntervalAnimation();
433 mTime.clearSharedPref(prefs, "sw");
437 mTime.stopIntervalAnimation()
    [all...]
  /frameworks/base/core/java/android/widget/
DateTimeView.java 62 Date mTime;
99 mTime = new Date(t.year-1900, t.month, t.monthDay, t.hour, t.minute, 0);
104 if (mTime == null) {
111 Date time = mTime;
164 String text = format.format(mTime);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
FirstFrameAnimatorHelper.java 67 private long mTime = System.currentTimeMillis();
72 Log.d("FirstFrameAnimatorHelper", "TICK " + (newTime - mTime));
73 mTime = newTime;
  /external/oprofile/libutil/
op_file.h 32 * op_get_mtime - get mtime of file
35 * Returns the mtime of the given file or 0 on failure
  /external/kernel-headers/original/linux/
stat.h 69 struct timespec mtime; member in struct:kstat
  /external/webkit/Tools/iExploder/iexploder-1.3.2/tools/
osx_last_crash.rb 9 files=`find #$LogDir -mtime -#$Days -type f | grep -v synergy`

Completed in 399 milliseconds

1 2 3 4 5 6 7 8 91011