/external/jmdns/src/javax/jmdns/impl/ |
D | DNSQuestion.java | 36 public void addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) { in addAnswers() 60 public void addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) { in addAnswers() 93 public void addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) { in addAnswers() 133 public void addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) { in addAnswers() 167 public void addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) { in addAnswers() 194 public void addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) { in addAnswers() 274 public void addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) { in addAnswers() 278 …protected void addAnswersForServiceInfo(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers, ServiceInfoIm… in addAnswersForServiceInfo()
|
/external/scapy/scapy/layers/ |
D | pptp.py | 129 def answers(self, other): member in PPTPStartControlConnectionReply 166 def answers(self, other): member in PPTPStopControlConnectionReply 195 def answers(self, other): member in PPTPEchoReply 253 def answers(self, other): member in PPTPOutgoingCallReply 290 def answers(self, other): member in PPTPIncomingCallReply 308 def answers(self, other): member in PPTPIncomingCallConnected
|
D | ppp.py | 512 def answers(self, other): member in PPP_LCP_Configure 519 def answers(self, other): member in PPP_LCP_Terminate 549 def answers(self, other): member in PPP_LCP_Echo 620 def answers(self, other): member in PPP_PAP_Response 646 def answers(self, other): member in PPP_CHAP 683 def answers(self, other): member in PPP_CHAP_ChallengeResponse
|
D | tftp.py | 33 def answers(self, other): member in TFTP_RRQ 43 def answers(self, other): member in TFTP_WRQ 51 def answers(self, other): member in TFTP_DATA 69 def answers(self, other): member in TFTP_ACK 93 def answers(self, other): member in TFTP_ERROR 105 def answers(self, other): member in TFTP_OACK
|
D | llmnr.py | 45 def answers(self, other): member in LLMNRResponse
|
D | inet.py | 421 def answers(self, other): member in IP 544 def answers(self, other): member in TCP 615 def answers(self, other): member in UDP 703 def answers(self, other): member in ICMP 729 def answers(self, other): member in IPerror 746 def answers(self, other): member in TCPerror 767 def answers(self, other): member in UDPerror 782 def answers(self, other): member in ICMPerror
|
D | dot11.py | 84 def answers(self, other): member in PrismHeader 148 def answers(self, other): member in Dot11 275 def answers(self, other): member in Dot11Auth
|
D | l2.py | 156 def answers(self, other): member in Ether 179 def answers(self, other): member in Dot3 236 def answers(self, other): member in Dot1Q 292 def answers(self, other): member in ARP
|
D | eap.py | 86 def answers(self, other): member in EAPOL 253 def answers(self, other): member in EAP
|
D | bluetooth.py | 140 def answers(self, other): member in L2CAP_CmdHdr 163 def answers(self, other): member in L2CAP_ConnResp 184 def answers(self, other): member in L2CAP_ConfResp 197 def answers(self, other): member in L2CAP_DisconnResp 214 def answers(self, other): member in L2CAP_InfoResp
|
D | inet6.py | 499 def answers(self, other): member in IPv6 577 def answers(self, other): member in IPerror6 1411 def answers(self, other): member in _ICMPv6 1494 def answers(self, other): member in ICMPv6EchoReply 2002 def answers(self, other): member in ICMPv6ND_RA 2038 def answers(self, other): member in ICMPv6ND_NA 2130 def answers(self, other): member in _ICMPv6NIAnswers 2590 def answers(self, other): member in ICMPv6HAADReply 2616 def answers(self, other): member in ICMPv6MPAdv 3025 def answers(self, other): member in MIP6MH_HoT [all …]
|
D | isakmp.py | 200 def answers(self, other): member in ISAKMP
|
/external/jmdns/src/javax/jmdns/impl/tasks/ |
D | Responder.java | 101 Set<DNSRecord> answers = new HashSet<DNSRecord>(); in run() local 116 question.addAnswers(this.getDns(), answers); in run() local
|
/external/scapy/scapy/contrib/ |
D | wpa_eapol.py | 41 def answers(self, other): member in WPA_key
|
D | isis.py | 810 def answers(self, other): member in ISIS_L1_LSP 817 def answers(self, other): member in ISIS_L2_LSP 839 def answers(self, other): member in ISIS_L1_CSNP 846 def answers(self, other): member in ISIS_L2_CSNP 861 def answers(self, other): member in ISIS_L1_PSNP 868 def answers(self, other): member in ISIS_L2_PSNP
|
D | gtp.py | 224 def answers(self, other): member in GTPHeader 761 def answers(self, other): member in GTPEchoResponse 783 def answers(self, other): member in GTPCreatePDPContextResponse
|
/external/skia/tests/ |
D | PathOpsLineParametetersTest.cpp | 25 static const double answers[][2] = { variable
|
/external/skqp/tests/ |
D | PathOpsLineParametetersTest.cpp | 25 static const double answers[][2] = { variable
|
/external/mockito/src/main/java/org/mockito/internal/stubbing/ |
D | StubbedInvocationMatcher.java | 22 private final Queue<Answer> answers = new ConcurrentLinkedQueue<Answer>(); field in StubbedInvocationMatcher
|
D | StubberImpl.java | 27 private final List<Answer<?>> answers = new LinkedList<Answer<?>>(); field in StubberImpl
|
D | InvocationContainerImpl.java | 96 public void setAnswersForStubbing(List<Answer<?>> answers) { in setAnswersForStubbing()
|
/external/autotest/client/cros/netprotos/ |
D | cros_p2p.py | 135 def _new_answers(self, answers): argument
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_register.py | 44 def __init__(self, *answers):
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_register.py | 44 def __init__(self, *answers):
|
/external/ppp/pppd/plugins/pppoatm/ |
D | ans.c | 47 int questions,answers; in ans() local
|