HomeSort by relevance Sort by last modified time
    Searched refs:MTIME (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/sync/syncable/
syncable_enum_conversions.cc 51 ENUM_CASE(MTIME);
syncable.h 74 MTIME,
    [all...]
syncable.cc     [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_proto_util.cc 28 using syncable::MTIME;
296 !ClientAndServerTimeMatch(local_entry.Get(MTIME),
297 server_entry.mtime())) {
298 LOG(WARNING) << "mtime mismatch";
347 "mtime: %" PRId64"d (client: %" PRId64"d), "
354 entry.mtime(), ServerTimeToClientTime(entry.mtime()),
build_and_process_conflict_sets_command.cc 126 entry.Put(syncable::MTIME, backup->ref(syncable::MTIME));
build_commit_command.cc 168 meta_entry.Get(syncable::MTIME)));
syncer_util.cc 42 using syncable::MTIME;
417 ServerTimeToClientTime(update.mtime()));
517 // For historical reasons, a folder's MTIME changes when its contents change.
518 // TODO(ncarter): Remove the special casing of MTIME.
519 bool time_match = ClientAndServerTimeMatch(entry->Get(MTIME),
572 entry->Put(MTIME, entry->Get(SERVER_MTIME));
    [all...]
syncer_unittest.cc 75 using syncable::MTIME;
308 entry.Put(syncable::MTIME, now_plus_30s);
320 entry.Put(MTIME, now_minus_2h);
    [all...]
syncapi.cc 273 return GetEntry()->Get(syncable::MTIME);
824 // MTIME/CTIME: Seems reasonable to just leave them alone.
    [all...]
  /ndk/sources/host-tools/make-3.81/
remake.c 88 #define MTIME(file) (rebuilding_makefiles ? file_mtime_no_search (file) \
184 FILE_TIMESTAMP mtime = MTIME (file);
188 mtime != file->mtime_before_update)
476 FILE_TIMESTAMP mtime;
482 mtime = file_mtime (d->file);
543 d->changed = ((file_mtime (d->file) != mtime)
544 /* || (mtime == NONEXISTENT_MTIME) */);
560 FILE_TIMESTAMP mtime = file_mtime (d->file);
598 || file_mtime (d->file) != mtime);
183 FILE_TIMESTAMP mtime = MTIME (file); local
473 FILE_TIMESTAMP mtime; local
557 FILE_TIMESTAMP mtime = file_mtime (d->file); local
946 FILE_TIMESTAMP mtime; local
957 FILE_TIMESTAMP mtime; local
1146 FILE_TIMESTAMP mtime; local
1357 FILE_TIMESTAMP mtime; local
1472 FILE_TIMESTAMP mtime; local
    [all...]

Completed in 153 milliseconds