Home
last modified time | relevance | path

Searched defs:writeTime (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
D7zHandlerOut.cpp169 static HRESULT GetTime(IArchiveUpdateCallback *updateCallback, int index, bool writeTime, PROPID pr… in GetTime()
/external/guava/guava-tests/test/com/google/common/cache/
DLocalCacheTest.java2017 long writeTime = e.getWriteTime(); in checkExpirationTimes() local
2030 long writeTime = e.getWriteTime(); in checkExpirationTimes() local
2561 private long writeTime = Long.MAX_VALUE; field in LocalCacheTest.DummyEntry
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java1216 volatile long writeTime = Long.MAX_VALUE; field in LocalCache.StrongWriteEntry
1303 volatile long writeTime = Long.MAX_VALUE; field in LocalCache.StrongAccessWriteEntry
1505 volatile long writeTime = Long.MAX_VALUE; field in LocalCache.WeakWriteEntry
1593 volatile long writeTime = Long.MAX_VALUE; field in LocalCache.WeakAccessWriteEntry