HomeSort by relevance Sort by last modified time
    Searched full:starttime (Results 76 - 100 of 711) sorted by null

1 2 34 5 6 7 8 91011>>

  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationTest.java 227 long startTime = anim.getStartTime();
228 anim.getTransformation(startTime, transformation);
232 anim.getTransformation(startTime + 1000, transformation);
235 anim.getTransformation(startTime + 2000, transformation);
249 startTime = anim.getStartTime();
250 anim.getTransformation(startTime + 3000, transformation);
253 anim.getTransformation(startTime + 4000, transformation);
286 startTime = anim.getStartTime();
287 anim.getTransformation(startTime, transformation);
291 anim.getTransformation(startTime + 1000, transformation)
    [all...]
AnimationSetTest.java 274 final long startTime = 200;
275 animationSet.setStartTime(startTime);
276 assertEquals(startTime, animationSet.getStartTime());
280 assertEquals(startTime, children.get(i).getStartTime());
293 final long startTime = animationSet.getStartTime();
295 assertGetTransformation(animationSet, startTime, true);
296 assertGetTransformation(animationSet, startTime + 100, true);
297 assertGetTransformation(animationSet, startTime + animationSet.getDuration(), false);
370 final long startTime = 0;
371 animationSet.setStartTime(startTime);
    [all...]
  /cts/tests/tests/security/jni/
