Home
last modified time | relevance | path

Searched refs:start_timestamp (Results 1 - 14 of 14) sorted by relevance

/third_party/mesa3d/src/intel/perf/
H A Dintel_perf_query.c999 uint32_t start_timestamp, in read_oa_samples_until()
1007 tail_buf->len == 0 ? start_timestamp : tail_buf->last_timestamp; in read_oa_samples_until()
1031 if ((last_timestamp - start_timestamp) >= INT32_MAX) in read_oa_samples_until()
1034 if ((last_timestamp - start_timestamp) < in read_oa_samples_until()
1035 (end_timestamp - start_timestamp)) in read_oa_samples_until()
998 read_oa_samples_until(struct intel_perf_context *perf_ctx, uint32_t start_timestamp, uint32_t end_timestamp) read_oa_samples_until() argument
/third_party/python/Tools/iobench/
H A Diobench.py249 start_timestamp = _t()
250 real_start = start[4] or start_timestamp
254 if _t() - start_timestamp > duration:
/third_party/ffmpeg/libavformat/
H A Dudp.c550 int64_t start_timestamp = av_gettime_relative(); in circular_buffer_task_tx() local
594 start_timestamp = timestamp + delay; in circular_buffer_task_tx()
600 start_timestamp = timestamp - burst_interval; in circular_buffer_task_tx()
605 target_timestamp = start_timestamp + sent_bits * 1000000 / s->bitrate; in circular_buffer_task_tx()
H A Dhls.c1752 int64_t start_timestamp; in select_cur_seq_no() local
1766 start_timestamp = cur_timestamp + playlist_duration; in select_cur_seq_no()
1769 start_timestamp = cur_timestamp + pls->start_time_offset; in select_cur_seq_no()
1772 start_timestamp = cur_timestamp; in select_cur_seq_no()
1775 start_timestamp = cur_timestamp + playlist_duration + in select_cur_seq_no()
1778 start_timestamp = cur_timestamp; in select_cur_seq_no()
1780 find_timestamp_in_playlist(c, pls, start_timestamp, &seq_no, NULL); in select_cur_seq_no()
/third_party/googletest/googletest/src/
H A Dgtest.cc4181 FormatEpochTimeInMillisAsIso8601(result.start_timestamp()));
4194 FormatEpochTimeInMillisAsIso8601(result.start_timestamp()));
4244 FormatEpochTimeInMillisAsIso8601(result.start_timestamp()));
4322 FormatEpochTimeInMillisAsIso8601(test_suite.start_timestamp()));
4353 FormatEpochTimeInMillisAsIso8601(unit_test.start_timestamp()));
4634 FormatEpochTimeInMillisAsRFC3339(result.start_timestamp()),
4645 FormatEpochTimeInMillisAsRFC3339(result.start_timestamp()),
4697 FormatEpochTimeInMillisAsRFC3339(result.start_timestamp()),
4755 FormatEpochTimeInMillisAsRFC3339(test_suite.start_timestamp()),
4799 FormatEpochTimeInMillisAsRFC3339(unit_test.start_timestamp()),
[all...]
H A Dgtest-internal-inl.h572 TimeInMillis start_timestamp() const { return start_timestamp_; } in start_timestamp() function in testing::internal::UnitTestImpl
/third_party/node/deps/googletest/src/
H A Dgtest.cc4201 FormatEpochTimeInMillisAsIso8601(result.start_timestamp()));
4214 FormatEpochTimeInMillisAsIso8601(result.start_timestamp()));
4264 FormatEpochTimeInMillisAsIso8601(result.start_timestamp()));
4339 FormatEpochTimeInMillisAsIso8601(test_suite.start_timestamp()));
4370 FormatEpochTimeInMillisAsIso8601(unit_test.start_timestamp()));
4651 FormatEpochTimeInMillisAsRFC3339(result.start_timestamp()),
4662 FormatEpochTimeInMillisAsRFC3339(result.start_timestamp()),
4714 FormatEpochTimeInMillisAsRFC3339(result.start_timestamp()),
4772 FormatEpochTimeInMillisAsRFC3339(test_suite.start_timestamp()),
4816 FormatEpochTimeInMillisAsRFC3339(unit_test.start_timestamp()),
[all...]
H A Dgtest-internal-inl.h573 TimeInMillis start_timestamp() const { return start_timestamp_; } in start_timestamp() function in testing::internal::UnitTestImpl
/third_party/googletest/googletest/include/gtest/
H A Dgtest.h442 TimeInMillis start_timestamp() const { return start_timestamp_; } in start_timestamp() function in testing::TestResult
751 TimeInMillis start_timestamp() const { return start_timestamp_; } in start_timestamp() function in testing::TestSuite
1207 TimeInMillis start_timestamp() const;
/third_party/node/deps/googletest/include/gtest/
H A Dgtest.h434 TimeInMillis start_timestamp() const { return start_timestamp_; } in start_timestamp() function in testing::TestResult
743 TimeInMillis start_timestamp() const { return start_timestamp_; } in start_timestamp() function in testing::TestSuite
1202 TimeInMillis start_timestamp() const;
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest.h597 TimeInMillis start_timestamp() const { return start_timestamp_; } in start_timestamp() function in testing::TestResult
899 TimeInMillis start_timestamp() const { return start_timestamp_; } in start_timestamp() function in testing::TestSuite
1347 TimeInMillis start_timestamp() const;
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc3821 FormatEpochTimeInMillisAsIso8601(result.start_timestamp())); in OutputXmlTestInfo()
3874 FormatEpochTimeInMillisAsIso8601(test_suite.start_timestamp())); in PrintXmlTestSuite()
3905 FormatEpochTimeInMillisAsIso8601(unit_test.start_timestamp())); in PrintXmlUnitTest()
4194 FormatEpochTimeInMillisAsRFC3339(result.start_timestamp()), in OutputJsonTestInfo()
4244 FormatEpochTimeInMillisAsRFC3339(test_suite.start_timestamp()), in PrintJsonTestSuite()
4288 FormatEpochTimeInMillisAsRFC3339(unit_test.start_timestamp()), in PrintJsonUnitTest()
4697 internal::TimeInMillis UnitTest::start_timestamp() const { in start_timestamp() function in testing::UnitTest
4698 return impl()->start_timestamp(); in start_timestamp()
H A Dgtest-internal-inl.h575 TimeInMillis start_timestamp() const { return start_timestamp_; } in start_timestamp() function in testing::internal::UnitTestImpl
/third_party/googletest/googletest/test/
H A Dgtest_unittest.cc1977 EXPECT_LT(0, UnitTest::GetInstance()->start_timestamp()); in TEST()
1978 EXPECT_LE(UnitTest::GetInstance()->start_timestamp(), GetTimeInMillis()); in TEST()

Completed in 56 milliseconds