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

12 3

  /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...]
mDNSEmbeddedAPI.h 141 kDNSQClass_UnicastResponse = 0x8000 // Top bit set in a question means "unicast response acceptable"
405 // them to hang around for too long in the cache if the host in question crashes or otherwise goes away.
484 DNSQuestion *question; // For queries member in struct:tcpInfo_t
1641 DNSQuestion question; \/\/ Storage for any active question member in struct:ZoneData_struct
    [all...]
DNSCommon.c     [all...]
DNSCommon.h 242 DNSQuestion *question);
  /external/chromium_org/net/dns/
dns_query.cc 17 // DNS query consists of a 12-byte header followed by a question section.
20 // the QDCOUNT to 1, meaning the question section has a single entry.
35 // Write question section after the header.
68 base::StringPiece DnsQuery::question() const { function in class:net::DnsQuery
  /external/chromium_org/tools/android/fake_dns/
fake_dns.cc 31 // Mininum request size: 1 question containing 1 QNAME, 1 TYPE and 1 CLASS.
76 uint16 qtype, const char* question, size_t question_length) {
93 // Size of the whole response which contains the header, the question and
108 // Repeat the question in the response. Some clients (e.g. ping) needs this.
109 writer.WriteBytes(question, question_length);
  /hardware/libhardware_legacy/qemu/
qemu.c 350 extern int qemu_control_query( const char* question, int questionlen,
365 ret = qemu_fd_write( fd, question, questionlen );
  /external/smack/src/org/xbill/DNS/
Cache.java 595 Record question = in.getQuestion(); local
609 question == null)
612 qname = question.getName();
613 qtype = question.getType();
614 qclass = question.getDClass();
Lookup.java 463 Record question = Record.newRecord(current, type, dclass);
464 Message query = Message.newQuery(question);
487 // The answer doesn't match the question. That's not good.
  /external/chromium_org/google_apis/gaia/
oauth_request_signer.cc 383 std::string::size_type question = spec.find("?"); local
384 if (question != std::string::npos)
385 url_without_parameters = spec.substr(0,question);
  /external/llvm/lib/TableGen/
TGLexer.cpp 114 case '?': return tgtok::question;
  /external/qemu/
curses_keys.h 279 { "question", 0x03f },
  /external/clang/lib/Lex/
PPExpressions.cpp 442 case tok::question: return 4;
486 else if (Operator == tok::question && LHS.Val == 0)
523 if (Operator == tok::question)
540 case tok::question: // No UAC for x and y in "x ? y : z".
680 case tok::question: {
784 if (EvaluateDirectiveSubExpr(ResVal, getPrecedence(tok::question),
  /external/mdnsresponder/mDNSShared/
dnssd_clientshim.c 354 mDNSlocal void FoundInstance(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord)
362 mDNS_DirectOP_Browse *x = (mDNS_DirectOP_Browse*)question->QuestionContext;
440 mDNSlocal void FoundServiceInfo(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord)
442 mDNS_DirectOP_Resolve *x = (mDNS_DirectOP_Resolve*)question->QuestionContext;
502 x->qSRV.ThisQInterval = -1; // So that DNSServiceResolveDispose() knows whether to cancel this question
522 x->qTXT.ThisQInterval = -1; // So that DNSServiceResolveDispose() knows whether to cancel this question
614 mDNSlocal void DNSServiceQueryRecordResponse(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord)
616 mDNS_DirectOP_QueryRecord *x = (mDNS_DirectOP_QueryRecord*)question->QuestionContext;
652 x->q.ThisQInterval = -1; // So that DNSServiceResolveDispose() knows whether to cancel this question
dnsextd.c 647 DNSQuestion question; local
651 ptr = getQuestion( &pkt->msg, ptr, ( ( mDNSu8* ) &pkt->msg ) + pkt->len, NULL, &question );
653 AppendDomainName( &zname, &question.qname );
655 exception = ( ( question.qtype == kDNSType_SOA ) || ( question.qtype == kDNSType_NS ) || ( ( question.qtype == kDNSType_SRV ) && IsPublicSRV( self, &question ) ) );
659 DNSQuestion question; local
661 // It's an update. The format of the zone section is the same as the format for the question section
662 // according to RFC 2136, so we'll just treat this as a question so we can get at the zone
    [all...]
  /external/clang/lib/Format/
TokenAnnotator.cpp 54 tok::question, tok::colon))
397 case tok::question:
767 tok::question, tok::colon, tok::kw_return,
909 if (!Current || !Current->is(tok::question))
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 362 def YesNo(title, question, default):
363 """ Simple Yes/No question box """
364 dlg = wx.MessageDialog(None, question, title, wx.YES_NO | wx.ICON_QUESTION)
372 def YesNoCancel(title, question, default):
373 """ Simple Yes/No question box """
374 dlg = wx.MessageDialog(None, question, title, wx.YES_NO | wx.CANCEL | wx.ICON_QUESTION)
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/
info.js 136 * Load the image in question and display it, along with its metadata.
  /external/chromium_org/third_party/WebKit/Source/weborigin/
KURLTest.cpp 434 // Set with something that begins in a question mark.
435 const char question[] = "?foo=bar"; local
436 kurl.setQuery(question);
440 // Set with something that doesn't begin in a question mark.
  /external/jmdns/src/javax/jmdns/impl/
DNSIncoming.java 497 for (DNSQuestion question : _questions) {
499 buf.append(question);
JmDNSImpl.java     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
text_file.py 23 report physical line number, even if the logical line in question
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
text_file.py 23 report physical line number, even if the logical line in question
  /external/chromium_org/third_party/icu/source/test/intltest/
wbnf.cpp 784 enum TokenType {STRING, VAR, NUMBER, STREAM_END, ERROR, QUESTION, STAR, PLUS, LBRACE, RBRACE, LPAR, RPAR, SEMI, EQ, COMMA, BAR, AT, WAVE, PERCENT};
830 case '?' : tokenType = QUESTION; break;
977 UBool question = FALSE; local
979 case QUESTION:
980 match(QUESTION);
984 question = TRUE;
1055 // for the strange question mark
1056 if (question && weights.content_size() > 0){
    [all...]
  /external/icu4c/test/intltest/
wbnf.cpp 784 enum TokenType {STRING, VAR, NUMBER, STREAM_END, ERROR, QUESTION, STAR, PLUS, LBRACE, RBRACE, LPAR, RPAR, SEMI, EQ, COMMA, BAR, AT, WAVE, PERCENT};
830 case '?' : tokenType = QUESTION; break;
977 UBool question = FALSE; local
979 case QUESTION:
980 match(QUESTION);
984 question = TRUE;
1055 // for the strange question mark
1056 if (question && weights.content_size() > 0){
    [all...]

Completed in 2047 milliseconds

12 3