HomeSort by relevance Sort by last modified time
    Searched defs:start_timestamp (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector.cc 344 int64 start_timestamp; local
346 if (base::StringToInt64(it.key(), &start_timestamp) &&
350 int64 end_timestamp = start_timestamp + kMillisecondsPerDay;
354 period->set_start_timestamp(start_timestamp);
357 if (start_timestamp >= last_reported_day_) {
358 last_reported_day_ = start_timestamp;
  /external/chromium_org/media/filters/
source_buffer_stream.cc 808 const RangeList::iterator& range_itr, base::TimeDelta start_timestamp,
821 (*range_itr)->TruncateAt(start_timestamp, &saved_buffers, is_range_exclusive);
1078 base::TimeDelta start_timestamp = new_range->GetStartTimestamp(); local
1266 base::TimeDelta start_timestamp = timestamp; local
1758 base::TimeDelta start_timestamp = local
1777 base::TimeDelta start_timestamp = media_segment_start_time_; local
    [all...]
  /external/chromium_org/testing/gtest/src/
gtest-internal-inl.h 563 TimeInMillis start_timestamp() const { return start_timestamp_; } function in class:testing::internal::UnitTestImpl
    [all...]
gtest.cc 3629 internal::TimeInMillis UnitTest::start_timestamp() const { function in class:testing::UnitTest
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h 564 TimeInMillis start_timestamp() const { return start_timestamp_; } function in class:testing::internal::UnitTestImpl
    [all...]
gtest.cc 3645 internal::TimeInMillis UnitTest::start_timestamp() const { function in class:testing::UnitTest
    [all...]
  /external/blktrace/
blkparse.c 299 static unsigned long long start_timestamp; variable
591 start_timestamp = bit->time;
    [all...]

Completed in 212 milliseconds