/aosp12/packages/modules/DnsResolver/tests/dns_responder/ |
H A D | dns_responder.cpp | 430 for (const DNSQuestion& question : questions) { in write() local 431 buffer_cur = question.write(buffer_cur, buffer_end); in write() 775 for (const DNSQuestion& question : header.questions) { in handleDNSRequest() local 776 queries_.push_back({question.qname.name, ns_type(question.qtype), protocol}); in handleDNSRequest() 800 std::string rname = question.qname.name; in addAnswerRecords() 803 if (question.qtype == ns_type::ns_t_a || question.qtype == ns_type::ns_t_aaaa || in addAnswerRecords() 804 question.qtype == ns_type::ns_t_ptr) in addAnswerRecords() 806 rtypes.push_back(question.qtype); in addAnswerRecords() 974 for (const DNSQuestion& question : header->questions) { in makeResponseFromAddressOrHostname() local 975 if (question.qclass != ns_class::ns_c_in && question.qclass != ns_class::ns_c_any) { in makeResponseFromAddressOrHostname() [all …]
|
H A D | dns_tls_frontend.cpp | 268 for (const auto& question : dnsHdr.questions) { in handleRequests() local 269 if (question.qname.name.find("dnsotls-ds.metric.gstatic.com") != in handleRequests()
|
H A D | dns_responder.h | 258 bool addAnswerRecords(const DNSQuestion& question, std::vector<DNSRecord>* answers) const;
|
/aosp12/hardware/interfaces/drm/1.2/ |
H A D | IDrmFactory.hal | 44 * @param uuid identifies the crypto scheme in question 45 * @param mimeType identifies the mime type in question
|
/aosp12/hardware/interfaces/drm/1.0/ |
H A D | IDrmFactory.hal | 33 * @param uuid identifies the crypto scheme in question 42 * @param mimeType identifies the mime type in question
|
H A D | ICryptoFactory.hal | 31 * @param uuid identifies the crypto scheme in question
|
/aosp12/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/ |
H A D | README.md | 10 For any question about the parameter framework and configuration files,
|
/aosp12/packages/modules/DnsResolver/tests/ |
H A D | resolv_cache_unit_test.cpp | 84 for (const test::DNSQuestion& question : header.questions) { in makeAnswer() local 85 std::string rname(question.qname.name); in makeAnswer() 87 .name = {.name = question.qname.name}, in makeAnswer() 88 .rtype = question.qtype, in makeAnswer() 89 .rclass = question.qclass, in makeAnswer()
|
H A D | resolv_unit_test.cpp | 102 test::DNSQuestion question{ in MakeDnsMessage() local 107 header.questions.push_back(std::move(question)); in MakeDnsMessage()
|
H A D | resolv_integration_test.cpp | 5547 test::DNSQuestion question{ in TEST_P() local 5552 header.questions.push_back(std::move(question)); in TEST_P()
|
/aosp12/system/libbase/ |
H A D | README.md | 23 The question for libbase is "should everyone be doing this?"/"does this
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | fr_emoji.combined.gz | ... 5 shortcut=➖,f=14
6 word=question,f=159,not_a_word=true
7 shortcut ... |
H A D | en_emoji.combined.gz | ... 21 shortcut=❎,f=14
22 word=question,f=150,not_a_word=true
23 shortcut ... |
H A D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
H A D | pt_PT_wordlist.combined.gz | 1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ... |
H A D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
H A D | ro_wordlist.combined.gz | 1dictionary=main:ro,locale=ro,description=Română,date=1412325511, ... |
/aosp12/bionic/ |
H A D | README.md | 144 The first question you should ask is "should I add a libc wrapper for
|
/aosp12/system/update_engine/ |
H A D | README.md | 554 payload generation process, ask yourself this question: Would it work on older
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
H A D | GSMPhoneTest.java.broken | 1758 * request in question won't complete until we get back to the
|
/aosp12/bionic/docs/ |
H A D | elf-tls.md | 406 > question therefore is the exact field layouts required. Happily, the implementors of libpthread
|