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

  /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...]
  /build/soong/finder/
finder_test.go 137 func modTime(t *testing.T, path string, filesystem *fs.MockFs) time.Time {
142 return stats.ModTime()
    [all...]
  /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/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...]
  /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...]
mp4lib_int.h 399 UInt modTimeRef; /* Reference modTime update every I-Vop*/
403 ULong modTime; /* Input frame modTime */
  /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 1895 milliseconds