HomeSort by relevance Sort by last modified time
    Searched refs:Instrumentation (Results 276 - 300 of 339) sorted by null

<<11121314

  /art/runtime/
trace.h 34 #include "instrumentation.h"
107 class Trace final : public instrumentation::InstrumentationListener {
265 instrumentation::Instrumentation::InstrumentationEvent event,
runtime.h 39 #include "instrumentation.h"
481 const instrumentation::Instrumentation* GetInstrumentation() const {
485 instrumentation::Instrumentation* GetInstrumentation() {
646 // Create the JIT and instrumentation and code cache.
1046 instrumentation::Instrumentation instrumentation_;
    [all...]
  /cts/tests/tests/appop/src/android/app/appops/cts/
HistoricalAppopsTest.kt 22 import android.app.Instrumentation
486 private fun getInstrumentation(): Instrumentation {
  /cts/tests/tests/view/src/android/view/cts/
View_FocusHandlingTest.java 27 import android.app.Instrumentation;
54 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); local
55 instrumentation.setInTouchMode(false);
306 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); local
317 instrumentation.waitForIdleSync();
326 instrumentation.waitForIdleSync();
346 instrumentation.waitForIdleSync();
354 instrumentation.waitForIdleSync()
    [all...]
TooltipTest.java 24 import android.app.Instrumentation;
61 private Instrumentation mInstrumentation;
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityEndToEndTest.java 54 import android.app.Instrumentation;
129 private static Instrumentation sInstrumentation;
    [all...]
AccessibilityWindowQueryTest.java 56 import android.app.Instrumentation;
107 private static Instrumentation sInstrumentation;
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ListPopupWindowTest.java 37 import android.app.Instrumentation;
82 private Instrumentation mInstrumentation;
487 // The logic below uses Instrumentation to emulate a tap outside the bounds of the
495 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); local
499 CtsTouchUtils.emulateTapOnView(instrumentation, mActivityRule, popupListView,
    [all...]
GridViewTest.java 36 import android.app.Instrumentation;
84 private Instrumentation mInstrumentation;
    [all...]
HorizontalScrollViewTest.java 29 import android.app.Instrumentation;
71 private Instrumentation mInstrumentation;
    [all...]
ScrollViewTest.java 29 import android.app.Instrumentation;
79 private Instrumentation mInstrumentation;
    [all...]
  /art/test/common/
runtime_state.cc 26 #include "instrumentation.h"
50 instrumentation::Instrumentation::InstrumentationLevel::kInstrumentWithInterpreter;
  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
GlesStubActivity.java 20 import android.app.Instrumentation;
  /cts/tests/app/src/android/app/cts/
NotificationManagerTest.java 42 import android.app.Instrumentation;
489 Instrumentation instrumentation, boolean on) throws IOException {
493 runCommand(command, instrumentation);
502 Instrumentation instrumentation, boolean suspend) throws IOException {
507 runCommand(command, instrumentation);
510 private void toggleListenerAccess(String componentName, Instrumentation instrumentation,
516 runCommand(command, instrumentation);
    [all...]
AlertDialog_BuilderTest.java 30 import android.app.Instrumentation;
71 private Instrumentation mInstrumentation;
  /art/build/
Android.gtest.mk 46 Instrumentation \
219 ART_GTEST_instrumentation_test_DEX_DEPS := Instrumentation
    [all...]
  /art/runtime/interpreter/
interpreter.cc 269 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); local
272 if (UNLIKELY(instrumentation->HasMethodEntryListeners())) {
273 instrumentation->MethodEnterEvent(self,
284 instrumentation->MethodUnwindEvent(self,
336 // Mterp does not support all instrumentation/debugging.
536 // the instrumentation. To prevent from reporting it a second time, we simply pass a
537 // null Instrumentation*.
538 const instrumentation::Instrumentation* const instrumentation member in class:art::interpreter::instrumentation
    [all...]
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
AbstractRestrictBackgroundNetworkTestCase.java 30 import android.app.Instrumentation;
124 protected Instrumentation mInstrumentation;
    [all...]
  /cts/tests/autofillservice/src/android/autofillservice/cts/
UiBot.java 39 import android.app.Instrumentation;
144 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); local
145 mDevice = UiDevice.getInstance(instrumentation);
146 mContext = instrumentation.getContext();
148 mAutoman = instrumentation.getUiAutomation();
    [all...]
  /cts/tests/framework/base/windowmanager/src/android/server/wm/
DragDropTest.java 25 import android.app.Instrumentation;
60 final Instrumentation mInstrumentation = InstrumentationRegistry.getInstrumentation();
WindowTest.java 34 import android.app.Instrumentation;
95 private Instrumentation mInstrumentation;
    [all...]
  /cts/tests/tests/animation/src/android/animation/cts/
PropertyValuesHolderTest.java 34 import android.app.Instrumentation;
73 private Instrumentation mInstrumentation;
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
DecoderTestXheAac.java 24 import android.app.Instrumentation;
59 final Instrumentation inst = InstrumentationRegistry.getInstrumentation();
    [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
ScrollingMovementMethodTest.java 27 import android.app.Instrumentation;
72 private Instrumentation mInstrumentation;
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationTest.java 35 import android.app.Instrumentation;
83 private Instrumentation mInstrumentation;

Completed in 3532 milliseconds

<<11121314