HomeSort by relevance Sort by last modified time
    Searched defs:addAnswer (Results 1 - 8 of 8) sorted by null

  /external/jmdns/src/javax/jmdns/impl/tasks/
DNSTask.java 110 public DNSOutgoing addAnswer(DNSOutgoing out, DNSIncoming in, DNSRecord rec) throws IOException {
113 newOut.addAnswer(in, rec);
125 newOut.addAnswer(in, rec);
141 public DNSOutgoing addAnswer(DNSOutgoing out, DNSRecord rec, long now) throws IOException {
144 newOut.addAnswer(rec, now);
156 newOut.addAnswer(rec, now);
  /external/mockito/src/org/mockito/internal/stubbing/
StubbedInvocationMatcher.java 37 public void addAnswer(Answer answer) {
InvocationContainerImpl.java 48 public void addAnswer(Answer answer) {
50 addAnswer(answer, false);
54 addAnswer(answer, true);
57 public void addAnswer(Answer answer, boolean isConsecutive) {
65 stubbed.getFirst().addAnswer(answer);
110 addAnswer(answersForStubbing.get(i), i != 0);
  /external/jmdns/src/javax/jmdns/impl/
DNSOutgoing.java 261 public void addAnswer(DNSIncoming in, DNSRecord rec) throws IOException {
263 this.addAnswer(rec, 0);
274 public void addAnswer(DNSRecord rec, long now) throws IOException {
DNSRecord.java 89 abstract DNSOutgoing addAnswer(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) throws IOException;
384 DNSOutgoing addAnswer(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) throws IOException {
484 DNSOutgoing addAnswer(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) throws IOException {
600 DNSOutgoing addAnswer(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) throws IOException {
794 DNSOutgoing addAnswer(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) throws IOException {
798 return dns.addAnswer(in, addr, port, out, new DNSRecord.Service(info.getQualifiedName(), DNSRecordClass.CLASS_IN, DNSRecordClass.UNIQUE, DNSConstants.DNS_TTL, info.getPriority(), info.getWeight(), info.getPort(), dns
868 * @see javax.jmdns.impl.DNSRecord#addAnswer(javax.jmdns.impl.JmDNSImpl, javax.jmdns.impl.DNSIncoming, java.net.InetAddress, int, javax.jmdns.impl.DNSOutgoing)
871 DNSOutgoing addAnswer(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) throws IOException {
    [all...]
JmDNSImpl.java     [all...]
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 

Completed in 210 milliseconds