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

12 3 4 5 6

  /prebuilts/go/darwin-x86/src/net/
dnsmsg.go 702 question []dnsQuestion
731 question := dns.question
736 dh.Qdcount = uint16(len(question))
752 for i := 0; i < len(question); i++ {
753 off, ok = packStruct(&question[i], msg, off)
797 dns.question = make([]dnsQuestion, dh.Qdcount)
804 for i := 0; i < len(dns.question); i++ {
805 off, ok = unpackStruct(&dns.question[i], msg, off)
839 if len(dns.question) > 0
    [all...]
dnsmsg_test.go 87 question: []dnsQuestion{{
289 question: []dnsQuestion{
311 question: []dnsQuestion{
326 question: []dnsQuestion{
341 question: []dnsQuestion{
356 question: []dnsQuestion{
379 question: []dnsQuestion{
  /prebuilts/go/darwin-x86/src/os/
env_unix_test.go 41 {"?", "question mark"},
  /prebuilts/go/linux-x86/src/net/
dnsmsg.go 702 question []dnsQuestion
731 question := dns.question
736 dh.Qdcount = uint16(len(question))
752 for i := 0; i < len(question); i++ {
753 off, ok = packStruct(&question[i], msg, off)
797 dns.question = make([]dnsQuestion, dh.Qdcount)
804 for i := 0; i < len(dns.question); i++ {
805 off, ok = unpackStruct(&dns.question[i], msg, off)
839 if len(dns.question) > 0
    [all...]
dnsmsg_test.go 87 question: []dnsQuestion{{
289 question: []dnsQuestion{
311 question: []dnsQuestion{
326 question: []dnsQuestion{
341 question: []dnsQuestion{
356 question: []dnsQuestion{
379 question: []dnsQuestion{
  /prebuilts/go/linux-x86/src/os/
env_unix_test.go 41 {"?", "question mark"},
  /developers/build/prebuilts/gradle/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
QuizListenerService.java 25 import static com.example.android.wearable.quiz.Constants.QUESTION;
60 * If a new question is created, this builds a new notification for it.
61 * Otherwise, if a question is deleted, this cancels the corresponding notification.
68 private static final int QUIZ_REPORT_NOTIF_ID = -1; // Never used by question notifications.
100 // the question's status (i.e. was the answer right or wrong or left blank).
103 String question = dataMap.getString(QUESTION); local
112 // First page of notification contains question as Big Text.
114 .setBigContentTitle(getString(R.string.question, questionNum))
115 .bigText(question);
    [all...]
  /developers/samples/android/wearable/wear/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/
QuizListenerService.java 25 import static com.example.android.wearable.quiz.Constants.QUESTION;
60 * If a new question is created, this builds a new notification for it.
61 * Otherwise, if a question is deleted, this cancels the corresponding notification.
68 private static final int QUIZ_REPORT_NOTIF_ID = -1; // Never used by question notifications.
100 // the question's status (i.e. was the answer right or wrong or left blank).
103 String question = dataMap.getString(QUESTION); local
112 // First page of notification contains question as Big Text.
114 .setBigContentTitle(getString(R.string.question, questionNum))
115 .bigText(question);
    [all...]
  /development/samples/browseable/Quiz/Wearable/src/com.example.android.wearable.quiz/
QuizListenerService.java 25 import static com.example.android.wearable.quiz.Constants.QUESTION;
60 * If a new question is created, this builds a new notification for it.
61 * Otherwise, if a question is deleted, this cancels the corresponding notification.
68 private static final int QUIZ_REPORT_NOTIF_ID = -1; // Never used by question notifications.
100 // the question's status (i.e. was the answer right or wrong or left blank).
103 String question = dataMap.getString(QUESTION); local
112 // First page of notification contains question as Big Text.
114 .setBigContentTitle(getString(R.string.question, questionNum))
115 .bigText(question);
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
DNSQuestion.java 20 * A DNS question.
28 * Address question.
52 * Address question.
76 * Host Information question.
85 * Pointer question.
125 * Service question.
142 DNSQuestion question = new Pointer(this.getName(), DNSRecordType.TYPE_PTR, this.getRecordClass(), this.isUnique()); local
143 question.addAnswers(jmDNSImpl, answers);
159 * Text question.
180 * AllRecords question
203 DNSQuestion question = new Pointer(this.getName(), DNSRecordType.TYPE_PTR, this.getRecordClass(), this.isUnique()); local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGLexer.h 41 equal, question, // = ? enumerator in enum:llvm::tgtok::TokKind
TGLexer.cpp 109 case '?': return tgtok::question;
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-fml/1.0/
doxia-module-fml-1.0.jar 
  /external/mdnsresponder/mDNSCore/
uDNS.c 49 // question. Bit position is the index into the DNS server list. This is done so to try all
172 // This should never happen. Whenever we change DNS server, we change the ID on the question and hence
174 // penalize DNS server and no new servers to pick for the question and hence qDNSServer is NULL. If we
183 LogInfo("PenalizeDNSServer: Penalizing DNS server %#a:%d question (%##s) for question %p %##s (%s) SuppressUnusable %d",
202 LogInfo("PenalizeDNSServer: Not Penalizing PTR question");
206 LogInfo("PenalizeDNSServer: Penalizing question type %d", q->qtype);
226 q->ThisQInterval = 0; // Inactivate this question so that we dont bombard the network
237 // We want to try the next server immediately. As the question may already have backed off, reset
250 // We don't have any more DNS servers for this question. If some server in the list did not retur
    [all...]
  /external/llvm/lib/TableGen/
TGLexer.h 42 equal, question, // = ? enumerator in enum:llvm::tgtok::TokKind
  /system/netd/tests/dns_responder/
dns_responder.h 96 bool addAnswerRecords(const DNSQuestion& question,
  /device/generic/goldfish/vibrator/
qemu.c 350 extern int qemu_control_query( const char* question, int questionlen,
365 ret = qemu_fd_write( fd, question, questionlen );
  /prebuilts/jdk/jdk8/darwin-x86/sample/scripting/scriptpad/src/resources/
gui.js 220 * @param question question to be asked
224 function prompt(question, answer) {
229 result = JOptionPane.showInputDialog(window, question, answer);
  /prebuilts/jdk/jdk8/linux-x86/sample/scripting/scriptpad/src/resources/
gui.js 220 * @param question question to be asked
224 function prompt(question, answer) {
229 result = JOptionPane.showInputDialog(window, question, answer);
  /external/clang/lib/Lex/
PPExpressions.cpp 500 case tok::question: return 4;
552 else if (Operator == tok::question && LHS.Val == 0)
588 if (Operator == tok::question)
605 case tok::question: // No UAC for x and y in "x ? y : z".
742 case tok::question: {
747 PP.Diag(OpLoc, diag::note_matching) << tok::question; member in class:tok
846 if (EvaluateDirectiveSubExpr(ResVal, getPrecedence(tok::question),
  /external/adhd/scripts/
ini_editor.py 438 def prompt(question, binary_answer=True):
439 """Displays the question to the user and wait for input.
442 question: The question to be displayed to user.
446 containing user input to the question.
449 sys.stdout.write(question)
458 return prompt(question)
  /build/make/core/
install_jni_libs.mk 26 # in the compressed artifact, rather than as separate files on the partition in question.
  /external/mdnsresponder/mDNSShared/
dnssd_clientshim.c 369 mDNSlocal void FoundInstance(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord)
377 mDNS_DirectOP_Browse *x = (mDNS_DirectOP_Browse*)question->QuestionContext;
455 mDNSlocal void FoundServiceInfo(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord)
457 mDNS_DirectOP_Resolve *x = (mDNS_DirectOP_Resolve*)question->QuestionContext;
517 x->qSRV.ThisQInterval = -1; // So that DNSServiceResolveDispose() knows whether to cancel this question
537 x->qTXT.ThisQInterval = -1; // So that DNSServiceResolveDispose() knows whether to cancel this question
629 mDNSlocal void DNSServiceQueryRecordResponse(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord)
631 mDNS_DirectOP_QueryRecord *x = (mDNS_DirectOP_QueryRecord*)question->QuestionContext;
667 x->q.ThisQInterval = -1; // So that DNSServiceResolveDispose() knows whether to cancel this question
  /external/pdfium/fxjs/xfa/
cjx_hostpseudomodel.cpp 328 WideString question;
330 question = runtime->ToWideString(params[0]);
345 pNotify->GetAppProvider()->Response(question, title, defaultAnswer, mark);
  /external/libyuv/files/
setup_links.py 100 def query_yes_no(question, default=False):
101 """Ask a yes/no question via raw_input() and return their answer.
113 sys.stdout.write(question + prompt)

Completed in 479 milliseconds

12 3 4 5 6