Home
last modified time | relevance | path

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

12345678910>>...22

/external/openscreen/discovery/mdns/
Dmdns_responder.cc234 bool IsServiceTypeEnumerationQuery(const MdnsQuestion& question) { in IsServiceTypeEnumerationQuery() argument
235 if (question.dns_type() != DnsType::kPTR) { in IsServiceTypeEnumerationQuery()
239 if (question.name().labels().size() < in IsServiceTypeEnumerationQuery()
244 const auto question_it = question.name().labels().begin(); in IsServiceTypeEnumerationQuery()
522 for (const auto& question : questions) { in ProcessQueries() local
524 << question.name().ToString() << "', type: '" in ProcessQueries()
525 << question.dns_type() << "' from '" << src << "'"; in ProcessQueries()
528 if (question.dns_type() == DnsType::kNSEC) { in ProcessQueries()
536 const bool is_service_enumeration = IsServiceTypeEnumerationQuery(question); in ProcessQueries()
538 ownership_handler_->IsDomainClaimed(question.name()); in ProcessQueries()
[all …]
Dmdns_records_unittest.cc643 MdnsQuestion question(DomainName{"testing", "local"}, DnsType::kPTR, in TEST() local
645 TestCopyAndMove(question); in TEST()
658 MdnsQuestion question(DomainName{"testing", "local"}, DnsType::kPTR, in TEST() local
679 message2.AddQuestion(question); in TEST()
690 EXPECT_EQ(message2.questions()[0], question); in TEST()
696 123, MessageType::Response, std::vector<MdnsQuestion>{question}, in TEST()
706 EXPECT_EQ(message3.questions()[0], question); in TEST()
713 MdnsQuestion question(DomainName{"testing", "local"}, DnsType::kPTR, in TEST() local
726 123, MessageType::Response, std::vector<MdnsQuestion>{question}, in TEST()
730 123, MessageType::Response, std::vector<MdnsQuestion>{question}, in TEST()
[all …]
Dmdns_querier.cc455 entry.second->question(); in StartQuery()
504 const MdnsQuestion& tracked_question = entry->second->question(); in StopQuery()
583 return (pair.second->question().dns_type() == DnsType::kANY || in ShouldAnswerRecordBeProcessed()
585 pair.second->question().dns_type()) || in ShouldAnswerRecordBeProcessed()
586 pair.second->question().dns_type() == answer.dns_type()) && in ShouldAnswerRecordBeProcessed()
587 (pair.second->question().dns_class() == DnsClass::kANY || in ShouldAnswerRecordBeProcessed()
588 pair.second->question().dns_class() == answer.dns_class()); in ShouldAnswerRecordBeProcessed()
822 void MdnsQuerier::AddQuestion(const MdnsQuestion& question) { in AddQuestion() argument
824 question, sender_, task_runner_, now_function_, random_delay_, config_); in AddQuestion()
826 questions_.emplace(question.name(), std::move(tracker)); in AddQuestion()
[all …]
/external/mdnsresponder/mDNSCore/
DmDNS.c4583 mDNSlocal void ActivateUnicastQuery(mDNS *const m, DNSQuestion *const question, mDNSBool ScheduleIm… in ActivateUnicastQuery() argument
4595 if (RRTypeIsAddressType(question->qtype) && PrivateQuery(question) && in ActivateUnicastQuery()
4596 …!SameDomainLabel(question->qname.c, (const mDNSu8 *)"\x0c_autotunnel6")&& question->QuestionCallba… in ActivateUnicastQuery()
4598 question->NoAnswer = NoAnswer_Suspended; in ActivateUnicastQuery()
4599 AddNewClientTunnel(m, question); in ActivateUnicastQuery()
4604 if (!question->DuplicateOf) in ActivateUnicastQuery()
4607question->qname.c, DNSTypeName(question->qtype), PrivateQuery(question) ? " (Private)" : "", Sched… in ActivateUnicastQuery()
4608 question->CNAMEReferrals = 0; in ActivateUnicastQuery()
4609 if (question->nta) { CancelGetZoneData(m, question->nta); question->nta = mDNSNULL; } in ActivateUnicastQuery()
4610 if (question->LongLived) in ActivateUnicastQuery()
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/.github/ISSUE_TEMPLATE/
Dquestion.md3 about: Issue template for a question.
5 labels: question, needs triage
12 Before filing a question:
21 When filing a question:
24 Describe your question in detail.
26 In case your question refers to a problem you are seeing in your app:
30 In case your question is related to a piece of media:
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/.github/ISSUE_TEMPLATE/
Dquestion.md3 about: Issue template for a question.
5 labels: question, needs triage
12 Before filing a question:
21 When filing a question:
24 Describe your question in detail.
26 In case your question refers to a problem you are seeing in your app:
30 In case your question is related to a piece of media:
/external/tflite-support/tensorflow_lite_support/ios/task/text/qa/Tests/
DTFLBertQuestionAnswererTest.swift35 static let question = "What is a course of study called?" variable
45 context: TFLBertQuestionAnswererTest.context, question: TFLBertQuestionAnswererTest.question) in testInitMobileBert()
58 context: TFLBertQuestionAnswererTest.context, question: TFLBertQuestionAnswererTest.question) in testInitAlbert()
/external/exoplayer/.github/ISSUE_TEMPLATE/
Dquestion.md3 about: Issue template for a question.
5 labels: question, needs triage
9 Before filing a question:
12 a general Android development question, please do so on Stack Overflow.
22 When filing a question:
29 Tell us where you’ve already looked for an answer to your question. It’s
33 Describe your question in detail.
36 In case your question refers to a problem you are seeing in your app, capture a
43 In case your question is related to a piece of media, which you are trying to
/external/libevent/test/
Dregress_testutils.c153 char *question; in regress_dns_server_cb() local
159 question = req->questions[0]->name; in regress_dns_server_cb()
161 while (tab->q && evutil_ascii_strcasecmp(question, tab->q) && in regress_dns_server_cb()
165 TT_DIE(("Unexpected question: '%s'", question)); in regress_dns_server_cb()
170 strtolower(question); in regress_dns_server_cb()
198 evdns_server_request_add_a_reply(req, question, 1, &in.s_addr, in regress_dns_server_cb()
206 question, 1, &in6.s6_addr, 100); in regress_dns_server_cb()
/external/python/pybind11/.github/ISSUE_TEMPLATE/
Dquestion.md7 If you have a question, please check the following first:
9 1. Check if your question has already been answered in the [FAQ][] section.
11 3. If those resources didn't help and you only have a short question (not a bug report), consider a…
12 4. Search the [issue tracker][], including the closed issues, to see if your question has already b…
13 5. If you have a more complex question which is not answered in the previous items (or not suitable…
14 6. Include a self-contained and minimal piece of code that illustrates your question. If that's not…
/external/tensorflow/tensorflow/lite/g3doc/inference_with_metadata/task_library/
Dcustomized_task_api.md53 char kContext[] = ...; // context of a question to be answered
54 char kQuestion[] = ...; // question to be answered
55 // ask a question
71 `(std::string& context, std::string& question)` as input and outputs a
87 std::vector<QaAnswer> Answer(const std::string& context, const std::string& question) {
88 return Infer(context, question).value();
215 String CONTEXT = ...; // context of a question to be answered
216 String QUESTION = ...; // question to be answered
217 // ask a question
234 `BertQuestionAnswerer` takes `(String context, String question)` as input
[all …]
/external/tensorflow/
Dconfigure.py91 def get_input(question): argument
94 answer = raw_input(question)
96 answer = input(question) # pylint: disable=bad-builtin
276 question=None, argument
303 if not question:
304 question = 'Do you wish to build TensorFlow with {} support?'.format(
315 question += ' [Y/n]: '
317 question += ' [y/N]: '
337 user_input_origin = get_input(question)
361 question=None, argument
[all …]
/external/openthread/src/core/net/
Ddnssd_server.cpp242 Question question; in AddQuestions() local
257 …VerifyOrExit(kErrorNone == aRequestMessage.Read(readOffset, question), response = Header::kRespons… in AddQuestions()
258 readOffset += sizeof(question); in AddQuestions()
260 qtype = question.GetType(); in AddQuestions()
269 switch (question.GetType()) in AddQuestions()
287 VerifyOrExit(AppendQuestion(name, question, aResponseMessage, aCompressInfo) == kErrorNone, in AddQuestions()
665 Question question; in ResolveBySrp() local
673 IgnoreError(aResponseMessage.Read(readOffset, question)); in ResolveBySrp()
674 readOffset += sizeof(question); in ResolveBySrp()
676 … response = ResolveQuestionBySrp(name, question, aResponseHeader, aResponseMessage, aCompressInfo, in ResolveBySrp()
[all …]
/external/mdnsresponder/mDNSShared/
Duds_daemon.c1740 mDNSlocal void FoundInstance(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answ… in FoundInstance() argument
1743 request_state *req = question->QuestionContext; in FoundInstance()
1768 req->sd, question->qname.c, DNSTypeName(question->qtype), AddRecord ? "Add" : "Rmv", in FoundInstance()
2227 mDNSlocal void resolve_result_callback(mDNS *const m, DNSQuestion *question, const ResourceRecord *… in resolve_result_callback() argument
2233 request_state *req = question->QuestionContext; in resolve_result_callback()
2236 …LogOperation("%3d: DNSServiceResolve(%##s) %s %s", req->sd, question->qname.c, AddRecord ? "ADD" :… in resolve_result_callback()
2406 mDNSlocal int AppendNewSearchDomain(mDNS *const m, DNSQuestion *question) in AppendNewSearchDomain() argument
2413 if (question->SearchListIndex == -1) in AppendNewSearchDomain()
2415 …SearchDomain: question %##s (%s) SearchListIndex is -1", question->qname.c, DNSTypeName(question->… in AppendNewSearchDomain()
2419 if (!question->AppendSearchDomains) in AppendNewSearchDomain()
[all …]
/external/mdnsresponder/mDNSPosix/
DClient.c39 static void BrowseCallback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer… in BrowseCallback() argument
53 (void)question; // Unused in BrowseCallback()
180 DNSQuestion question; in main() local
199 …status = mDNS_StartBrowse(&mDNSStorage, &question, &type, &domain, mDNSInterface_Any, mDNSfalse, B… in main()
208 mDNS_StopQuery(&mDNSStorage, &question); in main()
/external/pdfium/testing/resources/javascript/
Dapp_methods_expected.txt56 PDF: question, defaultValue=, label=, isPassword=0, length=2048
57 Alert: PASS: app.response('question') = No
58 title: question, defaultValue=default, label=label, isPassword=1, length=2048
59 Alert: PASS: app.response('question', 'title', 'default', true, 'label') = No
60 PDF: question, defaultValue=, label=, isPassword=0, length=2048
61 Alert: PASS: app.response({'cQuestion': 'question'}) = No
62 title: question, defaultValue=default, label=label, isPassword=1, length=2048
63 Alert: PASS: app.response({'cQuestion': 'question', 'cTitle': 'title', 'cDefault': 'default', 'bPas…
Dapp_methods.in83 expect("app.response('question')", 'No');
84 expect("app.response('question', 'title', 'default', true, 'label')", 'No');
85 expect("app.response({'cQuestion': 'question'})", 'No');
86 expect("app.response({'cQuestion': 'question', 'cTitle': 'title', " +
/external/rust/crates/minimal-lexical/.github/ISSUE_TEMPLATE/
Dquestion.md3 about: Have a question how to use minimal-lexical?
5 labels: question
11 A clear and concise description of what the question is. Ex. how do I use minimal-lexical without a…
/external/tflite-support/tensorflow_lite_support/ios/task/text/qa/Sources/
DTFLBertQuestionAnswerer.h71 question:(NSString*)question
72 NS_SWIFT_NAME(answer(context:question:));
/external/cronet/net/dns/
Ddns_query_unittest.cc76 base::StringPiece question(reinterpret_cast<const char*>(query_data) + 12, in TEST()
78 EXPECT_EQ(question, q1.question()); in TEST()
99 EXPECT_EQ(q1.question(), q2->question()); in TEST()
135 base::StringPiece question(reinterpret_cast<const char*>(query_data) + 12, in TEST()
137 EXPECT_EQ(question, q1.question()); in TEST()
Ddns_response.cc400 const base::StringPiece question = query.question(); in InitParse() local
403 if (nbytes < kHeaderSize + question.size() || nbytes > io_buffer_size_) { in InitParse()
425 if (question != in InitParse()
426 base::StringPiece(io_buffer_->data() + kHeaderSize, question.size())) { in InitParse()
445 kHeaderSize + question.size(), num_records); in InitParse()
553 base::StringPiece question = query.question(); in WriteQuestion() local
554 return writer->WriteBytes(question.data(), question.size()); in WriteQuestion()
/external/rust/crates/grpcio-sys/grpc/.github/ISSUE_TEMPLATE/
Dquestion.md2 name: Ask a question
3 about: Ask a question
4 labels: kind/question, priority/P3
/external/mesa3d/
DREADME.rst31 appropriate, you should ask your question on `Freenode's #dri-devel
35 take a while before someone qualified sees your question.
37 question, check out `Who's Who on IRC
40 The next best option is to ask your question in an email to the
/external/openthread/tests/scripts/thread-cert/border_router/
Dtest_dnssd_instance_name_with_space.py151 def _assert_have_question(self, dig_result, question): argument
153 if self._match_record(dig_question, question):
156 self.fail((dig_result, question))
195 for question in expected_result['QUESTION']:
196 self._assert_have_question(dig_result, question)
/external/abseil-cpp/.github/ISSUE_TEMPLATE/
D90-question.md3 about: Have a question? Ask us anything! :-)
5 labels: 'question'

12345678910>>...22