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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evntrace.h 412 LARGE_INTEGER StartTime;
455 LARGE_INTEGER StartTime;
498 LARGE_INTEGER StartTime;
776 EXTERN_C ULONG WMIAPI ProcessTrace(PTRACEHANDLE HandleArray,ULONG HandleCount,LPFILETIME StartTime,LPFILETIME EndTime);
  /developers/build/prebuilts/gradle/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
HomeListenerService.java 108 String startTime = DateFormat.getTimeFormat(this).format(new Date(data.getLong(BEGIN)));
110 contentText = getString(R.string.desc_time_period, description, startTime, endTime);
  /developers/samples/android/wearable/wear/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
HomeListenerService.java 108 String startTime = DateFormat.getTimeFormat(this).format(new Date(data.getLong(BEGIN)));
110 contentText = getString(R.string.desc_time_period, description, startTime, endTime);
  /development/samples/browseable/AgendaData/Wearable/src/com.example.android.wearable.agendadata/
HomeListenerService.java 108 String startTime = DateFormat.getTimeFormat(this).format(new Date(data.getLong(BEGIN)));
110 contentText = getString(R.string.desc_time_period, description, startTime, endTime);
  /external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
CallbackHelper.java 209 final long startTime = SystemClock.uptimeMillis();
212 SystemClock.uptimeMillis() - startTime < unit.toMillis(timeout)) {
  /external/chromium_org/third_party/WebKit/Source/core/frame/
ConsoleBase.cpp 165 double startTime = it->value;
168 double elapsed = monotonicallyIncreasingTime() - startTime;
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java 486 long startTime = System.nanoTime();
493 long d = ns - (System.nanoTime() - startTime);
571 long startTime = System.nanoTime();
579 assertTrue(millisElapsedSince(startTime) >= timeoutMillis);
725 long startTime = System.nanoTime();
734 else if (millisElapsedSince(startTime) > timeoutMillis) {
954 // long startTime = System.nanoTime();
    [all...]
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaBench.cs 313 System.DateTime startTime = DateTime.UtcNow;
315 TimeSpan sp = (DateTime.UtcNow - startTime);
  /external/lzma/Java/SevenZip/
LzmaBench.java 366 long startTime = System.currentTimeMillis();
369 decodeTime = System.currentTimeMillis() - startTime;
  /frameworks/base/media/java/android/media/tv/
ITvInputSessionWrapper.java 83 long startTime = System.currentTimeMillis();
161 long duration = System.currentTimeMillis() - startTime;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarKeyguardViewManager.java 236 public void hide(long startTime, final long fadeoutDuration) {
240 long delay = Math.max(0, startTime + HIDE_TIMING_CORRECTION_MS - uptimeMillis);
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardServiceDelegate.java 266 public void startKeyguardExitAnimation(long startTime, long fadeoutDuration) {
268 mKeyguardService.startKeyguardExitAnimation(startTime, fadeoutDuration);
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertActivity.java 125 private void dismissAlarm(long id, long eventId, long startTime) {
133 alarmIds.add(new AlarmId(eventId, startTime));
  /packages/apps/Mms/tests/src/com/android/mms/ui/
SmsTest.java 244 long startTime = System.currentTimeMillis();
245 while ((System.currentTimeMillis() - startTime) <= receiveTimer) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 121 startTime = time.time()
124 timeTaken = stopTime - startTime
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 121 startTime = time.time()
124 timeTaken = stopTime - startTime
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceFileParserTask.java 73 private void addMessage(int index, long traceFileOffset, GLMessage msg, long startTime) {
82 startTime,
  /system/core/libprocessgroup/
processgroup.cpp 254 long startTime = android::uptimeMillis();
269 android::uptimeMillis()-startTime, processes);
  /external/chromium_org/chrome/browser/resources/net_internals/
log_view_painter.js 36 var startTime = timeutil.convertTimeTicksToTime(entries[0].orig.time);
45 addRowWithTime(tablePrinter, entryTime - baseTime, startTime - baseTime);
86 startTime - baseTime);
99 * @param {number} startTime The time the first event for the source occured,
102 function addRowWithTime(tablePrinter, eventTime, startTime) {
108 var stCell = tablePrinter.addCell(eventTime - startTime);
timeline_graph_view.js 389 drawTimeLabels: function(context, width, height, textHeight, startTime) {
392 var sampleText = (new Date(startTime)).toLocaleTimeString();
428 var time = Math.ceil(startTime / timeStep) * timeStep;
437 var x = Math.round((time - startTime) / this.scale_);
512 layout: function(width, height, fontHeight, startTime, scale) {
516 this.startTime_ = startTime;
  /external/chromium_org/third_party/icu/source/i18n/unicode/
vtzone.h 388 int32_t month, int32_t dayOfMonth, UDate startTime, UDate untilTime,
393 UDate startTime, UDate untilTime, UErrorCode& status) const;
397 UDate startTime, UDate untilTime, UErrorCode& status) const;
404 UDate startTime, UDate untilTime, UErrorCode& status) const;
407 UDate startTime, UErrorCode& status) const;
410 int32_t fromOffset, int32_t toOffset, UDate startTime, UErrorCode& status) const;
  /external/deqp/modules/gles3/functional/
es3fFlushFinishTests.cpp 80 const deUint64 startTime = deGetMicroseconds();
88 if (deGetMicroseconds()-startTime >= deUint64(1000*milliseconds))
300 const deUint64 startTime = deGetMicroseconds();
303 curDuration = deGetMicroseconds()-startTime;
353 const deUint64 startTime = deGetMicroseconds();
356 curDuration = deGetMicroseconds()-startTime;
  /external/icu/icu4c/source/i18n/unicode/
vtzone.h 388 int32_t month, int32_t dayOfMonth, UDate startTime, UDate untilTime,
393 UDate startTime, UDate untilTime, UErrorCode& status) const;
397 UDate startTime, UDate untilTime, UErrorCode& status) const;
404 UDate startTime, UDate untilTime, UErrorCode& status) const;
407 UDate startTime, UErrorCode& status) const;
410 int32_t fromOffset, int32_t toOffset, UDate startTime, UErrorCode& status) const;
  /frameworks/base/core/java/com/android/internal/os/
ZygoteInit.java 298 long startTime = SystemClock.uptimeMillis();
359 + (SystemClock.uptimeMillis()-startTime) + "ms.");
397 long startTime = SystemClock.uptimeMillis();
403 + (SystemClock.uptimeMillis()-startTime) + "ms.");
405 startTime = SystemClock.uptimeMillis();
411 + (SystemClock.uptimeMillis()-startTime) + "ms.");
  /frameworks/native/opengl/tools/glgen2/registry/
genheaders.py 82 startTime = None
84 global startTime
85 startTime = time.clock()
87 global startTime
90 write(msg, endTime - startTime)
91 startTime = None

Completed in 1994 milliseconds

<<11121314151617181920>>