Searched refs:IRemoteCommandVisitor (Results 1 - 7 of 7) sorted by relevance

/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
H A DIRemoteCommandVisitor.java19 public interface IRemoteCommandVisitor { interface
H A DRemoteControlReader.java24 private IRemoteCommandVisitor remoteCommandVisitor;
57 public void setRemoteCommandVisitor(final IRemoteCommandVisitor visitor) {
H A DRemoteControlWriter.java23 IRemoteCommandVisitor {
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/output/
H A DTcpConnection.java18 import org.jacoco.core.runtime.IRemoteCommandVisitor;
26 class TcpConnection implements IRemoteCommandVisitor {
97 // === IRemoteCommandVisitor ===
/external/jacoco/org.jacoco.cli.test/src/org/jacoco/cli/internal/commands/
H A DDumpTest.java24 import org.jacoco.core.runtime.IRemoteCommandVisitor;
112 reader.setRemoteCommandVisitor(new IRemoteCommandVisitor() {
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/tools/
H A DExecDumpClientTest.java30 import org.jacoco.core.runtime.IRemoteCommandVisitor;
172 reader.setRemoteCommandVisitor(new IRemoteCommandVisitor() {
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
H A DRemoteControlReaderWriterTest.java77 reader.setRemoteCommandVisitor(new IRemoteCommandVisitor() {

Completed in 549 milliseconds