HomeSort by relevance Sort by last modified time
    Searched full:msgtime (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
Replayer.java 132 final long msgTime = replayData.mTimes.get(i) + timeAdjustment;
133 handler.sendMessageAtTime(msg, msgTime);
135 Log.d(TAG, "queuing event at " + msgTime);
  /external/quake/quake/src/WinQuake/
render.h 47 double msgtime; // time of last update member in struct:entity_s
cl_parse.cpp 363 if (ent->msgtime != cl.mtime[1])
368 ent->msgtime = cl.mtime[0];
cl_main.cpp 491 if (ent->msgtime != cl.mtime[0])

Completed in 503 milliseconds