HomeSort by relevance Sort by last modified time
    Searched full:starttime (Results 226 - 250 of 576) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlWheelContainer.java 173 public void startTimeLapseAnimation(int timeLapseInterval, long startTime) {
175 timeLapseInterval, startTime);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
runner.py 146 startTime = time.time()
157 timeTaken = stopTime - startTime
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
runner.py 146 startTime = time.time()
157 timeTaken = stopTime - startTime
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/
GLCall.java 85 public GLCall(int index, long startTime, long traceFileOffset, String displayString,
89 mStartTime = startTime;
  /system/core/libutils/
PropertyMap.cpp 132 nsecs_t startTime = systemTime(SYSTEM_TIME_MONOTONIC);
137 nsecs_t elapsedTime = systemTime(SYSTEM_TIME_MONOTONIC) - startTime;
  /external/chromium_org/third_party/icu/source/i18n/
simpletz.cpp 66 startTime(0),
163 this->startTime = savingsStartTime;
211 startTime = right.startTime;
312 startTime = time;
478 (int8_t)startDay, startTime);
757 startTime == that->startTime &&
    [all...]
  /external/icu4c/i18n/
simpletz.cpp 67 startTime(0),
164 this->startTime = savingsStartTime;
212 startTime = right.startTime;
313 startTime = time;
479 (int8_t)startDay, startTime);
758 startTime == that->startTime &&
    [all...]
  /external/chromium_org/content/browser/resources/media/
timeline_graph_view.js 216 drawTimeLabels: function(context, width, height, textHeight, startTime) {
222 var time = Math.ceil(startTime / timeStep) * timeStep;
231 var x = Math.round((time - startTime) / DEFAULT_SCALE);
322 layout: function(width, height, fontHeight, startTime, scale) {
326 this.startTime_ = startTime;
  /external/chromium_org/content/renderer/input/
input_handler_proxy.cc 283 fling_parameters_.startTime = gesture_event.timeStampSeconds;
284 DCHECK_LT(fling_parameters_.startTime -
329 if (!fling_parameters_.startTime) {
330 fling_parameters_.startTime = monotonic_time_sec;
335 if (fling_curve_->apply(monotonic_time_sec - fling_parameters_.startTime,
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelineModel.js 117 return record.startTime / 1000;
122 return (record.endTime || record.startTime) / 1000;
327 var startTime = WebInspector.TimelineModel.startTimeInSeconds(record);
330 if (this._minimumRecordTime === -1 || startTime < this._minimumRecordTime)
331 this._minimumRecordTime = startTime;
DOMCountersGraph.js 216 "startTime": record.startTime,
224 var time = record.endTime || record.startTime;
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventView.java 243 Time startTime = mStartTime;
253 int hourDuration = endTime.hour - startTime.hour;
254 int minuteDuration = endTime.minute - startTime.minute;
256 startTime.hour = hourOfDay;
257 startTime.minute = minute;
258 startMillis = startTime.normalize(true);
268 startMillis = startTime.toMillis(true);
274 if (endTime.before(startTime)) {
275 endTime.monthDay = startTime.monthDay + 1;
341 Time startTime = mStartTime
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
VideoEditorPerformance.java 124 String videoItemFileName, int renderingMode, int startTime, int endTime) throws Exception {
129 mediaVideoItem[i].setExtractBoundaries(startTime, endTime);
210 long startTime = 0;
213 startTime = SystemClock.uptimeMillis();
217 timeTaken = calculateTimeTaken (startTime, NUM_OF_ITERATIONS);
222 startTime = SystemClock.uptimeMillis();
224 timeTaken = calculateTimeTaken (startTime, NUM_OF_ITERATIONS);
229 startTime = SystemClock.uptimeMillis();
231 timeTaken = calculateTimeTaken (startTime, NUM_OF_ITERATIONS);
486 * duration = 3 sec and startTime = 4 se
    [all...]
  /packages/experimental/RpcPerformance/src/com/android/rpc_performance/
ProviderPerfActivity.java 422 long startTime = System.nanoTime();
433 long duration = System.nanoTime() - startTime;
612 long startTime = SystemClock.uptimeMillis();
623 long duration = SystemClock.uptimeMillis() - startTime;
641 long startTime = SystemClock.uptimeMillis();
646 values.put("value", (mode == MODE_WRITE ? (""+startTime) : "foo"));
653 long duration = SystemClock.uptimeMillis() - startTime;
  /external/chromium_org/third_party/WebKit/Source/core/animation/
PlayerTest.cpp 77 EXPECT_EQ(0, player->startTime());
156 EXPECT_TRUE(isNull(player->startTime()));
162 EXPECT_EQ(50, player->startTime());
  /external/netperf/
netcpu_ntperf.c 97 LARGE_INTEGER StartTime;
236 PerfCntrs->StartTime = PerfCntrs->EndTime;
340 PerfCntrs->StartTime.QuadPart;
  /frameworks/base/cmds/input/src/com/android/commands/input/
Input.java 207 long startTime = now;
208 long endTime = startTime + duration;
210 long elapsedTime = now - startTime;
  /packages/apps/Calendar/src/com/android/calendar/
AllInOneActivity.java 670 info.startTime = new Time();
671 info.startTime.set(begin);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ContactsBinaryDictionary.java 253 final long startTime = SystemClock.uptimeMillis();
281 + (SystemClock.uptimeMillis() - startTime) + " ms)");
293 Log.d(TAG, "No contacts changed. (runtime = " + (SystemClock.uptimeMillis() - startTime)
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteQueryBuilderTest.java 366 final long startTime = System.nanoTime();
379 final long waitTime = System.nanoTime() - startTime;
428 final long startTime = System.nanoTime();
441 final long waitTime = System.nanoTime() - startTime;
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
CtsXmlResultReporter.java 70 static final String STARTTIME_ATTR = "starttime";
393 * @param startTime the user-friendly starting time of the test invocation
397 private void serializeResultsDoc(KXmlSerializer serializer, String startTime, String endTime)
401 serializer.attribute(ns, STARTTIME_ATTR, startTime);
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
TestResultsTest.java 41 "<Test name=\"testExample\" endtime=\"et\" starttime=\"st\" result=\"fail\" >" +
  /dalvik/tools/dmtracedump/
CreateTestTrace.c 369 unsigned long long startTime = tv.tv_sec;
370 startTime = (startTime << 32) | tv.tv_usec;
375 write8LE(dataFp, startTime);
  /external/chromium/chrome/common/extensions/docs/examples/api/history/showHistory/
typedUrls.js 46 'startTime': oneWeekAgo // that was accessed less than one week ago.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/history/showHistory/
typedUrls.js 50 'startTime': oneWeekAgo // that was accessed less than one week ago.

Completed in 1996 milliseconds

1 2 3 4 5 6 7 8 91011>>