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

1 2 3 4 5

  /art/test/Instrumentation/
Instrumentation.java 17 public class Instrumentation {
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
Instrument.java 66 public abstract Instrumentation createInstrumentation(Method benchmarkMethod)
78 public abstract class Instrumentation {
81 protected Instrumentation(Method benchmarkMethod) {
97 } else if (obj instanceof Instrumentation) {
98 Instrumentation that = (Instrumentation) obj;
112 return MoreObjects.toStringHelper(Instrumentation.class)
  /art/runtime/
instrumentation.h 41 namespace instrumentation { namespace in namespace:art
45 kMainHandlerTable = 0, // Main handler table: no suspend check, no instrumentation.
46 kAlternativeHandlerTable = 1, // Alternative handler table: suspend check and/or instrumentation
56 // Instrumentation event listener API. Registered listeners will get the appropriate call back for
114 // Instrumentation is a catch-all for when extra information is required from the runtime. The
115 // typical use for instrumentation is for profiling and debugging. Instrumentation may add stubs
118 class Instrumentation {
133 kInstrumentNothing, // execute without instrumentation
134 kInstrumentWithInstrumentationStubs, // execute with instrumentation entry/exit stub
    [all...]
instrumentation.cc 17 #include "instrumentation.h"
44 namespace instrumentation { namespace in namespace:art
48 // Instrumentation works on non-inlined frames by updating returned PCs
55 explicit InstallStubsClassVisitor(Instrumentation* instrumentation)
56 : instrumentation_(instrumentation) {}
64 Instrumentation* const instrumentation_;
68 Instrumentation::Instrumentation()
90 void Instrumentation::InstallStubsForClass(mirror::Class* klass)
285 Instrumentation* instrumentation = reinterpret_cast<Instrumentation*>(arg); local
395 Instrumentation* instrumentation = reinterpret_cast<Instrumentation*>(arg); local
    [all...]
  /cts/tests/app/src/android/app/cts/
InstrumentationTest.java 21 import android.app.Instrumentation;
22 import android.app.Instrumentation.ActivityMonitor;
23 import android.app.Instrumentation.ActivityResult;
57 private Instrumentation mInstrumentation;
85 new Instrumentation();
253 // manifest file for this Instrumentation to true, the profiling was also disabled.
346 app = Instrumentation.newApplication(MockApplication.class, mContext);
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 63 std::unique_ptr<X86AsmInstrumentation> Instrumentation;
725 /// instrumentation around Inst.
811 Instrumentation.reset(
    [all...]
  /frameworks/base/core/java/android/app/
Instrumentation.java 59 * Base class for implementing application instrumentation code. When running
60 * with instrumentation turned on, this class will be instantiated for you
62 * interaction the system has with the application. An Instrumentation
64 * &lt;instrumentation&gt; tag.
66 public class Instrumentation {
79 * instrumentation can also be launched, and results collected, by an automated system.
83 private static final String TAG = "Instrumentation";
109 public Instrumentation() {
113 * Called when the instrumentation is starting, before any application code
115 * {@link #start} to begin the instrumentation thread, which will the
    [all...]
ContextImpl.java 897 Instrumentation.checkStartActivityResult(result, null);
    [all...]
Activity.java     [all...]
ActivityThread.java 228 Instrumentation mInstrumentation;
    [all...]
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionSession.java 22 import android.app.Instrumentation;
    [all...]
  /prebuilts/sdk/tools/lib/
shrinkedAndroid.jar 
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 154 private static final String TAG_INSTRUMENTATION = "instrumentation";
585 int N = p.instrumentation.size();
587 pi.instrumentation = new InstrumentationInfo[N];
589 pi.instrumentation[i] = generateInstrumentationInfo(
590 p.instrumentation.get(i), flags);
4757 public final ArrayList<Instrumentation> instrumentation = new ArrayList<Instrumentation>(0); field in class:PackageParser.Package
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.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 

Completed in 823 milliseconds

1 2 3 4 5