Home
last modified time | relevance | path

Searched refs:Timestamp (Results 1 – 25 of 78) sorted by relevance

1234

/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DBinaryHolder.h61 TimestampTy Timestamp, bool Verbose = false);
104 TimestampTy Timestamp; member
106 KeyTy() : Filename(), Timestamp() {} in KeyTy()
107 KeyTy(StringRef Filename, TimestampTy Timestamp) in KeyTy()
108 : Filename(Filename.str()), Timestamp(Timestamp) {} in KeyTy()
113 TimestampTy Timestamp, bool Verbose = false);
116 TimestampTy Timestamp,
126 getObjectEntry(StringRef Filename, TimestampTy Timestamp = TimestampTy());
162 K.Timestamp.time_since_epoch().count()));
167 return LHS.Filename == RHS.Filename && LHS.Timestamp == RHS.Timestamp;
H A DBinaryHolder.cpp46 TimestampTy Timestamp, bool Verbose) { in load() argument
90 StringRef Filename, TimestampTy Timestamp, in load() argument
99 if (Filename != "-" && Timestamp != sys::TimePoint<>()) { in load()
103 if (Timestamp != std::chrono::time_point_cast<std::chrono::seconds>( in load()
108 << ") and debug map (" << Timestamp << ")\n"; in load()
166 TimestampTy Timestamp, in getObjectEntry() argument
173 KeyTy Key = {ObjectFilename, Timestamp}; in getObjectEntry()
195 if (Timestamp != sys::TimePoint<>() && in getObjectEntry()
196 Timestamp != std::chrono::time_point_cast<std::chrono::seconds>( in getObjectEntry()
202 << ModTimeOrErr.get() << ") and debug map (" << Timestamp in getObjectEntry()
[all …]
H A DDebugMap.cpp42 sys::TimePoint<std::chrono::seconds> Timestamp, in DebugMapObject() argument
44 : Filename(std::string(ObjectFilename)), Timestamp(Timestamp), Type(Type) {} in DebugMapObject()
86 sys::TimePoint<std::chrono::seconds> Timestamp, in addDebugMapObject() argument
88 Objects.emplace_back(new DebugMapObject(ObjectFilePath, Timestamp, Type)); in addDebugMapObject()
154 YamlDMO(IO &io) { Timestamp = 0; } in YamlDMO()
159 int64_t Timestamp; member
175 io.mapOptional("timestamp", Norm->Timestamp); in mapping()
228 Timestamp = sys::toTimeT(Obj.getTimestamp()); in YamlDMO()
279 dsymutil::DebugMapObject Res(Path, sys::toTimePoint(Timestamp), MachO::N_OSO); in denormalize()
H A DDebugMap.h112 sys::TimePoint<std::chrono::seconds> Timestamp,
173 return Timestamp; in getTimestamp()
199 sys::TimePoint<std::chrono::seconds> Timestamp, uint8_t Type);
202 sys::TimePoint<std::chrono::seconds> Timestamp; variable
H A DMachODebugMapParser.cpp74 sys::TimePoint<std::chrono::seconds> Timestamp);
156 StringRef Filename, sys::TimePoint<std::chrono::seconds> Timestamp) { in switchToNewDebugMapObject() argument
163 auto ObjectEntry = BinHolder.getObjectEntry(Path, Timestamp); in switchToNewDebugMapObject()
180 &Result->addDebugMapObject(Path, Timestamp, MachO::N_OSO); in switchToNewDebugMapObject()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/certs/
H A DembeddedSCTs3.sct1 Signed Certificate Timestamp:
5 Timestamp : Dec 1 13:31:25.961 2015 GMT
13 Signed Certificate Timestamp:
17 Timestamp : Dec 1 13:31:25.352 2015 GMT
25 Signed Certificate Timestamp:
29 Timestamp : Dec 1 13:31:25.980 2015 GMT
H A DembeddedSCTs1.sct1 Signed Certificate Timestamp:
5 Timestamp : Jan 1 00:00:00.000 2020 GMT
/netbsd-src/crypto/external/bsd/openssl/dist/test/certs/
H A DembeddedSCTs3.sct1 Signed Certificate Timestamp:
5 Timestamp : Dec 1 13:31:25.961 2015 GMT
13 Signed Certificate Timestamp:
17 Timestamp : Dec 1 13:31:25.352 2015 GMT
25 Signed Certificate Timestamp:
29 Timestamp : Dec 1 13:31:25.980 2015 GMT
H A DembeddedSCTs1.sct1 Signed Certificate Timestamp:
5 Timestamp : Jan 1 00:00:00.000 2020 GMT
/netbsd-src/external/bsd/unbound/dist/testdata/
H A Dedns_downstream_cookies.rpl86 00 00 00 00 ; Timestamp
111 00 00 00 00 ; Timestamp
138 00 00 00 00 ; Timestamp
166 00 00 00 00 ; Timestamp
195 00 00 07 09 ; Timestamp (1801)
220 00 00 16 45 ; Timestamp (1801 + 3601 + 299)
/netbsd-src/crypto/external/bsd/openssl/dist/test/ct/
H A Dtls1.sct1 Signed Certificate Timestamp:
5 Timestamp : Apr 5 17:04:16.275 2013 GMT
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ct/
H A Dtls1.sct1 Signed Certificate Timestamp:
5 Timestamp : Apr 5 17:04:16.275 2013 GMT
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp126 uint64_t Timestamp; // timestamp member
134 uint64_t Timestamp; member
222 Header.Timestamp = perf_get_timestamp(); in PerfJITEventListener()
415 rec.Prefix.Timestamp = perf_get_timestamp(); in NotifyCode()
444 rec.Prefix.Timestamp = perf_get_timestamp(); in NotifyDebug()
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/ldap/
H A Dsamba.schema212 DESC 'Timestamp of the last password update'
217 DESC 'Timestamp of when the user is allowed to update the password'
222 DESC 'Timestamp of when the password will expire'
227 DESC 'Timestamp of last logon'
232 DESC 'Timestamp of last logoff'
237 DESC 'Timestamp of when the user will be logged off automatically'
/netbsd-src/external/bsd/ntp/dist/html/scripts/
H A Dexternal.txt7 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/time.html'>NTP Timestamp Calculations<…
9 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/stamp.html'>Timestamp Capture Principl…
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp225 unsigned Timestamp,
339 unsigned Timestamp, in visitFilenameRecord() argument
346 TopDiags->FakeFiles.getVirtualFile(Name, Size, Timestamp); in visitFilenameRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cvtres/
H A DOpts.td19 HelpText<"Timestamp for coff header, defaults to current time">;
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/
H A Dopenssl-ts.pod.in111 Generate a TS query. For details see L</Timestamp Request generation>.
115 Generate a TS reply. For details see L</Timestamp Response generation>.
119 Verify a TS response. For details see L</Timestamp Response verification>.
123 =head2 Timestamp Request generation
196 =head2 Timestamp Response generation
302 =head2 Timestamp Response verification
503 =head2 Timestamp Request
530 =head2 Timestamp Response
574 =head2 Timestamp Verification
/netbsd-src/external/bsd/am-utils/dist/
H A Dldap.schema46 DESC 'Timestamp for an AMD map'
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h107 unsigned Timestamp, in visitFilenameRecord() argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_profile_collector.cc50 u64 Timestamp = 0; // System time in nanoseconds. member
397 FileHeader.Timestamp = NanoTime(); in nextBuffer()
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DCTLOG_STORE_get0_log_by_id.pod18 A Signed Certificate Timestamp (SCT) identifies the Certificate Transparency
H A Do2i_SCT_LIST.pod6 decode and encode Signed Certificate Timestamp lists in TLS wire format
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DCTLOG_STORE_get0_log_by_id.pod18 A Signed Certificate Timestamp (SCT) identifies the Certificate Transparency
H A Do2i_SCT_LIST.pod6 decode and encode Signed Certificate Timestamp lists in TLS wire format

1234