/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
RuntimeInstrument.java | 95 public Instrumentation createInstrumentation(Method benchmarkMethod) 120 private class MacrobenchmarkInstrumentation extends Instrumentation { 174 private abstract class RuntimeInstrumentation extends Instrumentation {
|
/external/swiftshader/third_party/subzero/src/ |
IceGlobalContext.h | 48 class Instrumentation; 372 /// sets the instrumentation object to use. 373 void setInstrumentation(std::unique_ptr<Instrumentation> Instr) { 509 std::unique_ptr<Instrumentation> Instrumentor = nullptr;
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
CrossProfileWidgetPrimaryUserTest.java | 19 import android.app.Instrumentation;
|
PhoneAccountTest.java | 23 import android.app.Instrumentation; 67 private Instrumentation mInstrumentation;
|
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
GlVboPerfTest.java | 19 import android.app.Instrumentation;
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
VisualVoicemailServiceTest.java | 25 import android.app.Instrumentation; 717 private static String setDefaultDialer(Instrumentation instrumentation, String packageName) 719 return executeShellCommand(instrumentation, COMMAND_SET_DEFAULT_DIALER + packageName); 722 private static String getDefaultDialer(Instrumentation instrumentation) throws Exception { 723 return executeShellCommand(instrumentation, COMMAND_GET_DEFAULT_DIALER); 731 private static String executeShellCommand(Instrumentation instrumentation, 734 instrumentation.getUiAutomation().executeShellCommand(command) [all...] |
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/android/internal/ |
ParallelUniverse.java | 13 import android.app.Instrumentation; 193 Instrumentation instrumentation = local 243 instrumentation.onCreate(new Bundle()); 329 private static Instrumentation createInstrumentation( 332 Instrumentation androidInstrumentation = new RoboMonitoringInstrumentation();
|
/art/openjdkjvmti/ |
events.cc | 49 #include "instrumentation.h" 572 class JvmtiMethodTraceListener final : public art::instrumentation::InstrumentationListener { [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/performance/ |
CameraPerformanceActivity.java | 20 import android.app.Instrumentation; 68 private Instrumentation mCachedInstrumentation; 300 // This is expected in case there was no prior instrumentation. 314 // Restore any cached instrumentation.
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
AccessibilityGestureDetectorTest.java | 31 import android.app.Instrumentation; 77 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); local 78 PackageManager pm = instrumentation.getContext().getPackageManager(); 87 WindowManager windowManager = (WindowManager) instrumentation.getContext() 100 mService = GestureDetectionStubAccessibilityService.enableSelf(instrumentation); 166 // Use AccessibilityService.dispatchGesture() instead of Instrumentation.sendPointerSync()
|
MagnificationGestureHandlerTest.java | 53 import android.app.Instrumentation; 86 private Instrumentation mInstrumentation;
|
/cts/tests/app/src/android/app/cts/ |
ProgressDialogTest.java | 19 import android.app.Instrumentation; 50 private Instrumentation mInstrumentation;
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
ActivityViewTest.java | 40 import android.app.Instrumentation; 81 private Instrumentation mInstrumentation;
|
/cts/tests/tests/os/src/android/os/cts/ |
SharedMemoryTest.java | 29 import android.app.Instrumentation; 65 private Instrumentation mInstrumentation;
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
CycleInterpolatorTest.java | 24 import android.app.Instrumentation; 57 private Instrumentation mInstrumentation;
|
RotateAnimationTest.java | 25 import android.app.Instrumentation; 55 private Instrumentation mInstrumentation;
|
TranslateAnimationTest.java | 26 import android.app.Instrumentation; 62 private Instrumentation mInstrumentation;
|
/cts/tests/tests/view/src/android/view/cts/ |
ViewGroupOverlayTest.java | 28 import android.app.Instrumentation; 59 private Instrumentation mInstrumentation;
|
ViewTreeObserverTest.java | 30 import android.app.Instrumentation; 58 private Instrumentation mInstrumentation;
|
/cts/tests/tests/widget/src/android/widget/cts/ |
MediaControllerTest.java | 25 import android.app.Instrumentation; 59 private Instrumentation mInstrumentation;
|
SlidingDrawerTest.java | 33 import android.app.Instrumentation; 67 private Instrumentation mInstrumentation;
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/controller/ |
ActivityController.java | 12 import android.app.Instrumentation; 90 // Instrumentation#callActivityOnPause calls Activity#performPause, Activity#performStop calls 91 // Instrumentation#callActivityOnStop internally so the dependency direction is the opposite. 187 // Instrumentation#callActivityOnPause calls Activity#performPause, Activity#performStop calls 188 // Instrumentation#callActivityOnStop internally so the dependency direction is the opposite. 395 private static Instrumentation getInstrumentation() {
|
/build/soong/cc/ |
pgo.go | 61 Instrumentation *bool 67 // for profiling (either instrumentation or sampling). 81 return props.Pgo.Instrumentation != nil && *props.Pgo.Instrumentation == true 202 missing = append(missing, "profile kind (either \"instrumentation\" or \"sampling\" property)") 220 ctx.PropertyErrorf("pgo", "Exactly one of \"instrumentation\" and \"sampling\" properties must be set")
|
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/ |
BasePrintTest.java | 37 import android.app.Instrumentation; 196 public static Instrumentation getInstrumentation() { 204 Instrumentation instrumentation = getInstrumentation(); local 212 sDisabledPrintServicesBefore = disablePrintServices(instrumentation.getTargetContext() 217 System.setProperty("dexmaker.dexcache", instrumentation 232 Instrumentation instrumentation = getInstrumentation(); local 234 String previousEnabledServices = SystemUtil.runShellCommand(instrumentation, 238 List<ResolveInfo> installedServices = instrumentation.getContext().getPackageManager( 327 Instrumentation instrumentation = getInstrumentation(); local 781 Instrumentation instrumentation = getInstrumentation(); local [all...] |
/cts/tests/camera/src/android/hardware/camera2/cts/ |
CameraManagerTest.java | 24 import android.app.Instrumentation; [all...] |