HomeSort by relevance Sort by last modified time
    Searched defs:Instrumentation (Results 1 - 25 of 51) sorted by null

1 2 3

  /art/runtime/
instrumentation.h 43 namespace instrumentation { namespace in namespace:art
47 kMainHandlerTable = 0, // Main handler table: no suspend check, no instrumentation.
48 kAlternativeHandlerTable = 1, // Alternative handler table: suspend check and/or instrumentation
53 // Instrumentation event listener API. Registered listeners will get the appropriate call back for
99 // Instrumentation is a catch-all for when extra information is required from the runtime. The
100 // typical use for instrumentation is for profiling and debugging. Instrumentation may add stubs
103 class Instrumentation {
115 Instrumentation();
117 // Add a listener to be notified of the masked together sent of instrumentation events. Thi
    [all...]
instrumentation.cc 17 #include "instrumentation.h"
46 namespace instrumentation { namespace in namespace:art
57 Instrumentation* instrumentation = reinterpret_cast<Instrumentation*>(arg); local
58 return instrumentation->InstallStubsForClass(klass);
61 Instrumentation::Instrumentation()
75 bool Instrumentation::InstallStubsForClass(mirror::Class* klass) {
125 void Instrumentation::InstallStubsForMethod(mirror::ArtMethod* method)
311 Instrumentation* instrumentation = reinterpret_cast<Instrumentation*>(arg); local
413 Instrumentation* instrumentation = reinterpret_cast<Instrumentation*>(arg); local
    [all...]
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionSession.java 21 import android.app.Instrumentation;
570 Instrumentation.checkStartActivityResult(res, intent);
  /cts/tests/tests/app/src/android/app/cts/
InstrumentationTest.java 23 import android.app.Instrumentation;
24 import android.app.Instrumentation.ActivityMonitor;
25 import android.app.Instrumentation.ActivityResult;
56 private Instrumentation mInstrumentation;
84 new Instrumentation();
250 // manifest file for this Instrumentation to true, the profiling was also disabled.
343 app = Instrumentation.newApplication(MockApplication.class, mContext);
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 61 std::unique_ptr<X86AsmInstrumentation> Instrumentation;
691 /// instrumentation around Inst.
752 Instrumentation.reset(
    [all...]
  /frameworks/base/core/java/android/app/
Instrumentation.java 54 * Base class for implementing application instrumentation code. When running
55 * with instrumentation turned on, this class will be instantiated for you
57 * interaction the system has with the application. An Instrumentation
59 * &lt;instrumentation&gt; tag.
61 public class Instrumentation {
74 * instrumentation can also be launched, and results collected, by an automated system.
78 private static final String TAG = "Instrumentation";
96 public Instrumentation() {
100 * Called when the instrumentation is starting, before any application code
102 * {@link #start} to begin the instrumentation thread, which will the
    [all...]
ContextImpl.java     [all...]
Activity.java     [all...]
ActivityThread.java 193 Instrumentation mInstrumentation;
    [all...]
  /prebuilts/sdk/tools/lib/
shrinkedAndroid.jar 
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 537 int N = p.instrumentation.size();
539 pi.instrumentation = new InstrumentationInfo[N];
541 pi.instrumentation[i] = generateInstrumentationInfo(
542 p.instrumentation.get(i), flags);
4203 public final ArrayList<Instrumentation> instrumentation = new ArrayList<Instrumentation>(0); field in class:PackageParser.Package
    [all...]
  /prebuilts/devtools/tools/lib/
sdk-common.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.2.0/
sdk-common-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.4.0/
sdk-common-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.4.2/
sdk-common-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.5.0/
sdk-common-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.5.1/
sdk-common-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.5.3/
sdk-common-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.7.0/
sdk-common-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.7.1/
sdk-common-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.7.3/
sdk-common-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.8.0/
sdk-common-22.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.9.2/
sdk-common-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/23.0.1/
sdk-common-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/23.0.2/
sdk-common-23.0.2.jar 

Completed in 425 milliseconds

1 2 3