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

  /external/chromium_org/sync/syncable/
syncable_enum_conversions.cc 61 ASSERT_ENUM_BOUNDS(MTIME, SERVER_CTIME,
64 ENUM_CASE(MTIME);
entry_kernel.h 69 MTIME = TIME_FIELDS_BEGIN,
mutable_entry.cc 36 kernel->put(MTIME, now);
directory_backing_store_unittest.cc 315 "SELECT metahandle, mtime, server_mtime, ctime, server_ctime "
321 int64 mtime = s.ColumnInt64(1); local
325 EXPECT_EQ(mtime, server_mtime);
326 EXPECT_EQ(mtime, ctime);
327 EXPECT_EQ(mtime, server_ctime);
328 meta_times[metahandle] = mtime;
359 expected_time, entry_kernel.ref(MTIME));
395 "mtime bigint default 0,server_mtime bigint default 0,"
519 "mtime bigint default 0,server_mtime bigint default 0,"
622 "mtime bigint default 0,server_mtime bigint default 0,
    [all...]
  /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...]
  /external/chromium_org/sync/engine/
build_commit_command.cc 197 sync_entry->set_mtime(TimeToProtoTime(meta_entry.Get(syncable::MTIME)));
syncer_proto_util.cc 38 using syncable::MTIME;
524 (local_entry.Get(MTIME) != ProtoTimeToTime(server_entry.mtime()))) {
525 LOG(WARNING) << "mtime mismatch";
593 GetTimeDebugString(ProtoTimeToTime(entry.mtime()));
599 "mtime: %" PRId64"d (%s), "
606 entry.mtime(), mtime_str.c_str(),
syncer_util.cc 53 using syncable::MTIME;
385 target->Put(SERVER_MTIME, ProtoTimeToTime(update.mtime()));
458 entry->Put(MTIME, entry->Get(SERVER_MTIME));
syncer_unittest.cc 93 using syncable::MTIME;
361 entry.Put(syncable::MTIME, now_plus_30s);
373 entry.Put(MTIME, now_minus_2h);
    [all...]
  /external/chromium_org/sync/internal_api/
base_node.cc 170 return GetEntry()->Get(syncable::MTIME);
  /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 529 milliseconds