Home
last modified time | relevance | path

Searched refs:question (Results 1 – 24 of 24) sorted by relevance

/aosp12/packages/modules/DnsResolver/tests/dns_responder/
H A Ddns_responder.cpp430 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 Ddns_tls_frontend.cpp268 for (const auto& question : dnsHdr.questions) { in handleRequests() local
269 if (question.qname.name.find("dnsotls-ds.metric.gstatic.com") != in handleRequests()
H A Ddns_responder.h258 bool addAnswerRecords(const DNSQuestion& question, std::vector<DNSRecord>* answers) const;
/aosp12/hardware/interfaces/drm/1.2/
H A DIDrmFactory.hal44 * @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 DIDrmFactory.hal33 * @param uuid identifies the crypto scheme in question
42 * @param mimeType identifies the mime type in question
H A DICryptoFactory.hal31 * @param uuid identifies the crypto scheme in question
/aosp12/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/
H A DREADME.md10 For any question about the parameter framework and configuration files,
/aosp12/packages/modules/DnsResolver/tests/
H A Dresolv_cache_unit_test.cpp84 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 Dresolv_unit_test.cpp102 test::DNSQuestion question{ in MakeDnsMessage() local
107 header.questions.push_back(std::move(question)); in MakeDnsMessage()
H A Dresolv_integration_test.cpp5547 test::DNSQuestion question{ in TEST_P() local
5552 header.questions.push_back(std::move(question)); in TEST_P()
/aosp12/system/libbase/
H A DREADME.md23 The question for libbase is "should everyone be doing this?"/"does this
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Dfr_emoji.combined.gz ... 5 shortcut=➖,f=14 6 word=question,f=159,not_a_word=true 7 shortcut ...
H A Den_emoji.combined.gz ... 21 shortcut=❎,f=14 22 word=question,f=150,not_a_word=true 23 shortcut ...
H A Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
H A Dpt_PT_wordlist.combined.gz1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ...
H A Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
H A Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
H A Dro_wordlist.combined.gz1dictionary=main:ro,locale=ro,description=Română,date=1412325511, ...
/aosp12/bionic/
H A DREADME.md144 The first question you should ask is "should I add a libc wrapper for
/aosp12/system/update_engine/
H A DREADME.md554 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 DGSMPhoneTest.java.broken1758 * request in question won't complete until we get back to the
/aosp12/bionic/docs/
H A Delf-tls.md406 > question therefore is the exact field layouts required. Happily, the implementors of libpthread