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

  /build/soong/finder/fs/
fs.go 192 modTime time.Time
199 func (m mockInode) ModTime() time.Time {
200 return m.modTime
377 modTime time.Time // time at which the inode's contents were modified
396 func (m *mockFileInfo) ModTime() time.Time {
397 return m.modTime
412 modTime: d.modTime,
425 modTime: f.modTime,
    [all...]
  /external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/tar/
TarArchiveEntry.java 168 private long modTime;
280 this.modTime = new Date().getTime() / MILLIS_PER_SECOND;
374 this.modTime = file.lastModified() / MILLIS_PER_SECOND;
652 modTime = time / MILLIS_PER_SECOND;
661 modTime = time.getTime() / MILLIS_PER_SECOND;
670 return new Date(modTime * MILLIS_PER_SECOND);
    [all...]
  /external/swiftshader/third_party/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 138 Int DetermineCodingLayer(VideoEncData *video, Int *nLayer, ULong modTime);
140 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 399 UInt modTimeRef; /* Reference modTime update every I-Vop*/
403 ULong modTime; /* Input frame modTime */
mp4enc_lib.h 35 PV_STATUS EncodeVopNotCoded(VideoEncData *video, UChar *bstream, Int *size, ULong modTime);
  /external/swiftshader/third_party/LLVM/lib/Archive/
Archive.cpp 53 info.modTime = sys::TimeValue::now();
ArchiveReader.cpp 226 member->info.modTime.fromEpochTime(atoi(Hdr->date));
  /external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/
X5455_ExtendedTimestampTest.java 163 final String modTime = DATE_FORMAT.format(m);
185 assertEquals(year + "-01-01/00:00:01 +0000", modTime);
380 * (ModTime) Long time of last modification (UTC/GMT)
  /external/clang/tools/libclang/
Indexing.cpp 73 time_t ModTime;
76 PPRegion() : UniqueID(0, 0), ModTime(), Offset() {}
77 PPRegion(llvm::sys::fs::UniqueID UniqueID, unsigned offset, time_t modTime)
78 : UniqueID(UniqueID), ModTime(modTime), Offset(offset) {}
82 time_t getModTime() const { return ModTime; }
88 lhs.ModTime == rhs.ModTime;
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-ar/
llvm-ar.cpp 648 if (si->modTime > I->getModTime())
  /external/syzkaller/syz-manager/
html.go 431 modTime := stat.ModTime()
467 crash.Time = stat.ModTime()
483 LastTime: modTime.Format(dateFormat),
  /build/soong/finder/
finder.go 211 if node == nil || node.ModTime == 0 {
403 ModTime int64
552 if other.ModTime != 0 {
656 PersistedDirInfo{P: entry.Path, T: entry.ModTime, I: entry.Inode, F: entry.FileNames})
717 ModTime: dir.T, Inode: dir.I, Device: element.Device,
818 if !f.isInfoUpToDate(cachedNode.statResponse, updated) && updated.ModTime != 0 {
1044 if old.ModTime != new.ModTime {
1068 if node.ModTime != 0 {
    [all...]
finder_test.go 137 func modTime(t *testing.T, path string, filesystem *fs.MockFs) time.Time {
142 return stats.ModTime()
    [all...]
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
findbugs.jar 

Completed in 983 milliseconds