Searched defs:time (Results 101 - 125 of 1391) sorted by last modified time

1234567891011>>

/external/smack/src/org/jivesoftware/smackx/workgroup/
H A DQueueUser.java42 * @param time the estimate of how much longer the customer will be in the queue in seconds
45 public QueueUser (String uid, int position, int time, Date joinedAt) { argument
50 this.estimatedTime = time;
63 * this instance embodies is only a time update instead
70 * @return the estimated time remaining of the customer in the queue in seconds, or -1 if
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_data.h71 EAS_U32 time; member in struct:s_eas_stream_tag
H A Deas_imaadpcm.c52 static EAS_RESULT IMADecoderLocate (EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState, EAS_I32 time);
280 static EAS_RESULT IMADecoderLocate (EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState, EAS_I32 time) argument
287 /* no need to calculate if time is zero */
288 if (time == 0)
306 secs = time / 1000;
307 msecs = time - (secs * 1000);
317 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x2380b977, 0x00000006 , time, temp);
H A Deas_imelodydata.h53 EAS_I32 time; /* current time in 256ths of a msec */ member in struct:__anon30864
H A Deas_miditypes.h82 EAS_U32 ticks; /* time of next event in stream */
107 EAS_I32 time; /* current time in milliseconds/256 */ member in struct:s_smf_data_tag
116 #define SMF_FLAGS_HAS_TIME_SIG 0x02 /* time signature encountered at time 0 */
117 #define SMF_FLAGS_HAS_TEMPO 0x04 /* tempo encountered at time 0 */
118 #define SMF_FLAGS_HAS_GM_ON 0x08 /* GM System On encountered at time 0 */
H A Deas_otadata.h61 EAS_I32 time; /* current time in 256ths of a msec */ member in struct:__anon30867
H A Deas_pcm.c47 static EAS_RESULT LinearPCMLocate (EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState, EAS_I32 time);
493 * time - media time in milliseconds
496 EAS_RESULT EAS_PELocate (S_EAS_DATA *pEASData, EAS_PCM_HANDLE pState, EAS_I32 time) argument
501 return pState->pDecoder->pfLocate(pEASData, pState, time);
1354 static EAS_RESULT LinearPCMLocate (EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState, EAS_I32 time) argument
1370 secs = time / 1000;
1371 msecs = time - (secs * 1000);
1423 * but there isn't time at the moment to re-factor all the
H A Deas_pcmdata.h81 EAS_I32 time; /* media time */ member in struct:s_pcm_state_tag
136 EAS_RESULT (* EAS_CONST pfLocate)(EAS_DATA_HANDLE pEASData, S_PCM_STATE *pState, EAS_I32 time);
H A Deas_public.c322 pStream->time = 0;
890 /* if we haven't finished parsing from last time, do it now */
928 if ((result = EAS_ParseEvents(pEASData, &pEASData->streams[streamNum], pEASData->streams[streamNum].time + pEASData->streams[streamNum].frameLength, eParserModePlay)) != EAS_SUCCESS)
961 pEASData->streams[streamNum].time = 0;
1047 /* advance render time */
1063 /* if max render time, record the number of voices and time */
1216 * Parse events in the current streams until the desired time is reached.
1220 * endTime - stop parsing if this time is reached
1235 EAS_U32 time local
[all...]
H A Deas_rtttldata.h55 EAS_I32 time; /* current time in 256ths of a msec */ member in struct:__anon30877
/external/skia/debugger/QT/
H A DSkDebuggerGUI.cpp159 // to time individual commands. The offsets are needed to map SkPicture
198 double time(int index) const { return fTimes[index] / fTot; } function in class:SkTimedPicturePlayback
207 SkTDArray<double> fTimes; // sum of time consumed for each command
208 SkTDArray<double> fTypeTimes; // sum of time consumed for each type of command (e.g., drawPath)
244 double time = fTimer.endWall(); variable
246 double time = fTimer.endCpu();
252 fTimes[fCurCommand] += time;
253 fTypeTimes[fCurType] += time;
254 fTot += time;
293 // return the fraction of the total time thi
294 double time(int index) const { return ((SkTimedPicturePlayback*) fPlayback)->time(index); } function in class:SkTimedPicture
[all...]
H A DSkListWidget.cpp69 float time = index.data(Qt::UserRole + 4).toFloat(); local
71 drawTime.setNum(time, 'f', 2);
96 if (time >= 0.0) {
99 // don't need time offset
110 if (time >= 0.0) {
111 // Draw time
/external/skia/experimental/benchtools/
H A Dgreenify.py26 import time namespace
158 ts_str = '%s' % time.time()
H A Drebase.py25 import time namespace
213 ts_str = '%s' % time.time()
/external/skia/gm/rebaseline_server/
H A Dcompare_configs.py18 import time namespace
52 time_start = int(time.time())
61 self._timestamp = int(time.time())
H A Dcompare_rendered_pictures.py16 import time namespace
57 time_start = int(time.time())
64 self._timestamp = int(time.time())
H A Dcompare_to_expectations.py20 import time namespace
72 time_start = int(time.time())
87 self._timestamp = int(time.time())
H A Dserver.py25 import time namespace
261 the same time.
380 time.sleep(reload_seconds)
463 now = int(time.time())
635 # actual results as of a specific point in time. We should add similar
/external/skia/platform_tools/android/bin/
H A Ddownload_utils.py18 import time namespace
128 # Check if the stampfile is older than the minimum last mod time
170 time.sleep(pow(2, count))
/external/regex-re2/lib/codereview/
H A Dcodereview.py59 import time namespace
158 # print >>sys.stderr, "\t", time.asctime(), s
166 # pause a reasonable amount of time before
169 time.sleep(30)
173 time.sleep(15 - time.time() % 15)
179 print >>sys.stderr, time.asctime(), s
1460 When it comes time to tag the release, record the
2227 # Only initialize the first time
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DDoorAnimationComponent.java141 TimeSystem time = sSystemRegistry.timeSystem;
142 final float gameTime = time.getGameTime();
191 public void setStayOpenTime(float time) { argument
192 mStayOpenTime = time;
H A DEventReporter.java19 public float time; field in class:EventReporter.Event
55 public void addEvent(int eventType, float x, float y, float time, String level, int version, long session) { argument
59 event.time = time;
90 + "&time=" + event.time
H A DHitReactionComponent.java105 TimeSystem time = sSystemRegistry.timeSystem;
106 time.freeze(mPauseOnAttackTime);
150 final TimeSystem time = sSystemRegistry.timeSystem;
151 final float gameTime = time.getGameTime();
248 TimeSystem time = sSystemRegistry.timeSystem;
250 final float gameTime = time.getGameTime();
253 if (time.getGameTime() > mLastHitTime + mInvincibleTime) {
281 public void setInvincibleTime(float time) { argument
282 mInvincibleAfterHitTime = time;
H A DInputTouchScreen.java41 public boolean getTriggered(int index, float time) { argument
44 triggered = mTouchPoints[index].getTriggered(time);
80 float time = 0.0f;
82 time = mTouchPoints[index].getLastPressedTime();
84 return time;
H A DInputXY.java45 public boolean getTriggered(float time) { argument
46 return mXAxis.getTriggered(time) || mYAxis.getTriggered(time);

Completed in 392 milliseconds

1234567891011>>