HomeSort by relevance Sort by last modified time
    Searched full:currenttime (Results 276 - 300 of 375) sorted by null

<<1112131415

  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11modes.c 243 size_id, saved_rotation, CurrentTime);
980 XSetInputFocus(SDL_Display, WMwindow, RevertToNone, CurrentTime);
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkStatsServiceTest.java 666 final long currentTime = currentTimeMillis();
668 sTemplateWifi, currentTime - HOUR_IN_MILLIS, currentTime, true);
    [all...]
  /external/chromium_org/chrome/test/functional/
netflix.py 99 time = nrdp.video.currentTime;
  /external/chromium_org/content/renderer/media/
webmediaplayer_ms.cc 232 double WebMediaPlayerMS::currentTime() const {
  /external/chromium_org/remoting/host/
desktop_resizer_linux.cc 323 CurrentTime, 0, 0, mode_id, 1, outputs, number_of_outputs);
  /external/chromium_org/sync/notifier/
sync_system_resources_unittest.cc 97 TEST_F(SyncSystemResourcesTest, CurrentTime) {
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReader.cpp 42 #include "wtf/CurrentTime.h"
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorConsoleAgent.cpp 47 #include "wtf/CurrentTime.h"
TimelineRecordFactory.cpp 41 #include "wtf/CurrentTime.h"
InspectorPageAgent.cpp 77 #include "wtf/CurrentTime.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
NavigationScheduler.cpp 50 #include "wtf/CurrentTime.h"
  /external/chromium_org/third_party/WebKit/Source/platform/
Timer.cpp 32 #include "wtf/CurrentTime.h"
  /external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.cpp 51 #include "wtf/CurrentTime.h"
PopupListBox.cpp 57 #include "wtf/CurrentTime.h"
316 TimeStamp now = static_cast<TimeStamp>(currentTime() * 1000.0f);
  /external/chromium_org/third_party/WebKit/Source/wtf/
ThreadingPthreads.cpp 355 if (absoluteTime < currentTime())
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextEncodingRegistry.cpp 31 #include "wtf/CurrentTime.h"
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
lscript.php 56 'currenttime', 'curTime', 'curType',
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
CtsTest.java 496 long currentTime = System.currentTimeMillis();
497 if (((currentTime - mPrevRebootTime) > intervalInMSec) ||
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8WindowShell.cpp 271 double contextCreationStartInSeconds = currentTime();
294 double contextCreationDurationInMilliseconds = (currentTime() - contextCreationStartInSeconds) * 1000;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumWin.cpp 50 #include "wtf/CurrentTime.h"
639 double animatedSeconds = renderProgress->animationStartTime() ? WTF::currentTime() - renderProgress->animationStartTime() : 0;
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geolocation.cpp 32 #include "wtf/CurrentTime.h"
411 DOMTimeStamp currentTimeMillis = convertSecondsToDOMTimeStamp(currentTime());
  /frameworks/base/core/java/android/view/
ScaleGestureDetector.java 223 final long currentTime = SystemClock.uptimeMillis();
225 boolean accept = currentTime - mTouchHistoryLastAcceptedTime >= TOUCH_STABILIZE_TIME;
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
Avrcp.java 662 long currentTime = SystemClock.elapsedRealtime();
663 long multi = (long) Math.pow(2, (currentTime - mSkipStartTime)/SKIP_DOUBLE_INTERVAL);
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/worldclock/
CitiesActivity.java 165 long currentTime = System.currentTimeMillis();
193 int newOffset = timezone.getOffset(currentTime);
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
flakiness_dashboard.js 572 var currentTime = 0;
574 currentTime = currentTimeArray[results.RLE.VALUE];
579 innerHTML = currentTime || '&nbsp;';
    [all...]

Completed in 2263 milliseconds

<<1112131415