HomeSort by relevance Sort by last modified time
    Searched refs:startTime (Results 26 - 50 of 904) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/compiler-rt/test/builtins/timing/
ashldi3.c 34 uint64_t startTime = mach_absolute_time();
39 double thisTime = intervalInCycles(startTime, endTime);
ashrdi3.c 34 uint64_t startTime = mach_absolute_time();
39 double thisTime = intervalInCycles(startTime, endTime);
floatdidf.c 32 uint64_t startTime = mach_absolute_time();
37 double thisTime = intervalInCycles(startTime, endTime);
floatdisf.c 32 uint64_t startTime = mach_absolute_time();
37 double thisTime = intervalInCycles(startTime, endTime);
floatdixf.c 32 uint64_t startTime = mach_absolute_time();
37 double thisTime = intervalInCycles(startTime, endTime);
floatundidf.c 29 uint64_t startTime = mach_absolute_time();
34 double thisTime = intervalInCycles(startTime, endTime);
floatundisf.c 32 uint64_t startTime = mach_absolute_time();
37 double thisTime = intervalInCycles(startTime, endTime);
floatundixf.c 32 uint64_t startTime = mach_absolute_time();
37 double thisTime = intervalInCycles(startTime, endTime);
lshrdi3.c 34 uint64_t startTime = mach_absolute_time();
39 double thisTime = intervalInCycles(startTime, endTime);
negdi2.c 35 uint64_t startTime = mach_absolute_time();
40 double thisTime = intervalInCycles(startTime, endTime);
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
ReceiveUriService.java 96 final long startTime = SystemClock.uptimeMillis();
102 if (SystemClock.uptimeMillis() >= (startTime+5000)) {
117 final long startTime = SystemClock.uptimeMillis();
123 if (SystemClock.uptimeMillis() >= (startTime+5000)) {
  /cts/tests/tests/view/src/android/view/animation/cts/
CycleInterpolatorTest.java 79 long startTime = anim.getStartTime();
80 anim.getTransformation(startTime, transformation);
84 anim.getTransformation(startTime + 500, transformation);
88 anim.getTransformation(startTime + 1000, transformation);
91 anim.getTransformation(startTime + 1500, transformation);
95 anim.getTransformation(startTime + CYCLE_ALPHA_DURATION, transformation);
118 startTime = anim.getStartTime();
119 anim.getTransformation(startTime, transformation);
123 anim.getTransformation(startTime + 250, transformation);
127 anim.getTransformation(startTime + 500, transformation)
    [all...]
AccelerateInterpolatorTest.java 86 long startTime = anim.getStartTime();
87 anim.getTransformation(startTime, transformation);
91 anim.getTransformation(startTime + 250, transformation);
94 anim.getTransformation(startTime + 500, transformation);
97 anim.getTransformation(startTime + 750, transformation);
100 anim.getTransformation(startTime + ACCELERATE_ALPHA_DURATION, transformation);
120 startTime = anim.getStartTime();
121 anim.getTransformation(startTime, transformation);
125 anim.getTransformation(startTime + 250, transformation);
128 anim.getTransformation(startTime + 500, transformation)
    [all...]
  /external/deqp/framework/common/
tcuCPUWarmup.cpp 99 const deUint64 startTime = deGetMicroseconds();
101 times[i] = (deInt64)(deGetMicroseconds() - startTime);
125 const deUint64 startTime = deGetMicroseconds();
127 latestTimes[measurementNdx % numConsecutiveMeasurementsRequired] = (deInt64)(deGetMicroseconds() - startTime);
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/utils/
DragScrollListener.java 32 long startTime, rampTime = 1750;
57 return interpolation.apply(minSpeed, maxSpeed, Math.min(1, (System.currentTimeMillis() - startTime) / (float)rampTime));
65 startTime = System.currentTimeMillis();
72 startTime = System.currentTimeMillis();
  /packages/apps/TV/src/com/android/tv/guide/
TimeListAdapter.java 67 long startTime = mStartUtcMs + position * TIME_UNIT_MS;
68 long endTime = startTime + TIME_UNIT_MS;
73 String time = DateFormat.getTimeFormat(itemView.getContext()).format(new Date(startTime));
77 lp.width = GuideUtils.convertMillisToPixel(startTime, endTime);
  /libcore/ojluni/src/main/java/java/util/
SimpleTimeZone.java 169 * Both <code>startTime</code> and <code>endTime</code> are specified to be
179 * startTime,
198 * @param startTime The daylight saving time starting time in local wall clock
215 int startMonth, int startDay, int startDayOfWeek, int startTime,
219 startMonth, startDay, startDayOfWeek, startTime, WALL_TIME,
228 * Both <code>startTime</code> and <code>endTime</code> are assumed to be
236 * startTime,
255 * @param startTime The daylight saving time starting time in local wall clock
273 int startMonth, int startDay, int startDayOfWeek, int startTime,
278 startMonth, startDay, startDayOfWeek, startTime, WALL_TIME
    [all...]
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/test/
LoggingUtil.java 38 private long startTime;
91 this.startTime = System.currentTimeMillis();
111 long elapsedTime = System.currentTimeMillis() - startTime;
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/test/
LoggingUtil.java 38 private long startTime;
91 this.startTime = System.currentTimeMillis();
111 long elapsedTime = System.currentTimeMillis() - startTime;
  /frameworks/base/core/java/android/app/usage/
NetworkStatsManager.java 107 * means the bucket's start and end timestamp are going to be the same as the 'startTime' and
116 * @param startTime Start of period. Defined in terms of "Unix time", see
124 long startTime, long endTime) throws SecurityException, RemoteException {
134 NetworkStats stats = new NetworkStats(mContext, template, startTime, endTime);
144 * This means the bucket's start and end timestamp are going to be the same as the 'startTime'
152 * @param startTime Start of period. Defined in terms of "Unix time", see
159 public Bucket querySummaryForUser(int networkType, String subscriberId, long startTime,
170 stats = new NetworkStats(mContext, template, startTime, endTime);
181 * timestamps are going to be the same as the 'startTime' and 'endTime' parameters.
188 * @param startTime Start of period. Defined in terms of "Unix time", se
    [all...]
  /external/proguard/src/proguard/gui/splash/
SplashPanel.java 43 private long startTime = Long.MAX_VALUE;
94 startTime = System.currentTimeMillis();
111 startTime = 0L;
138 sprite.paint(graphics, System.currentTimeMillis() - startTime);
156 if (time > startTime + stopTime)
  /packages/apps/Calendar/src/com/android/calendar/
EventGeometry.java 61 int startTime = event.startTime;
67 startTime = 0;
78 int startHour = startTime / 60;
88 event.top += (int) (startTime * cellMinuteHeight);
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerTestBase.java 160 long startTime = SystemClock.uptimeMillis();
167 if ((SystemClock.uptimeMillis() - startTime) > timeout) {
179 long startTime = SystemClock.uptimeMillis();
186 if ((SystemClock.uptimeMillis() - startTime) > timeout) {
198 long startTime = SystemClock.uptimeMillis();
205 if ((SystemClock.uptimeMillis() - startTime) > timeout) {
223 long startTime = SystemClock.uptimeMillis();
226 if ((SystemClock.uptimeMillis() - startTime) > timeout) {
288 long startTime = System.currentTimeMillis();
289 while ((System.currentTimeMillis() - startTime) < PING_TIMER)
    [all...]
  /cts/tests/tests/app.usage/src/android/app/usage/cts/
UsageStatsTest.java 135 final long startTime = System.currentTimeMillis() - MINUTE;
141 UsageEvents events = mUsageStatsManager.queryEvents(startTime, endTime);
200 long startTime = endTime - MINUTE;
201 Map<String, UsageStats> statsMap = mUsageStatsManager.queryAndAggregateUsageStats(startTime, endTime);
209 startTime = endTime - MINUTE;
210 statsMap = mUsageStatsManager.queryAndAggregateUsageStats(startTime, endTime);
230 final long startTime = System.currentTimeMillis() - MINUTE;
242 UsageEvents events = mUsageStatsManager.queryEvents(startTime, endTime);
286 final long startTime = endTime - (2 * intervalDuration);
287 final List<UsageStats> statsList = mUsageStatsManager.queryUsageStats(intervalType, startTime, endTime)
    [all...]
  /external/autotest/client/site_tests/video_WebRtcMediaRecorder/
mediarecorder_test_utils.js 21 var startTime = new Date();
24 var elapsed = new Date() - startTime;
26 startTime = new Date();

Completed in 1012 milliseconds

12 3 4 5 6 7 8 91011>>