HomeSort by relevance Sort by last modified time
    Searched refs:tokenName (Results 1 - 10 of 10) sorted by null

  /external/srec/srec/EventLog/include/
SR_EventLog.h 57 #define SR_EventLogToken_BASIC(log, loglevel, tokenName, value) \
59 log->token(log, tokenName, value) : ESR_SUCCESS ) \
64 #define SR_EventLogTokenInt_BASIC(log, loglevel, tokenName, value) \
66 log->tokenInt(log, tokenName, value) : ESR_SUCCESS ) \
71 #define SR_EventLogTokenUint16_t_BASIC(log, loglevel, tokenName, value) \
73 log->tokenUint16_t(log, tokenName, value) : ESR_SUCCESS ) \
78 #define SR_EventLogTokenSize_t_BASIC(log, loglevel, tokenName, value) \
80 log->tokenSize_t(log, tokenName, value) : ESR_SUCCESS ) \
85 #define SR_EventLogTokenBool_BASIC(log, loglevel, tokenName, value) \
87 log->tokenBool(log, tokenName, value) : ESR_SUCCESS )
    [all...]
  /external/antlr/src/org/antlr/runtime/
BaseRecognizer.java 223 String tokenName="<unknown>";
225 tokenName = "EOF";
228 tokenName = tokenNames[ute.expecting];
231 " expecting "+tokenName;
235 String tokenName="<unknown>";
237 tokenName = "EOF";
240 tokenName = tokenNames[mte.expecting];
242 msg = "missing "+tokenName+" at "+getTokenErrorDisplay(e.token);
246 String tokenName="<unknown>";
248 tokenName = "EOF"
    [all...]
  /system/media/mca/filterfw/java/android/filterfw/io/
PatternScanner.java 70 public String eat(Pattern pattern, String tokenName) {
73 throw new RuntimeException(unexpectedTokenMessage(tokenName));
109 public String unexpectedTokenMessage(String tokenName) {
112 tokenName + "!";
  /external/antlr/src/org/antlr/runtime/tree/
TreePatternParser.java 125 String tokenName = tokenizer.sval.toString();
127 if ( tokenName.equals("nil") ) {
130 String text = tokenName;
140 int treeNodeType = wizard.getTokenType(tokenName);
TreeWizard.java 69 /** When using %label:TOKENNAME in a tree for parse(), we must
156 public int getTokenType(String tokenName) {
160 Integer ttypeI = (Integer)tokenNameToTypeMap.get(tokenName);
  /external/srec/srec/Nametag/src/
NametagsImpl.c 90 LCHAR tokenName[TOKEN_LENGTH];
172 psprintf(tokenName, L("nametag[%s]"), id);
173 CHKLOG(rc, SR_EventLogToken_BASIC(impl->eventLog, impl->logLevel, tokenName, value));
209 LCHAR tokenName[TOKEN_LENGTH];
260 psprintf(tokenName, L("nametag[%s]"), id);
261 CHKLOG(rc, SR_EventLogToken_BASIC(impl->eventLog, impl->logLevel, tokenName, nametag->value));
  /external/skia/src/animator/
SkScript.cpp 550 const char* tokenName = token.c_str();
554 tokenInfo = SkDisplayType::GetMember(type, &tokenName);
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 230 milliseconds