Home
last modified time | relevance | path

Searched defs:instrument (Results 1 – 25 of 25) sorted by relevance

/external/caliper/caliper/src/test/java/com/google/caliper/runner/
DCaliperTestWatcher.java50 private String instrument; field in CaliperTestWatcher
59 CaliperTestWatcher instrument(String instrument) { in instrument() argument
DAllocationInstrumentTest.java50 AllocationInstrument instrument = new AllocationInstrument(); in getExtraCommandLineArgs() local
DRuntimeInstrumentTest.java55 private RuntimeInstrument instrument; field in RuntimeInstrumentTest
/external/jacoco/org.jacoco.core/src/org/jacoco/core/instr/
DInstrumenter.java72 private byte[] instrument(final byte[] source) { in instrument() method in Instrumenter
103 public byte[] instrument(final byte[] buffer, final String name) in instrument() method in Instrumenter
125 public byte[] instrument(final InputStream input, final String name) in instrument() method in Instrumenter
151 public void instrument(final InputStream input, final OutputStream output, in instrument() method in Instrumenter
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DInstrumentComponent.java27 void injectInstrument(Instrument instrument); in injectInstrument()
DExperimentingRunnerModule.java216 Instrument instrument = instrumentProvider.get(); in provideInstruments() local
266 Instrument instrument) throws InvalidBenchmarkException { in findAllBenchmarkMethods()
DWorkerProcess.java151 Instrument instrument = instrumentation.instrument(); in buildProcess() local
DInstrument.java85 Instrument instrument() { in instrument() method in Instrument.Instrumentation
/external/opencensus-java/contrib/agent/src/main/java/io/opencensus/contrib/agent/instrumentation/
DContextTrampolineInitializer.java34 public AgentBuilder instrument(AgentBuilder agentBuilder, Settings settings) { in instrument() method in ContextTrampolineInitializer
DInstrumenter.java38 AgentBuilder instrument(AgentBuilder agentBuilder, Settings settings); in instrument() method
DTraceTrampolineInitializer.java34 public AgentBuilder instrument(AgentBuilder agentBuilder, Settings settings) { in instrument() method in TraceTrampolineInitializer
DExecutorInstrumentation.java50 public AgentBuilder instrument(AgentBuilder agentBuilder, Settings settings) { in instrument() method in ExecutorInstrumentation
DThreadInstrumentation.java48 public AgentBuilder instrument(AgentBuilder agentBuilder, Settings settings) { in instrument() method in ThreadInstrumentation
DUrlInstrumentation.java46 public AgentBuilder instrument(AgentBuilder agentBuilder, Settings settings) { in instrument() method in UrlInstrumentation
/external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/commands/
DInstrument.java82 private int instrument(final File src, final File dest) throws IOException { in instrument() method in Instrument
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
DInstrumentTask.java94 private int instrument(final Instrumenter instrumenter, in instrument() method in InstrumentTask
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
DModifiedSystemClassRuntime.java154 public static byte[] instrument(final byte[] source, in instrument() method in ModifiedSystemClassRuntime
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DClassInstrumentor.java84 public byte[] instrument(byte[] origBytes, InstrumentationConfiguration config, in instrument() method in ClassInstrumentor
90 public void instrument(MutableClass mutableClass) { in instrument() method in ClassInstrumentor
/external/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp126 bool BoundsChecking::instrument(Value *Ptr, Value *InstVal, in instrument() function in BoundsChecking
/external/jacoco/org.jacoco.core.test.validation.java5/src/org/jacoco/core/test/validation/java5/
DCyclomaticComplexityTest.java254 private void instrument(final Class<? extends Target> clazz) in instrument() method in CyclomaticComplexityTest
/external/javassist/src/main/javassist/
DCtClass.java1235 public void instrument(CodeConverter converter) in instrument() method in CtClass
1249 public void instrument(ExprEditor editor) in instrument() method in CtClass
DCtBehavior.java715 public void instrument(CodeConverter converter) in instrument() method in CtBehavior
736 public void instrument(ExprEditor editor) in instrument() method in CtBehavior
DCtClassType.java1522 public void instrument(CodeConverter converter) in instrument() method in CtClassType
1534 public void instrument(ExprEditor editor) in instrument() method in CtClassType
/external/tensorflow/tensorflow/python/tpu/
Dtensor_tracer_report.py236 def instrument(self, name, explanation): member in TTReportHandle
/external/emma/core/java12/com/vladium/emma/instr/
DInstrVisitor.java88 final boolean instrument, final boolean metadata, in process()