HomeSort by relevance Sort by last modified time
    Searched defs:Instrument (Results 1 - 17 of 17) sorted by null

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/internal/
Instrument.java 9 public @interface Instrument {
  /external/robolectric-shadows/shadowapi/src/main/java/org/robolectric/annotation/internal/
Instrument.java 15 public @interface Instrument {
  /external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/commands/
Instrument.java 32 * The <code>instrument</code> command.
34 public class Instrument extends Command {
39 @Argument(usage = "list of folder or files to instrument recusively", metaVar = "<sourcefiles>")
58 total += instrument(s, new File(absoluteDest, s.getName()));
77 total += instrument(src, dest);
82 private int instrument(final File src, final File dest) throws IOException { method in class:Instrument
  /external/v8/src/arm64/
instrument-arm64.h 53 class Instrument: public DecoderVisitor {
55 explicit Instrument(const char* datafile = NULL,
57 ~Instrument();
instrument-arm64.cc 5 #include "src/arm64/instrument-arm64.h"
97 Instrument::Instrument(const char* datafile, uint64_t sample_period)
126 Instrument::~Instrument() {
142 void Instrument::Update() {
155 void Instrument::DumpCounters() {
167 void Instrument::DumpCounterNames() {
179 void Instrument::HandleInstrumentationEvent(unsigned event) {
188 void Instrument::DumpEventMarker(unsigned marker)
    [all...]
  /external/v8/src/compiler/
basic-block-instrumentor.cc 51 BasicBlockProfiler::Data* BasicBlockInstrumentor::Instrument(
  /external/vixl/src/aarch64/
instrument-aarch64.h 35 #include "instrument-aarch64.h"
78 class Instrument : public DecoderVisitor {
80 explicit Instrument(
83 ~Instrument();
instrument-aarch64.cc 27 #include "instrument-aarch64.h"
109 Instrument::Instrument(const char* datafile, uint64_t sample_period)
138 Instrument::~Instrument() {
154 void Instrument::Update() {
168 void Instrument::DumpCounters() {
180 void Instrument::DumpCounterNames() {
192 void Instrument::HandleInstrumentationEvent(unsigned event) {
206 void Instrument::DumpEventMarker(unsigned marker)
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
Instrument.java 43 public abstract class Instrument {
70 * Indicates that trials using this instrument can be run in parallel with other trials.
75 * The application of an instrument to a particular benchmark method.
77 // TODO(gak): consider passing in Instrument explicitly for DI
85 Instrument instrument() { method in class:Instrument.Instrumentation
86 return Instrument.this;
99 return Instrument.this.equals(that.instrument())
107 return Objects.hashCode(Instrument.this, benchmarkMethod)
    [all...]
  /external/devlib/devlib/instrument/
__init__.py 23 # Channel modes describe what sort of measurement the instrument supports.
265 class Instrument(object):
  /frameworks/base/cmds/am/src/com/android/commands/am/
Instrument.java 49 * Runs the am instrument command
61 public class Instrument {
62 public static final String DEFAULT_LOG_DIR = "instrument-logs";
88 * Construct the instrument command runner.
90 public Instrument(IActivityManager am, IPackageManager pm) {
  /external/robolectric/v3/
robolectric-annotations-3.1-SNAPSHOT.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
robolectric-annotations-3.1.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
shadowapi-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadowapi-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadowapi-3.6.1.jar 
  /external/conscrypt/benchmark-android/
vogar.jar 

Completed in 359 milliseconds