Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/test/
Dapi_integrationtest.cc3797 bool test_packet_found = false; in TEST_P() local
3801 EXPECT_FALSE(test_packet_found); in TEST_P()
3804 test_packet_found = true; in TEST_P()
3806 EXPECT_TRUE(test_packet_found); in TEST_P()
3867 bool test_packet_found = false; in TEST_P() local
3871 EXPECT_FALSE(test_packet_found); in TEST_P()
3874 test_packet_found = true; in TEST_P()
3876 EXPECT_TRUE(test_packet_found); in TEST_P()
4065 int test_packet_found = 0; in TEST_P() local
4070 test_packet_found++; in TEST_P()
[all …]