HomeSort by relevance Sort by last modified time
    Searched refs:addKeyword (Results 1 - 7 of 7) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/parser/
Lexer.java 99 addKeyword(TokenNames.REGISTER, TokenTypes.REGISTER);
100 addKeyword(TokenNames.ACK, TokenTypes.ACK);
101 addKeyword(TokenNames.OPTIONS, TokenTypes.OPTIONS);
102 addKeyword(TokenNames.BYE, TokenTypes.BYE);
103 addKeyword(TokenNames.INVITE, TokenTypes.INVITE);
104 addKeyword(TokenNames.SIP.toUpperCase(), TokenTypes.SIP);
105 addKeyword(TokenNames.SIPS.toUpperCase(), TokenTypes.SIPS);
106 addKeyword(TokenNames.SUBSCRIBE, TokenTypes.SUBSCRIBE);
107 addKeyword(TokenNames.NOTIFY, TokenTypes.NOTIFY);
108 addKeyword(TokenNames.MESSAGE, TokenTypes.MESSAGE)
    [all...]
  /external/nist-sip/java/gov/nist/core/
LexerCore.java 96 protected void addKeyword(String name, int value) {
97 // System.out.println("addKeyword " + name + " value = " + value);
  /external/icu/icu4c/source/common/
uloc.cpp 620 * Both addKeyword and addValue must already be in canonical form.
621 * Either both addKeyword and addValue are NULL, or neither is NULL.
623 * If addKeyword is not NULL is must have length small enough to fit in KeywordStruct.keyword.
631 const char* addKeyword,
731 /* Handle addKeyword/addValue. */
732 if (addKeyword != NULL) {
736 overrides addKeyword. */
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 

Completed in 269 milliseconds