Searched defs:InstrumentationTest (Results 1 – 7 of 7) sorted by relevance
/aosp12/art/runtime/ |
H A D | instrumentation_test.cc | 475 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 D | instrumentation.h | 760 friend class InstrumentationTest; // For GetCurrentInstrumentationLevel and ConfigureStubs. variable
|
/aosp12/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/ |
H A D | InstrumentationTest.java | 30 public @interface InstrumentationTest { annotation
|
/aosp12/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/instrumentation/ |
H A D | InstrumentationTest.java | 21 public class InstrumentationTest extends InstrumentationTestCase { class
|
/aosp12/frameworks/base/core/tests/coretests/src/android/app/ |
H A D | InstrumentationTest.java | 25 public class InstrumentationTest extends InstrumentationTestCase { class
|
/aosp12/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestAppTests/src/com/android/multidexlegacytestapp/test/ |
H A D | InstrumentationTest.java | 28 public class InstrumentationTest extends InstrumentationTestCase { class
|
/aosp12/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestAppTests2/src/com/android/multidexlegacytestapp/test2/ |
H A D | InstrumentationTest.java | 34 public class InstrumentationTest { class
|