/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/util/ |
D | InstrumentationUtils.java | 44 private static Instrumentation instrumentation; field in InstrumentationUtils 53 public static synchronized void init(Instrumentation instrumentation, Bundle arguments) { in init() argument 54 if (InstrumentationUtils.instrumentation != null) { in init() 57 InstrumentationUtils.instrumentation = instrumentation; in init() 65 if (instrumentation == null) { in checkInitialized() 73 return instrumentation; in getInstrumentation()
|
/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/opencensus-java/contrib/agent/src/main/java/io/opencensus/contrib/agent/ |
D | AgentMain.java | 25 import io.opencensus.contrib.agent.instrumentation.Instrumenter; 64 public static void premain(String agentArgs, Instrumentation instrumentation) throws Exception { in premain() argument 65 checkNotNull(instrumentation, "instrumentation"); in premain() 72 instrumentation.appendToBootstrapClassLoaderSearch( in premain() 88 agentBuilder.installOn(instrumentation); in premain()
|
/external/opencensus-java/ |
D | README.md | 16 Please join [gitter](https://gitter.im/census-instrumentation/Lobby) for help or feedback on this 22 …n please see [Quickstart for Applications](https://github.com/census-instrumentation/opencensus-ja… 117 [here](https://github.com/census-instrumentation/opencensus-java/blob/master/examples/src/main/java… 191 setup exporters, and debugging [Z-Pages](https://github.com/census-instrumentation/opencensus-java/… 268 see this [link](https://github.com/census-instrumentation/opencensus-java/tree/master/contrib/zpage… 286 [travis-image]: https://travis-ci.org/census-instrumentation/opencensus-java.svg?branch=master 287 [travis-url]: https://travis-ci.org/census-instrumentation/opencensus-java 294 [gitter-image]: https://badges.gitter.im/census-instrumentation/lobby.svg 295 [gitter-url]: https://gitter.im/census-instrumentation/lobby?utm_source=badge&utm_medium=badge&utm_… 296 [codecov-image]: https://codecov.io/gh/census-instrumentation/opencensus-java/branch/master/graph/b… [all …]
|
/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/swiftshader/third_party/llvm-7.0/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/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/opencensus-java/contrib/agent/src/test/java/io/opencensus/contrib/agent/instrumentation/ |
D | UrlInstrumentationTest.java | 17 package io.opencensus.contrib.agent.instrumentation; 32 private final UrlInstrumentation instrumentation = new UrlInstrumentation(); field in UrlInstrumentationTest 42 AgentBuilder agentBuilder2 = instrumentation.instrument(agentBuilder, settings); in instrument_disabled() 51 AgentBuilder agentBuilder2 = instrumentation.instrument(agentBuilder, settings); in instrument_enabled()
|
D | ThreadInstrumentationTest.java | 17 package io.opencensus.contrib.agent.instrumentation; 32 private final ThreadInstrumentation instrumentation = new ThreadInstrumentation(); field in ThreadInstrumentationTest 42 AgentBuilder agentBuilder2 = instrumentation.instrument(agentBuilder, settings); in instrument_disabled() 51 AgentBuilder agentBuilder2 = instrumentation.instrument(agentBuilder, settings); in instrument_enabled()
|
D | ExecutorInstrumentationTest.java | 17 package io.opencensus.contrib.agent.instrumentation; 32 private final ExecutorInstrumentation instrumentation = new ExecutorInstrumentation(); field in ExecutorInstrumentationTest 42 AgentBuilder agentBuilder2 = instrumentation.instrument(agentBuilder, settings); in instrument_disabled() 51 AgentBuilder agentBuilder2 = instrumentation.instrument(agentBuilder, settings); in instrument_enabled()
|
/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/swiftshader/third_party/llvm-7.0/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/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-7.0/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/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/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/ |
D | InlineByteBuddyMockMaker.java | 97 Instrumentation instrumentation; 101 instrumentation = ByteBuddyAgent.install(); 102 if (!instrumentation.isRetransformClassesSupported()) { 135 instrumentation.appendToBootstrapClassLoaderSearch(new JarFile(boot)); in instrumentation.appendToBootstrapClassLoaderSearch() 158 instrumentation = null; 161 INSTRUMENTATION = instrumentation;
|
/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()
|