/aosp_15_r20/developers/build/prebuilts/gradle/Quiz/Application/src/main/assets/ |
H A D | Quiz.json | 5 "answers": [ array 15 "answers": [ array 25 "answers": [ array 35 "answers": [ array 45 "answers": [ array 55 "answers": [ array 65 "answers": [ array 75 "answers": [ array 85 "answers": [ array 95 "answers": [ array [all …]
|
/aosp_15_r20/developers/samples/android/deprecated/wearable/wear/Quiz/Application/src/main/assets/ |
D | Quiz.json | 5 "answers": [ array 15 "answers": [ array 25 "answers": [ array 35 "answers": [ array 45 "answers": [ array 55 "answers": [ array 65 "answers": [ array 75 "answers": [ array 85 "answers": [ array 95 "answers": [ array [all …]
|
/aosp_15_r20/external/scapy/scapy/layers/ |
H A 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
|
H A 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
|
H A 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
|
H A 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
|
H A 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 …]
|
H A 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
|
H A 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
|
H A 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
|
/aosp_15_r20/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/ |
D | MdnsPacket.java | 39 public final List<MdnsRecord> answers; field in MdnsPacket 47 @NonNull List<MdnsRecord> answers, in MdnsPacket() 55 @NonNull List<MdnsRecord> answers, in MdnsPacket() 109 final ArrayList<MdnsRecord> answers = parseRecords(reader, numAnswers, false); in parseRecordsSection() local
|
D | MdnsReplyInfo.java | 29 public final List<MdnsRecord> answers; field in MdnsReplyInfo 40 public MdnsReplyInfo( in MdnsReplyInfo()
|
/aosp_15_r20/external/cronet/net/dns/ |
H A D | dns_response_unittest.cc | 1247 std::vector<DnsResourceRecord> answers(1, answer); in TEST() local 1283 std::vector<DnsResourceRecord> answers(1, answer); in TEST() local 1336 std::vector<DnsResourceRecord> answers(1, answer); in TEST() local 1402 std::vector<DnsResourceRecord> answers(1, answer); in TEST() local 1440 std::vector<DnsResourceRecord> answers(1, answer); in TEST() local 1498 std::vector<DnsResourceRecord> answers(1, answer); in TEST() local 1556 std::vector<DnsResourceRecord> answers(2); in TEST() local 1645 std::vector<DnsResourceRecord> answers(1, answer); in TEST() local 1665 std::vector<DnsResourceRecord> answers(1, answer); in TEST() local
|
H A D | dns_test_util.cc | 277 const std::vector<DnsResourceRecord>& answers, in BuildTestDnsResponse() 302 std::vector<DnsResourceRecord> answers = { in BuildTestDnsAddressResponse() local 324 std::vector<DnsResourceRecord> answers = { in BuildTestDnsAddressResponseWithCname() local 343 std::vector<DnsResourceRecord> answers; in BuildTestDnsTextResponse() local 357 std::vector<DnsResourceRecord> answers; in BuildTestDnsPointerResponse() local 379 std::vector<DnsResourceRecord> answers; in BuildTestDnsServiceResponse() local
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/ |
H A D | MatchOpTest.java | 98 …> void assertPredicates(List<T> source, Kind kind, Predicate<T>[] predicates, boolean... answers) { in assertPredicates() 183 …tPredicates(Supplier<IntStream> source, Kind kind, IntPredicate[] predicates, boolean... answers) { in assertIntPredicates() 268 …redicates(Supplier<LongStream> source, Kind kind, LongPredicate[] predicates, boolean... answers) { in assertLongPredicates() 353 …cates(Supplier<DoubleStream> source, Kind kind, DoublePredicate[] predicates, boolean... answers) { in assertDoublePredicates()
|
/aosp_15_r20/development/samples/browseable/Quiz/Application/src/com.example.android.wearable.quiz/ |
H A D | MainActivity.java | 216 private String[] answers; field in MainActivity.Question 219 public Question(String question, int questionIndex, String[] answers, in Question() 231 String[] answers = new String[JsonUtils.NUM_ANSWER_CHOICES]; in fromJson() local 280 String[] answers = new String[4]; in addQuestion() local
|
/aosp_15_r20/developers/samples/android/deprecated/wearable/wear/Quiz/Application/src/main/java/com/example/android/wearable/quiz/ |
D | MainActivity.java | 216 private String[] answers; field in MainActivity.Question 219 public Question(String question, int questionIndex, String[] answers, in Question() 231 String[] answers = new String[JsonUtils.NUM_ANSWER_CHOICES]; in fromJson() local 280 String[] answers = new String[4]; in addQuestion() local
|
/aosp_15_r20/developers/build/prebuilts/gradle/Quiz/Application/src/main/java/com/example/android/wearable/quiz/ |
H A D | MainActivity.java | 216 private String[] answers; field in MainActivity.Question 219 public Question(String question, int questionIndex, String[] answers, in Question() 231 String[] answers = new String[JsonUtils.NUM_ANSWER_CHOICES]; in fromJson() local 280 String[] answers = new String[4]; in addQuestion() local
|
/aosp_15_r20/external/scapy/scapy/contrib/ |
H A 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
|
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/stubbing/ |
H A 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()
|
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/ios/task/text/qa/Tests/ |
H A D | TFLBertQuestionAnswererTest.swift | 44 let answers = mobileBertAnswerer.answer( in testInitMobileBert() variable 57 let answers = albertAnswerer.answer( in testInitAlbert() variable
|
/aosp_15_r20/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/ |
D | FakeDns.kt | 60 private val answers = mutableListOf<DnsEntry>() in <lambda>() constant in com.android.testutils.FakeDns 68 private class InstantAnswerSupplier(val answers: Array<String>?) : AnswerSupplier { in <lambda>() constant in com.android.testutils.FakeDns.InstantAnswerSupplier
|
/aosp_15_r20/external/trusty/musl/src/network/ |
D | res_msend.c | 31 const int *qlens, unsigned char *const *answers, int *alens, int asize, in __res_msend_rc() 183 const int *qlens, unsigned char *const *answers, int *alens, int asize) in __res_msend()
|
/aosp_15_r20/packages/modules/Connectivity/thread/tests/integration/src/android/net/thread/utils/ |
D | TestDnsServer.kt | 120 val answers = ArrayList<DnsPacket.DnsRecord>() in buildDnsAnswerRecords() constant
|
/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/ |
H A D | AccessibilityHierarchyCheckResult.java | 25 private final ImmutableList<Answer> answers; field in AccessibilityHierarchyCheckResult 44 ImmutableList<Answer> answers) { in AccessibilityHierarchyCheckResult()
|