Searched refs:lastModified (Results 1 - 25 of 80) sorted by relevance

1234

/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
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8FileCustom.cpp92 RefPtr<File> file = blobBuilder.createFile(properties.contentType(), fileName, properties.lastModified());
104 double lastModified = file->lastModifiedDate(); local
105 if (!isValidFileTime(lastModified))
106 lastModified = currentTimeMS();
110 v8SetReturnValue(info, v8::Date::New(info.GetIsolate(), lastModified));
116 double lastModified = file->lastModifiedDate(); local
117 if (!isValidFileTime(lastModified))
118 lastModified = currentTimeMS();
120 // lastModified returns a number, not a Date instance.
122 v8SetReturnValue(info, floor(lastModified));
[all...]
H A DV8BlobCustomHelpers.cpp57 void ParsedProperties::setLastModified(double lastModified) argument
61 m_lastModified = lastModified;
98 v8::Local<v8::Value> lastModified;
99 V8TRYCATCH_RETURN(bool, containsLastModified, dictionary.get("lastModified", lastModified), false);
101 V8TRYCATCH_RETURN(long long, lastModifiedInt, toInt64(lastModified), false);
H A DV8BlobCustomHelpers.h59 double lastModified() const function in class:WebCore::V8BlobCustomHelpers::ParsedProperties
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DFile.idl32 [Custom=Getter, RuntimeEnabled=FileConstructor] readonly attribute long long lastModified;
H A DFile.h58 static PassRefPtr<File> create(const String& path, const String& name, const String& relativePath, bool hasSnaphotData, uint64_t size, double lastModified, PassRefPtr<BlobDataHandle> blobDataHandle) argument
60 return adoptRef(new File(path, name, relativePath, hasSnaphotData, size, lastModified, blobDataHandle));
110 File(const String& path, const String& name, const String& relativePath, bool hasSnaphotData, uint64_t size, double lastModified, PassRefPtr<BlobDataHandle>);
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DResponseHeaders.java56 private Date lastModified; field in class:ResponseHeaders
152 lastModified = HttpDate.parse(value);
223 return lastModified;
315 } else if (lastModified != null && uri.getRawQuery() == null) {
321 long delta = servedMillis - lastModified.getTime();
428 if (lastModified != null) {
429 request.setIfModifiedSince(lastModified);
453 if (lastModified != null
454 && networkResponse.lastModified != null
455 && networkResponse.lastModified
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DSASSSourceMapping.js125 var lastModified = new Date(lastModifiedHeader);
126 if (isNaN(lastModified.getTime()))
128 return lastModified;
138 var lastModified = this._lastModified(headers);
139 if (lastModified)
140 return lastModified;
180 var lastModified = this._checkLastModified(headers, sassURL);
181 if (!lastModified)
183 metadataReceived.call(this, lastModified);
294 var lastModified
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
H A DSecuritySupport.java123 return f.lastModified();
H A DSecuritySupport12.java141 return new Long(f.lastModified());
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DSecuritySupport.java123 return f.lastModified();
H A DSecuritySupport12.java141 return new Long(f.lastModified());
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DSecuritySupport.java123 return f.lastModified();
H A DSecuritySupport12.java141 return new Long(f.lastModified());
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DSecuritySupport.java121 return f.lastModified();
H A DSecuritySupport12.java138 return new Long(f.lastModified());
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DSecuritySupport.java123 return f.lastModified();
H A DSecuritySupport12.java141 return new Long(f.lastModified());
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DSecuritySupport.java123 return f.lastModified();
/external/chromium_org/third_party/icu/source/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 Dvzone.h119 * @param lastModified Receives the last modified date.
120 * @return TRUE if lastModified attribute is available and value is set.
124 vzone_getLastModified(VZone* zone, UDate& lastModified);
129 * @param lastModified The LAST-MODIFIED date.
133 vzone_setLastModified(VZone* zone, UDate 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 Dvzone.h111 * @param lastModified Receives the last modified date.
112 * @return TRUE if lastModified attribute is available and value is set.
115 vzone_getLastModified(VZone* zone, UDate& lastModified);
120 * @param lastModified The LAST-MODIFIED date.
123 vzone_setLastModified(VZone* zone, UDate lastModified);
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
H A DFileSystemResourceLoader.java83 return String.format("%s@%s", fullPath, file.lastModified());

Completed in 1011 milliseconds

1234