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

12

  /external/clang/lib/Lex/
PPExpressions.cpp 437 case tok::question: return 4;
481 else if (Operator == tok::question && LHS.Val == 0)
518 if (Operator == tok::question)
535 case tok::question: // No UAC for x and y in "x ? y : z".
675 case tok::question: {
779 if (EvaluateDirectiveSubExpr(ResVal, getPrecedence(tok::question),
Lexer.cpp     [all...]
  /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/smack/src/org/xbill/DNS/
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/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...]
DNSCommon.c     [all...]
DNSCommon.h 242 DNSQuestion *question);
  /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/clang/lib/Format/
TokenAnnotator.cpp 114 tok::pipepipe, tok::ampamp, tok::question,
402 case tok::question:
703 tok::question, tok::colon, tok::kw_return,
    [all...]
Format.cpp 534 Current.isOneOf(tok::period, tok::arrow, tok::question))) {
565 if (Current.is(tok::question))
673 if (Current.is(tok::question))
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
DNSIncoming.java 497 for (DNSQuestion question : _questions) {
499 buf.append(question);
JmDNSImpl.java     [all...]
  /external/webkit/Source/WebKit/chromium/tests/
KURLTest.cpp 427 // Set with something that begins in a question mark.
428 const char question[] = "?foo=bar"; local
429 kurl.setQuery(question);
433 // Set with something that doesn't begin in a question mark.
  /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/e2fsprogs/e2fsck/
problem.c 400 /* Block group checksum (latch question) is invalid. */
486 /* Inode has illegal blocks (latch question) */
501 /* Bad block inode has illegal blocks (latch question) */
683 list (latch question) */
743 /* Inode too big (latch question) */
    [all...]
  /external/v8/test/mjsunit/
const-redecl.js 225 // the values of the var/const in question.
unicode-test.js     [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 131 {args} question = '?';
516 | {exists} question value // ?x.y
  /external/grub/stage2/
builtins.c     [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 
  /external/llvm/lib/TableGen/
TGParser.cpp     [all...]
  /external/ceres-solver/docs/
solving.tex 301 This still leaves open the question of solving~\eqref{eq:schur}. The
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 1355 milliseconds

12