HomeSort by relevance Sort by last modified time
    Searched defs:tokenValue (Results 1 - 9 of 9) 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/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/icu4c/tools/genrb/
parse.cpp 151 getToken(ParseState* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenumber, UErrorCode *status)
158 if (tokenValue != NULL)
160 *tokenValue = &state->lookahead[state->lookaheadPosition].value;
185 peekToken(ParseState* state, uint32_t lookaheadCount, struct UString **tokenValue, uint32_t *linenumber, struct UString *comment, UErrorCode *status)
200 if (tokenValue != NULL)
202 *tokenValue = &state->lookahead[i].value;
218 expect(ParseState* state, enum ETokenType expectedToken, struct UString **tokenValue, struct UString *comment, uint32_t *linenumber, UErrorCode *status)
222 enum ETokenType token = getToken(state, tokenValue, comment, &line, status);
247 struct UString *tokenValue;
251 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 

Completed in 424 milliseconds