HomeSort by relevance Sort by last modified time
    Searched full:starttime (Results 1 - 25 of 570) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /developers/build/prebuilts/gradle/Timer/Wearable/src/main/java/com/example/android/wearable/timer/util/
TimerObj.java 25 public long startTime;
33 * @param startTime the start time of the timer.
36 public TimerObj(long startTime, long timerLength) {
37 this.startTime = startTime;
47 return originalLength - (millis - startTime);
  /developers/samples/android/wearable/wear/Timer/Wearable/src/main/java/com/example/android/wearable/timer/util/
TimerObj.java 25 public long startTime;
33 * @param startTime the start time of the timer.
36 public TimerObj(long startTime, long timerLength) {
37 this.startTime = startTime;
47 return originalLength - (millis - startTime);
  /development/samples/browseable/Timer/src/com.example.android.wearable.timer/util/
TimerObj.java 25 public long startTime;
33 * @param startTime the start time of the timer.
36 public TimerObj(long startTime, long timerLength) {
37 this.startTime = startTime;
47 return originalLength - (millis - startTime);
  /external/compiler-rt/test/builtins/timing/
timing.h 5 double intervalInCycles( uint64_t startTime, uint64_t endTime )
7 uint64_t rawTime = endTime - startTime;
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);
  /frameworks/base/core/java/android/content/
SyncInfo.java 45 public final long startTime;
48 public SyncInfo(int authorityId, Account account, String authority, long startTime) {
52 this.startTime = startTime;
60 this.startTime = other.startTime;
73 parcel.writeLong(startTime);
81 startTime = parcel.readLong();
  /cts/tests/tests/view/src/android/view/animation/cts/
GridLayoutAnimationControllerTest.java 121 long startTime = child1.getStartTime();
134 child1.getTransformation(startTime + 500, transformation1);
135 child2.getTransformation(startTime + 500, transformation2);
136 child3.getTransformation(startTime + 500, transformation3);
142 child1.getTransformation(startTime + 1200, transformation1);
143 child2.getTransformation(startTime + 1200, transformation2);
144 child3.getTransformation(startTime + 1200, transformation3);
150 child1.getTransformation(startTime + 2000, transformation1);
151 child2.getTransformation(startTime + 2000, transformation2);
152 child3.getTransformation(startTime + 2000, transformation3)
    [all...]
LayoutAnimationControllerTest.java 87 long startTime = childAnimation1.getStartTime();
97 childAnimation1.getTransformation(startTime + 500, transformation1);
98 childAnimation2.getTransformation(startTime + 500, transformation2);
99 childAnimation3.getTransformation(startTime + 500, transformation3);
105 childAnimation1.getTransformation(startTime + 1000, transformation1);
106 childAnimation2.getTransformation(startTime + 1000, transformation2);
107 childAnimation3.getTransformation(startTime + 1000, transformation3);
113 childAnimation1.getTransformation(startTime + 1500, transformation1);
114 childAnimation2.getTransformation(startTime + 1500, transformation2);
115 childAnimation3.getTransformation(startTime + 1500, transformation3)
    [all...]
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...]
DecelerateInterpolatorTest.java 89 long startTime = anim.getStartTime();
90 anim.getTransformation(startTime, transformation);
94 anim.getTransformation(startTime + 500, transformation);
97 anim.getTransformation(startTime + 1000, transformation);
100 anim.getTransformation(startTime + 1500, transformation);
103 anim.getTransformation(startTime + DECELERATE_ALPHA_DURATION, transformation);
123 startTime = anim.getStartTime();
124 anim.getTransformation(startTime, transformation);
128 anim.getTransformation(startTime + 500, transformation);
131 anim.getTransformation(startTime + 1000, transformation)
    [all...]
LinearInterpolatorTest.java 84 final long startTime = anim.getStartTime();
85 anim.getTransformation(startTime, transformation);
89 anim.getTransformation(startTime + LINEAR_ALPHA_TIME_STEP, transformation);
92 anim.getTransformation(startTime + LINEAR_ALPHA_TIME_STEP * 2, transformation);
95 anim.getTransformation(startTime + LINEAR_ALPHA_TIME_STEP * 3, transformation);
98 anim.getTransformation(startTime + LINEAR_ALPHA_TIME_STEP * 4, transformation);
101 anim.getTransformation(startTime + LINEAR_ALPHA_DURATION, transformation);
AccelerateDecelerateInterpolatorTest.java 80 long startTime = anim.getStartTime();
81 anim.getTransformation(startTime, transformation);
85 anim.getTransformation(startTime + 500, transformation);
88 anim.getTransformation(startTime + 1000, transformation);
91 anim.getTransformation(startTime + 1500, transformation);
94 anim.getTransformation(startTime + ALPHA_DURATION, transformation);
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
DecodeJob.java 83 long startTime = LogTime.getLogTime();
86 logWithTimeAndKey("Decoded transformed from cache", startTime);
88 startTime = LogTime.getLogTime();
91 logWithTimeAndKey("Transcoded transformed from cache", startTime);
107 long startTime = LogTime.getLogTime();
110 logWithTimeAndKey("Decoded source from cache", startTime);
137 long startTime = LogTime.getLogTime();
140 logWithTimeAndKey("Transformed resource from source", startTime);
145 startTime = LogTime.getLogTime();
148 logWithTimeAndKey("Transcoded transformed from source", startTime);
    [all...]
  /external/clang/test/CodeGenCXX/
pr9130.cpp 4 virtual int StartTime() {
  /external/jmonkeyengine/engine/src/android/com/jme3/system/android/
AndroidTimer.java 47 private long startTime;
53 //startTime = System.currentTimeMillis();
54 startTime = System.nanoTime();
69 //return System.currentTimeMillis() - startTime;
70 return System.nanoTime() - startTime;
92 //startTime = System.currentTimeMillis();
93 startTime = System.nanoTime();
  /external/v8/test/intl/overrides/
caching.js 32 var startTime = new Date();
37 var cachedTime = endTime.getTime() - startTime.getTime();
40 startTime = new Date();
45 var nonCachedTime = endTime.getTime() - startTime.getTime();
49 startTime = new Date();
54 collatorTime = endTime.getTime() - startTime.getTime();
  /external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/
StopWatch.java 37 private long startTime;
47 this.startTime = original.startTime;
54 startTime = System.nanoTime();
100 return stopTime - startTime;
  /frameworks/base/core/java/android/app/usage/
NetworkStatsManager.java 76 * bucket's start and end timestamp are going to be the same as the 'startTime' and 'endTime'
84 * @param startTime Start of period. Defined in terms of "Unix time", see
92 long startTime, long endTime) throws SecurityException, RemoteException {
99 NetworkStats stats = new NetworkStats(mContext, template, startTime, endTime);
109 * This means the bucket's start and end timestamp are going to be the same as the 'startTime'
117 * @param startTime Start of period. Defined in terms of "Unix time", see
124 public Bucket querySummaryForUser(int networkType, String subscriberId, long startTime,
132 stats = new NetworkStats(mContext, template, startTime, endTime);
143 * timestamps are going to be the same as the 'startTime' and 'endTime' parameters, state and
150 * @param startTime Start of period. Defined in terms of "Unix time", se
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
ReceiveUriActivity.java 98 final long startTime = SystemClock.uptimeMillis();
104 if (SystemClock.uptimeMillis() >= (startTime + TIMEOUT_MILLIS)) {
125 final long startTime = SystemClock.uptimeMillis();
131 if (SystemClock.uptimeMillis() >= (startTime + TIMEOUT_MILLIS)) {
140 final long startTime = SystemClock.uptimeMillis();
146 if (SystemClock.uptimeMillis() >= (startTime + TIMEOUT_MILLIS)) {

Completed in 499 milliseconds

1 2 3 4 5 6 7 8 91011>>