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

1 2 3 4

  /art/test/Instrumentation/
Instrumentation.java 17 public class Instrumentation {
  /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
102 // Instrumentation is a catch-all for when extra information is required from the runtime. The
103 // typical use for instrumentation is for profiling and debugging. Instrumentation may add stubs
106 class Instrumentation {
120 kInstrumentNothing, // execute without instrumentation
121 kInstrumentWithInstrumentationStubs, // execute with instrumentation entry/exit stub
    [all...]
instrumentation.cc 17 #include "instrumentation.h"
43 namespace instrumentation { namespace in namespace:art
47 // Instrumentation works on non-inlined frames by updating returned PCs
54 Instrumentation* instrumentation = reinterpret_cast<Instrumentation*>(arg); local
55 instrumentation->InstallStubsForClass(klass);
59 Instrumentation::Instrumentation()
73 void Instrumentation::InstallStubsForClass(mirror::Class* klass)
278 Instrumentation* instrumentation = reinterpret_cast<Instrumentation*>(arg); local
381 Instrumentation* instrumentation = reinterpret_cast<Instrumentation*>(arg); local
    [all...]
  /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();
252 // manifest file for this Instrumentation to true, the profiling was also disabled.
345 app = Instrumentation.newApplication(MockApplication.class, mContext);
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 62 std::unique_ptr<X86AsmInstrumentation> Instrumentation;
693 /// instrumentation around Inst.
777 Instrumentation.reset(
969 Instrumentation->SetInitialFrameRegister(RegNo);
    [all...]
  /frameworks/base/core/java/android/app/
Instrumentation.java 56 * Base class for implementing application instrumentation code. When running
57 * with instrumentation turned on, this class will be instantiated for you
59 * interaction the system has with the application. An Instrumentation
61 * &lt;instrumentation&gt; tag.
63 public class Instrumentation {
76 * instrumentation can also be launched, and results collected, by an automated system.
80 private static final String TAG = "Instrumentation";
98 public Instrumentation() {
102 * Called when the instrumentation is starting, before any application code
104 * {@link #start} to begin the instrumentation thread, which will the
    [all...]
ContextImpl.java 755 Instrumentation.checkStartActivityResult(result, null);
    [all...]
Activity.java     [all...]
ActivityThread.java 204 Instrumentation mInstrumentation;
    [all...]
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionSession.java 21 import android.app.Instrumentation;
    [all...]
  /prebuilts/sdk/tools/lib/
shrinkedAndroid.jar 
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 548 int N = p.instrumentation.size();
550 pi.instrumentation = new InstrumentationInfo[N];
552 pi.instrumentation[i] = generateInstrumentationInfo(
553 p.instrumentation.get(i), flags);
4302 public final ArrayList<Instrumentation> instrumentation = new ArrayList<Instrumentation>(0); field in class:PackageParser.Package
    [all...]
  /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 1058 milliseconds

1 2 3 4