HomeSort by relevance Sort by last modified time
    Searched refs:TimeStamp (Results 1 - 25 of 145) sorted by null

1 2 3 4 5 6

  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
PerformanceLib.h 27 If TimeStamp is not zero, then TimeStamp is added to the record as the start time.
28 If TimeStamp is zero, then this function reads the current time stamp
37 @param TimeStamp 64-bit time stamp.
50 IN UINT64 TimeStamp
58 If the record is found and TimeStamp is not zero,
59 then TimeStamp is added to the record as the end time.
60 If the record is found and TimeStamp is zero, then this function reads
69 @param TimeStamp 64-bit time stamp.
82 IN UINT64 TimeStamp
    [all...]
  /hardware/interfaces/confirmationui/1.0/default/
PlatformSpecifics.h 35 class TimeStamp {
37 explicit TimeStamp(uint64_t ts) : timestamp_(ts), ok_(true) {}
38 TimeStamp() : timestamp_(0), ok_(false) {}
46 static TimeStamp now();
PlatformSpecifics.cpp 30 MonotonicClockTimeStamper::TimeStamp MonotonicClockTimeStamper::now() {
33 return TimeStamp(ts.tv_sec * UINT64_C(1000) + ts.tv_nsec / UINT64_C(1000000));
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_report/
TimeStamp.java 44 public class TimeStamp extends Asn1Choice {
62 "TimeStamp: " + tag + " maps to both " + select0 + " and " + select);
68 public TimeStamp() {
92 * Creates a new TimeStamp from encoded stream.
94 public static TimeStamp fromPerUnaligned(byte[] encodedBytes) {
95 TimeStamp result = new TimeStamp();
101 * Creates a new TimeStamp from encoded stream.
103 public static TimeStamp fromPerAligned(byte[] encodedBytes) {
104 TimeStamp result = new TimeStamp()
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Application/Ping6/
Ping6.h 38 UINT64 TimeStamp;
47 UINT64 TimeStamp;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Table/
TableFile.py 44 # @param TimeStamp: TimeStamp of a File
53 TimeStamp VARCHAR NOT NULL
67 # @param TimeStamp: TimeStamp of a File
69 def Insert(self, Name, ExtName, Path, FullPath, Model, TimeStamp):
73 % (self.Table, self.ID, Name, ExtName, Path, FullPath, Model, TimeStamp)
89 TimeStamp = os.stat(FileFullPath)[8]
91 return self.Insert(File.Name, File.ExtName, File.Path, File.FullPath, File.Model, TimeStamp)
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCorePerformanceLib/
DxeCorePerformanceLibInternal.h 46 If TimeStamp is not zero, then TimeStamp is used to fill in the start time in the record.
47 If TimeStamp is zero, the start time in the record is filled in with the value
56 @param TimeStamp 64-bit time stamp.
70 IN UINT64 TimeStamp,
81 If the record is found and TimeStamp is not zero,
82 then the end time in the record is filled in with the value specified by TimeStamp.
83 If the record is found and TimeStamp is zero, then the end time in the matching record
92 @param TimeStamp 64-bit time stamp.
106 IN UINT64 TimeStamp,
    [all...]
DxeCorePerformanceLib.c 129 If TimeStamp is not zero, then TimeStamp is used to fill in the start time in the record.
130 If TimeStamp is zero, the start time in the record is filled in with the value
139 @param TimeStamp 64-bit time stamp.
153 IN UINT64 TimeStamp,
203 if (TimeStamp == 0) {
204 TimeStamp = GetPerformanceCounter ();
206 GaugeEntryExArray[Index].StartTimeStamp = TimeStamp;
220 If the record is found and TimeStamp is not zero,
221 then the end time in the record is filled in with the value specified by TimeStamp.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmCorePerformanceLib/
SmmCorePerformanceLibInternal.h 49 If TimeStamp is not zero, then TimeStamp is used to fill in the start time in the record.
50 If TimeStamp is zero, the start time in the record is filled in with the value
59 @param TimeStamp 64-bit time stamp.
73 IN UINT64 TimeStamp,
84 If the record is found and TimeStamp is not zero,
85 then the end time in the record is filled in with the value specified by TimeStamp.
86 If the record is found and TimeStamp is zero, then the end time in the matching record
95 @param TimeStamp 64-bit time stamp.
109 IN UINT64 TimeStamp,
    [all...]
SmmCorePerformanceLib.c 137 If TimeStamp is not zero, then TimeStamp is used to fill in the start time in the record.
138 If TimeStamp is zero, the start time in the record is filled in with the value
147 @param TimeStamp 64-bit time stamp.
161 IN UINT64 TimeStamp,
214 if (TimeStamp == 0) {
215 TimeStamp = GetPerformanceCounter ();
217 GaugeEntryExArray[Index].StartTimeStamp = TimeStamp;
233 If the record is found and TimeStamp is not zero,
234 then the end time in the record is filled in with the value specified by TimeStamp.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
VariableExLib.c 60 AuthVariableInfo->TimeStamp = NULL;
71 AuthVariableInfo->TimeStamp = &AuthVariable->TimeStamp;
120 AuthVariableInfo->TimeStamp = NULL;
133 AuthVariableInfo->TimeStamp = &AuthVariablePtr->TimeStamp;
169 AuthVariableInfo->TimeStamp
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxePerformanceLib/
DxePerformanceLib.c 85 If TimeStamp is not zero, then TimeStamp is added to the record as the start time.
86 If TimeStamp is zero, then this function reads the current time stamp
95 @param TimeStamp 64-bit time stamp.
109 IN UINT64 TimeStamp,
121 Status = mPerformanceEx->StartGaugeEx (Handle, Token, Module, TimeStamp, Identifier);
123 Status = mPerformance->StartGauge (Handle, Token, Module, TimeStamp);
136 If the record is found and TimeStamp is not zero,
137 then TimeStamp is added to the record as the end time.
138 If the record is found and TimeStamp is zero, then this function reads
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmPerformanceLib/
SmmPerformanceLib.c 107 If TimeStamp is not zero, then TimeStamp is added to the record as the start time.
108 If TimeStamp is zero, then this function reads the current time stamp
117 @param TimeStamp 64-bit time stamp.
131 IN UINT64 TimeStamp,
143 Status = mPerformanceEx->StartGaugeEx (Handle, Token, Module, TimeStamp, Identifier);
145 Status = mPerformance->StartGauge (Handle, Token, Module, TimeStamp);
158 If the record is found and TimeStamp is not zero,
159 then TimeStamp is added to the record as the end time.
160 If the record is found and TimeStamp is zero, then this function reads
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/BiosIdLib/
BiosIdLib.c 311 // Fill the build timestamp date from the BIOS ID in the "MM/DD/YY" format.
313 BiosReleaseDate[0] = BiosIdImage.BiosIdString.TimeStamp[2];
314 BiosReleaseDate[1] = BiosIdImage.BiosIdString.TimeStamp[3];
317 BiosReleaseDate[3] = BiosIdImage.BiosIdString.TimeStamp[4];
318 BiosReleaseDate[4] = BiosIdImage.BiosIdString.TimeStamp[5];
327 BiosReleaseDate[8] = BiosIdImage.BiosIdString.TimeStamp[0];
328 BiosReleaseDate[9] = BiosIdImage.BiosIdString.TimeStamp[1];
336 // Fill the build timestamp time from the BIOS ID in the "HH:MM" format.
339 BiosReleaseTime[0] = BiosIdImage.BiosIdString.TimeStamp[6];
340 BiosReleaseTime[1] = BiosIdImage.BiosIdString.TimeStamp[7];
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiPerformanceLib/
PeiPerformanceLib.c 155 If TimeStamp is not zero, then TimeStamp is added to the record as the start time.
156 If TimeStamp is zero, then this function reads the current time stamp
165 @param TimeStamp 64-bit time stamp.
179 IN UINT64 TimeStamp,
213 if (TimeStamp == 0) {
214 TimeStamp = GetPerformanceCounter ();
216 LogEntryArray[Index].StartTimeStamp = TimeStamp;
226 If the record is found and TimeStamp is not zero,
227 then TimeStamp is added to the record as the end time.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePerformanceLibNull/
PerformanceLib.c 27 If TimeStamp is not zero, then TimeStamp is added to the record as the start time.
28 If TimeStamp is zero, then this function reads the current time stamp
37 @param TimeStamp 64-bit time stamp.
50 IN UINT64 TimeStamp
61 If the record is found and TimeStamp is not zero,
62 then TimeStamp is added to the record as the end time.
63 If the record is found and TimeStamp is zero, then this function reads
72 @param TimeStamp 64-bit time stamp.
85 IN UINT64 TimeStamp
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_xfa.cpp 15 {XFA_Attribute::TimeStamp, XFA_AttributeType::CData, nullptr},
cxfa_timestamp.cpp 23 constexpr wchar_t kName[] = L"timeStamp";
32 XFA_Element::TimeStamp,
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TimeStampParser.java 33 * Parser for TimeStamp header.
46 * @param timeStamp the header to parse
48 public TimeStampParser(String timeStamp) {
49 super(timeStamp);
62 * @return SIPHeader (TimeStamp object)
69 TimeStamp timeStamp = new TimeStamp();
71 headerName(TokenTypes.TIMESTAMP);
73 timeStamp.setHeaderName(SIPHeaderNames.TIMESTAMP)
    [all...]
  /external/webrtc/webrtc/base/
timeutils_unittest.cc 31 TimeStamp ts_earlier = Time();
33 TimeStamp ts_now = Time();
47 TimeStamp ts_later = TimeAfter(100);
81 TimeStamp ts_earlier = Time();
82 TimeStamp ts_later = TimeAfter(500);
105 TimeStamp ts_earlier = static_cast<TimeStamp>(-50);
106 TimeStamp ts_later = ts_earlier + 100;
173 // Set use of the test RNG to get deterministic expiration timestamp.
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
Performance.h 163 If TimeStamp is not zero, then TimeStamp is used to fill in the start time in the record.
164 If TimeStamp is zero, the start time in the record is filled in with the value
173 @param TimeStamp The 64-bit time stamp.
185 IN UINT64 TimeStamp
195 If the record is found and TimeStamp is not zero,
196 then the end time in the record is filled in with the value specified by TimeStamp.
197 If the record is found and TimeStamp is zero, then the end time in the matching record
206 @param TimeStamp The 64-bit time stamp.
218 IN UINT64 TimeStamp
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiMultiPhase.h 221 /// For the TimeStamp value, components Pad1, Nanosecond, TimeZone, Daylight and
224 EFI_TIME TimeStamp;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Library/
BiosIdLib.h 59 CHAR16 TimeStamp[10]; // "YYMMDDHHMM"
  /external/webrtc/webrtc/modules/video_coding/
generic_decoder.cc 51 "timestamp", decodedImage.timestamp());
58 frameInfo = _timestampMap.Pop(decodedImage.timestamp());
73 _timing->StopDecodeTimer(decodedImage.timestamp(), decode_time_ms, now_ms,
110 void VCMDecodedFrameCallback::Map(uint32_t timestamp,
113 _timestampMap.Add(timestamp, frameInfo);
116 int32_t VCMDecodedFrameCallback::Pop(uint32_t timestamp) {
118 if (_timestampMap.Pop(timestamp) == NULL) {
144 TRACE_EVENT1("webrtc", "VCMGenericDecoder::Decode", "timestamp",
149 _callback->Map(frame.TimeStamp(), &_frameInfos[_nextFrameInfoIdx])
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
TimeStamp.java 36 * TimeStamp SIP Header.
46 public class TimeStamp extends SIPHeader implements TimeStampHeader {
54 * timeStamp field
56 protected long timeStamp = -1;
70 public TimeStamp() {
71 super(TIMESTAMP);
76 if (timeStamp == -1 && timeStampFloat == -1)
78 else if (timeStamp != -1)
79 return Long.toString(timeStamp);
130 public void setTimeStamp(float timeStamp) throws InvalidArgumentException
    [all...]

Completed in 554 milliseconds

1 2 3 4 5 6