/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 | 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 | llmnr.py | 45 def answers(self, other): member in LLMNRResponse
|
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 …]
|
/external/mockito/src/main/java/org/mockito/internal/stubbing/ |
D | DoAnswerStyleStubbing.java | 19 private final List<Answer<?>> answers = new ArrayList<Answer<?>>(); field in DoAnswerStyleStubbing 22 void setAnswers(List<Answer<?>> answers, Strictness stubbingStrictness) { in setAnswers()
|
D | StubbedInvocationMatcher.java | 23 private final Queue<Answer> answers = new ConcurrentLinkedQueue<Answer>(); field in StubbedInvocationMatcher
|
D | StubberImpl.java | 34 private final List<Answer<?>> answers = new LinkedList<Answer<?>>(); field in StubberImpl
|
D | InvocationContainerImpl.java | 106 public void setAnswersForStubbing(List<Answer<?>> answers, Strictness strictness) { in setAnswersForStubbing()
|
/external/tflite-support/tensorflow_lite_support/ios/task/text/qa/Tests/ |
D | TFLBertQuestionAnswererTest.swift | 44 let answers = mobileBertAnswerer.answer( in testInitMobileBert() variable 57 let answers = albertAnswerer.answer( in testInitAlbert() variable
|
/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
|
/external/tflite-support/tensorflow_lite_support/examples/task/text/desktop/ |
D | bert_question_answerer_demo.cc | 41 std::vector<QaAnswer> answers = answerer->Answer( in Answer() local
|
/external/skia/tests/ |
D | SkShaperJSONWriterTest.cpp | 26 std::vector<Answer> answers; in DEF_TEST() member 83 std::vector<Answer> answers; in DEF_TEST() member
|
D | PathOpsLineParametetersTest.cpp | 25 static const double answers[][2] = { variable
|
/external/tflite-support/tensorflow_lite_support/cc/task/text/qa/ |
D | bert_qa_c_api.h | 55 struct QaAnswer* answers; member
|
D | bert_qa_c_api.cc | 50 std::vector<QaAnswerCPP> answers = question_answerer->impl->Answer( in BertQuestionAnswererAnswer() local
|
/external/skqp/tests/ |
D | PathOpsLineParametetersTest.cpp | 25 static const double answers[][2] = { variable
|
/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):
|