Searched refs:tokenName (Results 1 – 3 of 3) sorted by relevance
/external/srec/srec/EventLog/include/ |
D | SR_EventLog.h | 57 #define SR_EventLogToken_BASIC(log, loglevel, tokenName, value) \ argument 59 log->token(log, tokenName, value) : ESR_SUCCESS ) \ 64 #define SR_EventLogTokenInt_BASIC(log, loglevel, tokenName, value) \ argument 66 log->tokenInt(log, tokenName, value) : ESR_SUCCESS ) \ 71 #define SR_EventLogTokenUint16_t_BASIC(log, loglevel, tokenName, value) \ argument 73 log->tokenUint16_t(log, tokenName, value) : ESR_SUCCESS ) \ 78 #define SR_EventLogTokenSize_t_BASIC(log, loglevel, tokenName, value) \ argument 80 log->tokenSize_t(log, tokenName, value) : ESR_SUCCESS ) \ 85 #define SR_EventLogTokenBool_BASIC(log, loglevel, tokenName, value) \ argument 87 log->tokenBool(log, tokenName, value) : ESR_SUCCESS ) \ [all …]
|
/external/srec/srec/Nametag/src/ |
D | NametagsImpl.c | 90 LCHAR tokenName[TOKEN_LENGTH]; in SR_NametagsLoadImpl() local 172 psprintf(tokenName, L("nametag[%s]"), id); in SR_NametagsLoadImpl() 173 CHKLOG(rc, SR_EventLogToken_BASIC(impl->eventLog, impl->logLevel, tokenName, value)); in SR_NametagsLoadImpl() 209 LCHAR tokenName[TOKEN_LENGTH]; in SR_NametagsSaveImpl() local 260 psprintf(tokenName, L("nametag[%s]"), id); in SR_NametagsSaveImpl() 261 CHKLOG(rc, SR_EventLogToken_BASIC(impl->eventLog, impl->logLevel, tokenName, nametag->value)); in SR_NametagsSaveImpl()
|
/external/skia/src/animator/ |
D | SkScript.cpp | 550 const char* tokenName = token.c_str(); in innerScript() 554 tokenInfo = SkDisplayType::GetMember(type, &tokenName); in innerScript()
|