HomeSort by relevance Sort by last modified time
    Searched defs:question (Results 1 - 24 of 24) sorted by null

  /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
dns_response.cc 174 // Match question count.
178 // Match the question section.
180 const base::StringPiece question = query.question(); local
181 if (question != base::StringPiece(io_buffer_->data() + hdr_size,
182 question.size())) {
189 hdr_size + question.size());
  /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...]
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);
  /external/e2fsprogs/e2fsck/
problemP.h 22 problem_t question; member in struct:latch_descr
35 #define PR_AFTER_CODE 0x002000 /* After asking the first question, */
  /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);
  /external/smack/src/org/jivesoftware/smackx/workgroup/ext/history/
AgentChatSession.java 33 public String question; field in class:AgentChatSession
35 public AgentChatSession(Date date, long duration, String visitorsName, String visitorsEmail, String sessionID, String question) {
41 this.question = question;
84 public void setQuestion(String question){
85 this.question = question;
89 return question;
AgentChatHistory.java 124 String question = null; local
145 else if ((eventType == XmlPullParser.START_TAG) && ("question".equals(parser.getName()))) {
146 question = parser.nextText();
152 return new AgentChatSession(date, duration, visitorsName, visitorsEmail, sessionID, question);
  /external/smack/src/org/jivesoftware/smackx/workgroup/packet/
AgentStatus.java 121 private String question; field in class:AgentStatus.ChatInfo
123 public ChatInfo(String sessionID, String userID, Date date, String email, String username, String question) {
129 this.question = question;
182 * Returns the question the user asked.
184 * @return the question the user asked, if any.
187 return question;
209 if (question != null) {
210 buf.append(" question=\"").append(question).append("\"");
261 String question = parser.getAttributeValue("", "question"); local
    [all...]
  /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/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/srec/srec/include/
hmm_desc.h 82 question; typedef in typeref:struct:__anon28292
  /external/llvm/lib/TableGen/
TGLexer.h 42 equal, question, // = ? enumerator in enum:llvm::tgtok::TokKind
  /external/smack/src/org/xbill/DNS/
SimpleResolver.java 234 Record question = query.getQuestion(); local
235 if (question != null && question.getType() == Type.AXFR)
314 Record question = query.getQuestion(); local
316 if (question != null)
317 qname = question.getName().toString();
344 response.addRecord(query.getQuestion(), Section.QUESTION);
Cache.java 595 Record question = in.getQuestion(); local
609 question == null)
612 qname = question.getName();
613 qtype = question.getType();
614 qclass = question.getDClass();
ZoneTransferIn.java 358 Record question = Record.newRecord(zname, qtype, dclass); local
362 query.addRecord(question, Section.QUESTION);
558 Record question = response.getQuestion(); local
559 if (question != null && question.getType() != qtype) {
560 fail("invalid question section");
  /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...]
  /external/mdnsresponder/mDNSShared/
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...]
uds_daemon.c 2929 DNSQuestion *question = &request->u.queryrecord.q; local
2952 DNSQuestion *question = request->u.queryrecord.q2; local
    [all...]
  /external/mdnsresponder/mDNSCore/
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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.security_1.0.200.v20100503.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 876 milliseconds