Home
last modified time | relevance | path

Searched refs:mtime (Results 1 – 2 of 2) sorted by relevance

/development/vndk/tools/sourcedr/ninja/
Dninja.py861 def __init__(self, id, explicit_out, mtime, implicit_ins): argument
864 self.mtime = mtime
956 mtime = next(dep_iter)
959 deps = DepFileRecord(idx, explicit_out, mtime, implicit_ins)
965 elif old_deps.mtime > deps.mtime:
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkey.java446 final long mtime = trace.lastModified(); in reportAnrTraces() local
447 if (mtime > mostRecentMtime) { in reportAnrTraces()
448 mostRecentMtime = mtime; in reportAnrTraces()