HomeSort by relevance Sort by last modified time
    Searched full:timestamp (Results 451 - 475 of 4313) sorted by null

<<11121314151617181920>>

  /external/chromium_org/net/cert/
ct_serialization.cc 17 // Signed Certificate Timestamp (SCT) Version length
288 bool EncodeV1SCTSignedData(const base::Time& timestamp,
296 base::TimeDelta time_since_epoch = timestamp - base::Time::UnixEpoch();
333 uint64 timestamp; local
337 !ReadUint(kTimestampLength, input, &timestamp) ||
344 if (timestamp > static_cast<uint64>(kint64max)) {
345 DVLOG(1) << "Timestamp value too big to cast to int64: " << timestamp;
351 result->timestamp =
353 base::TimeDelta::FromMilliseconds(static_cast<int64>(timestamp));
    [all...]
ct_serialization_unittest.cc 94 base::Time timestamp = base::Time::UnixEpoch() + local
101 timestamp,
107 // Bytes 2-10 are timestamp
110 //EXPECT_EQ(0, timestamp.ToTimeT());
144 EXPECT_EQ(expected_time, sct->timestamp);
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RecentsProvider.java 80 public static final String TIMESTAMP = "timestamp";
94 public static final String TIMESTAMP = "timestamp";
134 RecentColumns.TIMESTAMP + " INTEGER" +
150 ResumeColumns.TIMESTAMP + " INTEGER," +
178 return db.query(TABLE_RECENT, projection, RecentColumns.TIMESTAMP + ">" + cutoff,
207 values.put(RecentColumns.TIMESTAMP, System.currentTimeMillis());
210 db.delete(TABLE_RECENT, RecentColumns.TIMESTAMP + "<" + cutoff, null);
229 values.put(ResumeColumns.TIMESTAMP, System.currentTimeMillis())
    [all...]
  /device/generic/goldfish/camera/
CallbackNotifier.h 157 * timestamp - Frame's timestamp.
161 nsecs_t timestamp,
193 * timestamp - Timestamp for the new frame. */
194 bool isNewVideoFrameTime(nsecs_t timestamp);
217 /* Timestamp when last frame has been delivered to the framework. */
  /packages/apps/PhoneCommon/src/com/android/phone/common/
CallLogAsync.java 41 * this, ci, number, presentation, type, timestamp, duration);
67 * @param timestamp Of the call (millisecond since epoch).
75 long timestamp,
99 this.timestamp = timestamp;
109 public final long timestamp; field in class:CallLogAsync.AddCallArgs
165 c.callType, c.timestamp, c.durationInSec);
  /external/chromium/chrome/browser/sessions/
tab_restore_service_browsertest.cc 143 tab->timestamp.ToInternalValue());
164 tab->timestamp.ToInternalValue());
198 tab->timestamp.ToInternalValue());
264 restored_tab->timestamp.ToInternalValue());
301 EXPECT_EQ(0, window->timestamp.ToInternalValue());
305 EXPECT_EQ(0, window->tabs[0].timestamp.ToInternalValue());
357 EXPECT_EQ(0, window->timestamp.ToInternalValue());
360 EXPECT_EQ(0, window->tabs[0].timestamp.ToInternalValue());
371 tab->timestamp.ToInternalValue());
443 EXPECT_EQ(0, window->timestamp.ToInternalValue())
    [all...]
  /external/chromium_org/media/filters/
