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

1 2

  /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...]
  /tools/tradefederation/core/src/com/android/tradefed/command/
CommandFileWatcher.java 55 public final long modTime;
68 this.modTime = cmdFile.lastModified();
90 this.modTime = cmdFile.lastModified();
190 // implies that the modtime will be non-zero and will also be different from what
192 } else if (curModTime != cmd.modTime) {
193 // Note that we land on this case if the original modtime was 0 and the modtime is
195 // read the modtime initially. This should be okay.
196 CLog.w("Found update in monitored cmdfile %s (%d -> %d)", cmd.file, cmd.modTime,
  /build/soong/finder/
finder_test.go 137 func modTime(t *testing.T, path string, filesystem *fs.MockFs) time.Time {
142 return stats.ModTime()
    [all...]
  /frameworks/base/core/jni/
com_android_internal_content_NativeLibraryHelper.cpp 233 const time_t modTime = mktime(&t);
235 if (!isFileDifferent(localFileName, uncompLen, modTime, crc, &st)) {
270 times[1].tv_sec = modTime;
  /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 */
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
commons-compress-1.8.1.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 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/1.0/
plexus-archiver-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.3/
plexus-archiver-2.3.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /prebuilts/misc/common/commons-compress/
commons-compress-prebuilt.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
ant-1.8.0.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/
commons-compress-1.9.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 536 milliseconds

1 2