Searched defs:mtime (Results 1 - 25 of 38) sorted by relevance

12

/external/elfutils/0.153/libdw/
H A Ddwarf_linesrc.c59 dwarf_linesrc (Dwarf_Line *line, Dwarf_Word *mtime, Dwarf_Word *length) argument
70 if (mtime != NULL)
71 *mtime = line->files->info[line->file].mtime;
H A Ddwarf_filesrc.c59 dwarf_filesrc (Dwarf_Files *file, size_t idx, Dwarf_Word *mtime, argument
65 if (mtime != NULL)
66 *mtime = file->info[idx].mtime;
H A Ddwarf_getsrclines.c248 .mtime = 0,
305 get_uleb128 (new_file->info.mtime, linep);
488 Dwarf_Word mtime; local
489 get_uleb128 (mtime, linep);
515 new_file->info.mtime = mtime;
/external/chromium_org/tools/gyp/test/mac/
H A Dgyptest-copies.py39 mtime = os.path.getmtime(dep_bundle) variable
42 os.utime(dep_bundle, (atime + i * 1000, mtime + i * 1000))
/external/elfutils/0.153/libdwfl/
H A Ddwfl_lineinfo.c55 Dwarf_Word *mtime, Dwarf_Word *length)
71 if (mtime != NULL)
72 *mtime = file->mtime;
54 dwfl_lineinfo(Dwfl_Line *line, Dwarf_Addr *addr, int *linep, int *colp, Dwarf_Word *mtime, Dwarf_Word *length) argument
/external/oprofile/daemon/liblegacy/
H A Dopd_image.h44 time_t mtime; member in struct:opd_image
/external/qemu/distrib/ext4_utils/src/
H A Dcontents.h31 u32 mtime; member in struct:dentry
40 int inode_set_permissions(u32 inode_num, u16 mode, u16 uid, u16 gid, u32 mtime);
H A Dcontents.c235 int inode_set_permissions(u32 inode_num, u16 mode, u16 uid, u16 gid, u32 mtime) argument
245 inode->i_mtime = mtime;
246 inode->i_atime = mtime;
247 inode->i_ctime = mtime;
/external/oprofile/libop/
H A Dop_sample_file.h31 time_t mtime; member in struct:opd_header
/external/valgrind/main/include/
H A Dpub_tool_libcfile.h68 ULong mtime; member in struct:vg_stat
/external/chromium_org/sync/internal_api/public/
H A Dnon_blocking_sync_common.h73 base::Time mtime; member in struct:syncer::CommitRequestData
97 base::Time mtime; member in struct:syncer::UpdateResponseData
/external/chromium_org/sync/engine/
H A Dentity_tracker.cc28 base::Time mtime,
40 mtime,
69 base::Time mtime,
81 mtime_(mtime),
121 base::Time mtime,
164 mtime_ = mtime;
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.cc39 base::Time mtime,
52 mtime,
67 base::Time mtime,
80 mtime_(mtime),
111 base::Time mtime,
121 mtime_ = mtime;
155 request->mtime = mtime_;
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
107 ApplyUpdateFromServer( int64 update_version, bool deleted, const sync_pb::EntitySpecifics& specifics, base::Time mtime, const std::string& encryption_key_name) argument
/external/chromium_org/sync/test/engine/
H A Dsingle_type_mock_server.cc56 base::Time mtime = ctime + base::TimeDelta::FromSeconds(version); local
58 entity.set_mtime(TimeToProtoTime(mtime));
84 base::Time mtime = ctime + base::TimeDelta::FromSeconds(version); local
86 entity.set_mtime(TimeToProtoTime(mtime));
121 entryresponse->set_mtime(it->mtime());
/external/oprofile/daemon/
H A Dopd_events.c153 int spu_samples, uint64_t embed_offset, time_t mtime)
167 header->mtime = mtime;
150 fill_header(struct opd_header * header, unsigned long counter, vma_t anon_start, vma_t cg_to_anon_start, int is_kernel, int cg_to_is_kernel, int spu_samples, uint64_t embed_offset, time_t mtime) argument
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dfilesystem.py180 def mtime(self, path): member in class:FileSystem
H A Dfilesystem_mock.py228 def mtime(self, path): member in class:MockFileSystem
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
H A Datlantis.c62 static double mtime(void) function
309 t2 = mtime();
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
H A Datlantis.c62 static double mtime(void) function
309 t2 = mtime();
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
H A Datlantis.c62 static double mtime(void) function
309 t2 = mtime();
/external/fio/
H A Deta.c257 static void calc_rate(int unified_rw_rep, unsigned long mtime, argument
269 rate[0] += ((1000 * diff) / mtime) / 1024;
271 rate[i] = ((1000 * diff) / mtime) / 1024;
277 static void calc_iops(int unified_rw_rep, unsigned long mtime, argument
289 iops[0] += (diff * 1000) / mtime;
291 iops[i] = (diff * 1000) / mtime;
/external/jhead/
H A Dmain.c143 struct utimbuf mtime; local
146 mtime.actime = buf.st_mtime;
147 mtime.modtime = buf.st_mtime;
149 utime(filename, &mtime);
/external/kernel-headers/original/uapi/linux/
H A Djffs2.h135 /* The uid, gid, atime, mtime and ctime members could be longer, but
153 jint32_t mtime; /* Last modification time. */ member in struct:jffs2_raw_inode
/external/zlib/src/contrib/untgz/
H A Duntgz.c75 char mtime[12]; /* 136 */ member in struct:tar_header
431 tartime = (time_t)getoct(buffer.header.mtime,12);
/external/chromium_org/chrome/browser/sync/sessions/
H A Dsessions_sync_manager.cc696 base::Time mtime,
727 session_header->modified_time = mtime;
734 base::Time mtime,
748 session_window->timestamp = mtime;
946 base::Time mtime,
957 session_tab->timestamp = mtime;
694 PopulateSessionHeaderFromSpecifics( const sync_pb::SessionHeader& header_specifics, base::Time mtime, SyncedSession* session_header) argument
731 BuildSyncedSessionFromSpecifics( const std::string& session_tag, const sync_pb::SessionWindow& specifics, base::Time mtime, SessionWindow* session_window) argument
944 SetSessionTabFromDelegate( const SyncedTabDelegate& tab_delegate, base::Time mtime, SessionTab* session_tab) argument

Completed in 464 milliseconds

12