Searched defs:eventLog (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/resources/ntp4/
H A Dlogging.js11 var eventLog = []; variable
23 eventLog.push([name, Date.now()]);
/external/srec/srec/Nametag/include/
H A DSR_NametagsImpl.h48 SR_EventLog* eventLog; member in struct:SR_NametagsImpl_t
/external/srec/srec/Grammar/include/
H A DSR_GrammarImpl.h100 SR_EventLog* eventLog; member in struct:SR_GrammarImpl_t
/external/srec/srec/Session/src/
H A DSR_Session.c34 SR_EventLog* eventLog = NULL; local
40 CHKLOG(rc, SR_EventLogCreate(&eventLog));
72 SR_EventLog* eventLog = NULL; local
74 ESR_SessionGetProperty(L("eventlog"), (void **)&eventLog, TYPES_SR_EVENTLOG);
75 if (eventLog != NULL)
77 CHKLOG(rc, eventLog->destroy(eventLog));
/external/srec/srec/AcousticModels/src/
H A DAcousticModelsImpl.c218 SR_EventLog* eventLog; local
225 rc = ESR_SessionGetProperty(L("eventlog"), (void **)&eventLog, TYPES_SR_EVENTLOG);
231 if (eventLog)
241 rc = SR_EventLogTokenSize_t(eventLog, L("VER"), ver);
242 rc = SR_EventLogEvent(eventLog, L("ESRarbd"));
/external/srec/srec/EventLog/src/
H A DEventLogImpl.c100 SR_EventLog* eventLog = (SR_EventLog*) data; local
110 CHKLOG(rc, SR_EventLogTokenInt(eventLog, name, *((int*) newValue)));
113 CHKLOG(rc, SR_EventLogTokenUint16_t(eventLog, name, *((asr_uint16_t*) newValue)));
116 CHKLOG(rc, SR_EventLogTokenSize_t(eventLog, name, *((size_t*) newValue)));
119 CHKLOG(rc, SR_EventLogTokenBool(eventLog, name, *((ESR_BOOL*) newValue)));
122 CHKLOG(rc, SR_EventLogTokenFloat(eventLog, name, *((float*) newValue)));
125 CHKLOG(rc, SR_EventLogToken(eventLog, name, (LCHAR*) newValue));
131 CHKLOG(rc, SR_EventLogTokenInt(eventLog, name, len));
137 CHKLOG(rc, SR_EventLogTokenInt(eventLog, lValue, iValue));
/external/srec/srec/Recognizer/include/
H A DSR_RecognizerImpl.h276 SR_EventLog* eventLog; member in struct:SR_RecognizerImpl_t

Completed in 121 milliseconds