HomeSort by relevance Sort by last modified time
    Searched full:instrumentation (Results 501 - 525 of 1688) sorted by null

<<21222324252627282930>>

  /cts/tests/tests/media/src/android/media/cts/
RingtoneManagerTest.java 22 import android.app.Instrumentation;
38 private Instrumentation mInstrumentation;
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GlAppSwitchTest.java 21 import android.app.Instrumentation;
69 Instrumentation instrument = getInstrumentation();
  /cts/tests/tests/view/src/android/view/cts/
SurfaceViewTest.java 19 import android.app.Instrumentation;
36 private Instrumentation mInstrumentation;
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
InputMethodManagerTest.java 20 import android.app.Instrumentation;
44 private Instrumentation mInstrumentation;
  /cts/tests/tests/widget/src/android/widget/cts/
SeekBarTest.java 23 import android.app.Instrumentation;
38 private Instrumentation mInstrumentation;
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
ITestPackageDef.java 104 * Return the file name of this package's instrumentation target apk.
111 * Return the Android package name of this package's instrumentation target, or
  /development/samples/Alarm/tests/
_index.html 34 The <a href="AndroidManifest.html">manifest</a> declares an <code>&lt;instrumentation&gt;</code>
37 as the instrumentation to use. The <code>android:targetPackage</code> attribute specifies
  /development/samples/ApiDemos/tests/src/com/example/android/apis/view/
Focus2ActivityTest.java 37 * the necessary {@link android.app.Instrumentation} will be injected for you to
95 // This is in contrast to instrumentation calls that send events that are
  /development/testrunner/
android_manifest.py 85 """Get the instrumentation names from manifest.
90 instr_elements = self._dom.getElementsByTagName('instrumentation')
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/util/
AwTestTouchUtils.java 18 * than going through Instrumentation. This is so that we can avoid the INJECT_PERMISSIONS
53 * This is safe to call from the instrumentation thread and will invoke the drag
  /external/chromium_org/base/debug/
profiler.h 42 // like e.g. binary instrumentation, or a compiler flag, that calls a hook each
79 // If this binary is instrumented and the instrumentation supplies a function
  /external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/
ApplicationData.java 36 * When this is invoked from tests, the target context from the instrumentation must be used.
67 * When this is invoked from tests, the target context from the instrumentation must be used.
  /external/llvm/utils/
profile.pl 5 # Synopsis: Insert instrumentation code into a program, run it with the JIT,
43 print "OVERVIEW: profile.pl - Instrumentation and profile printer.\n\n";
  /external/qemu/hw/
goldfish_trace.h 66 /* The first 64 entries are reserved for VM instrumentation */
82 /* These entries are reserved for libc instrumentation, i.e. memcheck */
  /external/valgrind/main/VEX/priv/
main_globals.h 7 This file is part of Valgrind, a dynamic binary instrumentation
72 #define VEX_TRACE_INST (1 << 5) /* show after instrumentation */
  /external/valgrind/main/gdbserver_tests/
mchelp.stdoutB.exp 47 (default traceflags 0b00100000 : show after instrumentation)
48 An additional flag 0b100000000 allows to show gdbserver instrumentation
  /frameworks/base/docs/html-intl/ja/guide/publishing/
preparing.jd 59 <p>??????????????????????????????????????????????Android ?????????????????????????{@link android.app.Instrumentation Instrumentation} ????? JUnit ?????????? ??????????????<a href="{@docRoot}tools/help/monkey.html">UI/Application Exerciser Monkey</a> ????????? ??????????? </p>
  /frameworks/base/packages/WAPPushManager/tests/
AndroidManifest.xml 61 This declares that this application uses the instrumentation test runner targeting
66 <instrumentation android:name="android.test.InstrumentationTestRunner"
  /frameworks/base/test-runner/src/android/test/
ActivityInstrumentationTestCase.java 46 * @param activityClass The activity to test. This must be a class in the instrumentation
57 * @param activityClass The activity to test. This must be a class in the instrumentation
  /frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerMeasurement.java 20 import android.app.Instrumentation;
41 Instrumentation mInst = getInstrumentation();
  /frameworks/testing/androidtestlib/src/com/android/test/runner/
AndroidJUnitRunner.java 20 import android.app.Instrumentation;
44 * An {@link Instrumentation} that runs JUnit3 and JUnit4 tests against
59 * In an appropriate AndroidManifest.xml, define an instrumentation with android:name set to
114 * instrumentation command.
126 public class AndroidJUnitRunner extends Instrumentation {
128 // constants for supported instrumentation arguments
156 * Get the Bundle object that contains the arguments passed to the instrumentation
222 results.putString(Instrumentation.REPORT_KEY_STREAMRESULT,
  /frameworks/testing/uiautomator/utils/SleepUtils/SleepHelper/src/com/android/testing/sleephelper/
SetAlarm.java 20 import android.app.Instrumentation;
33 public class SetAlarm extends Instrumentation {
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/
AndroidManifest.xml 40 <instrumentation android:targetPackage="com.android.cts.usespermissiondiffcertapp"
  /cts/hostsidetests/holo/app/
AndroidManifest.xml 37 <instrumentation android:name="android.test.InstrumentationTestRunner"
  /cts/suite/cts/deviceTests/opengl/
AndroidManifest.xml 48 <instrumentation

Completed in 303 milliseconds

<<21222324252627282930>>