Home
last modified time | relevance | path

Searched refs:stop_called (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/tracing/test/
Dapi_integrationtest.cc2924 std::atomic<bool> stop_called{false}; in TEST_P() local
2926 [&stop_called] { stop_called = true; }); in TEST_P()
2928 EXPECT_TRUE(stop_called); in TEST_P()
3537 EXPECT_TRUE(stop_called); in ~TestInterceptor()
3544 EXPECT_FALSE(stop_called); in OnSetup()
3551 EXPECT_FALSE(stop_called); in OnStart()
3558 EXPECT_FALSE(stop_called); in OnStop()
3559 stop_called = true; in OnStop()
3571 EXPECT_FALSE(self->stop_called); in OnTracePacket()
3599 bool stop_called = false; member in __anone89577de0111::TestInterceptor
[all …]
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor_test.cc631 static bool stop_called = false; in TEST_F() local
650 stop_called = true; in TEST_F()
662 ASSERT_FALSE(stop_called); in TEST_F()
664 ASSERT_TRUE(stop_called); in TEST_F()