Searched defs:tokenName (Results 1 - 13 of 13) sorted by relevance

/external/srec/srec/Nametag/src/
H A DNametagsImpl.c90 LCHAR tokenName[TOKEN_LENGTH]; local
172 psprintf(tokenName, L("nametag[%s]"), id);
173 CHKLOG(rc, SR_EventLogToken_BASIC(impl->eventLog, impl->logLevel, tokenName, value));
209 LCHAR tokenName[TOKEN_LENGTH]; local
260 psprintf(tokenName, L("nametag[%s]"), id);
261 CHKLOG(rc, SR_EventLogToken_BASIC(impl->eventLog, impl->logLevel, tokenName, nametag->value));
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeWizard.cs192 public virtual int GetTokenType(string tokenName) { argument
198 if (tokenNameToTypeMap.TryGetValue(tokenName, out value))
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreeWizard.java156 public int getTokenType(String tokenName) { argument
160 Integer ttypeI = (Integer)tokenNameToTypeMap.get(tokenName);
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
H A Djson_reader.cpp474 Token tokenName; local
477 while ( readToken( tokenName ) )
480 while ( tokenName.type_ == tokenComment && initialTokenOk )
481 initialTokenOk = readToken( tokenName );
484 if ( tokenName.type_ == tokenObjectEnd && name.empty() ) // empty object
486 if ( tokenName.type_ != tokenString )
490 if ( !decodeString( tokenName, name ) )
525 tokenName,
/external/chromium_org/third_party/skia/src/animator/
H A DSkScript.cpp543 const char* tokenName = token.c_str(); local
547 tokenInfo = SkDisplayType::GetMember(type, &tokenName);
/external/jsoncpp/src/lib_json/
H A Djson_reader.cpp472 Token tokenName; local
475 while ( readToken( tokenName ) )
478 while ( tokenName.type_ == tokenComment && initialTokenOk )
479 initialTokenOk = readToken( tokenName );
482 if ( tokenName.type_ == tokenObjectEnd && name.empty() ) // empty object
484 if ( tokenName.type_ != tokenString )
488 if ( !decodeString( tokenName, name ) )
523 tokenName,
/external/skia/src/animator/
H A DSkScript.cpp543 const char* tokenName = token.c_str(); local
547 tokenInfo = SkDisplayType::GetMember(type, &tokenName);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammar.java2077 public int getTokenType(String tokenName) { argument
2079 if ( tokenName.charAt(0)=='\'') {
2080 I = (Integer)composite.stringLiteralToTypeMap.get(tokenName);
2083 I = (Integer)composite.tokenIDToTypeMap.get(tokenName);
2086 //System.out.println("grammar type "+type+" "+tokenName+"->"+i);
2413 String tokenName = null;
2423 tokenName = (String)composite.typeToTokenList.get(Label.NUM_FAUX_LABELS+ttype);
2431 tokenName = (String)composite.typeToTokenList.get(index);
2432 if ( tokenName!=null &&
2433 tokenName
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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 ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 7034 milliseconds