Searched refs:QUESTION (Results 1 - 25 of 30) sorted by relevance

12

/external/smack/src/org/xbill/DNS/
H A DSection.java14 public static final int QUESTION = 0; field in class:Section
44 sections.add(QUESTION, "qd");
49 longSections[QUESTION] = "QUESTIONS";
H A DMessage.java84 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) {
H A DSimpleResolver.java344 response.addRecord(query.getQuestion(), Section.QUESTION);
H A DUpdate.java32 addRecord(soa, Section.QUESTION);
H A DRecord.java187 if (section == Section.QUESTION)
217 if (section == Section.QUESTION)
H A DZoneTransferIn.java362 query.addRecord(question, Section.QUESTION);
/external/nist-sip/java/gov/nist/core/
H A DSeparators.java51 public static final String QUESTION = "?"; field in interface:Separators
H A DHostNameParser.java225 int hostEnd = uriHeader.indexOf(Lexer.QUESTION);
H A DGenericObjectList.java76 protected static final String QUESTION = Separators.QUESTION; field in class:GenericObjectList
H A DGenericObject.java63 protected static final String QUESTION = Separators.QUESTION; field in class:GenericObject
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang_tab.h132 QUESTION = 348 enumerator in enum:yytokentype
226 #define QUESTION 348 macro
H A Dglslang_tab.cpp159 QUESTION = 348 enumerator in enum:yytokentype
253 #define QUESTION 348 macro
776 "AMPERSAND", "QUESTION", "$accept", "variable_identifier",
H A Dglslang.l234 "?" { return(QUESTION); }
H A Dglslang.y113 %token <lex> LEFT_ANGLE RIGHT_ANGLE VERTICAL_BAR CARET AMPERSAND QUESTION
893 | logical_or_expression QUESTION expression COLON assignment_expression {
H A Dglslang_lex.cpp1663 { return(QUESTION); }
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DANTLR.g640 {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/webkit/Source/JavaScriptCore/parser/
H A DJSParser.h82 QUESTION, enumerator in enum:JSC::JSTokenType
H A DLexer.cpp957 token = QUESTION;
H A DJSParser.cpp1627 if (!match(QUESTION))
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DTokenTypes.java205 public static final int QUESTION = (int) '?'; field in interface:TokenTypes
/external/icu4c/test/intltest/
H A Dwbnf.cpp784 enum TokenType {STRING, VAR, NUMBER, STREAM_END, ERROR, QUESTION, STAR, PLUS, LBRACE, RBRACE, LPAR, RPAR, SEMI, EQ, COMMA, BAR, AT, WAVE, PERCENT}; enumerator in enum:TokenType
830 case '?' : tokenType = QUESTION; break;
979 case QUESTION:
980 match(QUESTION);
1105 case QUESTION:
/external/qemu/android/skin/
H A Dkeyset.c117 _KEYSYM1_(QUESTION) \
/external/openssh/openbsd-compat/
H A Dglob.c86 #define QUESTION '?' macro
512 case QUESTION:
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DSipUri.java250 buffer.append(QUESTION);
/external/qemu/android/
H A Dhw-events.h261 KEY_CODE(QUESTION ,214) \

Completed in 541 milliseconds

12