Home
last modified time | relevance | path

Searched refs:Tracer (Results 1 – 12 of 12) sorted by relevance

/external/guice/core/test/com/google/inject/
DProvisionExceptionsTest.java41 bind(Tracer.class).to(TracerImpl.class); in testConstructorRuntimeException()
45 injector.getInstance(Tracer.class); in testConstructorRuntimeException()
63 bind(Tracer.class).to(TracerImpl.class); in testConstructorCheckedException()
67 injector.getInstance(Tracer.class); in testConstructorCheckedException()
88 bind(Tracer.class).to(TracerImpl.class); in testCustomProvidersRuntimeException()
92 injector.getInstance(Tracer.class); in testCustomProvidersRuntimeException()
108 bind(Tracer.class).to(TracerImpl.class); in testProviderMethodRuntimeException()
115 injector.getInstance(Tracer.class); in testProviderMethodRuntimeException()
131 bind(Tracer.class).to(TracerImpl.class); in testProviderMethodCheckedException()
138 injector.getInstance(Tracer.class); in testProviderMethodCheckedException()
[all …]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DTracer.cs45 public class Tracer : BlankDebugEventListener class
50 public Tracer( IIntStream input ) in Tracer() method in Antlr.Runtime.Debug.Tracer
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DTracer.java37 public class Tracer extends BlankDebugEventListener { class
41 public Tracer(IntStream input) { in Tracer() method in Tracer
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DTracer.cs48 public class Tracer : BlankDebugEventListener class
53 public Tracer(IIntStream input) in Tracer() method in Antlr.Runtime.Debug.Tracer
/external/autotest/client/tests/tracing_microbenchmark/
Dtracers.py11 off = base_tracer.Tracer
14 class ftrace(base_tracer.Tracer):
Dbase_tracer.py5 class Tracer(object): class
Dtracing_microbenchmark.py20 if not issubclass(tracer_class, base_tracer.Tracer):
/external/javassist/src/main/javassist/bytecode/stackmap/
DTracer.java30 public abstract class Tracer implements TypeTag { class
39 public Tracer(ClassPool classes, ConstPool cp, int maxStack, int maxLocals, in Tracer() method in Tracer
49 public Tracer(Tracer t, boolean copyStack) { in Tracer() method in Tracer
DMapMaker.java24 public class MapMaker extends Tracer {
/external/strace/
DREADME-linux-ptrace55 Tracer can kill a tracee with ptrace(PTRACE_KILL, pid, 0, 0). This
72 Tracer cannot assume that ptrace-stopped tracee exists. There are many
78 Tracer needs to keep track of stopped/running state, and interpret
85 Tracer can not assume that tracee ALWAYS ends its life by reporting
94 waitpid API. Tracer should use waitpid family of syscalls to wait for
184 signal-delivery-stop. Tracer can't suppress this side-effect (it can
317 each other by tracer. Tracer needs to keep track of the sequence of
/external/chromium-trace/catapult/third_party/coverage/
Dpylintrc74 # R0201: 42:Tracer.stop: Method could be a function
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
DCPP.stg416 antlr3::Tracer trace(this,"<ruleName>");
521 antlr3::Tracer trace(this,"<ruleName>");