HomeSort by relevance Sort by last modified time
    Searched refs:time2 (Results 1 - 25 of 33) sorted by null

1 2

  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationUtilsTest.java 91 long time2 = 0L; local
92 for (int i = 0; i < 1000 && time1 >= time2; i++) {
93 time2 = AnimationUtils.currentAnimationTimeMillis();
98 assertTrue(time2 > 0);
100 assertTrue(time2 > time1);
  /external/netperf/
netcpu_kstat.c 270 struct timeval time1, time2 ; local
293 gettimeofday (&time2, &tz);
295 if (time2.tv_usec < time1.tv_usec)
297 time2.tv_usec += 1000000;
298 time2.tv_sec -=1;
300 sec = time2.tv_sec - time1.tv_sec;
301 usec = time2.tv_usec - time1.tv_usec;
netcpu_perfstat.c 136 struct timeval time1, time2 ; local
194 gettimeofday (&time2, &tz);
196 if (time2.tv_usec < time1.tv_usec)
198 time2.tv_usec += 1000000;
199 time2.tv_sec -=1;
201 sec = time2.tv_sec - time1.tv_sec;
202 usec = time2.tv_usec - time1.tv_usec;
netcpu_pstat.c 121 struct timeval time1, time2; local
160 gettimeofday (&time2, &tz);
162 if (time2.tv_usec < time1.tv_usec)
164 time2.tv_usec += 1000000;
165 time2.tv_sec -=1;
167 sec = time2.tv_sec - time1.tv_sec;
168 usec = time2.tv_usec - time1.tv_usec;
netcpu_looper.c 506 struct timeval time1, time2 ;
522 gettimeofday (&time2, &tz);
524 if (time2.tv_usec < time1.tv_usec)
526 time2.tv_usec += 1000000;
527 time2.tv_sec -=1;
529 sec = time2.tv_sec - time1.tv_sec;
530 usec = time2.tv_usec - time1.tv_usec;
505 struct timeval time1, time2 ; local
netlib.c 205 struct timeval time1, time2; variable in typeref:struct:
    [all...]
  /external/valgrind/main/none/tests/s390x/
stcke.c 10 int time2; member in struct:stcke::reader
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
TimeZoneTest.java 84 long time2 = new GregorianCalendar(1998, Calendar.JUNE, 11) local
88 -(5 * ONE_HOUR), st1.getOffset(time2));
95 -(4 * ONE_HOUR), tz1.getOffset(time2));
102 (3 * ONE_HOUR), tz1.getOffset(time2));
  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.cpp 214 int64_t time2 = -1; local
226 time2 = timeUs;
229 time1 = time2 = -1;
235 return time2 - time1;
  /cts/tests/tests/media/src/android/media/cts/
EnvReverbTest.java 119 int time2 = mReverb.getDecayTime(); local
121 ((float)time2 > (float)(time / DELAY_TOLERANCE)) &&
122 ((float)time2 < (float)(time * DELAY_TOLERANCE)));
158 // int time2 = mReverb.getReverbDelay();
160 // ((float)time2 > (float)(time / DELAY_TOLERANCE)) &&
161 // ((float)time2 < (float)(time * DELAY_TOLERANCE)));
163 int time2 = mReverb.getReverbDelay(); local
192 // int time2 = mReverb.getReflectionsDelay();
194 // ((float)time2 > (float)(time / DELAY_TOLERANCE)) &&
195 // ((float)time2 < (float)(time * DELAY_TOLERANCE)))
    [all...]
AudioEffectTest.java 537 int time2 = mEffect.byteArrayToInt(value); local
539 ((float)time2 > (float)(time / DELAY_TOLERANCE)) &&
540 ((float)time2 < (float)(time * DELAY_TOLERANCE)));
636 int time2 = mEffect.byteArrayToInt(value); local
638 ((float)time2 > (float)(time / DELAY_TOLERANCE)) &&
639 ((float)time2 < (float)(time * DELAY_TOLERANCE)));
    [all...]
  /dalvik/tests/055-enum-performance/src/
Main.java 19 long time2 = System.nanoTime(); local
31 double msec2 = (time2 - time1) / (double) count2 / 1000000;
32 double msec3 = (time3 - time2) / (double) count3 / 1000000;
  /external/replicaisland/src/com/replica/replicaisland/
GameRenderer.java 237 long time2 = SystemClock.uptimeMillis(); local
238 mLastTime = time2;
241 mProfileSubmitTime += time2 - time;
  /external/quake/quake/src/WinQuake/
host.cpp 637 static double time2 = 0; local
705 time2 = Sys_FloatTime ();
722 pass2 = (int) ((time2 - time1)*1000);
723 pass3 = (int) ((time3 - time2)*1000);
733 double time1, time2; local
746 time2 = Sys_FloatTime ();
748 timetotal += time2 - time1;
r_part.cpp 654 float time2, time3; local
695 time2 = frametime * 10; // 15;
806 p->ramp += time2;
gl_rmain.cpp 1476 double time2; local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
CachingPipeline.java 373 long time2 = System.currentTimeMillis(); local
392 time2 = System.currentTimeMillis() - time2;
396 + ") took " + time + " ms, " + time2 + " ms for the filter, on thread " + thread);
  /external/grub/stage2/
stage2.c 242 int c, time1, time2 = -1, first_entry = 0; local
285 && (time1 = getrtsecs ()) != time2
294 time2 = time1;
353 if (grub_timeout >= 0 && (time1 = getrtsecs()) != time2 && time1 != 0xFF)
362 time2 = time1;
  /packages/apps/Calendar/src/com/android/calendar/widget/
CalendarAppWidgetService.java 534 Time time2 = new Time(Utils.getTimeZone(mContext, null));
535 time2.set(sLastUpdateTime);
536 time2.normalize(true);
537 if (time.year != time2.year || time.yearDay != time2.yearDay) {
  /frameworks/av/media/libstagefright/
SampleTable.cpp 463 uint32_t abs_difference(uint32_t time1, uint32_t time2) {
464 return time1 > time2 ? time1 - time2 : time2 - time1;
  /external/quake/quake/src/QW/client/
r_part.c 452 float time2, time3; local
494 time2 = frametime * 10; // 15;
580 p->ramp += time2;
cl_main.c 1305 static double time2 = 0; local
1368 time2 = Sys_DoubleTime ();
1385 pass2 = (time2 - time1)*1000;
1386 pass3 = (time3 - time2)*1000;
gl_rmain.c 1199 double time1 = 0, time2; local
1235 time2 = Sys_DoubleTime ();
1236 Con_Printf ("%3i ms %4i wpoly %4i epoly\n", (int)((time2-time1)*1000), c_brush_polys, c_alias_polys);
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
SelectorTest.java 295 long time2 = System.currentTimeMillis(); local
296 assertEquals("elapsed time", SELECT_TIMEOUT, (time2 - time1),
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundationObjC.mm 52 SOFT_LINK(CoreMedia, CMTimeCompare, int32_t, (CMTime time1, CMTime time2), (time1, time2))

Completed in 1390 milliseconds

1 2