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

  /bionic/libc/include/sys/
ttydefaults.h 67 #define CTIME 0
107 [VTIME] = CTIME,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
ttydefaults.h 73 #define CTIME 0
97 CDISCARD, CMIN, CTIME, CSTATUS, _POSIX_VDISABLE
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
ttydefaults.h 73 #define CTIME 0
97 CDISCARD, CMIN, CTIME, CSTATUS, _POSIX_VDISABLE
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
ttydefaults.h 73 #define CTIME 0
97 CDISCARD, CMIN, CTIME, CSTATUS, _POSIX_VDISABLE
  /external/chromium/chrome/browser/sync/syncable/
syncable_enum_conversions.cc 53 ENUM_CASE(CTIME);
syncable.h 76 CTIME,
    [all...]
syncable.cc     [all...]
  /external/chromium_org/sync/syncable/
syncable_enum_conversions.cc 66 ENUM_CASE(CTIME);
entry_kernel.h 71 CTIME,
mutable_entry.cc 35 kernel->put(CTIME, now);
directory_backing_store_unittest.cc 315 "SELECT metahandle, mtime, server_mtime, ctime, server_ctime "
323 int64 ctime = s.ColumnInt64(3); local
326 EXPECT_EQ(mtime, ctime);
355 expected_time, entry_kernel.ref(CTIME));
396 "ctime bigint default 0,server_ctime bigint default 0,"
520 "ctime bigint default 0,server_ctime bigint default 0,"
623 "ctime bigint default 0,server_ctime bigint default 0,"
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_proto_util.cc 23 using syncable::CTIME;
271 if (!ClientAndServerTimeMatch(local_entry.Get(CTIME), server_entry.ctime())) {
272 LOG(WARNING) << "ctime mismatch";
348 "ctime: %" PRId64"d (client: %" PRId64"d), "
355 entry.ctime(), ServerTimeToClientTime(entry.ctime()),
build_and_process_conflict_sets_command.cc 125 entry.Put(syncable::CTIME, backup->ref(syncable::CTIME));
build_commit_command.cc 166 meta_entry.Get(syncable::CTIME)));
syncer_util.cc 30 using syncable::CTIME;
415 ServerTimeToClientTime(update.ctime()));
485 entry->Get(CTIME), ClientTimeToServerTime(entry->Get(SERVER_CTIME)))) {
571 entry->Put(CTIME, entry->Get(SERVER_CTIME));
    [all...]
  /external/chromium_org/sync/engine/
build_commit_command.cc 196 sync_entry->set_ctime(TimeToProtoTime(meta_entry.Get(syncable::CTIME)));
syncer_proto_util.cc 33 using syncable::CTIME;
498 if (local_entry.Get(CTIME) != ProtoTimeToTime(server_entry.ctime())) {
499 LOG(WARNING) << "ctime mismatch";
595 GetTimeDebugString(ProtoTimeToTime(entry.ctime()));
600 "ctime: %" PRId64"d (%s), "
607 entry.ctime(), ctime_str.c_str(),
syncer_util.cc 41 using syncable::CTIME;
384 target->Put(SERVER_CTIME, ProtoTimeToTime(update.ctime()));
457 entry->Put(CTIME, entry->Get(SERVER_CTIME));

Completed in 195 milliseconds