/frameworks/base/core/java/android/webkit/ |
PerfChecker.java | 24 private long mTime; 29 mTime = SystemClock.uptimeMillis(); 41 long time = upTime - mTime; 45 // Reset mTime, to permit reuse 46 mTime = upTime;
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/ |
TrackPoint.java | 25 private long mTime; 28 mTime = time; 32 return mTime;
|
/external/elfutils/libdw/ |
dwarf_filesrc.c | 23 dwarf_filesrc (Dwarf_Files *file, size_t idx, Dwarf_Word *mtime, 29 if (mtime != NULL) 30 *mtime = file->info[idx].mtime;
|
dwarf_linesrc.c | 23 dwarf_linesrc (Dwarf_Line *line, Dwarf_Word *mtime, Dwarf_Word *length) 34 if (mtime != NULL) 35 *mtime = line->files->info[line->file].mtime;
|
dwarf_getsrclines.c | 218 .mtime = 0, 275 get_uleb128 (new_file->info.mtime, linep); 399 Dwarf_Word mtime; local 400 get_uleb128 (mtime, linep); 426 new_file->info.mtime = mtime;
|
/packages/apps/Contacts/src/com/android/contacts/ |
ProgressShower.java | 34 private long mTime; 78 mTime += System.currentTimeMillis() - start; 84 String.format("Time to progress a dialog: %d ms", mTime));
|
/external/e2fsprogs/tests/f_dup_resize/ |
script | 13 set_inode_field debugfs mtime 200504110000
|
/external/oprofile/libop/ |
op_sample_file.h | 31 time_t mtime; member in struct:opd_header
|
/packages/apps/Calendar/src/com/android/calendar/ |
AgendaActivity.java | 54 private Time mTime; 96 mTime = new Time(); 121 mTime.set(millis); 128 mTime.set(time); 129 goTo(mTime, false); 137 Log.v(TAG, "OnResume to " + mTime.toString()); 146 mAgendaListView.goTo(mTime, true); 165 mTime.set(firstVisibleTime); 168 Log.v(TAG, "onSaveInstanceState " + mTime.toString());
|
MonthActivity.java | 57 private Time mTime; 88 mv.setSelectedTime(mTime); 125 mTime = time; 137 mTime = now; 222 mTime = new Time(); 223 mTime.set(time); 224 mTime.normalize(true); 247 title.setText(Utils.formatMonthYear(this, mTime)); 323 outState.putLong(EVENT_BEGIN_TIME, mTime.toMillis(true));
|
/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/oprofile/daemon/ |
opd_events.h | 45 int spu_samples, uint64_t embed_offset, time_t mtime);
|
opd_events.c | 164 int spu_samples, uint64_t embed_offset, time_t mtime) 178 header->mtime = mtime;
|
/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/WebKitTools/iExploder/tools/ |
osx_last_crash.rb | 9 files=`find #$LogDir -mtime -#$Days -type f | grep -v synergy`
|
/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);
|
/external/oprofile/libabi/ |
op_abi.c | 52 { "offsetof_header_mtime", offsetof(struct opd_header, mtime) },
|
/external/qemu/block/ |
cow.c | 41 int32_t mtime; member in struct:cow_header_v2 231 /* Note: if no file, we put a dummy mtime */ 232 cow_header.mtime = cpu_to_be32(0); 244 cow_header.mtime = cpu_to_be32(st.st_mtime);
|
/frameworks/base/core/java/android/net/http/ |
CertificateValidatorCache.java | 193 private long mTime; 216 mTime = SystemClock.uptimeMillis(); 223 return CACHE_ENTRY_LIFETIME < SystemClock.uptimeMillis() - mTime;
|
/frameworks/base/location/java/android/location/ |
Location.java | 61 private long mTime = 0; 86 pw.println(prefix + "mProvider=" + mProvider + " mTime=" + mTime); 120 mTime = l.mTime; 139 mTime = 0; 474 return mTime; 482 mTime = time; 683 ",mTime=" + mTime [all...] |
/development/samples/GlobalTime/src/com/android/globaltime/ |
Clock.java | 42 private long mTime; 177 this.mTime = time; 217 cal.setTimeInMillis(mTime - doffset); 224 float daylightOffset = tz.inDaylightTime(new Date(mTime)) ? 234 cal.setTimeInMillis(mTime);
|
/external/bluetooth/glib/gio/xdgmime/ |
xdgmime.c | 78 time_t mtime; member in struct:XdgDirTimeList 101 time_t mtime) 117 list->mtime = mtime; 298 /* Checks file_path to make sure it has the same mtime as last time it was 299 * checked. If it has a different mtime, or if the file doesn't exist, it 322 if (st.st_mtime == list->mtime)
|
/external/e2fsprogs/tests/f_swapfs/ |
expect | 32 mtime: 0x322737e2 -- Fri Aug 30 18:50:10 1996 42 mtime: 0x322488cf -- Wed Aug 28 17:58:39 1996 94 mtime: 0x322737e2 -- Fri Aug 30 18:50:10 1996 104 mtime: 0x322488cf -- Wed Aug 28 17:58:39 1996
|
/external/quake/quake/src/WinQuake/ |
cl_main.cpp | 395 f = cl.mtime[0] - cl.mtime[1]; 399 cl.time = cl.mtime[0]; 405 cl.mtime[1] = cl.mtime[0] - 0.1; 408 frac = (cl.time - cl.mtime[1]) / f; 415 cl.time = cl.mtime[1]; 425 cl.time = cl.mtime[0]; 491 if (ent->msgtime != cl.mtime[0])
|