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

1 2

  /art/runtime/
instrumentation.h 37 namespace instrumentation { namespace in namespace:art
41 // Instrumentation event listener API. Registered listeners will get the appropriate call back for
78 // Instrumentation is a catch-all for when extra information is required from the runtime. The
79 // typical use for instrumentation is for profiling and debugging. Instrumentation may add stubs
82 class Instrumentation {
92 Instrumentation() :
100 // Add a listener to be notified of the masked together sent of instrumentation events. This
108 // Removes a listener possibly removing instrumentation stubs.
117 // will short-cut to GetCode if instrumentation and static method resolution stubs aren'
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
InstrumentationTest.java 24 import android.app.Instrumentation;
25 import android.app.Instrumentation.ActivityMonitor;
26 import android.app.Instrumentation.ActivityResult;
56 private Instrumentation mInstrumentation;
83 new Instrumentation();
249 // manifest file for this Instrumentation to true, the profiling was also disabled.
337 app = Instrumentation.newApplication(MockApplication.class, mContext);
  /frameworks/base/core/java/android/app/
Instrumentation.java 53 * Base class for implementing application instrumentation code. When running
54 * with instrumentation turned on, this class will be instantiated for you
56 * interaction the system has with the application. An Instrumentation
58 * <instrumentation> tag.
60 public class Instrumentation {
73 * instrumentation can also be launched, and results collected, by an automated system.
77 private static final String TAG = "Instrumentation";
95 public Instrumentation() {
99 * Called when the instrumentation is starting, before any application code
101 * {@link #start} to begin the instrumentation thread, which will the
    [all...]
ContextImpl.java     [all...]
Activity.java     [all...]
ActivityThread.java 184 Instrumentation mInstrumentation;
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 416 int N = p.instrumentation.size();
418 pi.instrumentation = new InstrumentationInfo[N];
420 pi.instrumentation[i] = generateInstrumentationInfo(
421 p.instrumentation.get(i), flags);
3457 public final ArrayList<Instrumentation> instrumentation = new ArrayList<Instrumentation>(0); field in class:PackageParser.Package
    [all...]
  /prebuilts/devtools/tools/lib/
sdk-common.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 617 milliseconds

1 2