Searched defs:lastModified (Results 1 - 25 of 39) sorted by relevance

12

/external/proguard/src/proguard/
H A DUpToDateChecker.java50 long inputLastModified = configuration.lastModified;
71 long lastModified = lastModified(classPathEntry.getFile(), true);
72 if (outputLastModified > lastModified)
74 outputLastModified = lastModified;
79 long lastModified = lastModified(classPathEntry.getFile(), false);
80 if (inputLastModified < lastModified)
82 inputLastModified = lastModified;
101 long lastModified
123 private long lastModified(File file, boolean minimum) method in class:UpToDateChecker
[all...]
H A DConfiguration.java83 public long lastModified = 0L; field in class:Configuration
H A DConfigurationParser.java105 ConfigurationConstants.INCLUDE_DIRECTIVE .startsWith(nextWord)) configuration.lastModified = parseIncludeArgument(configuration.lastModified);
116 else if (ConfigurationConstants.FORCE_PROCESSING_OPTION .startsWith(nextWord)) configuration.lastModified = parseNoArgument(Long.MAX_VALUE);
190 private long parseIncludeArgument(long lastModified) throws ParseException, IOException argument
200 return Math.max(lastModified, file.lastModified());
/external/webkit/Source/WebCore/loader/cache/
H A DCachedResourceRequest.cpp102 const String& lastModified = resourceToRevalidate->response().httpHeaderField("Last-Modified"); local
104 if (!lastModified.isEmpty() || !eTag.isEmpty()) {
108 if (!lastModified.isEmpty())
109 resourceRequest.setHTTPHeaderField("If-Modified-Since", lastModified);
/external/icu4c/i18n/
H A Dvzone.cpp71 vzone_getLastModified(VZone* zone, UDate& lastModified) { argument
72 return ((VTimeZone*)zone)->VTimeZone::getLastModified(lastModified);
76 vzone_setLastModified(VZone* zone, UDate lastModified) { argument
77 return ((VTimeZone*)zone)->VTimeZone::setLastModified(lastModified);
H A Dvtzone.cpp1138 VTimeZone::getLastModified(UDate& lastModified) const {
1140 lastModified = lastmod;
1147 VTimeZone::setLastModified(UDate lastModified) { argument
1148 lastmod = lastModified;
/external/okhttp/src/main/java/libcore/net/http/
H A DResponseHeaders.java49 private Date lastModified; field in class:ResponseHeaders
145 lastModified = HttpDate.parse(value);
211 return lastModified;
296 } else if (lastModified != null && uri.getRawQuery() == null) {
304 long delta = servedMillis - lastModified.getTime();
422 if (lastModified != null) {
423 request.setIfModifiedSince(lastModified);
451 if (lastModified != null
452 && networkResponse.lastModified != null
453 && networkResponse.lastModified
[all...]
/external/webkit/Source/WebCore/plugins/
H A DPluginPackage.cpp102 PluginPackage::PluginPackage(const String& path, const time_t& lastModified) argument
109 , m_lastModified(lastModified)
158 PassRefPtr<PluginPackage> PluginPackage::createPackage(const String& path, const time_t& lastModified) argument
160 RefPtr<PluginPackage> package = adoptRef(new PluginPackage(path, lastModified));
169 PassRefPtr<PluginPackage> PluginPackage::createPackageFromCache(const String& path, const time_t& lastModified, const String& name, const String& description, const String& mimeDescription) argument
171 RefPtr<PluginPackage> package = adoptRef(new PluginPackage(path, lastModified));
H A DPluginPackage.h51 static PassRefPtr<PluginPackage> createPackage(const String& path, const time_t& lastModified);
53 static PassRefPtr<PluginPackage> createPackageFromCache(const String& path, const time_t& lastModified, const String& name, const String& description, const String& mimeDescription);
62 time_t lastModified() const { return m_lastModified; } function in class:WebCore::PluginPackage
92 PluginPackage(const String& path, const time_t& lastModified);
H A DPluginDatabase.cpp131 time_t lastModified; local
132 if (!getFileModificationTime(*it, lastModified))
135 pathsWithTimes.add(*it, lastModified);
138 if (shouldSkipUnchangedFiles && m_pluginPathsWithTimes.get(*it) == lastModified)
142 ASSERT(!shouldSkipUnchangedFiles || oldPackage->lastModified() != lastModified);
146 RefPtr<PluginPackage> package = PluginPackage::createPackage(*it, lastModified);
565 time_t lastModified; local
570 && readTime(lastModified, bufferPos, end)
585 RefPtr<PluginPackage> package = PluginPackage::createPackageFromCache(path, lastModified, nam
[all...]
/external/webkit/Source/WebKit2/UIProcess/Plugins/win/
H A DPluginInfoStoreWin.cpp108 FILETIME lastModified; local
113 result = ::RegEnumKeyExW(key, i, name, &nameLen, 0, 0, 0, &lastModified);
183 FILETIME lastModified; local
191 result = ::RegEnumKeyExW(key, i, name, &nameLen, 0, 0, 0, &lastModified);
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheGroup.cpp463 const String& lastModified = newestCachedResource->response().httpHeaderField("Last-Modified"); local
465 if (!lastModified.isEmpty() || !eTag.isEmpty()) {
466 if (!lastModified.isEmpty())
467 request.setHTTPHeaderField("If-Modified-Since", lastModified);
/external/webkit/Source/WebCore/platform/network/
H A DResourceResponseBase.cpp453 double ResourceResponseBase::lastModified() const function in class:WebCore::ResourceResponseBase
/external/webkit/Source/WebCore/plugins/win/
H A DPluginDatabaseWin.cpp91 FILETIME lastModified; local
96 result = RegEnumKeyExW(key, i, name, &nameLen, 0, 0, 0, &lastModified);
216 FILETIME lastModified; local
221 result = RegEnumKeyExW(key, i, name, &nameLen, 0, 0, 0, &lastModified);
294 FILETIME lastModified; local
302 result = RegEnumKeyExW(key, i, name, &nameLen, 0, 0, 0, &lastModified);
339 FILETIME lastModified; local
347 result = RegEnumKeyExW(key, i, name, &nameLen, 0, 0, 0, &lastModified);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Djavax.servlet_2.5.0.v200910301333.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.update.configurator_3.3.100.v20100512.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Source/WebCore/dom/
H A DDocument.cpp3789 String Document::lastModified() const function in class:WebCore::Document

Completed in 351 milliseconds

12