Searched defs:Instrumentation (Results 1 - 12 of 12) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceInstrumentation.h11 /// \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
21 /// Instrumentation subclass is instantiated and installed in the
24 /// use other Instrumentation subclasses however it needs to.
39 class Instrumentation { class in namespace:Ice
40 Instrumentation() = delete;
41 Instrumentation(const Instrumentation &) = delete;
42 Instrumentation
45 Instrumentation(GlobalContext *Ctx) : Ctx(Ctx) {} function in class:Ice::Instrumentation
[all...]
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
H A DInstrument.java66 public abstract Instrumentation createInstrumentation(Method benchmarkMethod)
78 public abstract class Instrumentation { class in class:Instrument
81 protected Instrumentation(Method benchmarkMethod) { method in class:Instrument.Instrumentation
97 } else if (obj instanceof Instrumentation) {
98 Instrumentation that = (Instrumentation) obj;
112 return MoreObjects.toStringHelper(Instrumentation.class)
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp61 std::unique_ptr<X86AsmInstrumentation> Instrumentation; member in class:__anon14558::X86AsmParser
809 Instrumentation.reset(
991 Instrumentation->SetInitialFrameRegister(RegNo);
2542 Instrumentation->InstrumentAndEmitInstruction(Inst, Operands, getContext(),
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 175 milliseconds