HomeSort by relevance Sort by last modified time
    Searched defs:eventLog (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/resources/ntp4/
logging.js 11 var eventLog = [];
23 eventLog.push([name, Date.now()]);
  /external/srec/srec/Nametag/include/
SR_NametagsImpl.h 48 SR_EventLog* eventLog;
50 * Eventlog logging level.
  /external/srec/srec/Session/src/
SR_Session.c 34 SR_EventLog* eventLog = NULL;
40 CHKLOG(rc, SR_EventLogCreate(&eventLog));
72 SR_EventLog* eventLog = NULL;
74 ESR_SessionGetProperty(L("eventlog"), (void **)&eventLog, TYPES_SR_EVENTLOG);
75 if (eventLog != NULL)
77 CHKLOG(rc, eventLog->destroy(eventLog));
78 ESR_SessionRemoveProperty(L("eventlog")); /* failure is ok */
  /external/srec/srec/Grammar/include/
SR_GrammarImpl.h 100 SR_EventLog* eventLog;
  /external/srec/srec/AcousticModels/src/
AcousticModelsImpl.c 218 SR_EventLog* eventLog;
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/
EventLogImpl.c 100 SR_EventLog* eventLog = (SR_EventLog*) data;
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));
174 rc = ESR_SessionGetProperty(L("eventlog"), (void **)&any_existing_eventlog, TYPES_SR_EVENTLOG)
    [all...]
  /external/srec/srec/Recognizer/include/
SR_RecognizerImpl.h 274 * EventLog pointer
276 SR_EventLog* eventLog;
  /libcore/benchmarks/libs/
caliper.jar 

Completed in 95 milliseconds