HomeSort by relevance Sort by last modified time
    Searched refs:lastModified (Results 51 - 75 of 170) sorted by null

1 23 4 5 6 7

  /external/chromium/chrome/browser/ui/cocoa/content_settings/
cookie_details.h 154 - (NSString*)lastModified;
  /external/chromium_org/chrome/browser/ui/cocoa/content_settings/
cookie_details.h 156 - (NSString*)lastModified;
  /frameworks/base/media/java/android/media/
MediaScanner.java 361 FileEntry(long rowId, String path, long lastModified, int format) {
364 mLastModified = lastModified;
442 public FileEntry beginFile(String path, String mimeType, long lastModified,
478 long delta = (entry != null) ? (lastModified - entry.mLastModified) : 0;
482 entry.mLastModified = lastModified;
484 entry = new FileEntry(0, path, lastModified,
507 mLastModified = lastModified;
517 public void scanFile(String path, long lastModified, long fileSize,
521 doScanFile(path, null, lastModified, fileSize, isDirectory, false, noMedia);
524 public Uri doScanFile(String path, String mimeType, long lastModified,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/
GLTrace.java 114 || f.lastModified() != mTraceFileInfo.getLastModificationTime();
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
File.cpp 116 File::File(const String& path, const String& name, const String& relativePath, bool hasSnaphotData, uint64_t size, double lastModified, PassRefPtr<BlobDataHandle> blobDataHandle)
122 , m_snapshotModificationTime(hasSnaphotData ? lastModified : invalidFileTime())
  /external/chromium_org/third_party/icu/source/i18n/unicode/
vtzone.h 134 * @param lastModified Receives the last modified date.
135 * @return TRUE if lastModified attribute is available and value is set.
138 UBool getLastModified(UDate& lastModified) const;
142 * @param lastModified The LAST-MODIFIED date.
145 void setLastModified(UDate lastModified);
  /external/icu4c/i18n/unicode/
vtzone.h 134 * @param lastModified Receives the last modified date.
135 * @return TRUE if lastModified attribute is available and value is set.
138 UBool getLastModified(UDate& lastModified) const;
142 * @param lastModified The LAST-MODIFIED date.
145 void setLastModified(UDate lastModified);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateManager.java 215 delta = (int) (file2.lastModified() - file1.lastModified());
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatLfnDirectoryEntry.java 283 public void setLastModified(long lastModified) {
285 realEntry.setLastModified(lastModified);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileTest.java     [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
ResourceLoaderAdaptor.java 202 return String.format("%s@%s", fullPath, file.lastModified());
  /external/proguard/src/proguard/ant/
ProGuardTask.java 98 configuration.lastModified = forceProcessing ? Long.MAX_VALUE : 0;
  /frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
ExternalStorageProvider.java 261 long lastModified = file.lastModified();
262 if (lastModified > 31536000000L) {
263 row.add(Document.COLUMN_LAST_MODIFIED, lastModified);
  /cts/tests/tests/content/src/android/content/cts/
SharedPreferencesTest.java 121 long modtimeMillis1 = mPrefsFile.lastModified();
133 long modtimeMillis2 = mPrefsFile.lastModified();
  /external/ant-glob/src/org/apache/tools/ant/types/selectors/
SelectorUtils.java 613 if ((src.lastModified() - granularity) > target.lastModified()) {
  /external/proguard/src/proguard/
ConfigurationParser.java 105 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
200 return Math.max(lastModified, file.lastModified());
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileUtils.java 689 destFile.setLastModified(srcFile.lastModified());
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PostCompilerBuilder.java     [all...]
  /developers/build/prebuilts/gradle/StorageProvider/StorageProviderSample/src/main/java/com/example/android/storageprovider/
MyCloudProvider.java 170 return Long.compare(i.lastModified(), j.lastModified());
513 row.add(Document.COLUMN_LAST_MODIFIED, file.lastModified());
  /developers/samples/android/content/documentsUi/StorageProvider/StorageProviderSample/src/main/java/com/example/android/storageprovider/
MyCloudProvider.java 170 return Long.compare(i.lastModified(), j.lastModified());
513 row.add(Document.COLUMN_LAST_MODIFIED, file.lastModified());
  /development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/
MyCloudProvider.java 170 return Long.compare(i.lastModified(), j.lastModified());
513 row.add(Document.COLUMN_LAST_MODIFIED, file.lastModified());
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
ANTLR3.java 706 log("File '" + a + "' is a regular file last modified at " + lhs.lastModified(), Project.MSG_VERBOSE);
717 log("File '" + a + "' modified at " + aFile.lastModified(), Project.MSG_VERBOSE);
718 log("File '" + name + "' modified at " + bFile.lastModified(), Project.MSG_VERBOSE);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
ChromeBrowserProvider.java 649 BookmarkNode lastModified = getBookmarkNode(getLastModifiedBookmarkFolderId(), false, false,
651 if (lastModified == null) {
652 lastModified = getMobileBookmarksFolder();
653 mLastModifiedBookmarkFolderId = lastModified != null ? lastModified.id() :
656 return lastModified;
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadStorageProvider.java 341 final long lastModified = cursor.getLong(
350 row.add(Document.COLUMN_LAST_MODIFIED, lastModified);
  /dalvik/dx/src/com/android/dx/command/annotool/
AnnotationLister.java 65 public boolean processFileBytes(String name, long lastModified, byte[] bytes) {

Completed in 1674 milliseconds

1 23 4 5 6 7