Home
last modified time | relevance | path

Searched refs:TimeStamp (Results 1 – 25 of 74) sorted by relevance

123

/third_party/ninja/src/
Ddisk_interface.cc66 TimeStamp TimeStampFromFileTime(const FILETIME& filetime) { in TimeStampFromFileTime()
73 return (TimeStamp)mtime - 12622770400LL * (1000000000LL / 100); in TimeStampFromFileTime()
76 TimeStamp StatSingleFile(const string& path, string* err) { in StatSingleFile()
98 bool StatAllFilesInDir(const string& dir, map<string, TimeStamp>* stamps, in StatAllFilesInDir()
143 TimeStamp mtime = Stat(dir, &err); in MakeDirs()
160 TimeStamp RealDiskInterface::Stat(const string& path, string* err) const { in Stat()
Ddeps_log.h74 bool RecordDeps(Node* node, TimeStamp mtime, const std::vector<Node*>& nodes);
75 bool RecordDeps(Node* node, TimeStamp mtime, int node_count, Node** nodes);
83 TimeStamp mtime;
Ddisk_interface.h48 virtual TimeStamp Stat(const std::string& path, std::string* err) const = 0;
78 virtual TimeStamp Stat(const std::string& path, std::string* err) const;
93 typedef std::map<std::string, TimeStamp> DirCache;
Dbuild_log.h52 TimeStamp mtime = 0);
63 TimeStamp mtime;
76 int start_time, int end_time, TimeStamp restat_mtime);
Ddisk_interface_test.cc122 TimeStamp parent_stat_uncached = disk_.Stat("..", &err); in TEST_F()
235 virtual TimeStamp Stat(const string& path, string* err) const;
254 map<string, TimeStamp> mtimes_;
258 TimeStamp StatTest::Stat(const string& path, string* err) const { in Stat()
260 map<string, TimeStamp>::const_iterator i = mtimes_.find(path); in Stat()
Ddeps_log.cc60 bool DepsLog::RecordDeps(Node* node, TimeStamp mtime, in RecordDeps()
66 bool DepsLog::RecordDeps(Node* node, TimeStamp mtime, in RecordDeps()
209 TimeStamp mtime; in Load()
210 mtime = (TimeStamp)(((uint64_t)(unsigned int)deps_data[2] << 32) | in Load()
Dbuild_log.cc119 int start_time, int end_time, TimeStamp restat_mtime) in LogEntry()
145 TimeStamp mtime) { in RecordCommand()
306 TimeStamp restat_mtime = 0; in Load()
467 const TimeStamp mtime = disk_interface.Stat(i->second->output, err); in Restat()
Dgraph.h54 void UpdatePhonyMtime(TimeStamp mtime);
95 TimeStamp mtime() const { return mtime_; } in mtime()
128 TimeStamp mtime_;
Dbuild.cc545 TimeStamp new_mtime = disk_interface_->Stat((*o)->path(), &err); in Cleanup()
848 TimeStamp output_mtime = 0; in FinishCommand()
855 TimeStamp new_mtime = disk_interface_->Stat((*o)->path(), err); in FinishCommand()
871 TimeStamp restat_mtime = 0; in FinishCommand()
876 TimeStamp input_mtime = disk_interface_->Stat((*i)->path(), err); in FinishCommand()
885 TimeStamp depfile_mtime = disk_interface_->Stat(depfile, err); in FinishCommand()
920 TimeStamp deps_mtime = disk_interface_->Stat((*o)->path(), err); in FinishCommand()
Dtimestamp.h31 typedef int64_t TimeStamp; typedef
Dmanifest_parser_perftest.cc47 TimeStamp mtime = disk_interface.Stat(dir + "/build.ninja", err); in WriteFakeManifests()
Dtest.h147 virtual TimeStamp Stat(const std::string& path, std::string* err) const;
Dtest.cc152 TimeStamp VirtualFileSystem::Stat(const string& path, string* err) const { in Stat()
/third_party/curl/lib/vtls/
Dschannel_int.h116 TimeStamp time_stamp;
126 TimeStamp time_stamp;
/third_party/curl/lib/vauth/
Dntlm_sspi.c100 TimeStamp expiry; /* For Windows 9x compatibility of SSPI calls */ in Curl_auth_create_ntlm_type1_message()
256 TimeStamp expiry; /* For Windows 9x compatibility of SSPI calls */ in Curl_auth_create_ntlm_type3_message()
Ddigest_sspi.c113 TimeStamp expiry; /* For Windows 9x compatibility of SSPI calls */ in Curl_auth_create_digest_md5_message()
484 TimeStamp expiry; /* For Windows 9x compatibility of SSPI calls */ in Curl_auth_create_digest_http_message()
/third_party/openh264/module/
Dgmp-openh264.cpp749 << f->TimeStamp()); in Encode_m()
907 << " timestamp=" << inputFrame->TimeStamp()); in Decode()
1019 decoded.uiInBsTimeStamp = inputFrame->TimeStamp(); in Decode_w()
1078 << inputFrame->TimeStamp()); in Decode_m()
1108 frame->SetTimestamp (inputFrame->TimeStamp()); in Decode_m()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DXCOFFYAML.h25 int32_t TimeStamp; member
/third_party/node/deps/v8/src/d8/
Dd8-console.h35 void TimeStamp(const debug::ConsoleCallArguments& args,
Dd8-console.cc120 void D8Console::TimeStamp(const debug::ConsoleCallArguments& args, in TimeStamp() function in v8::D8Console
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DXCOFFObjectFile.h28 support::big32_t TimeStamp; member
42 support::big32_t TimeStamp; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DXCOFF.h217 int32_t TimeStamp; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DXCOFFYAML.cpp86 IO.mapRequired("CreationTime", FileHdr.TimeStamp); in mapping()
/third_party/node/deps/v8/src/debug/
Dinterface-types.h165 virtual void TimeStamp(const ConsoleCallArguments& args, in TimeStamp() function
/third_party/ffmpeg/libavformat/
Dtls_schannel.c48 TimeStamp cred_timestamp;
51 TimeStamp ctxt_timestamp;

123