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

1 2

  /external/smack/src/org/xbill/DNS/
Section.java 13 /** The question (first) section */
14 public static final int QUESTION = 0;
44 sections.add(QUESTION, "qd");
49 longSections[QUESTION] = "QUESTIONS";
Message.java 77 * @param r A record containing the question
84 m.addRecord(r, Section.QUESTION);
250 * Returns the first record in the QUESTION section.
256 List l = sections[Section.QUESTION];
550 if (i == Section.QUESTION) {
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);
Update.java 32 addRecord(soa, Section.QUESTION);
Record.java 187 if (section == Section.QUESTION)
217 if (section == Section.QUESTION)
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");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkMessageBox.py 33 QUESTION = "question"
94 "Ask a question"
95 return _show(title, message, QUESTION, YESNO, **options)
99 s = _show(title, message, QUESTION, OKCANCEL, **options)
103 "Ask a question; return true if the answer is yes"
104 s = _show(title, message, QUESTION, YESNO, **options)
108 "Ask a question; return true if the answer is yes, None if cancelled."
109 s = _show(title, message, QUESTION, YESNOCANCEL, **options)
130 print "question", askquestion("Spam", "Question?"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkMessageBox.py 33 QUESTION = "question"
94 "Ask a question"
95 return _show(title, message, QUESTION, YESNO, **options)
99 s = _show(title, message, QUESTION, OKCANCEL, **options)
103 "Ask a question; return true if the answer is yes"
104 s = _show(title, message, QUESTION, YESNO, **options)
108 "Ask a question; return true if the answer is yes, None if cancelled."
109 s = _show(title, message, QUESTION, YESNOCANCEL, **options)
130 print "question", askquestion("Spam", "Question?"
    [all...]
  /external/nist-sip/java/gov/nist/core/
Separators.java 51 public static final String QUESTION = "?";
HostNameParser.java 225 int hostEnd = uriHeader.indexOf(Lexer.QUESTION);
GenericObjectList.java 76 protected static final String QUESTION = Separators.QUESTION;
GenericObject.java 63 protected static final String QUESTION = Separators.QUESTION;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
Tone.java 129 * Question tone.
131 QUESTION(0x33),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ExportScreenshotAction.java 63 MessageDialog.QUESTION, new String[] {
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLR.g 640 {if (LA(1)==OR||(LA(2)==QUESTION||LA(2)==PLUS||LA(2)==STAR)) prefixWithSynPred($a1.tree);}
644 {if (LA(1)==OR||(LA(2)==QUESTION||LA(2)==PLUS||LA(2)==STAR)) prefixWithSynPred($a2.tree);}
676 if ( LA(1)==OR || (LA(2)==QUESTION||LA(2)==PLUS||LA(2)==STAR) )
682 if (LA(1)==OR||(LA(2)==QUESTION||LA(2)==PLUS||LA(2)==STAR))
782 ( QUESTION
874 ( QUESTION
966 ( QUESTION
1098 QUESTION : '?' ;
  /external/chromium_org/third_party/angle/src/compiler/
glslang_tab.h 149 QUESTION = 349
glslang.l 247 "?" { return QUESTION; }
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 205 public static final int QUESTION = (int) '?';
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
SupportLibraryHelper.java 107 MessageDialog.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...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Helpers.java 644 final char QUESTION = 0x3F;
663 ch == QUESTION ||
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
CreateAssetSetWizard.java 114 MessageDialog.QUESTION, new String[] {
  /external/qemu/android/skin/
keyset.c 117 _KEYSYM1_(QUESTION) \
  /external/openssh/openbsd-compat/
glob.c 86 #define QUESTION '?'
512 case QUESTION:

Completed in 972 milliseconds

1 2