HomeSort by relevance Sort by last modified time
    Searched refs:instrument (Results 1 - 25 of 277) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/TV/tests/input/
func.sh 22 am instrument \
24 -w com.android.tv.testinput/.instrument.TestSetupInstrumentatio
jank.sh 22 am instrument \
24 -w com.android.tv.testinput/.instrument.TestSetupInstrumentatio
unit.sh 22 am instrument \
24 -w com.android.tv.testinput/.instrument.TestSetupInstrumentatio
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
InstrumentComponent.java 22 * Component to use to inject values into an {@link Instrument}.
27 void injectInstrument(Instrument instrument);
BenchmarkClassChecker.java 53 * The set of {@link Instrument instruments} that are used to determine whether a class has any
56 private final ImmutableSet<Instrument> instruments;
77 for (Instrument instrument : instruments) {
78 if (instrument.isBenchmarkMethod(method)) {
97 * Provides the set of supported {@link Instrument instruments}.
100 ImmutableSet<Instrument> instruments();
  /packages/apps/Contacts/script/
test.sh 18 adb shell am instrument ${@} -w com.android.contacts.tests/android.test.InstrumentationTestRunner
  /external/devlib/devlib/
__init__.py 12 from devlib.instrument import Instrument, InstrumentChannel, Measurement, MeasurementsCsv
13 from devlib.instrument import MEASUREMENT_TYPES, INSTANTANEOUS, CONTINUOUS
14 from devlib.instrument.daq import DaqInstrument
15 from devlib.instrument.energy_probe import EnergyProbeInstrument
16 from devlib.instrument.frames import GfxInfoFramesInstrument, SurfaceFlingerFramesInstrument
17 from devlib.instrument.hwmon import HwmonInstrument
18 from devlib.instrument.monsoon import MonsoonInstrument
19 from devlib.instrument.netstats import NetstatsInstrument
20 from devlib.instrument.gem5power import Gem5PowerInstrumen
    [all...]
  /frameworks/base/tests/HierarchyViewerTest/
run_tests.sh 4 adb shell am instrument -w com.android.test.hierarchyviewer/android.test.InstrumentationTestRunner
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
CyclomaticComplexityTest.java 73 instrument(Simple.class);
80 instrument(Simple.class);
96 instrument(If.class);
103 instrument(If.class);
111 instrument(If.class);
131 instrument(TwoIf.class);
138 instrument(TwoIf.class);
146 instrument(TwoIf.class);
155 instrument(TwoIf.class);
175 instrument(NestedIf.class)
254 private void instrument(final Class<? extends Target> clazz) method in class:CyclomaticComplexityTest
    [all...]
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
RuntimeInstrumentTest.java 28 import com.google.caliper.runner.Instrument.Instrumentation;
55 private RuntimeInstrument instrument; field in class:RuntimeInstrumentTest
58 this.instrument = new RuntimeInstrument(ShortDuration.of(100, NANOSECONDS));
67 return instrument.isBenchmarkMethod(input);
80 Instrumentation instrumentation = instrument.createInstrumentation(benchmarkMethod);
82 assertEquals(instrument, instrumentation.instrument());
88 Instrumentation instrumentation = instrument.createInstrumentation(benchmarkMethod);
90 assertEquals(instrument, instrumentation.instrument());
    [all...]
CaliperTestWatcher.java 50 private String instrument; field in class:CaliperTestWatcher
59 CaliperTestWatcher instrument(String instrument) { method in class:CaliperTestWatcher
60 this.instrument = instrument;
78 if (instrument != null) {
80 options.add(instrument);
  /tools/test/connectivity/acts/framework/acts/controllers/
attenuator.py 71 attn.instrument.close()
92 When this exception is seen, closing an re-opening the link to the attenuator instrument is
111 accessing any step attenuator instrument comprised of one or more attenuators and a
120 r"""This is the Constructor for Attenuator Instrument.
125 instrument. In some instances setting this number to zero will allow the driver to
148 r"""This function sets the attenuation of an attenuator given its index in the instrument.
153 instrument.
165 the instrument.
169 idx : This zero-based index is the identifier for a particular attenuator in an instrument.
185 r"""This class defines an object representing a single attenuator in a remote instrument
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/
ClassHandler.java 10 void instrument(CtClass ctClass); method in interface:ClassHandler
  /test/vts/utils/python/controllers/
attenuator.py 74 When this exception is seen, closing an re-opening the link to the attenuator instrument is
93 accessing any step attenuator instrument comprised of one or more attenuators and a
102 r"""This is the Constructor for Attenuator Instrument.
107 instrument. In some instances setting this number to zero will allow the driver to
130 r"""This function sets the attenuation of an attenuator given its index in the instrument.
135 instrument.
147 the instrument.
151 idx : This zero-based index is the identifier for a particular attenuator in an instrument.
167 r"""This class defines an object representing a single attenuator in a remote instrument.
174 def __init__(self, instrument, idx=0, offset=0)
    [all...]
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java 79 if (op.equals("instrument")) {
152 Instrument instrument = new Instrument(mAm, mPm); local
157 instrument.profileFile = nextArgRequired();
159 instrument.wait = true;
161 instrument.rawMode = true;
163 instrument.protoStd = true;
165 instrument.protoFile = true;
167 instrument.logPath = nextArg()
    [all...]
  /external/devlib/src/netstats/
build.sh 6 cp $THIS_DIR/bin/netstats-*.apk $THIS_DIR/../../devlib/instrument/netstats/netstats.apk
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/
InstrumentationSizeSzenario.java 36 instr.instrument(reader);
38 instr.instrument(reader).length, reader.b.length);
  /frameworks/base/core/tests/utiltests/
runtests.sh 24 adb shell am instrument -w "$@" 'com.android.frameworks.utiltests/android.support.test.runner.AndroidJUnitRunner'
  /frameworks/base/lowpan/tests/
runtests.sh 24 adb shell am instrument -w "$@" 'android.net.lowpan.test/android.support.test.runner.AndroidJUnitRunner'
  /frameworks/base/wifi/tests/
runtests.sh 24 adb shell am instrument --no-hidden-api-checks -w "$@" \
  /frameworks/opt/net/lowpan/libandroid_net_lowpan/tests/
runtests.sh 24 adb shell am instrument -w "$@" 'android.net.lowpan.testnative/android.support.test.runner.AndroidJUnitRunner'
  /packages/apps/Browser2/test/
run_tests.sh 17 adb shell am instrument -w -e mode rebaseline -e class \
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
ModifiedSystemClassRuntime.java 16 import java.lang.instrument.ClassFileTransformer;
17 import java.lang.instrument.IllegalClassFormatException;
18 import java.lang.instrument.Instrumentation;
128 return instrument(source, accessFieldName);
154 public static byte[] instrument(final byte[] source, method in class:ModifiedSystemClassRuntime
  /external/valgrind/exp-bbv/tests/amd64-linux/
complex_rep.S 1 # When trying (and failing) to instrument at the basic block level
  /external/valgrind/exp-bbv/tests/x86/
complex_rep.S 1 # When trying (and failing) to instrument at the basic block level

Completed in 477 milliseconds

1 2 3 4 5 6 7 8 91011>>