/third_party/mesa3d/src/intel/perf/ |
H A D | intel_perf_query.c | 999 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 D | iobench.py | 249 start_timestamp = _t() 250 real_start = start[4] or start_timestamp 254 if _t() - start_timestamp > duration:
|
/third_party/ffmpeg/libavformat/ |
H A D | udp.c | 550 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 D | hls.c | 1752 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 D | gtest.cc | 4181 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 D | gtest-internal-inl.h | 572 TimeInMillis start_timestamp() const { return start_timestamp_; } in start_timestamp() function in testing::internal::UnitTestImpl
|
/third_party/node/deps/googletest/src/ |
H A D | gtest.cc | 4201 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 D | gtest-internal-inl.h | 573 TimeInMillis start_timestamp() const { return start_timestamp_; } in start_timestamp() function in testing::internal::UnitTestImpl
|
/third_party/googletest/googletest/include/gtest/ |
H A D | gtest.h | 442 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 D | gtest.h | 434 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 D | gtest.h | 597 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 D | gtest.cc | 3821 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 D | gtest-internal-inl.h | 575 TimeInMillis start_timestamp() const { return start_timestamp_; } in start_timestamp() function in testing::internal::UnitTestImpl
|
/third_party/googletest/googletest/test/ |
H A D | gtest_unittest.cc | 1977 EXPECT_LT(0, UnitTest::GetInstance()->start_timestamp()); in TEST() 1978 EXPECT_LE(UnitTest::GetInstance()->start_timestamp(), GetTimeInMillis()); in TEST()
|