Home
last modified time | relevance | path

Searched defs:addAnswer (Results 1 – 6 of 6) sorted by relevance

/external/jmdns/src/javax/jmdns/impl/tasks/
DDNSTask.java110 … public DNSOutgoing addAnswer(DNSOutgoing out, DNSIncoming in, DNSRecord rec) throws IOException { in addAnswer() method in DNSTask
141 public DNSOutgoing addAnswer(DNSOutgoing out, DNSRecord rec, long now) throws IOException { in addAnswer() method in DNSTask
/external/mockito/src/org/mockito/internal/stubbing/
DInvocationContainerImpl.java48 public void addAnswer(Answer answer) { in addAnswer() method in InvocationContainerImpl
57 public void addAnswer(Answer answer, boolean isConsecutive) { in addAnswer() method in InvocationContainerImpl
DStubbedInvocationMatcher.java37 public void addAnswer(Answer answer) { in addAnswer() method in StubbedInvocationMatcher
/external/jmdns/src/javax/jmdns/impl/
DDNSRecord.java89 …abstract DNSOutgoing addAnswer(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgo… in addAnswer() method in DNSRecord
384 …DNSOutgoing addAnswer(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) … in addAnswer() method in DNSRecord.Address
484 …DNSOutgoing addAnswer(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) … in addAnswer() method in DNSRecord.Pointer
600 …DNSOutgoing addAnswer(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) … in addAnswer() method in DNSRecord.Text
794 …DNSOutgoing addAnswer(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) … in addAnswer() method in DNSRecord.Service
871 …DNSOutgoing addAnswer(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) … in addAnswer() method in DNSRecord.HostInformation
DDNSOutgoing.java261 public void addAnswer(DNSIncoming in, DNSRecord rec) throws IOException { in addAnswer() method in DNSOutgoing
274 public void addAnswer(DNSRecord rec, long now) throws IOException { in addAnswer() method in DNSOutgoing
DJmDNSImpl.java1504 …public DNSOutgoing addAnswer(DNSIncoming in, InetAddress addr, int port, DNSOutgoing out, DNSRecor… in addAnswer() method in JmDNSImpl