HomeSort by relevance Sort by last modified time
    Searched defs:tokenValue (Results 1 - 13 of 13) 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;
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
MediaQueryParser.cpp 252 CSSParserString tokenValue;
253 tokenValue.init(token.value());
254 value.id = cssValueKeywordID(tokenValue);
  /external/chromium_org/third_party/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...]
  /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...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
parse.c 153 getToken(ParseState* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenumber, UErrorCode *status)
160 if (tokenValue != NULL)
162 *tokenValue = &state->lookahead[state->lookaheadPosition].value;
187 peekToken(ParseState* state, uint32_t lookaheadCount, struct UString **tokenValue, uint32_t *linenumber, struct UString *comment, UErrorCode *status)
202 if (tokenValue != NULL)
204 *tokenValue = &state->lookahead[i].value;
220 expect(ParseState* state, enum ETokenType expectedToken, struct UString **tokenValue, struct UString *comment, uint32_t *linenumber, UErrorCode *status)
224 enum ETokenType token = getToken(state, tokenValue, comment, &line, status);
249 struct UString *tokenValue;
253 expect(state, TOK_STRING, &tokenValue, comment, line, status)
    [all...]
  /external/icu/icu4c/source/tools/genrb/
parse.cpp 173 getToken(ParseState* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenumber, UErrorCode *status)
180 if (tokenValue != NULL)
182 *tokenValue = &state->lookahead[state->lookaheadPosition].value;
207 peekToken(ParseState* state, uint32_t lookaheadCount, struct UString **tokenValue, uint32_t *linenumber, struct UString *comment, UErrorCode *status)
222 if (tokenValue != NULL)
224 *tokenValue = &state->lookahead[i].value;
240 expect(ParseState* state, enum ETokenType expectedToken, struct UString **tokenValue, struct UString *comment, uint32_t *linenumber, UErrorCode *status)
244 enum ETokenType token = getToken(state, tokenValue, comment, &line, status);
269 struct UString *tokenValue;
273 expect(state, TOK_STRING, &tokenValue, comment, line, status)
    [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 
  /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 1775 milliseconds