Searched refs:Tracer (Results 1 – 12 of 12) sorted by relevance
/external/guice/core/test/com/google/inject/ |
D | ProvisionExceptionsTest.java | 41 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/ |
D | Tracer.cs | 45 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/ |
D | Tracer.java | 37 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/ |
D | Tracer.cs | 48 public class Tracer : BlankDebugEventListener class 53 public Tracer(IIntStream input) in Tracer() method in Antlr.Runtime.Debug.Tracer
|
/external/autotest/client/tests/tracing_microbenchmark/ |
D | tracers.py | 11 off = base_tracer.Tracer 14 class ftrace(base_tracer.Tracer):
|
D | base_tracer.py | 5 class Tracer(object): class
|
D | tracing_microbenchmark.py | 20 if not issubclass(tracer_class, base_tracer.Tracer):
|
/external/javassist/src/main/javassist/bytecode/stackmap/ |
D | Tracer.java | 30 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
|
D | MapMaker.java | 24 public class MapMaker extends Tracer {
|
/external/strace/ |
D | README-linux-ptrace | 55 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/ |
D | pylintrc | 74 # R0201: 42:Tracer.stop: Method could be a function
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/ |
D | CPP.stg | 416 antlr3::Tracer trace(this,"<ruleName>"); 521 antlr3::Tracer trace(this,"<ruleName>");
|