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

  /external/nist-sip/java/gov/nist/core/
Token.java 38 protected String tokenValue;
41 return this.tokenValue;
47 return "tokenValue = " + tokenValue + "/tokenType = " + tokenType;
ParserCore.java 74 str = value.tokenValue;
82 NameValue nv = new NameValue(name.tokenValue,str,isFlag);
87 return new NameValue(name.tokenValue,"",true);
90 return new NameValue(name.tokenValue,null,false);
  /external/icu/icu4c/source/tools/genrb/
parse.cpp 181 getToken(ParseState* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenumber, UErrorCode *status)
188 if (tokenValue != NULL)
190 *tokenValue = &state->lookahead[state->lookaheadPosition].value;
215 peekToken(ParseState* state, uint32_t lookaheadCount, struct UString **tokenValue, uint32_t *linenumber, struct UString *comment, UErrorCode *status)
230 if (tokenValue != NULL)
232 *tokenValue = &state->lookahead[i].value;
248 expect(ParseState* state, enum ETokenType expectedToken, struct UString **tokenValue, struct UString *comment, uint32_t *linenumber, UErrorCode *status)
252 enum ETokenType token = getToken(state, tokenValue, comment, &line, status);
277 struct UString *tokenValue;
281 expect(state, TOK_STRING, &tokenValue, comment, line, status)
    [all...]
  /external/skia/src/animator/
SkScript.cpp 550 SkScriptValue tokenValue;
551 success = innerScript(&script, &tokenValue); // terminate and return on comma, close brace
554 if (tokenValue.fType == SkType_Displayable) {
556 fDisplayable->setReference(tokenInfo, tokenValue.fOperand.fDisplayable);
558 if (tokenValue.fType != tokenInfo->getType()) {
559 if (convertTo(tokenInfo->getType(), &tokenValue) == false)
564 tokenInfo->getType(), tokenValue);
572 SkScriptValue tokenValue;
573 success = innerScript(&script, &tokenValue); // terminate and return on comma, close brace
580 if (tokenValue.fType == SkType_Structure)
    [all...]
SkScriptTokenizer.cpp 489 SkScriptValue2 tokenValue;
490 success = innerScript(&script, &tokenValue); // terminate and return on comma, close brace
498 value->fOperand.fArray->setType(type = tokenValue.fType);
502 if (tokenValue.fType != type)
503 convertTo(type, &tokenValue);
504 *value->fOperand.fArray->append() = tokenValue.fOperand;
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/auth/google-auth-library-oauth2-http/0.3.0/
google-auth-library-oauth2-http-0.3.0.jar 
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /external/testng/ant/
ivy-2.1.0.jar 
  /development/tools/checkstyle/
checkstyle.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 

Completed in 1597 milliseconds