/external/openscreen/discovery/mdns/ |
D | mdns_responder.cc | 234 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 …]
|
/external/grpc-grpc-java/.github/ISSUE_TEMPLATE/ |
D | ask_question.md | 2 name: Ask a question 3 about: Asking a question related gRPC-Java 4 labels: question 8 Also, if question is not gRPC-Java implementation specific, consider using [grpc.io](https://groups… 10 Make sure you include information that can help us understand your question. --> 12 <!-- Your question below this line. -->
|
/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/ |
D | Answer.java | 13 private final Question question; field in Answer 22 Class<? extends AnswerType> answerTypeClass, Question question, ResultMetadata metadata) { in Answer() argument 24 this.question = question; in Answer() 35 return question; in getQuestion() 73 Question question = Question.fromProto(proto.getQuestion(), associatedHierarchy); in fromProto() local 77 return new Answer(answerTypeClass, question, metadata); in fromProto()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/.github/ISSUE_TEMPLATE/ |
D | question.md | 3 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_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/.github/ISSUE_TEMPLATE/ |
D | question.md | 3 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/ |
D | TFLBertQuestionAnswererTest.swift | 35 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/mdnsresponder/mDNSCore/ |
D | mDNS.c | 4583 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() 4607 …question->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/googleapis/google/cloud/aiplatform/v1beta1/ |
D | evaluation_service.proto | 106 // Input for question answering quality metric. 109 // Input for pairwise question answering quality metric. 113 // Input for question answering relevance metric. 116 // Input for question answering helpfulness 120 // Input for question answering correctness 195 // Result for question answering quality metric. 198 // Result for pairwise question answering quality metric. 202 // Result for question answering relevance metric. 205 // Result for question answering helpfulness metric. 209 // Result for question answering correctness metric. [all …]
|
/external/exoplayer/.github/ISSUE_TEMPLATE/ |
D | question.md | 3 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/ |
D | regress_testutils.c | 153 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/googleapis/google/cloud/dataqna/v1alpha/ |
D | question_service.proto | 23 import "google/cloud/dataqna/v1alpha/question.proto"; 37 // are filled with one or more interpretations if the question could be 54 // Gets a previously created question. 62 // Creates a question. 66 body: "question" 68 option (google.api.method_signature) = "parent,question"; 99 // A request to get a previously created question. 101 // Required. The unique identifier for the question. 114 // Request to create a question resource. 125 // Required. The question to create. [all …]
|
/external/tensorflow/tensorflow/lite/g3doc/inference_with_metadata/task_library/ |
D | customized_task_api.md | 53 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/ |
D | configure.py | 91 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/mdnsresponder/mDNSPosix/ |
D | Client.c | 39 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/tflite-support/tensorflow_lite_support/ios/task/text/qa/Sources/ |
D | TFLBertQuestionAnswerer.h | 71 question:(NSString*)question 72 NS_SWIFT_NAME(answer(context:question:));
|
/external/pdfium/testing/resources/javascript/ |
D | app_methods_expected.txt | 56 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…
|
/external/sdv/vsomeip/third_party/boost/spirit/example/lex/ |
D | example2.cpp | 80 | question [ ++ref(questions) ] in example2_grammar() 92 question in example2_grammar() 103 BOOST_SPIRIT_DEBUG_NODE(question); in example2_grammar() 107 qi::rule<Iterator> story, paragraph, command, question, statement; member
|
/external/mdnsresponder/mDNSShared/ |
D | uds_daemon.c | 1740 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/grpc-grpc/.github/ISSUE_TEMPLATE/ |
D | question.md | 2 name: Ask a question 3 about: Ask a question 4 labels: kind/question, priority/P3, untriaged
|
/external/cronet/tot/net/dns/ |
D | dns_query_unittest.cc | 82 std::string_view question(reinterpret_cast<const char*>(query_data) + 12, 21); in TEST() 83 EXPECT_EQ(question, q1.question()); in TEST() 104 EXPECT_EQ(q1.question(), q2->question()); in TEST() 140 std::string_view question(reinterpret_cast<const char*>(query_data) + 12, 21); in TEST() 141 EXPECT_EQ(question, q1.question()); in TEST()
|
/external/cronet/stable/net/dns/ |
D | dns_query_unittest.cc | 82 std::string_view question(reinterpret_cast<const char*>(query_data) + 12, 21); in TEST() 83 EXPECT_EQ(question, q1.question()); in TEST() 104 EXPECT_EQ(q1.question(), q2->question()); in TEST() 140 std::string_view question(reinterpret_cast<const char*>(query_data) + 12, 21); in TEST() 141 EXPECT_EQ(question, q1.question()); in TEST()
|
/external/googleapis/google/ads/googleads/v14/resources/ |
D | qualifying_question.proto | 40 // Output only. The resource name of the qualifying question. 50 // Output only. The id of the qualifying question. 53 // Output only. The locale of the qualifying question. 56 // Output only. The qualifying question.
|
/external/googleapis/google/ads/googleads/v16/resources/ |
D | qualifying_question.proto | 40 // Output only. The resource name of the qualifying question. 50 // Output only. The id of the qualifying question. 53 // Output only. The locale of the qualifying question. 56 // Output only. The qualifying question.
|
/external/googleapis/google/ads/googleads/v15/resources/ |
D | qualifying_question.proto | 40 // Output only. The resource name of the qualifying question. 50 // Output only. The id of the qualifying question. 53 // Output only. The locale of the qualifying question. 56 // Output only. The qualifying question.
|
/external/openthread/tests/scripts/thread-cert/border_router/ |
D | test_dnssd_instance_name_with_space.py | 154 def _assert_have_question(self, dig_result, question): argument 156 if self._match_record(dig_question, question): 159 self.fail((dig_result, question)) 198 for question in expected_result['QUESTION']: 199 self._assert_have_question(dig_result, question)
|