Home
last modified time | relevance | path

Searched refs:test_start (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/platform_tools/android/apps/skottie/
Dskottie_metric.sql19 ts as test_start,
33 test_start_ts.test_start as second_draw_frame,
34 test_start_ts.test_start - min(ts) as start_time,
53 INNER JOIN test_start_ts ON (slice.ts >= test_start_ts.test_start AND slice.ts <= test_start_ts.tes…
68 INNER JOIN test_start_ts ON (slice.ts >= test_start_ts.test_start AND slice.ts <= test_start_ts.tes…
82 INNER JOIN test_start_ts ON (sched_slice.ts >= test_start_ts.test_start AND sched_slice.ts <= test_…
92 INNER JOIN test_start_ts ON (sched_slice.ts >= test_start_ts.test_start AND sched_slice.ts <= test_…
103 INNER JOIN test_start_ts ON (sched_slice.ts >= test_start_ts.test_start AND sched_slice.ts <= test_…
113 INNER JOIN test_start_ts ON (sched_slice.ts >= test_start_ts.test_start AND sched_slice.ts <= test_…
123 INNER JOIN test_start_ts ON (sched_slice.ts >= test_start_ts.test_start AND sched_slice.ts <= test_…
[all …]
/third_party/boost/libs/test/doc/examples/
Druntime-configuration_3.run-fail.cpp49 int test_start = 0; in init_unit_test() local
51 test_start = read_integer(argv[3]); in init_unit_test()
54 for(int i = test_start; i < number_tests; i++) { in init_unit_test()
/third_party/boost/libs/asio/test/execution/
Dstart.cpp190 void test_start() in test_start() function
235 BOOST_ASIO_TEST_CASE(test_start)
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhashtablez_sampler_test.cc79 absl::Time test_start = absl::Now(); in TEST() local
93 EXPECT_GE(info.create_time, test_start); in TEST()
103 info.create_time = test_start - absl::Hours(20); in TEST()
115 EXPECT_GE(info.create_time, test_start); in TEST()
/third_party/abseil-cpp/absl/container/internal/
Dhashtablez_sampler_test.cc79 absl::Time test_start = absl::Now(); in TEST() local
92 EXPECT_GE(info.create_time, test_start); in TEST()
101 info.create_time = test_start - absl::Hours(20); in TEST()
112 EXPECT_GE(info.create_time, test_start); in TEST()
/third_party/boost/boost/test/
Dtest_framework_init_observer.hpp37 void test_start( counter_t, test_unit_id ) BOOST_OVERRIDE;
Dprogress_monitor.hpp37 void test_start( counter_t test_cases_amount, test_unit_id ) BOOST_OVERRIDE;
Dresults_collector.hpp124 void test_start( counter_t, test_unit_id ) BOOST_OVERRIDE;
Dunit_test_log.hpp114 void test_start( counter_t test_cases_amount, test_unit_id ) BOOST_OVERRIDE;
/third_party/boost/boost/test/tree/
Dobserver.hpp48 …virtual void test_start( counter_t /* number_of_test_cases */, test_unit_id /* root_test_unit_i… in test_start() function in boost::unit_test::test_observer
Dglobal_fixture.hpp90 void test_start( counter_t, test_unit_id ) BOOST_OVERRIDE { in test_start() function
/third_party/boost/boost/test/impl/
Dtest_framework_init_observer.ipp41 framework_init_observer_t::test_start( counter_t, test_unit_id )
Dprogress_monitor.ipp129 progress_monitor_t::test_start( counter_t test_cases_amount, test_unit_id )
Dunit_test_log.ipp205 // configure is not test_start:
206 …// test_start pushes the necessary log information when the test module is starting, and implies c…
225 unit_test_log_t::test_start( counter_t test_cases_amount, test_unit_id )
Dresults_collector.ipp178 results_collector_t::test_start( counter_t, test_unit_id id )
Dframework.ipp1666 … unit_test_monitor.execute_and_translate( boost::bind( &test_observer::test_start, to, tcc.p_count…
/third_party/boost/libs/context/test/
Dtest_fcontext.cpp201 void test_start() { in test_start() function
339 test->add( BOOST_TEST_CASE( & test_start) ); in init_unit_test_suite()
/third_party/ltp/pan/
Dscan.l138 ^<<<test_start>>>$ {
/third_party/python/Lib/test/
Dtest_regrtest.py74 def test_start(self): member in ParseArgsTestCase