HomeSort by relevance Sort by last modified time
    Searched refs:modTime (Results 1 - 21 of 21) sorted by null

  /dalvik/vm/
RawDexFile.cpp 46 static int getModTimeAndSize(int fd, u4* modTime, size_t* size)
56 *modTime = (u4) buf.st_mtime;
122 u4 modTime = 0;
139 if (getModTimeAndSize(dexFd, &modTime, &fileSize) < 0) {
161 optFd = dvmOpenCachedDexFile(fileName, cachedName, modTime,
193 fileName, modTime, adler32, isBootstrap);
  /bootable/recovery/minzip/
Zip.h 43 long modTime;
135 return pEntry->modTime;
Zip.c 340 pEntry->modTime = get4LE(ptr + CENTIM);
    [all...]
  /frameworks/base/core/jni/
com_android_internal_content_NativeLibraryHelper.cpp 174 time_t modTime;
182 modTime = mktime(&t);
204 if (!isFileDifferent(localFileName, uncompLen, modTime, crc, &st)) {
241 times[1].tv_sec = modTime;
  /external/llvm/include/llvm/Support/
PathV1.h 44 TimeValue modTime; ///< Time of file's modification
52 FileStatus() : fileSize(0), modTime(0,0), mode(0777), user(999),
55 TimeValue getTimestamp() const { return modTime; }
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp 131 Int DetermineCodingLayer(VideoEncData *video, Int *nLayer, ULong modTime);
133 Int UpdateSkipNextFrame(VideoEncData *video, ULong *modTime, Int *size, PV_STATUS status);
    [all...]
vop.cpp 309 PV_STATUS EncodeVopNotCoded(VideoEncData *video, UChar *bstream, Int *size, ULong modTime)
325 frameTick = (Int)(((double)(modTime - video->modTimeRef) * currVol->timeIncrementResolution + 500) / 1000);
mp4lib_int.h 398 UInt modTimeRef; /* Reference modTime update every I-Vop*/
402 ULong modTime; /* Input frame modTime */
mp4enc_lib.h 35 PV_STATUS EncodeVopNotCoded(VideoEncData *video, UChar *bstream, Int *size, ULong modTime);
  /frameworks/base/cmds/installd/
utils.c 475 static cache_file_t* _add_cache_file_t(cache_t* cache, cache_dir_t* dir, time_t modTime,
482 file->modTime = modTime;
723 return lhs->modTime < rhs->modTime ? -1 : (lhs->modTime > rhs->modTime ? 1 : 0);
758 ALOGI("DEL (mod %d) %s\n", (int)file->modTime, path);
783 (int)file->modTime, file->dir);
installd.h 114 time_t modTime;
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
rate_control.cpp 50 AVCEnc_Status RCDetermineFrameNum(AVCEncObject *encvid, AVCRateControl *rateCtrl, uint32 modTime, uint *frameNum)
66 encvid->modTimeRef = modTime;
82 if (modTime < modTimeRef) /* modTime wrapped around */
87 modTime += encvid->wrapModTime; /* wrapModTime is non zero after wrap-around */
89 currFrameNum = (int32)(((modTime - modTimeRef) * rateCtrl->frame_rate + 200) / 1000); /* add small roundings */
    [all...]
avcenc_lib.h 673 \param "modTime" "The 32 bit timestamp of the input frame."
677 AVCEnc_Status RCDetermineFrameNum(AVCEncObject *encvid, AVCRateControl *rateCtrl, uint32 modTime, uint *frameNum);
    [all...]
  /external/llvm/lib/Archive/
Archive.cpp 53 info.modTime = sys::TimeValue::now();
ArchiveReader.cpp 223 member->info.modTime.fromEpochTime(atoi(Hdr->date));
  /external/webkit/Source/WebCore/page/
Page.cpp 663 time_t modTime;
664 if (!getFileModificationTime(m_userStyleSheetPath, modTime)) {
674 if (m_didLoadUserStyleSheet && modTime <= m_userStyleSheetModificationTime)
679 m_userStyleSheetModificationTime = modTime;
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 641 if (si->modTime > I->getModTime())
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 416 milliseconds