/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 | 39 long modTime; 131 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;
|
/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/native/cmds/installd/ |
utils.c | 476 static cache_file_t* _add_cache_file_t(cache_t* cache, cache_dir_t* dir, time_t modTime, 483 file->modTime = modTime; 724 return lhs->modTime < rhs->modTime ? -1 : (lhs->modTime > rhs->modTime ? 1 : 0); 759 ALOGI("DEL (mod %d) %s\n", (int)file->modTime, path); 784 (int)file->modTime, file->dir);
|
installd.h | 111 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/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
file_table.js | 620 var modTime = filesystemProps.modificationTime; 632 if (modTime >= today && 633 modTime < today.getTime() + MILLISECONDS_IN_DAY) { 634 div.textContent = strf('TIME_TODAY', this.timeFormatter_.format(modTime)); 635 } else if (modTime >= today - MILLISECONDS_IN_DAY && modTime < today) { 637 this.timeFormatter_.format(modTime));
|
/external/clang/tools/libclang/ |
Indexing.cpp | 92 time_t ModTime; 95 PPRegion() : UniqueID(0, 0), ModTime(), Offset() {} 96 PPRegion(llvm::sys::fs::UniqueID UniqueID, unsigned offset, time_t modTime) 97 : UniqueID(UniqueID), ModTime(modTime), Offset(offset) {} 101 time_t getModTime() const { return ModTime; } 107 lhs.ModTime == rhs.ModTime; [all...] |
/prebuilts/devtools/tools/lib/ |
commons-compress-1.0.jar | |
/prebuilts/tools/common/commons-compress/ |
commons-compress-1.0.jar | |
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/ |
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 | |
/prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/ |
ant-1.8.0.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | |
/prebuilts/misc/common/tradefed/ |
tradefed-prebuilt.jar | |
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/ |
findbugs-2.0.1.jar | |