HomeSort by relevance Sort by last modified time
    Searched refs:question (Results 1 - 25 of 140) sorted by null

1 2 3 4 5 6

  /external/jmdns/src/javax/jmdns/impl/tasks/
Responder.java 74 for (DNSQuestion question : _in.getQuestions()) {
76 logger.finest(this.getName() + "start() question=" + question);
78 iAmTheOnlyOne = question.iAmTheOnlyOne(this.getDns());
106 for (DNSQuestion question : _in.getQuestions()) {
108 logger.finer(this.getName() + "run() JmDNS responding to: " + question);
110 // for unicast responses the question must be included
113 questions.add(question);
116 question.addAnswers(this.getDns(), answers);
137 for (DNSQuestion question : questions)
    [all...]
  /device/generic/goldfish/include/
qemu.h 75 /* sends a question to the hw-control channel, then receive an answer in
79 * 'question' *must* have been formatted through qemu_command_format
81 extern int qemu_control_query( const char* question, int questionlen,
  /external/libevent/test/
regress_testutils.c 153 char *question; local
156 TT_DIE(("Only handling one question at a time; got %d",
159 question = req->questions[0]->name;
161 while (tab->q && evutil_ascii_strcasecmp(question, tab->q) &&
165 TT_DIE(("Unexpected question: '%s'", question));
170 strtolower(question);
198 evdns_server_request_add_a_reply(req, question, 1, &in.s_addr,
206 question, 1, &in6.s6_addr, 100);
  /external/e2fsprogs/e2fsck/
problemP.h 24 problem_t question; member in struct:latch_descr
37 #define PR_AFTER_CODE 0x002000 /* After asking the first question, */
  /developers/build/prebuilts/gradle/Quiz/Application/src/main/java/com/example/android/wearable/quiz/
MainActivity.java 25 import static com.example.android.wearable.quiz.Constants.QUESTION;
103 private PriorityQueue<Question> mFutureQuestions;
133 mFutureQuestions = new PriorityQueue<Question>(10);
212 private static class Question implements Comparable<Question> {
214 private String question; field in class:MainActivity.Question
219 public Question(String question, int questionIndex, String[] answers,
221 this.question = question;
229 String question = questionObject.getString(JsonUtils.JSON_FIELD_QUESTION); local
268 Question question = Question.fromJson(questionObject, mQuestionIndex++); local
279 String question = questionEditText.getText().toString(); local
    [all...]
  /developers/samples/android/wearable/wear/Quiz/Application/src/main/java/com/example/android/wearable/quiz/
MainActivity.java 25 import static com.example.android.wearable.quiz.Constants.QUESTION;
103 private PriorityQueue<Question> mFutureQuestions;
133 mFutureQuestions = new PriorityQueue<Question>(10);
212 private static class Question implements Comparable<Question> {
214 private String question; field in class:MainActivity.Question
219 public Question(String question, int questionIndex, String[] answers,
221 this.question = question;
229 String question = questionObject.getString(JsonUtils.JSON_FIELD_QUESTION); local
268 Question question = Question.fromJson(questionObject, mQuestionIndex++); local
279 String question = questionEditText.getText().toString(); local
    [all...]
  /development/samples/browseable/Quiz/Application/src/com.example.android.wearable.quiz/
MainActivity.java 25 import static com.example.android.wearable.quiz.Constants.QUESTION;
103 private PriorityQueue<Question> mFutureQuestions;
133 mFutureQuestions = new PriorityQueue<Question>(10);
212 private static class Question implements Comparable<Question> {
214 private String question; field in class:MainActivity.Question
219 public Question(String question, int questionIndex, String[] answers,
221 this.question = question;
229 String question = questionObject.getString(JsonUtils.JSON_FIELD_QUESTION); local
268 Question question = Question.fromJson(questionObject, mQuestionIndex++); local
279 String question = questionEditText.getText().toString(); local
    [all...]
  /external/mdnsresponder/mDNSPosix/
Client.c 39 static void BrowseCallback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord)
53 (void)question; // Unused
180 DNSQuestion question; local
199 status = mDNS_StartBrowse(&mDNSStorage, &question, &type, &domain, mDNSInterface_Any, mDNSfalse, BrowseCallback, NULL);
208 mDNS_StopQuery(&mDNSStorage, &question);
Identify.c 107 mDNSlocal void NameCallback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord)
110 (void)question; // Unused
121 mDNSlocal void InfoCallback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord)
124 (void)question; // Unused
163 mDNSlocal void ServicesCallback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord)
166 (void)question; // Unused
  /external/mdnsresponder/mDNSCore/
mDNS.c 150 // Depending on whether this is a multicast or unicast question we want to set either:
384 LogInfo("GenerateNegativeResponse: Generating negative response for question %##s (%s)", q->qname.c, DNSTypeName(q->qtype));
388 if (m->CurrentQuestion == q) { q->ThisQInterval = 0; } // Deactivate this question
389 // Don't touch the question after this
405 // A and B, and when we stop question A, UpdateQuestionDuplicates copies the value of CNAMEReferrals
407 // the target name is still the same), and then when we stop question B, UpdateQuestionDuplicates
410 // those cases the newly re-appended question A has a different target name and therefore cannot be
411 // a duplicate of any other question ('B') which was itself a duplicate of the previous question A.
441 // Note: All the callers should use the m->CurrentQuestion to see if the question is still valid or no
    [all...]
uDNS.h 81 extern mStatus mDNS_StartQuery_internal(mDNS *const m, DNSQuestion *const question);
82 extern mStatus mDNS_StopQuery_internal(mDNS *const m, DNSQuestion *const question);
  /developers/build/prebuilts/gradle/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
ElizaResponder.java 57 "WHY DO YOU ASK?", "DOES THAT QUESTION INTEREST YOU?",
155 String question = QUESTIONS[responseCurrentIndices[keywordIndex] - 1]; local
160 result += question;
  /developers/samples/android/wearable/wear/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
ElizaResponder.java 57 "WHY DO YOU ASK?", "DOES THAT QUESTION INTEREST YOU?",
155 String question = QUESTIONS[responseCurrentIndices[keywordIndex] - 1]; local
160 result += question;
  /development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/
ElizaResponder.java 57 "WHY DO YOU ASK?", "DOES THAT QUESTION INTEREST YOU?",
155 String question = QUESTIONS[responseCurrentIndices[keywordIndex] - 1]; local
160 result += question;
  /external/python/cpython2/Demo/tkinter/matt/
canvas-with-scrollbars.py 13 self.question = Label(self, text="Can Find The BLUE Square??????")
14 self.question.pack()
  /prebuilts/go/darwin-x86/src/net/
dnsclient_unix_test.go 54 question: q.question,
108 question: q.question,
111 switch q.question[0].Name {
186 question: q.question,
188 if len(q.question) == 1 && q.question[0].Qtype == dnsTypeA {
192 Name: q.question[0].Name
    [all...]
  /prebuilts/go/linux-x86/src/net/
dnsclient_unix_test.go 54 question: q.question,
108 question: q.question,
111 switch q.question[0].Name {
186 question: q.question,
188 if len(q.question) == 1 && q.question[0].Qtype == dnsTypeA {
192 Name: q.question[0].Name
    [all...]
  /system/netd/tests/dns_responder/
dns_responder.cpp 476 for (const DNSQuestion& question : questions) {
477 buffer_cur = question.write(buffer_cur, buffer_end);
771 for (const DNSQuestion& question : header.questions) {
772 queries_.push_back(make_pair(question.qname.name,
773 ns_type(question.qtype)));
785 for (const DNSQuestion& question : header.questions) {
786 if (question.qclass != ns_class::ns_c_in &&
787 question.qclass != ns_class::ns_c_any) {
788 ALOGI("unsupported question class %u", question.qclass)
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
DNSOutgoing.java 148 void writeQuestion(DNSQuestion question) {
149 writeName(question.getName());
150 writeShort(question.getRecordType().indexValue());
151 writeShort(question.getRecordClass().indexValue());
237 * Add a question to the message.
343 for (DNSQuestion question : _questions) {
344 message.writeQuestion(question);
412 for (DNSQuestion question : _questions) {
414 buf.append(question);
DNSMessage.java 227 for (DNSQuestion question : _questions) {
229 buf.append(question);
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 2931 DNSQuestion *question = &request->u.queryrecord.q; local
2954 DNSQuestion *question = request->u.queryrecord.q2; local
    [all...]
  /external/clang/lib/Basic/
OperatorPrecedence.cpp 54 case tok::question: return prec::Conditional;
  /external/mesa3d/src/compiler/glsl/glcpp/tests/
147-define-macro-no-space.c 27 #define Q? question mark
  /external/tensorflow/
configure.py 81 def get_input(question):
84 answer = raw_input(question)
86 answer = input(question) # pylint: disable=bad-builtin
274 question=None,
288 question: optional string for how to ask for user input.
301 if not question:
302 question = 'Do you wish to build TensorFlow with %s support?' % query_item
312 question += ' [Y/n]: '
314 question += ' [y/N]: '
335 user_input_origin = get_input(question)
    [all...]
  /external/libunwind/doc/
unw_regname.tex 21 unrecognized register number, a string consisting of three question

Completed in 537 milliseconds

1 2 3 4 5 6