HomeSort by relevance Sort by last modified time
    Searched refs:lastModified (Results 1 - 25 of 256) sorted by null

1 2 3 4 5 6 7 8 91011

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceFileInfo.java 24 public TraceFileInfo(String path, long size, long lastModified) {
27 mLastModified = lastModified;
  /frameworks/base/media/java/android/media/
MediaScannerClient.java 24 public void scanFile(String path, long lastModified, long fileSize,
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/comparator/
LastModifiedFileComparator.java 25 * (see {@link File#lastModified()}).
61 * @return a negative value if the first file's lastmodified date/time
62 * is less than the second, zero if the lastmodified date/time are the
63 * same and a positive value if the first files lastmodified date/time
68 long result = file1.lastModified() - file2.lastModified();
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8FileCustom.cpp 93 RefPtrWillBeRawPtr<File> file = File::create(fileName, properties.lastModified(), BlobDataHandle::create(blobData.release(), fileSize));
105 double lastModified = file->lastModifiedDate();
106 if (!isValidFileTime(lastModified))
107 lastModified = currentTimeMS();
111 v8SetReturnValue(info, v8::Date::New(info.GetIsolate(), lastModified));
117 double lastModified = file->lastModifiedDate();
118 if (!isValidFileTime(lastModified))
119 lastModified = currentTimeMS();
121 // lastModified returns a number, not a Date instance.
123 v8SetReturnValue(info, floor(lastModified));
    [all...]
V8BlobCustomHelpers.cpp 55 void ParsedProperties::setLastModified(double lastModified)
59 m_lastModified = lastModified;
97 v8::Local<v8::Value> lastModified;
98 TONATIVE_DEFAULT(bool, containsLastModified, dictionary.get("lastModified", lastModified), false);
100 TONATIVE_DEFAULT(long long, lastModifiedInt, toInt64(lastModified), false);
V8BlobCustomHelpers.h 59 double lastModified() const
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
File.idl 32 [Custom=Getter, RuntimeEnabled=FileConstructor] readonly attribute long long lastModified;
File.h 61 static PassRefPtrWillBeRawPtr<File> create(const String& path, const String& name, const String& relativePath, bool hasSnaphotData, uint64_t size, double lastModified, PassRefPtr<BlobDataHandle> blobDataHandle)
63 return adoptRefWillBeNoop(new File(path, name, relativePath, hasSnaphotData, size, lastModified, blobDataHandle));
65 static PassRefPtrWillBeRawPtr<File> create(const String& path, const String& name, uint64_t size, double lastModified, PassRefPtr<BlobDataHandle> blobDataHandle)
67 return adoptRefWillBeNoop(new File(path, name, String(), true, size, lastModified, blobDataHandle));
122 File(const String& path, const String& name, const String& relativePath, bool hasSnaphotData, uint64_t size, double lastModified, PassRefPtr<BlobDataHandle>);
  /external/chromium_org/third_party/WebKit/public/platform/
WebBlobInfo.h 39 WebBlobInfo(const WebString& uuid, const WebString& filePath, const WebString& fileName, const WebString& type, double lastModified, long long size)
46 , m_lastModified(lastModified)
73 double lastModified() const
  /external/conscrypt/src/main/java/org/conscrypt/
FileClientSessionCache.java 353 long lastModified = -1;
356 public long lastModified() {
357 long lastModified = this.lastModified;
358 if (lastModified == -1) {
359 lastModified = this.lastModified = super.lastModified();
361 return lastModified;
367 long result = lastModified() - another.lastModified()
    [all...]
  /frameworks/support/v4/java/android/support/v4/provider/
SingleDocumentFile.java 69 public long lastModified() {
70 return DocumentsContractApi19.lastModified(mContext, mUri);
  /external/conscrypt/src/platform/java/org/conscrypt/
CertPinManager.java 35 private long lastModified;
109 lastModified = pinFile.lastModified();
160 return pinFile.lastModified() == lastModified;
  /libcore/support/src/test/java/tests/support/
Support_TestWebData.java 96 Support_TestWebData(long length, int lastModified, String name, String type, boolean isDir, long expDate) {
98 testLastModified = lastModified;
112 testLastModified = file.lastModified();
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
AgeFileFilter.java 120 this(cutoffReference.lastModified(), acceptOlder);
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
FsDirectoryEntry.java 110 * @param lastModified the new last modification time of this entry
113 public void setLastModified(long lastModified) throws IOException;
  /frameworks/base/core/java/android/webkit/
CacheManager.java 57 String lastModified;
126 return lastModified;
  /frameworks/base/tests/CoreTests/android/core/
TestWebData.java 109 TestWebData(int length, int lastModified, String name, String type, boolean isDir) {
111 testLastModified = lastModified;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/lint/
ProjectLintConfigurationTest.java 152 long lastModified = configFile.lastModified();
163 assertFalse(lastModified < configFile.lastModified());
164 assertEquals(lastModified, configFile.lastModified());
167 assertTrue(lastModified < configFile.lastModified());
  /libcore/luni/src/main/java/libcore/net/url/
FileURLConnection.java 67 private long lastModified = -1;
119 lastModified = f.lastModified();
130 lastModified = f.lastModified();
138 headerKeysAndValues[LAST_MODIFIED_VALUE_IDX] = String.valueOf(lastModified);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
CacheStrategy.java 107 private Date lastModified;
149 lastModified = HttpDate.parse(value);
242 if (lastModified != null) {
272 } else if (lastModified != null
281 long delta = servedMillis - lastModified.getTime();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
SASSSourceMapping.js 125 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 = this._checkLastModified(headers, cssURL)
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Response.java 204 if (parsedHeaders().lastModified != null
205 && networkHeaders.lastModified != null
206 && networkHeaders.lastModified.getTime() < parsedHeaders().lastModified.getTime()) {
316 Date lastModified;
326 lastModified = HttpDate.parse(value);
  /external/jarjar/src/main/com/tonicsystems/jarjar/util/
AntJarProcessor.java 64 long lastModified, File fromArchive, int mode) throws IOException {
69 struct.time = lastModified;
  /external/proguard/src/proguard/
UpToDateChecker.java 54 checker.updateInputModificationTime(configuration.lastModified);
175 updateModificationTime(file.lastModified(), isOutput);
  /frameworks/base/core/java/android/util/
AtomicFile.java 211 return mBackupName.lastModified();
213 return mBaseName.lastModified();

Completed in 1471 milliseconds

1 2 3 4 5 6 7 8 91011