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

1 2 3 4 5 6 7

  /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)
  /external/swiftshader/third_party/subzero/src/
IceInstrumentation.h 1 //===- subzero/src/IceInstrumentation.h - ICE instrumentation ---*- C++ -*-===//
11 /// \brief Declares the Ice::Instrumentation class.
13 /// Instrumentation is an abstract class used to drive the instrumentation
16 /// Cfg. Although Instrumentation is an abstract class, each of its virtual
20 /// If instrumentation is required by the command line arguments, a single
21 /// Instrumentation subclass is instantiated and installed in the
22 /// GlobalContext. If multiple types of instrumentation are requested, a single
23 /// subclass is still responsible for driving the instrumentation, but it can
24 /// use other Instrumentation subclasses however it needs to
    [all...]
  /art/runtime/
instrumentation.h 45 namespace instrumentation { namespace in namespace:art
49 kMainHandlerTable = 0, // Main handler table: no suspend check, no instrumentation.
50 kAlternativeHandlerTable = 1, // Alternative handler table: suspend check and/or instrumentation
60 // Instrumentation event listener API. Registered listeners will get the appropriate call back for
154 // either return or exceptions. Normally instrumentation listeners should ensure that there are
161 // Instrumentation is a catch-all for when extra information is required from the runtime. The
162 // typical use for instrumentation is for profiling and debugging. Instrumentation may add stubs
165 class Instrumentation {
182 kInstrumentNothing, // execute without instrumentation
    [all...]
instrumentation.cc 17 #include "instrumentation.h"
50 namespace instrumentation { namespace in namespace:art
78 // Instrumentation works on non-inlined frames by updating returned PCs
85 explicit InstallStubsClassVisitor(Instrumentation* instrumentation)
86 : instrumentation_(instrumentation) {}
94 Instrumentation* const instrumentation_;
98 Instrumentation::Instrumentation()
122 void Instrumentation::InstallStubsForClass(mirror::Class* klass)
338 Instrumentation* instrumentation = reinterpret_cast<Instrumentation*>(arg); local
449 Instrumentation* instrumentation = reinterpret_cast<Instrumentation*>(arg); local
    [all...]
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionSession.java 24 import android.app.Instrumentation;
    [all...]
  /prebuilts/sdk/tools/lib/
shrinkedAndroid.jar 
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 61 std::unique_ptr<X86AsmInstrumentation> Instrumentation;
728 /// instrumentation around Inst.
809 Instrumentation.reset(
991 Instrumentation->SetInitialFrameRegister(RegNo);
    [all...]
  /frameworks/base/core/java/android/app/
Instrumentation.java 63 * Base class for implementing application instrumentation code. When running
64 * with instrumentation turned on, this class will be instantiated for you
66 * interaction the system has with the application. An Instrumentation
68 * &lt;instrumentation&gt; tag.
70 public class Instrumentation {
83 * instrumentation can also be launched, and results collected, by an automated system.
87 private static final String TAG = "Instrumentation";
113 public Instrumentation() {
118 * should only be used in instrumentation environments. This is not
124 // Check if we have an instrumentation context, as init should only get called b
    [all...]
ContextImpl.java     [all...]
Activity.java     [all...]
ActivityThread.java 280 Instrumentation mInstrumentation;
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 189 private static final String TAG_INSTRUMENTATION = "instrumentation";
529 * Cached state for parsing instrumentation to avoid GC pressure.
764 int N = p.instrumentation.size();
766 pi.instrumentation = new InstrumentationInfo[N];
768 pi.instrumentation[i] = generateInstrumentationInfo(
769 p.instrumentation.get(i), flags);
6246 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/misc/common/robolectric/android-all/
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 
android-all-stubs.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 

Completed in 489 milliseconds

1 2 3 4 5 6 7