android_security_cts_AudioPolicyBinderTest.cpp 44 int64_t startTime = 0;
49 if (startTime == 0) {
50 startTime = uptimeMillis();
51 } else if ((uptimeMillis()-startTime) > 10000) {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineFrameOverview.js 80 /** @type {!Array.<!{startTime:number, endTime:number}>} */
112 var barStartTime = frames[currentFrame].startTime;
127 this._barTimes.push({ startTime: barStartTime, endTime: barEndTime });
290 * @return {!{startTime: number, endTime: number}}
302 return {startTime: Infinity, endTime: Infinity};
306 startTime: leftOffset > snapTolerancePixels ? this._barTimes[firstBar].startTime : this._model.minimumRecordTime(),
312 * @param {number} startTime
316 windowBoundaries: function(startTime, endTime)
322 * @param {!{startTime:number, endTime:number}} barTim
    [all...]
TimelinePresentationModel.js 52 * @param {number} startTime
55 setWindowTimes: function(startTime, endTime)
57 this._windowStartTime = startTime;
142 var startTime = record.startTime();
150 if (lastRecord.record().endTime() + coalescingThresholdMillis < startTime)
152 if (endTime + coalescingThresholdMillis < lastRecord.record().startTime())
248 if (record.startTime() < this._windowEndTime && record.endTime() > this._windowStartTime) {
303 startTime: function()
459 startTime: function(
    [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
timeline_data_series.js 76 * points, starting at |startTime|, and |stepSize| milliseconds apart.
80 getValues: function(startTime, stepSize, count) {
82 if (this.cacheStartTime_ == startTime &&
89 this.cacheValues_ = this.getValuesInternal_(startTime, stepSize, count);
90 this.cacheStartTime_ = startTime;
105 getValuesInternal_: function(startTime, stepSize, count) {
109 var time = startTime;
269 getValuesInternal_: function(startTime, stepSize, count) {
270 // Find the first DataPoint after |startTime| - |stepSize|.
273 this.dataPoints_[nextPoint].time < startTime - stepSize)
    [all...]
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
TracingControllerAndroidTest.java 54 long startTime = SystemClock.uptimeMillis();
56 if (SystemClock.uptimeMillis() > startTime + TIMEOUT_MILLIS) {
  /external/chromium_org/third_party/WebKit/Source/core/html/
MediaFragmentURIParser.h 41 double startTime();
52 bool parseNPTFragment(const LChar*, unsigned length, double& startTime, double& endTime);
TimeRanges.cpp 191 double startTime = start(ndx, IGNORE_EXCEPTION);
193 if (newPlaybackPosition >= startTime && newPlaybackPosition <= endTime)
197 if (newPlaybackPosition < startTime) {
198 delta = startTime - newPlaybackPosition;
199 match = startTime;
  /external/chromium_org/third_party/WebKit/public/web/
WebActiveWheelFlingParameters.h 45 double startTime;
50 , startTime(0)
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/srt/
SrtParser.java 41 long startTime = parse(timeString.split("-->")[0]);
44 track.getSubs().add(new TextTrackImpl.Line(startTime, endTime, lineString));
  /external/skia/src/utils/
SkInterpolator.cpp 47 bool SkInterpolatorBase::getDuration(SkMSec* startTime, SkMSec* endTime) const {
52 if (startTime) {
53 *startTime = fTimes[0].fTime;
76 SkMSec startTime = 0, endTime = 0; // initialize to avoid warning
77 this->getDuration(&startTime, &endTime);
78 SkMSec totalTime = endTime - startTime;
79 SkMSec offsetTime = time - startTime;
93 time = offsetTime + startTime;
  /external/skia/tools/skpdiff/
SkDifferentPixelsMetric_cpu.cpp 19 double startTime = get_seconds();
64 result->timeElapsed = get_seconds() - startTime;
  /frameworks/base/core/java/com/android/internal/policy/
IKeyguardService.aidl 51 * @param startTime the start time of the animation in uptime milliseconds
54 void startKeyguardExitAnimation(long startTime, long fadeoutDuration);
  /libcore/jsr166-tests/src/test/java/jsr166/
CyclicBarrierTest.java 31 long startTime = System.nanoTime();
33 if (millisElapsedSince(startTime) > LONG_DELAY_MS)
173 long startTime = System.nanoTime();
178 assertTrue(millisElapsedSince(startTime) >= timeoutMillis());
200 long startTime = System.nanoTime();
205 assertTrue(millisElapsedSince(startTime) >= timeoutMillis());
228 long startTime = System.nanoTime();
233 assertTrue(millisElapsedSince(startTime) >= timeoutMillis());
400 long startTime = System.nanoTime();
405 assertTrue(millisElapsedSince(startTime) >= timeoutMillis())
    [all...]
  /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...]
  /libcore/luni/src/main/java/java/util/
SimpleTimeZone.java 45 private int startYear, startMonth, startDay, startDayOfWeek, startTime;
142 * @param startTime
164 int startDay, int startDayOfWeek, int startTime, int endMonth,
166 this(offset, name, startMonth, startDay, startDayOfWeek, startTime,
189 * @param startTime
213 int startDay, int startDayOfWeek, int startTime, int endMonth,
224 this.startTime = startTime;
254 * @param startTime
280 int startDay, int startDayOfWeek, int startTime, int startTimeMode
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationPlayerTest.cpp 230 EXPECT_EQ(0, player->startTime());
232 EXPECT_EQ(-1000, player->startTime());
234 EXPECT_EQ(-1000, player->startTime());
285 EXPECT_TRUE(std::isnan(player->startTime()));
288 EXPECT_TRUE(std::isnan(player->startTime()));
304 EXPECT_EQ(-30 * 1000, player->startTime());
306 EXPECT_TRUE(std::isnan(player->startTime()));
313 EXPECT_TRUE(std::isnan(player->startTime()));
821 EXPECT_TRUE(std::isnan(player->startTime()));
825 EXPECT_TRUE(std::isnan(player->startTime()));
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/ubrkperf/
ubrkperf.cpp 61 unsigned long startTime = timeGetTime();
77 startTime = timeGetTime();
84 elapsedTime = timeGetTime()-startTime;
108 startTime = timeGetTime();
120 elapsedTime = timeGetTime()-startTime;
  /external/icu/icu4c/source/test/perf/ubrkperf/
ubrkperf.cpp 61 unsigned long startTime = timeGetTime();
77 startTime = timeGetTime();
84 elapsedTime = timeGetTime()-startTime;
108 startTime = timeGetTime();
120 elapsedTime = timeGetTime()-startTime;
  /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)
  /frameworks/native/libs/binder/
IServiceManager.cpp 75 int64_t startTime = 0;
81 if (startTime != 0) {
83 (int)((uptimeMillis()-startTime)/1000),
108 if (startTime == 0) {
109 startTime = uptimeMillis();
  /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);
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioParamTimeline.h 51 void cancelScheduledValues(double startTime, ExceptionState&);
62 float valuesForTimeRange(double startTime, double endTime, float defaultValue, float* values, unsigned numberOfValues, double sampleRate, double controlRate);
105 float valuesForTimeRangeImpl(double startTime, double endTime, float defaultValue, float* values, unsigned numberOfValues, double sampleRate, double controlRate);
  /external/chromium_org/third_party/WebKit/Source/platform/speech/
PlatformSpeechSynthesisUtterance.h 68 double startTime() const { return m_startTime; }
69 void setStartTime(double startTime) { m_startTime = startTime; }

Completed in 1327 milliseconds

1 2 34 5 6 7 8 91011>>