HomeSort by relevance Sort by last modified time
    Searched defs:instrumentation (Results 126 - 150 of 214) sorted by null

1 2 3 4 56 7 8 9

  /art/runtime/jit/
jit.cc 288 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); local
289 if (instrumentation->AreAllMethodsDeoptimized() || instrumentation->IsDeoptimized(method)) {
jit_code_cache.cc 789 // We need to update the entry point in the runnable state for the instrumentation.
832 instrumentation::Instrumentation* instrum = Runtime::Current()->GetInstrumentation()
1726 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); local
    [all...]
  /art/runtime/
quick_exception_handler.cc 566 // At this point, the instrumentation stack has been updated. We need to install
567 // the real return pc on stack, in case instrumentation stub is stored there,
585 // Unwinds all instrumentation stack frame prior to catch handler or upcall.
633 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); local
635 return_pc = instrumentation->PopMethodForUnwind(self_, is_deoptimization_);
instrumentation.cc 17 #include "instrumentation.h"
50 namespace instrumentation { namespace in namespace:art
78 // Instrumentation works on non-inlined frames by updating returned PCs
85 explicit InstallStubsClassVisitor(Instrumentation* instrumentation)
86 : instrumentation_(instrumentation) {}
94 Instrumentation* const instrumentation_;
98 Instrumentation::Instrumentation()
122 void Instrumentation::InstallStubsForClass(mirror::Class* klass)
338 Instrumentation* instrumentation = reinterpret_cast<Instrumentation*>(arg); local
449 Instrumentation* instrumentation = reinterpret_cast<Instrumentation*>(arg); local
    [all...]
jni_internal.cc 99 // Helpers to call instrumentation functions for fields. These take jobjects so we don't need to set
101 // possible there will be a pending exception if the instrumentation happens to throw one.
105 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); local
106 if (UNLIKELY(instrumentation->HasFieldWriteListeners())) {
120 instrumentation->FieldWriteEvent(self,
132 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation() local
156 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); local
    [all...]
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
CtsTouchUtils.java 19 import android.app.Instrumentation;
65 * @param instrumentation the instrumentation used to run the test
68 public static void emulateTapOnViewCenter(Instrumentation instrumentation, View view) {
69 emulateTapOnView(instrumentation, view, view.getWidth() / 2, view.getHeight() / 2);
76 * @param instrumentation the instrumentation used to run the test
81 public static void emulateTapOnView(Instrumentation instrumentation, View anchorView
    [all...]
  /frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
MemoryUsageTest.java 47 * The instrumentation expects the following key to be passed on the command line:
83 MemoryUsageInstrumentation instrumentation = local
85 Bundle args = instrumentation.getBundle();
106 instrumentation.sendStatus(0, results);
  /prebuilts/misc/common/droiddriver/
droiddriver-0.9.jar 
droiddriver-1.0.0-BETA1.jar 
  /art/runtime/interpreter/
interpreter_common.cc 82 // Instrumentation threw an error!
162 // Report this field access to instrumentation if needed. Since we only have the offset of
164 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); local
165 if (UNLIKELY(instrumentation->HasFieldReadListeners())) {
172 // Save obj in case the instrumentation event has thread suspension.
174 instrumentation->FieldReadEvent(self,
346 // Report this field modification to instrumentation if needed. Since we only have the offset of
348 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation() local
    [all...]
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityEndToEndTest.java 37 import android.app.Instrumentation;
567 final Instrumentation instrumentation = getInstrumentation(); local
568 final EditText editText = (EditText) getOnMain(instrumentation, () -> {
572 final boolean editTextIsHeading = getOnMain(instrumentation, () -> {
577 final UiAutomation uiAutomation = instrumentation.getUiAutomation();
585 uiAutomation.executeAndWaitForEvent(() -> instrumentation.runOnMainSync(() ->
597 final Instrumentation instrumentation = getInstrumentation(); local
598 final UiAutomation uiAutomation = instrumentation.getUiAutomation()
610 final Instrumentation instrumentation = getInstrumentation(); local
633 final Instrumentation instrumentation = getInstrumentation(); local
656 final Instrumentation instrumentation = getInstrumentation(); local
679 final Instrumentation instrumentation = getInstrumentation(); local
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ListPopupWindowTest.java 37 import android.app.Instrumentation;
75 private Instrumentation mInstrumentation;
451 // The logic below uses Instrumentation to emulate a tap outside the bounds of the
459 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); local
463 CtsTouchUtils.emulateTapOnView(instrumentation, popupListView,
    [all...]
  /external/mockito/lib/
byte-buddy-agent-1.7.9.jar 
  /prebuilts/tools/common/m2/repository/com/jayway/android/robotium/robotium-solo/5.5.3/
robotium-solo-5.5.3.jar 
  /frameworks/base/packages/Shell/tests/src/com/android/shell/
BugreportReceiverTest.java 75 import android.app.Instrumentation;
173 Instrumentation instrumentation = getInstrumentation(); local
174 mContext = instrumentation.getTargetContext();
175 mUiBot = new UiBot(instrumentation, TIMEOUT);
    [all...]
  /frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
AppLaunch.java 59 * The instrumentation expects the following key to be passed on the command line:
171 InstrumentationTestRunner instrumentation = local
173 Bundle args = instrumentation.getArguments();
377 instrumentation.sendStatus(0, mResult);
    [all...]
  /frameworks/base/tests/AppLaunchWear/src/com/android/tests/applaunch/
AppLaunch.java 59 * The instrumentation expects the following key to be passed on the command line:
163 InstrumentationTestRunner instrumentation = local
165 Bundle args = instrumentation.getArguments();
366 instrumentation.sendStatus(0, mResult);
    [all...]
  /prebuilts/tools/common/m2/repository/com/facebook/testing/screenshot/core/0.2.3/
core-0.2.3.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 386 // look for the name of the instrumentation in the combo.
748 String instrumentation = getSelectedInstrumentation(); local
749 if (instrumentation == null) {
753 String result = mInstrValidator.validateInstrumentationRunner(instrumentation);
    [all...]
  /prebuilts/misc/common/android-support-test/espresso/
espresso_intents_release_no_deps.jar 
  /prebuilts/sdk/28/optional/
android.test.base.jar 
  /prebuilts/sdk/current/optional/
android.test.base.jar 
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 34 #include "instrumentation.h"
1116 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); local
1170 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); local
    [all...]
  /cts/tests/tests/print/printTestUtilLib/src/android/print/test/
BasePrintTest.java 36 import android.app.Instrumentation;
192 protected static Instrumentation getInstrumentation() {
200 Instrumentation instrumentation = getInstrumentation(); local
208 disablePrintServices(instrumentation.getTargetContext().getPackageName());
212 System.setProperty("dexmaker.dexcache", instrumentation
225 Instrumentation instrumentation = getInstrumentation(); local
227 sDisabledPrintServicesBefore = SystemUtil.runShellCommand(instrumentation,
231 List<ResolveInfo> installedServices = instrumentation.getContext().getPackageManager(
315 Instrumentation instrumentation = getInstrumentation(); local
774 Instrumentation instrumentation = getInstrumentation(); local
    [all...]
  /prebuilts/misc/common/android-support-test/rules/
rules_release_no_deps.jar 

Completed in 650 milliseconds

1 2 3 4 56 7 8 9