/art/runtime/ |
trace.h | 34 #include "instrumentation.h" 97 class Trace FINAL : public instrumentation::InstrumentationListener { 234 instrumentation::Instrumentation::InstrumentationEvent event,
|
debugger.cc | 77 // The key identifying the debugger to update instrumentation. 141 class DebugInstrumentationListener FINAL : public instrumentation::InstrumentationListener { 156 // We also listen to kDexPcMoved instrumentation event so we know the DexPcMoved method is 163 // We also listen to kMethodExited instrumentation event and the current instruction is a 210 // We also listen to kMethodExited instrumentation event and the current instruction is a 288 return IsListeningTo(instrumentation::Instrumentation::kDexPcMoved); 292 return IsListeningTo(instrumentation::Instrumentation::kMethodExited); 295 static bool IsListeningTo(instrumentation::Instrumentation::InstrumentationEvent event 3234 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); local 3411 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); local 3586 instrumentation::Instrumentation* const instrumentation = member in class:art::instrumentation 3624 instrumentation::Instrumentation* const instrumentation = member in class:art::instrumentation 3661 instrumentation::Instrumentation* const instrumentation = member in class:art::instrumentation [all...] |
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_);
|
/cts/tests/app/src/android/app/cts/ |
NotificationManagerTest.java | 30 import android.app.Instrumentation; [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
TabHost_TabSpecTest.java | 26 import android.app.Instrumentation; 27 import android.app.Instrumentation.ActivityMonitor; 205 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); local 206 ActivityMonitor am = instrumentation.addMonitor(MockURLSpanTestActivity.class.getName(),
|
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
ExperimentingCaliperRun.java | 105 return experiment.instrumentation().benchmarkMethod().getName(); 272 experiment.instrumentation().dryRun(benchmark);
|
AllocationInstrument.java | 36 import com.google.monitoring.runtime.instrumentation.AllocationInstrumenter; 71 public Instrumentation createInstrumentation(Method benchmarkMethod) 91 private final class MicroAllocationInstrumentation extends Instrumentation { 132 private final class MacroAllocationInstrumentation extends Instrumentation { 220 // we just run in interpreted mode to ensure that intrinsics don't break the instrumentation
|
/external/deqp/framework/platform/android/ |
tcuTestLogParserJNI.cpp | 361 JNIEXPORT void JNICALL Java_com_drawelements_deqp_testercore_TestLogParser_nativeParse (JNIEnv* env, jclass, jlong nativePointer, jobject instrumentation, jbyteArray buffer, jint size) 368 TestLogListener listener (env, instrumentation);
|
/frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/ |
ViewModelTest.java | 27 import android.app.Instrumentation; 264 Instrumentation.ActivityMonitor monitor = new Instrumentation.ActivityMonitor( 266 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); local 267 instrumentation.addMonitor(monitor);
|
/packages/apps/Settings/src/com/android/settings/datetime/ |
ZonePicker.java | 39 import com.android.settingslib.core.instrumentation.Instrumentable; 40 import com.android.settingslib.core.instrumentation.VisibilityLoggerMixin;
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
UserDictionarySettings.java | 48 import com.android.settingslib.core.instrumentation.Instrumentable; 49 import com.android.settingslib.core.instrumentation.VisibilityLoggerMixin;
|
/prebuilts/misc/common/android-support-test/rules/ |
rules_release_no_deps.jar | |
/build/soong/cc/ |
pgo.go | 55 Instrumentation *bool 61 // for profiling (either instrumentation or sampling). 75 return props.Pgo.Instrumentation != nil && *props.Pgo.Instrumentation == true 201 missing = append(missing, "profile kind (either \"instrumentation\" or \"sampling\" property)") 219 ctx.PropertyErrorf("pgo", "Exactly one of \"instrumentation\" and \"sampling\" properties must be set")
|
/build/soong/java/ |
dex.go | 205 // TODO(ccross): Don't shrink app instrumentation tests by default. 214 // TODO(ccross): error if obufscation + app instrumentation test. 239 // TODO(ccross): if this is an instrumentation test of an obfuscated app, use the
|
/cts/tests/tests/provider/src/android/provider/cts/contacts/ |
VoicemailContractTest.java | 19 import android.app.Instrumentation; 570 private static String setDefaultDialer(Instrumentation instrumentation, String packageName) 572 return executeShellCommand(instrumentation, COMMAND_SET_DEFAULT_DIALER + packageName); 575 private static String getDefaultDialer(Instrumentation instrumentation) throws Exception { 576 return executeShellCommand(instrumentation, COMMAND_GET_DEFAULT_DIALER); 584 private static String executeShellCommand(Instrumentation instrumentation, 587 instrumentation.getUiAutomation().executeShellCommand(command) [all...] |
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
PackageParserTest.java | 248 assertEquals(a.instrumentation.size(), b.instrumentation.size()); 249 for (int i = 0; i < a.instrumentation.size(); ++i) { 250 assertInstrumentationEqual(a.instrumentation.get(i), b.instrumentation.get(i)); 340 private static void assertInstrumentationEqual(PackageParser.Instrumentation a, 341 PackageParser.Instrumentation b) { 460 pkg.instrumentation.add(new PackageParser.Instrumentation(dummy, new InstrumentationInfo()));
|
/prebuilts/misc/common/android-support-test/espresso/ |
espresso_intents_release_no_deps.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...] |
/art/runtime/interpreter/mterp/ |
mterp.cc | 151 const instrumentation::Instrumentation* const instrumentation = runtime->GetInstrumentation(); member in class:art::interpreter::instrumentation 152 return instrumentation->NonJitProfilingActive() || 573 const instrumentation::Instrumentation* const instrumentation = member in class:art::interpreter::instrumentation 575 return MoveToExceptionHandler(self, *shadow_frame, instrumentation); [all...] |
/art/runtime/jdwp/ |
jdwp_event.cc | 158 // Returns the instrumentation event the DebugInstrumentationListener must 164 return instrumentation::Instrumentation::kDexPcMoved; 167 return instrumentation::Instrumentation::kExceptionThrown; 169 return instrumentation::Instrumentation::kMethodEntered; 172 return instrumentation::Instrumentation::kMethodExited; 174 return instrumentation::Instrumentation::kFieldRead [all...] |
/frameworks/base/core/java/android/app/ |
LoadedApk.java | 393 * instrumentation into the system: If the app 394 * being started matches one of the instrumentation names, 395 * then we combine both the "instrumentation" and 402 // no instrumentation applies in this case. [all...] |
/packages/apps/Settings/src/com/android/settings/ |
DeviceAdminSettings.java | 53 import com.android.settingslib.core.instrumentation.Instrumentable; 54 import com.android.settingslib.core.instrumentation.VisibilityLoggerMixin;
|
/packages/apps/Settings/src/com/android/settings/dashboard/ |
DashboardFeatureProviderImpl.java | 43 import com.android.settingslib.core.instrumentation.MetricsFeatureProvider; 44 import com.android.settingslib.core.instrumentation.VisibilityLoggerMixin;
|
/art/runtime/jit/ |
jit.cc | 288 instrumentation::Instrumentation* instrumentation = Runtime::Current()->GetInstrumentation(); local 289 if (instrumentation->AreAllMethodsDeoptimized() || instrumentation->IsDeoptimized(method)) {
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
UiBot.java | 35 import android.app.Instrumentation; 124 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); local 125 mDevice = UiDevice.getInstance(instrumentation); 126 mContext = instrumentation.getContext(); 128 mAutoman = instrumentation.getUiAutomation(); [all...] |