Home
last modified time | relevance | path

Searched defs:TestIncrementalState (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/base/tests/Tracing/src/android/tracing/perfetto/
H A DTestDataSource.java81 public static class TestIncrementalState { class in TestDataSource
/aosp_15_r20/external/perfetto/src/tracing/test/
H A Dapi_integrationtest.cc381 struct TestIncrementalState { struct
382 TestIncrementalState() { constructed = true; } in TestIncrementalState() function
384 ~TestIncrementalState() { destroyed = true; } in ~TestIncrementalState()
386 int count = 100;
387 bool flag = false;
388 static bool constructed;
389 static bool destroyed;