/cts/tests/tests/widget/src/android/widget/cts/ |
CalendarViewTest.java | 20 import android.app.Instrumentation; 65 final Instrumentation instrumentation = getInstrumentation(); local 72 instrumentation.runOnMainSync( 80 instrumentation.runOnMainSync( 86 final Instrumentation instrumentation = getInstrumentation(); local 97 instrumentation.runOnMainSync(() -> { 117 final Instrumentation instrumentation = getInstrumentation() local 154 final Instrumentation instrumentation = getInstrumentation(); local [all...] |
/external/chromium-trace/catapult/common/py_trace_event/ |
README.txt | 1 py_trace_event allows low-overhead instrumentation of a multi-threaded,
|
/external/compiler-rt/lib/msan/ |
msan_blacklist.txt | 1 # Blacklist for MemorySanitizer. Turns off instrumentation of particular
|
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/ |
PreMain.java | 14 import java.lang.instrument.Instrumentation; 36 * instrumentation callback provided by the JVM 40 public static void premain(final String options, final Instrumentation inst) 53 private static IRuntime createRuntime(final Instrumentation inst)
|
/external/llvm/lib/Fuzzer/test/dfsan/ |
CMakeLists.txt | 1 # These tests depend on both coverage and dfsan instrumentation.
|
/external/llvm/lib/Transforms/Instrumentation/ |
CMakeLists.txt | 7 Instrumentation.cpp
|
/external/llvm/test/Instrumentation/InstrProfiling/ |
no-counters.ll | 1 ;; No instrumentation should be emitted if there are no counter increments.
|
/external/llvm/test/tools/llvm-profdata/ |
raw-magic-but-no-header.test | 6 CHECK: error: {{.+}}: Invalid instrumentation profile data (file header is corrupt)
|
text-format-errors.test | 1 Tests for instrumentation profile bad encoding. 6 INVALID-COUNT-LATER: error: {{.*}}invalid-count-later.proftext: Malformed instrumentation profile data 11 BAD-HASH: error: {{.*}}bad-hash.proftext: Malformed instrumentation profile data 15 NO-COUNTS: error: {{.*}}no-counts.proftext: Malformed instrumentation profile data 19 BINARY: error: {{.+}}: Unrecognized instrumentation profile encoding format 25 VP: Malformed instrumentation profile data
|
/external/llvm/tools/lli/ |
CMakeLists.txt | 8 Instrumentation
|
/external/objenesis/tck-android/src/org/objenesis/tck/android/ |
TckInstrumentation.java | 20 import android.app.Instrumentation; 30 * Wraps the Objenesis TCK so that it can be invoked on Android as an {@link Instrumentation}. 34 public class TckInstrumentation extends Instrumentation { 49 bundle.putString(Instrumentation.REPORT_KEY_STREAMRESULT, fromStdout);
|
/frameworks/base/media/tests/ |
README.txt | 2 Uses instrumentation and so can be run with runtest.
|
/prebuilts/maven_repo/android/com/android/support/multidex-instrumentation/ |
maven-metadata.xml | 4 <artifactId>multidex-instrumentation</artifactId>
|
/cts/libs/deviceutil/src/android/cts/util/ |
SystemUtil.java | 21 import android.app.Instrumentation; 52 * @param instrumentation {@link Instrumentation} instance, obtained from a test running in 53 * instrumentation framework 58 public static String runShellCommand(Instrumentation instrumentation, String cmd) 60 ParcelFileDescriptor pfd = instrumentation.getUiAutomation().executeShellCommand(cmd);
|
/cts/tests/tests/calllog/src/android/calllog/cts/ |
TestUtils.java | 18 import android.app.Instrumentation; 39 public static String executeShellCommand(Instrumentation instrumentation, 42 try (InputStream in = executeStreamedShellCommand(instrumentation, command)) { 57 public static FileInputStream executeStreamedShellCommand(Instrumentation instrumentation, 60 instrumentation.getUiAutomation().executeShellCommand(command);
|
/external/droiddriver/src/io/appium/droiddriver/instrumentation/ |
InstrumentationDriver.java | 17 package io.appium.droiddriver.instrumentation; 19 import android.app.Instrumentation; 36 * Implementation of DroidDriver that is driven via instrumentation. 43 public InstrumentationDriver(Instrumentation instrumentation) { 44 context = new DroidDriverContext<View, ViewElement>(instrumentation, this); 45 injector = new InstrumentationInputInjector(instrumentation);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
messages.properties | 25 AndroidJUnitLaunchAction_LaunchInstr_2s=Launching instrumentation %1$s on %2$s 26 AndroidJUnitDelegate_NoRunnerConfigMsg_s=Warning: No instrumentation runner found for the launch, using %1$s 27 AndroidJUnitDelegate_NoRunnerConsoleMsg_4s=%1$s does not specify a %2$s instrumentation or does not declare uses-library %3$s in its %4$s 29 AndroidJUnitDelegate_NoTargetMsg_3s=%1$s is not configured correctly for running tests:\nA targetPackage attribute for instrumentation %2$s in its %3$s could not be found\! 30 AndroidJUnitTab_LoaderLabel=Instrumentation runner: 32 AndroidJUnitTab_NoRunnerError=Instrumentation runner not specified 36 InstrValidator_WrongRunnerTypeMsg_s=The instrumentation runner must be of type %1$s
|
/frameworks/base/docs/html/guide/topics/manifest/ |
instrumentation-element.jd | 1 page.title=<instrumentation> 8 <dd><pre class="stx"><instrumentation android:<a href="#ftest">functionalTest</a>=["true" | "false"] 19 <dd itemprop="description">Declares an {@link android.app.Instrumentation} class that enables you 20 to monitor an application's interaction with the system. The Instrumentation 26 <dd>Whether or not the Instrumentation class should run as a functional test 31 <dd>Whether or not the Instrumentation object will turn profiling on and 38 <dd>An icon that represents the Instrumentation class. This attribute must 42 <dd>A user-readable label for the Instrumentation class. The label can 46 <dd>The name of the {@link android.app.Instrumentation} subclass. 57 <dd>The application that the Instrumentation object will run against [all...] |
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/ |
NightModeTestCase.java | 26 import android.app.Instrumentation; 62 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); local 63 instrumentation.runOnMainSync(new Runnable() { 69 instrumentation.waitForIdleSync(); 88 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); local 89 instrumentation.runOnMainSync(new Runnable() { 96 instrumentation.waitForIdleSync(); 102 instrumentation.runOnMainSync(new Runnable() [all...] |
/packages/apps/Camera2/tests/ |
AndroidManifest.xml | 25 <instrumentation android:name="android.test.InstrumentationTestRunner" 29 <instrumentation android:name="com.android.camera.CameraTestRunner" 33 <instrumentation android:name="com.android.camera.exif.ExifTestRunner" 37 <instrumentation android:name="com.android.camera.jpegstream.JpegStreamTestRunner" 41 <instrumentation android:name="com.android.camera.stress.CameraStressTestRunner"
|
/external/droiddriver/src/io/appium/droiddriver/util/ |
InstrumentationUtils.java | 19 import android.app.Instrumentation; 36 * Static utility methods pertaining to {@link Instrumentation}. 39 private static Instrumentation instrumentation; field in class:InstrumentationUtils 54 public static void init(Instrumentation instrumentation, Bundle arguments) { 55 if (InstrumentationUtils.instrumentation != null) { 58 InstrumentationUtils.instrumentation = instrumentation; 66 if (instrumentation == null) [all...] |
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/ |
ShortcutManagerTestUtils.java | 34 import android.app.Instrumentation; 159 public static List<String> runCommand(Instrumentation instrumentation, String command) { 160 return runCommand(instrumentation, command, null); 162 public static List<String> runCommand(Instrumentation instrumentation, String command, 168 instrumentation.getUiAutomation().executeShellCommand(command)); 178 public static void runCommandForNoOutput(Instrumentation instrumentation, String command) { 179 runCommand(instrumentation, command, result -> result.size() == 0) [all...] |
/external/droiddriver/src/io/appium/droiddriver/helpers/ |
DroidDrivers.java | 20 import android.app.Instrumentation; 25 import io.appium.droiddriver.instrumentation.InstrumentationDriver; 68 * fully-qualified-class-name and create a new instance of it with {@code instrumentation} as the 72 Instrumentation instrumentation = InstrumentationUtils.getInstrumentation(); local 76 return (DroidDriver) Class.forName(driverClass).getConstructor(Instrumentation.class) 77 .newInstance(instrumentation); 86 return new UiAutomationDriver(instrumentation); 88 return new InstrumentationDriver(instrumentation);
|
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
NativeMediaTest.java | 18 import android.app.Instrumentation; 68 final Instrumentation instrumentation = getInstrumentation(); local 72 instrumentation.callActivityOnPause(activity); 73 instrumentation.waitForIdleSync(); 75 instrumentation.callActivityOnResume(activity);
|
/cts/tests/tests/widget/src/android/widget/cts/util/ |
ViewTestUtils.java | 21 import android.app.Instrumentation; 40 * @param instrumentation the instrumentation used to run the test 45 public static void runOnMainAndDrawSync(@NonNull Instrumentation instrumentation, 49 instrumentation.runOnMainSync(() -> {
|