Home
last modified time | relevance | path

Searched defs:InstrumentationTest (Results 1 – 7 of 7) sorted by relevance

/aosp12/art/runtime/
H A Dinstrumentation_test.cc475 TEST_F(InstrumentationTest, NoInstrumentation) { in TEST_F() argument
500 TEST_F(InstrumentationTest, MethodEntryEvent) { in TEST_F() argument
541 TEST_F(InstrumentationTest, MethodExitPrimEvent) { in TEST_F() argument
560 TEST_F(InstrumentationTest, MethodUnwindEvent) { in TEST_F() argument
564 TEST_F(InstrumentationTest, DexPcMovedEvent) { in TEST_F() argument
568 TEST_F(InstrumentationTest, FieldReadEvent) { in TEST_F() argument
572 TEST_F(InstrumentationTest, WatchedFramePop) { in TEST_F() argument
594 TEST_F(InstrumentationTest, FieldWritePrimEvent) { in TEST_F() argument
620 TEST_F(InstrumentationTest, BranchEvent) { in TEST_F() argument
656 TEST_F(InstrumentationTest, FullDeoptimization) { in TEST_F() argument
[all …]
H A Dinstrumentation.h760 friend class InstrumentationTest; // For GetCurrentInstrumentationLevel and ConfigureStubs. variable
/aosp12/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
H A DInstrumentationTest.java30 public @interface InstrumentationTest { annotation
/aosp12/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/instrumentation/
H A DInstrumentationTest.java21 public class InstrumentationTest extends InstrumentationTestCase { class
/aosp12/frameworks/base/core/tests/coretests/src/android/app/
H A DInstrumentationTest.java25 public class InstrumentationTest extends InstrumentationTestCase { class
/aosp12/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestAppTests/src/com/android/multidexlegacytestapp/test/
H A DInstrumentationTest.java28 public class InstrumentationTest extends InstrumentationTestCase { class
/aosp12/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestAppTests2/src/com/android/multidexlegacytestapp/test2/
H A DInstrumentationTest.java34 public class InstrumentationTest { class