HomeSort by relevance Sort by last modified time
    Searched refs:tokenValue (Results 1 - 12 of 12) 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/chromium_org/third_party/WebKit/Source/devtools/front_end/
ScriptFormatterWorker.js 90 var tokenValue = line.substring(column, newColumn);
92 previousIdentifier = tokenValue;
93 if (tokenValue && previousToken === "function") {
95 currentFunction = { line: i, column: column, name: tokenValue };
100 if (tokenValue === "function") {
109 } else if (tokenValue === "." && previousTokenType === "javascript-ident")
111 else if (tokenValue === "(" && addedFunction)
113 if (isReadingArguments && tokenValue)
114 argumentsText += tokenValue;
116 if (tokenValue === ")" && isReadingArguments)
    [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/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...]
  /frameworks/base/services/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 

Completed in 515 milliseconds