opus_audio_decoder.cc 380 if (input->timestamp() == kNoTimestamp() &&
388 input->timestamp() != kNoTimestamp() &&
389 input->timestamp() < last_input_timestamp_) {
390 base::TimeDelta diff = input->timestamp() - last_input_timestamp_;
392 << " ts " << input->timestamp().InMicroseconds() << " us"
400 start_input_timestamp_ = input->timestamp();
402 input->timestamp() == start_input_timestamp_) {
406 last_input_timestamp_ = input->timestamp();
567 << " timestamp: " << input->timestamp().InMicroseconds(
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
NetworkManager.js 250 * @param {!NetworkAgent.Timestamp} time
288 * @param {!NetworkAgent.Timestamp} time
321 * @param {!NetworkAgent.Timestamp} time
341 * @param {!NetworkAgent.Timestamp} finishTime
353 * @param {!NetworkAgent.Timestamp} time
382 * @param {!NetworkAgent.Timestamp} time
400 * @param {!NetworkAgent.Timestamp} time
419 * @param {!NetworkAgent.Timestamp} time
436 * @param {!NetworkAgent.Timestamp} time
453 * @param {!NetworkAgent.Timestamp} tim
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
rtpdataengine.cc 121 double now, int* seq_num, uint32* timestamp) {
123 *timestamp = timestamp_offset_ + static_cast<uint32>(now * clockrate_);
283 // << ", timestamp=" << header.timestamp
289 params.timestamp = header.timestamp;
354 now, &header.seq_num, &header.timestamp);
369 << ", timestamp=" << header.timestamp
  /external/webrtc/src/system_wrappers/source/
data_log_unittest.cc 133 DataLog::AddColumn(DataLog::Combine("table", 1), "timestamp", 1);
139 DataLog::InsertCell(DataLog::Combine("table", 1), "timestamp",
170 expected["timestamp,"] = ExpectedValues(
184 DataLog::AddColumn(DataLog::Combine("table", 2), "timestamp", 1);
187 DataLog::AddColumn(DataLog::Combine("table", 3), "timestamp", 1);
193 DataLog::InsertCell(DataLog::Combine("table", 2), "timestamp",
197 DataLog::InsertCell(DataLog::Combine("table", 3), "timestamp",
240 expected["timestamp,"] = ExpectedValues(
259 expected["timestamp,"] = ExpectedValues(
  /frameworks/av/services/camera/libcameraservice/gui/
RingBufferConsumer.cpp 167 BI_LOGE("Failed to pin buffer (timestamp %lld, framenumber %lld)",
170 BI_LOGV("Pinned buffer (frame %lld, timestamp %lld)",
225 "(timestamp %lld, framenumber %lld",
230 BI_LOGV("Attempting to release buffer timestamp %lld, frame %lld",
244 BI_LOGV("Buffer timestamp %lld, frame %lld evicted",
297 BI_LOGV("New buffer acquired (timestamp %lld), "
324 "(timestamp %lld, framenumber %lld",
336 BI_LOGE("Failed to unpin buffer (timestamp %lld, framenumber %lld)",
339 BI_LOGV("Unpinned buffer (timestamp %lld, framenumber %lld)",
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_strip_view.mm 25 // Set lastMouseUp_ = -1000.0 so that timestamp-lastMouseUp_ is big unless
150 NSTimeInterval timestamp = [event timestamp];
161 if (clickCount == 2 && (timestamp - lastMouseUp_) < 0.8) {
169 lastMouseUp_ = (clickCount == 1) ? timestamp : -1000.0;
  /external/chromium/third_party/libjingle/source/talk/session/phone/
rtpdump.h 118 // RTP sequence number and the RTP timestamp properly. RtpDumpLoopReader can
137 // number and timestamp as well.
148 // packets belong to the same frame have the same RTP timestamp, different
149 // dump timestamp, and different RTP sequence number.
152 // The elapsed time, RTP sequence number, and RTP timestamp of the first and
  /external/chromium_org/content/child/
resource_dispatcher.h 76 // Remembers IO thread timestamp for next resource message.
174 // Returns timestamp provided by IO thread. If no timestamp is supplied,
175 // then current time is returned. Saved timestamp is reset, so following
202 // IO thread timestamp for ongoing IPC message.
  /external/chromium_org/media/cast/audio_receiver/
audio_receiver_unittest.cc 104 rtp_header_.webrtc.header.timestamp = 0;
164 rtp_header_.webrtc.header.timestamp);
171 // Make sure that we are not continuous and that the RTP timestamp represent a
177 rtp_header_.webrtc.header.timestamp = 960;
203 rtp_header_.webrtc.header.timestamp = 1280;
  /external/chromium_org/media/cdm/ppapi/
libvpx_cdm_video_decoder.cc 104 int64_t timestamp,
110 void* user_priv = reinterpret_cast<void*>(&timestamp);
128 if (vpx_image_->user_priv != reinterpret_cast<void*>(&timestamp)) {
129 LOG(ERROR) << "DecodeFrameLibvpx() invalid output timestamp.";
132 decoded_frame->SetTimestamp(timestamp);
  /external/chromium_org/sandbox/win/src/
handle_closer_test.cc 25 // Generate a unique value from the exe's size and timestamp.
31 FILETIME timestamp; local
32 CHECK(::GetFileTime(module, &timestamp, NULL, NULL));
35 timestamp.dwLowDateTime,
36 timestamp.dwHighDateTime);
  /frameworks/base/location/java/android/location/
Country.java 91 private Country(final String countryIso, final int source, long timestamp) {
98 mTimestamp = timestamp;
158 * the timestamp value and just checks for equivalence of countryIso and source values.
168 // No need to check the equivalence of the timestamp
188 * and timestamp fields, return true if the countryIso fields are equal
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapContentTest.java 31 MessageColumns.DISPLAY_NAME, MessageColumns.TIMESTAMP,
44 private String getDateTimeString(long timestamp) {
46 Date date = new Date(timestamp);
54 "\n " + MessageColumns.TIMESTAMP + " : " + getDateTimeString(c.getLong(c.getColumnIndex(MessageColumns.TIMESTAMP))) +
  /packages/apps/Camera2/src/com/android/camera/app/
PlaceholderManager.java 46 Session(String title, Uri uri, long timestamp) {
49 time = timestamp;
133 public Session insertPlaceholder(String title, byte[] placeholder, long timestamp) {
150 Storage.addImage(mContext.getContentResolver(), title, timestamp, null, 0, null,
164 return new Session(title, uri, timestamp);
  /packages/apps/Contacts/src/com/android/contacts/util/
StreamItemEntry.java 63 long timestamp, String accountType, String accountName, String dataSet,
65 return new StreamItemEntry(id, text, comments, timestamp, accountType, accountName, dataSet,
69 private StreamItemEntry(long id, String text, String comments, long timestamp,
75 mTimestamp = timestamp;
91 mTimestamp = getLong(cursor, StreamItems.TIMESTAMP);
  /packages/apps/UnifiedEmail/src/com/android/mail/
MailLogService.java 76 /** Get the current timestamp */
77 private static String dateToString(long timestamp) {
78 final Date d = new Date(timestamp);
96 // Add the current timestamp along with the message.
104 // Print the timestamp as an actual date, and then the message.
  /sdk/eclipse/scripts/
build.xml 26 This should create the plugins in $OUT/host/eclipse/adtplugins/build/v<timestamp>-aosp
30 <!-- The timestamp for the context qualifier. -->
32 <format property="adt.timestamp"
113 <arg value="-Dtimestamp=${timestamp}" />
120 <arg value="-DforceContextQualifier=v${adt.timestamp}-aosp" />
  /external/chromium/chrome/browser/extensions/
extension_idle_api.cc 37 double timestamp; member in struct:__anon1823::ExtensionIdlePollingData
88 polling_data.timestamp = base::Time::Now().ToDoubleT();
106 double delta = time_now - polling_data.timestamp;
  /external/chromium_org/chrome/browser/sync/test/integration/
single_client_sessions_sync_test.cc 84 const base::Time timestamp = it3->timestamp(); local
90 ASSERT_EQ(timestamp, history_timestamp);

Completed in 1675 milliseconds

<<11121314151617181920>>