Searched defs:Timestamp (Results 1 - 25 of 26) sorted by relevance

12

/external/llvm/tools/dsymutil/
H A DBinaryHolder.cpp46 sys::TimeValue Timestamp) {
51 if (auto ErrOrArchiveMembers = GetArchiveMemberBuffers(Filename, Timestamp))
58 MapArchiveAndGetMemberBuffers(Filename, Timestamp))
90 sys::TimeValue Timestamp) {
109 if (Timestamp != sys::TimeValue::PosixZeroTime() &&
110 Timestamp != Child.getLastModified()) {
135 sys::TimeValue Timestamp) {
166 return GetArchiveMemberBuffers(Filename, Timestamp);
183 BinaryHolder::GetObjectFiles(StringRef Filename, sys::TimeValue Timestamp) { argument
184 auto ErrOrMemBufferRefs = GetMemoryBuffersForFile(Filename, Timestamp);
45 GetMemoryBuffersForFile(StringRef Filename, sys::TimeValue Timestamp) argument
89 GetArchiveMemberBuffers(StringRef Filename, sys::TimeValue Timestamp) argument
134 MapArchiveAndGetMemberBuffers(StringRef Filename, sys::TimeValue Timestamp) argument
[all...]
H A DDebugMap.h96 sys::TimeValue Timestamp);
151 sys::TimeValue getTimestamp() const { return Timestamp; }
164 DebugMapObject(StringRef ObjectFilename, sys::TimeValue Timestamp);
167 sys::TimeValue Timestamp; member in class:llvm::dsymutil::DebugMapObject
182 std::swap(Timestamp, RHS.Timestamp);
189 Timestamp = std::move(RHS.Timestamp);
H A DDebugMap.cpp24 sys::TimeValue Timestamp)
25 : Filename(ObjectFilename), Timestamp(Timestamp) {}
66 sys::TimeValue Timestamp) {
67 Objects.emplace_back(new DebugMapObject(ObjectFilePath, Timestamp));
130 YamlDMO(IO &io) { Timestamp = 0; }
135 sys::TimeValue::SecondsType Timestamp; member in struct:llvm::yaml::MappingTraits::YamlDMO
151 io.mapOptional("timestamp", Norm->Timestamp);
205 Timestamp = Obj.getTimestamp().toEpochTime();
244 TV.fromEpochTime(Timestamp);
23 DebugMapObject(StringRef ObjectFilename, sys::TimeValue Timestamp) argument
65 addDebugMapObject(StringRef ObjectFilePath, sys::TimeValue Timestamp) argument
[all...]
H A DMachODebugMapParser.cpp68 void switchToNewDebugMapObject(StringRef Filename, sys::TimeValue Timestamp);
114 sys::TimeValue Timestamp) {
121 CurrentObjectHolder.GetFilesAs<MachOObjectFile>(Path, Timestamp);
135 CurrentDebugMapObject = &Result->addDebugMapObject(Path, Timestamp);
350 sys::TimeValue Timestamp; local
351 Timestamp.fromEpochTime(Value);
352 return switchToNewDebugMapObject(Name, Timestamp);
113 switchToNewDebugMapObject(StringRef Filename, sys::TimeValue Timestamp) argument
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DTimestamp.cs35 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Timestamp), global::Google.Protobuf.WellKnownTypes.Timestamp.Parser, new[]{ "Seconds", "Nanos" }, null, null, null)
43 /// A Timestamp represents a point in time independent of any time zone
55 /// Example 1: Compute Timestamp from POSIX `time()`.
57 /// Timestamp timestamp;
61 /// Example 2: Compute Timestamp from POSIX `gettimeofday()`.
66 /// Timestamp timestamp;
70 /// Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
78 /// Timestamp timestamp;
82 /// Example 4: Compute Timestamp fro
97 public sealed partial class Timestamp : pb::IMessage<Timestamp> { class in namespace:Google.Protobuf.WellKnownTypes
109 public Timestamp() { method in class:Google.Protobuf.WellKnownTypes.Timestamp
115 public Timestamp(Timestamp other) : this() { method in class:Google.Protobuf.WellKnownTypes.Timestamp
[all...]
H A DTimestampPartial.cs39 public partial class Timestamp : ICustomDiagnosticMessage class in namespace:Google.Protobuf.WellKnownTypes
55 /// Returns the difference between one <see cref="Timestamp"/> and another, as a <see cref="Duration"/>.
60 public static Duration operator -(Timestamp lhs, Timestamp rhs)
71 /// Adds a <see cref="Duration"/> to a <see cref="Timestamp"/>, to obtain another <c>Timestamp</c>.
76 public static Timestamp operator +(Timestamp lhs, Duration rhs)
87 /// Subtracts a <see cref="Duration"/> from a <see cref="Timestamp"/>, to obtain another <c>Timestamp</
[all...]
/external/protobuf/src/google/protobuf/
H A Dtimestamp.pb.h40 class Timestamp;
44 class LIBPROTOBUF_EXPORT Timestamp : public ::google::protobuf::Message { class in namespace:google::protobuf
46 Timestamp();
47 virtual ~Timestamp();
49 Timestamp(const Timestamp& from);
51 inline Timestamp& operator=(const Timestamp& from) {
61 static const Timestamp& default_instance();
63 void UnsafeArenaSwap(Timestamp* othe
[all...]
H A Dtimestamp.pb.cc40 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Timestamp, seconds_),
41 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Timestamp, nanos_),
46 Timestamp::default_instance_,
51 sizeof(Timestamp),
52 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Timestamp, _internal_metadata_),
53 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Timestamp, _is_default_instance_));
67 Timestamp_descriptor_, &Timestamp::default_instance());
73 delete Timestamp::default_instance_;
92 Timestamp::default_instance_ = new Timestamp();
121 Timestamp::Timestamp() function in class:google::protobuf::Timestamp
127 Timestamp::Timestamp(::google::protobuf::Arena* arena) function in class:google::protobuf::Timestamp
139 Timestamp::Timestamp(const Timestamp& from) function in class:google::protobuf::Timestamp
[all...]
/external/protobuf/src/google/protobuf/util/
H A Dtime_util.h51 typedef google::protobuf::Timestamp Timestamp; typedef in class:google::protobuf::util::TimeUtil
55 // The min/max Timestamp/Duration values we support.
64 // Converts Timestamp to/from RFC 3339 date string format.
69 // Note that Timestamp can only represent time from
71 // a Timestamp outside of this range is undefined behavior.
79 static string ToString(const Timestamp& timestamp);
80 static bool FromString(const string& value, Timestamp* timestamp);
95 static Timestamp GetCurrentTime();
97 static Timestamp GetEpoc
[all...]
/external/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h103 unsigned Timestamp,
102 visitFilenameRecord(unsigned ID, unsigned Size, unsigned Timestamp, StringRef Name) argument
/external/stressapptest/src/
H A Dsattypes.h51 inline const char* Timestamp() { function
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_receiver_impl.cc230 bool RtpReceiverImpl::Timestamp(uint32_t* timestamp) const { function in class:webrtc::RtpReceiverImpl
H A Drtp_sender.cc1676 uint32_t RTPSender::Timestamp() const { function in class:webrtc::RTPSender
/external/protobuf/python/google/protobuf/internal/
H A Dwell_known_types.py38 - Timestamp
95 class Timestamp(object): class in inherits:object
96 """Class for Timestamp message type."""
99 """Converts Timestamp to RFC 3339 date string format.
127 """Parse a RFC 3339 date string format to Timestamp.
159 'Failed to parse Timestamp: nanos {0} more than '
185 """Get the current UTC into Timestamp."""
189 """Converts Timestamp to nanoseconds since epoch."""
193 """Converts Timestamp to microseconds since epoch."""
198 """Converts Timestamp t
[all...]
/external/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp122 unsigned Timestamp,
873 unsigned Timestamp,
872 visitFilenameRecord(unsigned ID, unsigned Size, unsigned Timestamp, StringRef Name) argument
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_ndis.c179 UCHAR Timestamp[8]; member in struct:NDIS_802_11_FIXED_IEs
883 r->tsf = WPA_GET_LE64(fixed->Timestamp);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_ndis.c179 UCHAR Timestamp[8]; member in struct:NDIS_802_11_FIXED_IEs
883 r->tsf = WPA_GET_LE64(fixed->Timestamp);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_ndis.c179 UCHAR Timestamp[8]; member in struct:NDIS_802_11_FIXED_IEs
883 r->tsf = WPA_GET_LE64(fixed->Timestamp);
/external/mesa3d/src/mesa/main/
H A Dmtypes.h2827 GLuint Timestamp; member in struct:gl_constants::__anon15289
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 6836 milliseconds

12