/external/caliper/lib/ |
D | java-allocation-instrumenter-2.0.jar | ... java
package com.google.monitoring.runtime.instrumentation
com.google.monitoring.runtime.instrumentation. |
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
D | Experiment.java | 35 private final Instrumentation instrumentation; field in Experiment 40 Instrumentation instrumentation, in Experiment() argument 43 this.instrumentation = checkNotNull(instrumentation); in Experiment() 48 Instrumentation instrumentation() { in instrumentation() method in Experiment 49 return instrumentation; in instrumentation() 63 return this.instrumentation.equals(that.instrumentation) in equals() 71 return Objects.hashCode(instrumentation, vm, userParameters); in hashCode() 76 .add("instrument", instrumentation.instrument()) in toString() 77 .add("benchmarkMethod", instrumentation.benchmarkMethod.getName()) in toString()
|
D | TrialModule.java | 76 .className(experiment.instrumentation().benchmarkMethod().getDeclaringClass().getName()) in provideBenchmarkSpec() 77 .methodName(experiment.instrumentation().benchmarkMethod().getName()) in provideBenchmarkSpec() 92 return experiment.instrumentation().getMeasurementCollectingVisitor(); in provideMeasurementCollectingVisitor() 98 return experiment.instrumentation().instrument().schedulingPolicy(); in provideTrialSchedulingPolicy() 133 .instrumentSpec(experiment.instrumentation().instrument().getSpec()) in provideTrialFactory()
|
D | WorkerProcess.java | 150 Instrumentation instrumentation = experiment.instrumentation(); in buildProcess() local 151 Instrument instrument = instrumentation.instrument(); in buildProcess() 154 instrumentation.workerClass(), in buildProcess() 155 instrumentation.workerOptions(), in buildProcess() 157 ImmutableList.copyOf(instrumentation.benchmarkMethod.getParameterTypes()), in buildProcess()
|
/external/droiddriver/src/io/appium/droiddriver/instrumentation/ |
D | InstrumentationInputInjector.java | 17 package io.appium.droiddriver.instrumentation; 28 private final Instrumentation instrumentation; field in InstrumentationInputInjector 30 public InstrumentationInputInjector(Instrumentation instrumentation) { in InstrumentationInputInjector() argument 31 this.instrumentation = instrumentation; in InstrumentationInputInjector() 37 instrumentation.sendPointerSync((MotionEvent) event); in injectInputEvent() 39 instrumentation.sendKeySync((KeyEvent) event); in injectInputEvent()
|
D | InstrumentationDriver.java | 17 package io.appium.droiddriver.instrumentation; 65 public InstrumentationDriver(Instrumentation instrumentation) { in InstrumentationDriver() argument 66 context = new DroidDriverContext<View, ViewElement>(instrumentation, this); in InstrumentationDriver() 67 injector = new InstrumentationInputInjector(instrumentation); in InstrumentationDriver()
|
/external/caliper/caliper/src/test/java/com/google/caliper/runner/ |
D | RuntimeInstrumentTest.java | 80 Instrumentation instrumentation = instrument.createInstrumentation(benchmarkMethod); in createInstrumentation_macrobenchmark() local 81 assertEquals(benchmarkMethod, instrumentation.benchmarkMethod()); in createInstrumentation_macrobenchmark() 82 assertEquals(instrument, instrumentation.instrument()); in createInstrumentation_macrobenchmark() 83 assertEquals(MacrobenchmarkWorker.class, instrumentation.workerClass()); in createInstrumentation_macrobenchmark() 88 Instrumentation instrumentation = instrument.createInstrumentation(benchmarkMethod); in createInstrumentation_microbenchmark() local 89 assertEquals(benchmarkMethod, instrumentation.benchmarkMethod()); in createInstrumentation_microbenchmark() 90 assertEquals(instrument, instrumentation.instrument()); in createInstrumentation_microbenchmark() 91 assertEquals(RuntimeWorker.Micro.class, instrumentation.workerClass()); in createInstrumentation_microbenchmark() 96 Instrumentation instrumentation = instrument.createInstrumentation(benchmarkMethod); in createInstrumentation_picobenchmark() local 97 assertEquals(benchmarkMethod, instrumentation.benchmarkMethod()); in createInstrumentation_picobenchmark() [all …]
|
/external/droiddriver/src/io/appium/droiddriver/base/ |
D | DroidDriverContext.java | 30 private final Instrumentation instrumentation; field in DroidDriverContext 34 public DroidDriverContext(Instrumentation instrumentation, BaseDroidDriver<R, E> driver) { in DroidDriverContext() argument 35 this.instrumentation = instrumentation; in DroidDriverContext() 41 return instrumentation; in getInstrumentation()
|
/external/droiddriver/src/io/appium/droiddriver/util/ |
D | InstrumentationUtils.java | 41 private static Instrumentation instrumentation; field in InstrumentationUtils 50 public static synchronized void init(Instrumentation instrumentation, Bundle arguments) { in init() argument 51 if (InstrumentationUtils.instrumentation != null) { in init() 54 InstrumentationUtils.instrumentation = instrumentation; in init() 62 if (instrumentation == null) { in checkInitialized() 70 return instrumentation; in getInstrumentation()
|
/external/droiddriver/src/io/appium/droiddriver/duo/ |
D | DuoDriver.java | 25 import io.appium.droiddriver.instrumentation.InstrumentationDriver; 42 Instrumentation instrumentation = InstrumentationUtils.getInstrumentation(); in DuoDriver() local 44 uiAutomationDriver = new UiAutomationDriver(instrumentation); in DuoDriver() 45 instrumentationDriver = new InstrumentationDriver(instrumentation); in DuoDriver()
|
/external/llvm/test/tools/llvm-profdata/ |
D | text-format-errors.test | 1 Tests for instrumentation profile bad encoding. 6 INVALID-COUNT-LATER: error: {{.*}}invalid-count-later.proftext: Malformed instrumentation profile d… 11 BAD-HASH: error: {{.*}}bad-hash.proftext: Malformed instrumentation profile data 15 NO-COUNTS: error: {{.*}}no-counts.proftext: Malformed instrumentation profile data 19 BINARY: error: {{.+}}: Unrecognized instrumentation profile encoding format 25 VP: Malformed instrumentation profile data
|
/external/droiddriver/src/io/appium/droiddriver/helpers/ |
D | DroidDrivers.java | 26 import io.appium.droiddriver.instrumentation.InstrumentationDriver; 72 Instrumentation instrumentation = InstrumentationUtils.getInstrumentation(); in newDriver() local 77 .newInstance(instrumentation); in newDriver() 88 return new InstrumentationDriver(instrumentation); in newDriver()
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
D | instrumentation-with-call-threshold.ll | 2 ; -asan-instrumentation-with-call-threshold 5 ; RUN: opt < %s -asan -asan-module -asan-instrumentation-with-call-threshold=1 -S | FileCheck %s --… 6 ; RUN: opt < %s -asan -asan-module -asan-instrumentation-with-call-threshold=0 -S | FileCheck %s --… 7 ; RUN: opt < %s -asan -asan-module -asan-instrumentation-with-call-threshold=0 -asan-memory-access-… 8 ; RUN: opt < %s -asan -asan-module -asan-instrumentation-with-call-threshold=5 -S | FileCheck %s --…
|
/external/deqp/android/package/src/com/drawelements/deqp/testercore/ |
D | TestLogParser.java | 52 …public void init (DeqpInstrumentation instrumentation, String logFileName, boolean logData) throws… in init() argument 54 assert instrumentation != null; in init() 60 m_instrumentation = instrumentation; in init() 113 …private static native void nativeParse (long nativePointer, DeqpInstrumentation instrumentation, … in nativeParse() argument
|
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
D | 2003-06-25-Reoptimizer1.txt | 3 First-level instrumentation 6 We use opt to do Bytecode-to-bytecode instrumentation. Look at 8 no arguments and no return value. This instrumentation is designed to 15 instrumentation on the hot loop region (the instructions between the 20 Second-level instrumentation 23 We remove the first-level instrumentation by overwriting the CALL to 59 instrumentation, by making sure that the number of times we took an 78 with a time when we will next turn instrumentation back on for that 80 that off the prio. queue and turn instrumentation back on for that 90 optimized trace does not have instrumentation. The original code and [all …]
|
/external/llvm/docs/HistoricalNotes/ |
D | 2003-06-25-Reoptimizer1.txt | 3 First-level instrumentation 6 We use opt to do Bytecode-to-bytecode instrumentation. Look at 8 no arguments and no return value. This instrumentation is designed to 15 instrumentation on the hot loop region (the instructions between the 20 Second-level instrumentation 23 We remove the first-level instrumentation by overwriting the CALL to 59 instrumentation, by making sure that the number of times we took an 78 with a time when we will next turn instrumentation back on for that 80 that off the prio. queue and turn instrumentation back on for that 90 optimized trace does not have instrumentation. The original code and [all …]
|
/external/droiddriver/src/io/appium/droiddriver/uiautomation/ |
D | UiAutomationContext.java | 32 public UiAutomationContext(Instrumentation instrumentation, UiAutomationDriver driver) { in UiAutomationContext() argument 33 super(instrumentation, driver); in UiAutomationContext() 34 this.uiAutomation = instrumentation.getUiAutomation(); in UiAutomationContext()
|
D | AccessibilityDriver.java | 38 public AccessibilityDriver(Instrumentation instrumentation) { in AccessibilityDriver() argument 39 super(instrumentation); in AccessibilityDriver()
|
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/ |
D | InlineByteBuddyMockMaker.java | 98 Instrumentation instrumentation; 102 instrumentation = ByteBuddyAgent.install(); 103 if (!instrumentation.isRetransformClassesSupported()) { 136 instrumentation.appendToBootstrapClassLoaderSearch(new JarFile(boot)); in instrumentation.appendToBootstrapClassLoaderSearch() 159 instrumentation = null; 162 INSTRUMENTATION = instrumentation;
|
D | InlineBytecodeGenerator.java | 60 private final Instrumentation instrumentation; field in InlineBytecodeGenerator 72 …public InlineBytecodeGenerator(Instrumentation instrumentation, WeakConcurrentMap<Object, MockMeth… in InlineBytecodeGenerator() argument 73 this.instrumentation = instrumentation; in InlineBytecodeGenerator() 84 instrumentation.addTransformer(this, true); in InlineBytecodeGenerator() 116 instrumentation.retransformClasses(types.toArray(new Class<?>[types.size()])); in triggerRetransformation()
|
/external/llvm/test/Instrumentation/MemorySanitizer/ |
D | instrumentation-with-call-threshold.ll | 1 ; Test -msan-instrumentation-with-call-threshold 5 ; RUN: opt < %s -msan -msan-check-access-address=0 -msan-instrumentation-with-call-threshold=0 -S |… 6 ; RUN: opt < %s -msan -msan-check-access-address=0 -msan-instrumentation-with-call-threshold=0 -msa… 7 ; RUN: opt < %s -msan -msan-check-access-address=0 -msan-instrumentation-with-call-threshold=0 -msa…
|
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/agent/ |
D | AgentPremain.java | 33 import org.slf4j.instrumentation.LogTransformer; 52 public static void premain(String agentArgument, Instrumentation instrumentation) { in premain() argument 81 instrumentation.addTransformer(builder.build()); in premain()
|
/external/mockito/lib/ |
D | byte-buddy-agent-1.6.9.jar | ... ByteBuddyAgent$ProcessProvider processProvider
java.lang.instrument.Instrumentation instrumentation
private static void install (net.bytebuddy. ... |
/external/llvm/docs/CommandGuide/ |
D | llvm-profdata.rst | 37 generated by PGO instrumentation and merges them together into a single 79 Specify that the input profile is an instrumentation-based profile. 89 Emit the profile using a binary encoding. For instrumentation-based profile 95 sample-based and instrumentation-based profile. When this option is used 181 Specify that the input profile is an instrumentation-based profile. 186 instrumentation-based profile data representation. By default, the profile
|
/external/caliper/caliper/src/main/java/com/google/caliper/worker/ |
D | AggregateAllocationsRecorder.java | 20 import com.google.monitoring.runtime.instrumentation.Sampler; 46 com.google.monitoring.runtime.instrumentation.AllocationRecorder.addSampler(sampler); in AggregateAllocationsRecorder()
|