Searched refs:TestEvent (Results 1 – 2 of 2) sorted by relevance
/aosp12/art/runtime/ |
H A D | instrumentation_test.cc | 214 void TestEvent(uint32_t instrumentation_event) { in TestEvent() function in art::instrumentation::InstrumentationTest 215 TestEvent(instrumentation_event, nullptr, nullptr, false); in TestEvent() 218 void TestEvent(uint32_t instrumentation_event, in TestEvent() function in art::instrumentation::InstrumentationTest 514 TestEvent(instrumentation::Instrumentation::kMethodEntered, in TEST_F() 535 TestEvent(instrumentation::Instrumentation::kMethodExited, in TEST_F() 554 TestEvent(instrumentation::Instrumentation::kMethodExited, in TEST_F() 565 TestEvent(instrumentation::Instrumentation::kDexPcMoved); in TEST_F() 569 TestEvent(instrumentation::Instrumentation::kFieldRead); in TEST_F() 588 TestEvent(instrumentation::Instrumentation::kFieldWritten, in TEST_F() 606 TestEvent(instrumentation::Instrumentation::kFieldWritten, in TEST_F() [all …]
|
/aosp12/system/update_engine/cros/ |
H A D | omaha_request_action_unittest.cc | 437 void TestEvent(OmahaEvent* event, const string& http_response); 584 void OmahaRequestActionTest::TestEvent(OmahaEvent* event, in TestEvent() function in chromeos_update_engine::OmahaRequestActionTest 1716 TestEvent(new OmahaEvent(OmahaEvent::kTypeUpdateDownloadStarted), in TEST_F() 1729 TestEvent(new OmahaEvent(OmahaEvent::kTypeDownloadComplete, in TEST_F()
|