Searched defs:tokenValue (Results 1 - 16 of 16) sorted by relevance

/external/nist-sip/java/gov/nist/core/
H A DToken.java38 protected String tokenValue; field in class:Token
41 return this.tokenValue;
47 return "tokenValue = " + tokenValue + "/tokenType = " + tokenType;
/external/skia/src/animator/
H A DSkScript.cpp550 SkScriptValue tokenValue; local
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; local
573 success = innerScript(&script, &tokenValue); // terminate and return on comma, close brace
580 if (tokenValue
[all...]
H A DSkScriptTokenizer.cpp489 SkScriptValue2 tokenValue; local
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;
/external/icu/icu4c/source/tools/genrb/
H A Dparse.cpp181 getToken(ParseState* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenumber, UErrorCode *status) argument
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) argument
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) argument
252 enum ETokenType token = getToken(state, tokenValue, comment, &line, status);
277 struct UString *tokenValue; local
281 expect(state, TOK_STRING, &tokenValue, commen
311 struct UString *tokenValue; local
455 struct UString *tokenValue; local
534 struct UString *tokenValue; local
594 struct UString *tokenValue; local
629 struct UString *tokenValue; local
816 struct UString *tokenValue; local
1044 struct UString *tokenValue; local
1172 struct UString *tokenValue=NULL; local
1280 struct UString *tokenValue; local
1795 struct UString *tokenValue; local
1841 struct UString *tokenValue; local
1968 struct UString *tokenValue; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/testng/ant/
H A Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 1520 milliseconds