Searched defs:ctime (Results 1 - 25 of 30) sorted by relevance

12

/external/valgrind/main/include/
H A Dpub_tool_libcfile.h70 ULong ctime; member in struct:vg_stat
/external/chromium_org/chrome/browser/chromeos/
H A Dversion_loader.cc114 base::Time::Exploded ctime; local
115 base::SysInfo::GetLsbReleaseTime().UTCExplode(&ctime);
117 ctime.year % 100,
118 ctime.month,
119 ctime.day_of_month);
/external/chromium_org/sync/internal_api/public/
H A Dnon_blocking_sync_common.h72 base::Time ctime; member in struct:syncer::CommitRequestData
96 base::Time ctime; member in struct:syncer::UpdateResponseData
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10app/
H A Dd3d10x11main.cpp141 double ctime = get_time() - start_time; local
143 app->draw(ctx, rtv, width, height, ctime);
H A Dd3d10winmain.cpp175 double ctime = (double)ctime_li.QuadPart * period - start_time; local
177 app->draw(ctx, rtv, width, height, ctime);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11x11main.cpp101 double ctime = get_time() - start_time; local
103 app->draw(ctx, rtv, width, height, ctime);
H A Dd3d11winmain.cpp159 double ctime = (double)ctime_li.QuadPart * period - start_time; local
161 app->draw(ctx, rtv, width, height, ctime);
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
H A Dd3d10x11main.cpp141 double ctime = get_time() - start_time; local
143 app->draw(ctx, rtv, width, height, ctime);
H A Dd3d10winmain.cpp175 double ctime = (double)ctime_li.QuadPart * period - start_time; local
177 app->draw(ctx, rtv, width, height, ctime);
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11x11main.cpp101 double ctime = get_time() - start_time; local
103 app->draw(ctx, rtv, width, height, ctime);
H A Dd3d11winmain.cpp159 double ctime = (double)ctime_li.QuadPart * period - start_time; local
161 app->draw(ctx, rtv, width, height, ctime);
/external/bison/darwin-lib/
H A Dtime.h550 # undef ctime macro
551 _GL_WARN_ON_USE (asctime, "ctime can overrun buffers in some cases - "
/external/bison/linux-lib/
H A Dtime.h550 # undef ctime macro
551 _GL_WARN_ON_USE (asctime, "ctime can overrun buffers in some cases - "
/external/chromium_org/sync/engine/
H A Dentity_tracker.cc27 base::Time ctime,
39 ctime,
68 base::Time ctime,
80 ctime_(ctime),
120 base::Time ctime,
163 ctime_ = ctime;
22 FromCommitRequest( const std::string& id_string, const std::string& client_tag_hash, int64 sequence_number, int64 base_version, base::Time ctime, base::Time mtime, const std::string& non_unique_name, bool deleted, const sync_pb::EntitySpecifics& specifics) argument
61 EntityTracker(const std::string& id, const std::string& client_tag_hash, int64 highest_commit_response_version, int64 highest_gu_response_version, bool is_commit_pending, int64 sequence_number, int64 base_version, base::Time ctime, base::Time mtime, const std::string& non_unique_name, bool deleted, const sync_pb::EntitySpecifics& specifics) argument
116 RequestCommit(const std::string& id, const std::string& client_tag_hash, int64 sequence_number, int64 base_version, base::Time ctime, base::Time mtime, const std::string& non_unique_name, bool deleted, const sync_pb::EntitySpecifics& specifics) argument
H A Dmodel_type_entity.cc38 base::Time ctime,
51 ctime,
66 base::Time ctime,
79 ctime_(ctime),
154 request->ctime = ctime_;
31 FromServerUpdate( const std::string& id, const std::string& client_tag_hash, const std::string& non_unique_name, int64 version, const sync_pb::EntitySpecifics& specifics, bool deleted, base::Time ctime, base::Time mtime, const std::string& encryption_key_name) argument
56 ModelTypeEntity(int64 sequence_number, int64 commit_requested_sequence_number, int64 acked_sequence_number, int64 base_version, bool is_dirty, const std::string& id, const std::string& client_tag_hash, const std::string& non_unique_name, const sync_pb::EntitySpecifics& specifics, bool deleted, base::Time ctime, base::Time mtime, const std::string& encryption_key_name) argument
/external/chromium_org/sync/test/engine/
H A Dsingle_type_mock_server.cc55 base::Time ctime = base::Time::UnixEpoch() + base::TimeDelta::FromDays(1); local
56 base::Time mtime = ctime + base::TimeDelta::FromSeconds(version);
57 entity.set_ctime(TimeToProtoTime(ctime));
83 base::Time ctime = base::Time::UnixEpoch() + base::TimeDelta::FromDays(1); local
84 base::Time mtime = ctime + base::TimeDelta::FromSeconds(version);
85 entity.set_ctime(TimeToProtoTime(ctime));
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Decho_private_api.cc175 base::Time::Exploded ctime; local
176 fileInfo.creation_time.UTCExplode(&ctime);
178 ctime.year,
179 ctime.month,
180 ctime.day_of_month);
/external/openssl/crypto/krb5/
H A Dkrb5_asn.h200 ** ctime[5] KerberosTime,
213 ASN1_GENERALIZEDTIME *ctime; member in struct:krb5_authenticator_st
/external/openssl/include/openssl/
H A Dkrb5_asn.h200 ** ctime[5] KerberosTime,
213 ASN1_GENERALIZEDTIME *ctime; member in struct:krb5_authenticator_st
/external/kernel-headers/original/uapi/linux/raid/
H A Dmd_u.h83 int ctime; member in struct:mdu_array_info_s
H A Dmd_p.h127 __u32 ctime; /* 6 Creation time */ member in struct:mdp_superblock_s
221 __le64 ctime; /* lo 40 bits are seconds, top 24 are microseconds or 0*/ member in struct:mdp_superblock_1
/external/kernel-headers/original/uapi/linux/
H A Djffs2.h135 /* The uid, gid, atime, mtime and ctime members could be longer, but
154 jint32_t ctime; /* Change time. */ member in struct:jffs2_raw_inode
H A Dmsdos_fs.h179 __le16 ctime; /* Creation time */ member in struct:msdos_dir_entry
/external/chromium_org/sync/syncable/
H A Ddirectory_backing_store_unittest.cc318 "SELECT metahandle, mtime, server_mtime, ctime, server_ctime "
326 int64 ctime = s.ColumnInt64(3); local
329 EXPECT_EQ(mtime, ctime);
399 "ctime bigint default 0,server_ctime bigint default 0,"
523 "ctime bigint default 0,server_ctime bigint default 0,"
626 "ctime bigint default 0,server_ctime bigint default 0,"
758 "ctime bigint default 0,server_ctime bigint default 0,"
856 "mtime bigint default 0,server_mtime bigint default 0,ctime bigint "
959 "mtime bigint default 0,server_mtime bigint default 0,ctime bigint "
1062 "mtime bigint default 0,server_mtime bigint default 0,ctime bigin
[all...]
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dlocaltime.c214 ** ctime, gmtime, localtime] return values in one of two static
1565 ctime(timep) function
1570 ** The ctime function converts the calendar time pointed to by timer

Completed in 2785 milliseconds

12