Home
last modified time | relevance | path

Searched defs:answers (Results 1 – 25 of 50) sorted by relevance

12

/external/scapy/scapy/layers/
Dpptp.py129 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
Dppp.py512 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
Dtftp.py33 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
Dinet.py421 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
Dllmnr.py45 def answers(self, other): member in LLMNRResponse
Ddot11.py84 def answers(self, other): member in PrismHeader
148 def answers(self, other): member in Dot11
275 def answers(self, other): member in Dot11Auth
Dl2.py156 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
Deap.py86 def answers(self, other): member in EAPOL
253 def answers(self, other): member in EAP
Dbluetooth.py140 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
Dinet6.py499 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/
DDoAnswerStyleStubbing.java19 private final List<Answer<?>> answers = new ArrayList<Answer<?>>(); field in DoAnswerStyleStubbing
22 void setAnswers(List<Answer<?>> answers, Strictness stubbingStrictness) { in setAnswers()
DStubbedInvocationMatcher.java23 private final Queue<Answer> answers = new ConcurrentLinkedQueue<Answer>(); field in StubbedInvocationMatcher
DStubberImpl.java34 private final List<Answer<?>> answers = new LinkedList<Answer<?>>(); field in StubberImpl
DInvocationContainerImpl.java106 public void setAnswersForStubbing(List<Answer<?>> answers, Strictness strictness) { in setAnswersForStubbing()
/external/tflite-support/tensorflow_lite_support/ios/task/text/qa/Tests/
DTFLBertQuestionAnswererTest.swift44 let answers = mobileBertAnswerer.answer( in testInitMobileBert() variable
57 let answers = albertAnswerer.answer( in testInitAlbert() variable
/external/scapy/scapy/contrib/
Dwpa_eapol.py41 def answers(self, other): member in WPA_key
Disis.py810 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/
Dbert_question_answerer_demo.cc41 std::vector<QaAnswer> answers = answerer->Answer( in Answer() local
/external/skia/tests/
DSkShaperJSONWriterTest.cpp26 std::vector<Answer> answers; in DEF_TEST() member
83 std::vector<Answer> answers; in DEF_TEST() member
DPathOpsLineParametetersTest.cpp25 static const double answers[][2] = { variable
/external/tflite-support/tensorflow_lite_support/cc/task/text/qa/
Dbert_qa_c_api.h55 struct QaAnswer* answers; member
Dbert_qa_c_api.cc50 std::vector<QaAnswerCPP> answers = question_answerer->impl->Answer( in BertQuestionAnswererAnswer() local
/external/skqp/tests/
DPathOpsLineParametetersTest.cpp25 static const double answers[][2] = { variable
/external/autotest/client/cros/netprotos/
Dcros_p2p.py135 def _new_answers(self, answers): argument
/external/python/cpython2/Lib/distutils/tests/
Dtest_register.py44 def __init__(self, *answers):

12