Home
last modified time | relevance | path

Searched defs:Instrument (Results 1 – 10 of 10) sorted by relevance

/external/robolectric-shadows/shadowapi/src/main/java/org/robolectric/annotation/internal/
DInstrument.java15 public @interface Instrument { annotation
/external/robolectric/shadowapi/src/main/java/org/robolectric/annotation/internal/
DInstrument.java15 public @interface Instrument { annotation
/external/rust/crates/tracing/src/
Dinstrument.rs16 pub trait Instrument: Sized { trait
/external/armnn/src/armnn/
DInstrument.hpp51 class Instrument class
/external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/commands/
DInstrument.java35 public class Instrument extends Command { class
/external/angle/build/android/pylib/utils/
Dinstrumentation_tracing.py201 def Instrument(output_file, to_include=(), to_exclude=()): function
/external/cronet/build/android/pylib/utils/
Dinstrumentation_tracing.py201 def Instrument(output_file, to_include=(), to_exclude=()): function
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DInstrument.java43 public abstract class Instrument { class
DExperimentingRunnerModule.java191 Map<Class<? extends Instrument>, Provider<Instrument>> availableInstruments, in provideInstruments()
/external/tensorflow/tensorflow/python/framework/
Dextension_type_test.py970 class Instrument(extension_type.ExtensionType): class